blob: fca0486400886d2cf9e5ebe036fd13a5a889ea2e [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020010 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070017 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070018 - src/core/ext/census/census_interface.h
19 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070020 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070025 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070026 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070027 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070028 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_context.c
30 - src/core/ext/census/grpc_filter.c
31 - src/core/ext/census/grpc_plugin.c
32 - src/core/ext/census/initialize.c
33 - src/core/ext/census/mlog.c
34 - src/core/ext/census/operation.c
35 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070036 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070037 - src/core/ext/census/tracing.c
38 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070039 uses:
40 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070041 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070042- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010043 public_headers:
44 - include/grpc/support/alloc.h
45 - include/grpc/support/atm.h
46 - include/grpc/support/atm_gcc_atomic.h
47 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070048 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010049 - include/grpc/support/avl.h
50 - include/grpc/support/cmdline.h
51 - include/grpc/support/cpu.h
52 - include/grpc/support/histogram.h
53 - include/grpc/support/host_port.h
54 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070055 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010056 - include/grpc/support/port_platform.h
57 - include/grpc/support/slice.h
58 - include/grpc/support/slice_buffer.h
59 - include/grpc/support/string_util.h
60 - include/grpc/support/subprocess.h
61 - include/grpc/support/sync.h
62 - include/grpc/support/sync_generic.h
63 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/thd.h
66 - include/grpc/support/time.h
67 - include/grpc/support/tls.h
68 - include/grpc/support/tls_gcc.h
69 - include/grpc/support/tls_msvc.h
70 - include/grpc/support/tls_pthread.h
71 - include/grpc/support/useful.h
72 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/profiling/timers.h
74 - src/core/lib/support/backoff.h
75 - src/core/lib/support/block_annotate.h
76 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070078 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/support/stack_lockfree.h
80 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070081 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/support/thd_internal.h
83 - src/core/lib/support/time_precise.h
84 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010085 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/profiling/basic_timers.c
87 - src/core/lib/profiling/stap_timers.c
88 - src/core/lib/support/alloc.c
89 - src/core/lib/support/avl.c
90 - src/core/lib/support/backoff.c
91 - src/core/lib/support/cmdline.c
92 - src/core/lib/support/cpu_iphone.c
93 - src/core/lib/support/cpu_linux.c
94 - src/core/lib/support/cpu_posix.c
95 - src/core/lib/support/cpu_windows.c
96 - src/core/lib/support/env_linux.c
97 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070098 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/histogram.c
100 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/log.c
102 - src/core/lib/support/log_android.c
103 - src/core/lib/support/log_linux.c
104 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700105 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700107 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/slice.c
109 - src/core/lib/support/slice_buffer.c
110 - src/core/lib/support/stack_lockfree.c
111 - src/core/lib/support/string.c
112 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700113 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/subprocess_posix.c
116 - src/core/lib/support/subprocess_windows.c
117 - src/core/lib/support/sync.c
118 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700119 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/thd.c
121 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/time.c
124 - src/core/lib/support/time_posix.c
125 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200128 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700132 uses:
133 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800134- name: gpr_codegen
135 public_headers:
136 - include/grpc/impl/codegen/alloc.h
137 - include/grpc/impl/codegen/atm.h
138 - include/grpc/impl/codegen/atm_gcc_atomic.h
139 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800141 - include/grpc/impl/codegen/log.h
142 - include/grpc/impl/codegen/port_platform.h
143 - include/grpc/impl/codegen/slice.h
144 - include/grpc/impl/codegen/slice_buffer.h
145 - include/grpc/impl/codegen/sync.h
146 - include/grpc/impl/codegen/sync_generic.h
147 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700148 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700150- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700151 public_headers:
152 - include/grpc/byte_buffer.h
153 - include/grpc/byte_buffer_reader.h
154 - include/grpc/compression.h
155 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700156 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700157 - include/grpc/status.h
158 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700159 - src/core/lib/channel/channel_args.h
160 - src/core/lib/channel/channel_stack.h
161 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700162 - src/core/lib/channel/compress_filter.h
163 - src/core/lib/channel/connected_channel.h
164 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700165 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/http_client_filter.h
167 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/compression/algorithm_metadata.h
169 - src/core/lib/compression/message_compress.h
170 - src/core/lib/debug/trace.h
171 - src/core/lib/http/format_request.h
172 - src/core/lib/http/httpcli.h
173 - src/core/lib/http/parser.h
174 - src/core/lib/iomgr/closure.h
175 - src/core/lib/iomgr/endpoint.h
176 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700177 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700178 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700179 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700180 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700181 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/exec_ctx.h
183 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/iocp_windows.h
185 - src/core/lib/iomgr/iomgr.h
186 - src/core/lib/iomgr/iomgr_internal.h
187 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700188 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700189 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700190 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/pollset_set_windows.h
194 - src/core/lib/iomgr/pollset_windows.h
195 - src/core/lib/iomgr/resolve_address.h
196 - src/core/lib/iomgr/sockaddr.h
197 - src/core/lib/iomgr/sockaddr_posix.h
198 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700199 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/socket_utils_posix.h
201 - src/core/lib/iomgr/socket_windows.h
202 - src/core/lib/iomgr/tcp_client.h
203 - src/core/lib/iomgr/tcp_posix.h
204 - src/core/lib/iomgr/tcp_server.h
205 - src/core/lib/iomgr/tcp_windows.h
206 - src/core/lib/iomgr/time_averaged_stats.h
207 - src/core/lib/iomgr/timer.h
208 - src/core/lib/iomgr/timer_heap.h
209 - src/core/lib/iomgr/udp_server.h
210 - src/core/lib/iomgr/unix_sockets_posix.h
211 - src/core/lib/iomgr/wakeup_fd_pipe.h
212 - src/core/lib/iomgr/wakeup_fd_posix.h
213 - src/core/lib/iomgr/workqueue.h
214 - src/core/lib/iomgr/workqueue_posix.h
215 - src/core/lib/iomgr/workqueue_windows.h
216 - src/core/lib/json/json.h
217 - src/core/lib/json/json_common.h
218 - src/core/lib/json/json_reader.h
219 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/surface/api_trace.h
221 - src/core/lib/surface/call.h
222 - src/core/lib/surface/call_test_only.h
223 - src/core/lib/surface/channel.h
224 - src/core/lib/surface/channel_init.h
225 - src/core/lib/surface/channel_stack_type.h
226 - src/core/lib/surface/completion_queue.h
227 - src/core/lib/surface/event_string.h
228 - src/core/lib/surface/init.h
229 - src/core/lib/surface/lame_client.h
230 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/transport/connectivity_state.h
233 - src/core/lib/transport/metadata.h
234 - src/core/lib/transport/metadata_batch.h
235 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400236 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/transport/transport.h
238 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700239 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/channel/channel_args.c
241 - src/core/lib/channel/channel_stack.c
242 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/channel/compress_filter.c
244 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700245 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/channel/http_client_filter.c
247 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700248 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/compression/message_compress.c
250 - src/core/lib/debug/trace.c
251 - src/core/lib/http/format_request.c
252 - src/core/lib/http/httpcli.c
253 - src/core/lib/http/parser.c
254 - src/core/lib/iomgr/closure.c
255 - src/core/lib/iomgr/endpoint.c
256 - src/core/lib/iomgr/endpoint_pair_posix.c
257 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700258 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700259 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700260 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700261 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700262 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/exec_ctx.c
264 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/iocp_windows.c
266 - src/core/lib/iomgr/iomgr.c
267 - src/core/lib/iomgr/iomgr_posix.c
268 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700269 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700270 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700271 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/iomgr/pollset_set_windows.c
273 - src/core/lib/iomgr/pollset_windows.c
274 - src/core/lib/iomgr/resolve_address_posix.c
275 - src/core/lib/iomgr/resolve_address_windows.c
276 - src/core/lib/iomgr/sockaddr_utils.c
277 - src/core/lib/iomgr/socket_utils_common_posix.c
278 - src/core/lib/iomgr/socket_utils_linux.c
279 - src/core/lib/iomgr/socket_utils_posix.c
280 - src/core/lib/iomgr/socket_windows.c
281 - src/core/lib/iomgr/tcp_client_posix.c
282 - src/core/lib/iomgr/tcp_client_windows.c
283 - src/core/lib/iomgr/tcp_posix.c
284 - src/core/lib/iomgr/tcp_server_posix.c
285 - src/core/lib/iomgr/tcp_server_windows.c
286 - src/core/lib/iomgr/tcp_windows.c
287 - src/core/lib/iomgr/time_averaged_stats.c
288 - src/core/lib/iomgr/timer.c
289 - src/core/lib/iomgr/timer_heap.c
290 - src/core/lib/iomgr/udp_server.c
291 - src/core/lib/iomgr/unix_sockets_posix.c
292 - src/core/lib/iomgr/unix_sockets_posix_noop.c
293 - src/core/lib/iomgr/wakeup_fd_eventfd.c
294 - src/core/lib/iomgr/wakeup_fd_nospecial.c
295 - src/core/lib/iomgr/wakeup_fd_pipe.c
296 - src/core/lib/iomgr/wakeup_fd_posix.c
297 - src/core/lib/iomgr/workqueue_posix.c
298 - src/core/lib/iomgr/workqueue_windows.c
299 - src/core/lib/json/json.c
300 - src/core/lib/json/json_reader.c
301 - src/core/lib/json/json_string.c
302 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/alarm.c
304 - src/core/lib/surface/api_trace.c
305 - src/core/lib/surface/byte_buffer.c
306 - src/core/lib/surface/byte_buffer_reader.c
307 - src/core/lib/surface/call.c
308 - src/core/lib/surface/call_details.c
309 - src/core/lib/surface/call_log_batch.c
310 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/surface/channel_init.c
312 - src/core/lib/surface/channel_ping.c
313 - src/core/lib/surface/channel_stack_type.c
314 - src/core/lib/surface/completion_queue.c
315 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/surface/lame_client.c
317 - src/core/lib/surface/metadata_array.c
318 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/surface/validate_metadata.c
320 - src/core/lib/surface/version.c
321 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/transport/connectivity_state.c
323 - src/core/lib/transport/metadata.c
324 - src/core/lib/transport/metadata_batch.c
325 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400326 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/transport/transport.c
328 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700329 deps:
330 - gpr
331 uses:
332 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700333- name: grpc_client_config
334 headers:
335 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700336 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700337 - src/core/ext/client_config/client_config.h
338 - src/core/ext/client_config/connector.h
339 - src/core/ext/client_config/initial_connect_string.h
340 - src/core/ext/client_config/lb_policy.h
341 - src/core/ext/client_config/lb_policy_factory.h
342 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700343 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/resolver.h
345 - src/core/ext/client_config/resolver_factory.h
346 - src/core/ext/client_config/resolver_registry.h
347 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700348 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/subchannel_index.h
350 - src/core/ext/client_config/uri_parser.h
351 src:
352 - src/core/ext/client_config/channel_connectivity.c
353 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700354 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700356 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700357 - src/core/ext/client_config/connector.c
358 - src/core/ext/client_config/default_initial_connect_string.c
359 - src/core/ext/client_config/initial_connect_string.c
360 - src/core/ext/client_config/lb_policy.c
361 - src/core/ext/client_config/lb_policy_factory.c
362 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700363 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700364 - src/core/ext/client_config/resolver.c
365 - src/core/ext/client_config/resolver_factory.c
366 - src/core/ext/client_config/resolver_registry.c
367 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700368 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700369 - src/core/ext/client_config/subchannel_index.c
370 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700371 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700372 uses:
373 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800374- name: grpc_codegen
375 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800376 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700377 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800378 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800379 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800380 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800381 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800382 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700383 uses:
384 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700385- name: grpc_lb_policy_grpclb
386 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700387 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700388 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700389 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700390 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700391 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700392 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700393 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700394 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700398 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700399- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700400 src:
401 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700402 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700403 uses:
404 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700406- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700407 src:
408 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700409 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700413- name: grpc_load_reporting
414 headers:
415 - src/core/ext/load_reporting/load_reporting.h
416 - src/core/ext/load_reporting/load_reporting_filter.h
417 src:
418 - src/core/ext/load_reporting/load_reporting.c
419 - src/core/ext/load_reporting/load_reporting_filter.c
420 plugin: grpc_load_reporting_plugin
421 uses:
422 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700423- name: grpc_resolver_dns_native
424 src:
425 - src/core/ext/resolver/dns/native/dns_resolver.c
426 plugin: grpc_resolver_dns_native
427 uses:
428 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700429 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700430- name: grpc_resolver_sockaddr
431 src:
432 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
433 plugin: grpc_resolver_sockaddr
434 uses:
435 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100437- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700438 public_headers:
439 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700440 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100441 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700442 - src/core/lib/security/context/security_context.h
443 - src/core/lib/security/credentials/composite/composite_credentials.h
444 - src/core/lib/security/credentials/credentials.h
445 - src/core/lib/security/credentials/fake/fake_credentials.h
446 - src/core/lib/security/credentials/google_default/google_default_credentials.h
447 - src/core/lib/security/credentials/iam/iam_credentials.h
448 - src/core/lib/security/credentials/jwt/json_token.h
449 - src/core/lib/security/credentials/jwt/jwt_credentials.h
450 - src/core/lib/security/credentials/jwt/jwt_verifier.h
451 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
452 - src/core/lib/security/credentials/plugin/plugin_credentials.h
453 - src/core/lib/security/credentials/ssl/ssl_credentials.h
454 - src/core/lib/security/transport/auth_filters.h
455 - src/core/lib/security/transport/handshake.h
456 - src/core/lib/security/transport/secure_endpoint.h
457 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700458 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/util/b64.h
460 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100461 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700462 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 - src/core/lib/security/context/security_context.c
464 - src/core/lib/security/credentials/composite/composite_credentials.c
465 - src/core/lib/security/credentials/credentials.c
466 - src/core/lib/security/credentials/credentials_metadata.c
467 - src/core/lib/security/credentials/fake/fake_credentials.c
468 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700469 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700470 - src/core/lib/security/credentials/google_default/google_default_credentials.c
471 - src/core/lib/security/credentials/iam/iam_credentials.c
472 - src/core/lib/security/credentials/jwt/json_token.c
473 - src/core/lib/security/credentials/jwt/jwt_credentials.c
474 - src/core/lib/security/credentials/jwt/jwt_verifier.c
475 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
476 - src/core/lib/security/credentials/plugin/plugin_credentials.c
477 - src/core/lib/security/credentials/ssl/ssl_credentials.c
478 - src/core/lib/security/transport/client_auth_filter.c
479 - src/core/lib/security/transport/handshake.c
480 - src/core/lib/security/transport/secure_endpoint.c
481 - src/core/lib/security/transport/security_connector.c
482 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700483 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/util/b64.c
485 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700486 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700487 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 uses:
489 - grpc_base
490 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700491 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700492- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700493 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700494 headers:
495 - test/core/end2end/cq_verifier.h
496 - test/core/end2end/fixtures/proxy.h
497 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200499 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700500 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700502 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700504 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/slice_splitter.h
506 src:
507 - test/core/end2end/cq_verifier.c
508 - test/core/end2end/fixtures/proxy.c
509 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200511 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700512 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700514 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700516 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/port_windows.c
518 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700519 deps:
520 - grpc
521 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700522- name: grpc_transport_chttp2
523 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700524 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700525 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700526 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
527 - src/core/ext/transport/chttp2/transport/frame.h
528 - src/core/ext/transport/chttp2/transport/frame_data.h
529 - src/core/ext/transport/chttp2/transport/frame_goaway.h
530 - src/core/ext/transport/chttp2/transport/frame_ping.h
531 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
532 - src/core/ext/transport/chttp2/transport/frame_settings.h
533 - src/core/ext/transport/chttp2/transport/frame_window_update.h
534 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
535 - src/core/ext/transport/chttp2/transport/hpack_parser.h
536 - src/core/ext/transport/chttp2/transport/hpack_table.h
537 - src/core/ext/transport/chttp2/transport/http2_errors.h
538 - src/core/ext/transport/chttp2/transport/huffsyms.h
539 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
540 - src/core/ext/transport/chttp2/transport/internal.h
541 - src/core/ext/transport/chttp2/transport/status_conversion.h
542 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700543 - src/core/ext/transport/chttp2/transport/varint.h
544 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700545 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700546 - src/core/ext/transport/chttp2/transport/bin_encoder.c
547 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700548 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
549 - src/core/ext/transport/chttp2/transport/frame_data.c
550 - src/core/ext/transport/chttp2/transport/frame_goaway.c
551 - src/core/ext/transport/chttp2/transport/frame_ping.c
552 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
553 - src/core/ext/transport/chttp2/transport/frame_settings.c
554 - src/core/ext/transport/chttp2/transport/frame_window_update.c
555 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
556 - src/core/ext/transport/chttp2/transport/hpack_parser.c
557 - src/core/ext/transport/chttp2/transport/hpack_table.c
558 - src/core/ext/transport/chttp2/transport/huffsyms.c
559 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
560 - src/core/ext/transport/chttp2/transport/parsing.c
561 - src/core/ext/transport/chttp2/transport/status_conversion.c
562 - src/core/ext/transport/chttp2/transport/stream_lists.c
563 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700564 - src/core/ext/transport/chttp2/transport/varint.c
565 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700566 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_transport_chttp2_alpn
570- name: grpc_transport_chttp2_alpn
571 headers:
572 - src/core/ext/transport/chttp2/alpn/alpn.h
573 src:
574 - src/core/ext/transport/chttp2/alpn/alpn.c
575 deps:
576 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700577- name: grpc_transport_chttp2_client_insecure
578 src:
579 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700580 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_client_secure
586 src:
587 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_client_config
592 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2_server_insecure
594 src:
595 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700596 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700597 uses:
598 - grpc_transport_chttp2
599 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700600- name: grpc_transport_chttp2_server_secure
601 src:
602 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700606 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700607- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700608 public_headers:
609 - include/grpc/grpc_cronet.h
610 - include/grpc/grpc_security.h
611 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700612 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700613 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
614 src:
615 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
616 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
617 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700618 filegroups:
619 - grpc_base
620 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800621- name: nanopb
622 headers:
623 - third_party/nanopb/pb.h
624 - third_party/nanopb/pb_common.h
625 - third_party/nanopb/pb_decode.h
626 - third_party/nanopb/pb_encode.h
627 src:
628 - third_party/nanopb/pb_common.c
629 - third_party/nanopb/pb_decode.c
630 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700631- name: tsi
632 headers:
633 - src/core/lib/tsi/fake_transport_security.h
634 - src/core/lib/tsi/ssl_transport_security.h
635 - src/core/lib/tsi/ssl_types.h
636 - src/core/lib/tsi/transport_security.h
637 - src/core/lib/tsi/transport_security_interface.h
638 src:
639 - src/core/lib/tsi/fake_transport_security.c
640 - src/core/lib/tsi/ssl_transport_security.c
641 - src/core/lib/tsi/transport_security.c
642 deps:
643 - gpr
644 secure: true
645- name: grpc++_base
646 language: c++
647 public_headers:
648 - include/grpc++/alarm.h
649 - include/grpc++/channel.h
650 - include/grpc++/client_context.h
651 - include/grpc++/completion_queue.h
652 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700653 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700654 - include/grpc++/generic/async_generic_service.h
655 - include/grpc++/generic/generic_stub.h
656 - include/grpc++/grpc++.h
657 - include/grpc++/impl/call.h
658 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700659 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700660 - include/grpc++/impl/grpc_library.h
661 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700662 - include/grpc++/impl/rpc_method.h
663 - include/grpc++/impl/rpc_service_method.h
664 - include/grpc++/impl/serialization_traits.h
665 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700666 - include/grpc++/impl/server_builder_plugin.h
667 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/impl/service_type.h
669 - include/grpc++/impl/sync.h
670 - include/grpc++/impl/sync_cxx11.h
671 - include/grpc++/impl/sync_no_cxx11.h
672 - include/grpc++/impl/thd.h
673 - include/grpc++/impl/thd_cxx11.h
674 - include/grpc++/impl/thd_no_cxx11.h
675 - include/grpc++/security/auth_context.h
676 - include/grpc++/security/auth_metadata_processor.h
677 - include/grpc++/security/credentials.h
678 - include/grpc++/security/server_credentials.h
679 - include/grpc++/server.h
680 - include/grpc++/server_builder.h
681 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700682 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 - include/grpc++/support/async_stream.h
684 - include/grpc++/support/async_unary_call.h
685 - include/grpc++/support/byte_buffer.h
686 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700687 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - include/grpc++/support/slice.h
689 - include/grpc++/support/status.h
690 - include/grpc++/support/status_code_enum.h
691 - include/grpc++/support/string_ref.h
692 - include/grpc++/support/stub_options.h
693 - include/grpc++/support/sync_stream.h
694 - include/grpc++/support/time.h
695 headers:
696 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700697 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - src/cpp/server/dynamic_thread_pool.h
699 - src/cpp/server/thread_pool_interface.h
700 src:
701 - src/cpp/client/channel.cc
702 - src/cpp/client/client_context.cc
703 - src/cpp/client/create_channel.cc
704 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700705 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - src/cpp/client/credentials.cc
707 - src/cpp/client/generic_stub.cc
708 - src/cpp/client/insecure_credentials.cc
709 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700710 - src/cpp/common/channel_filter.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 - src/cpp/common/completion_queue.cc
712 - src/cpp/common/core_codegen.cc
713 - src/cpp/common/rpc_method.cc
714 - src/cpp/server/async_generic_service.cc
715 - src/cpp/server/create_default_thread_pool.cc
716 - src/cpp/server/dynamic_thread_pool.cc
717 - src/cpp/server/insecure_server_credentials.cc
718 - src/cpp/server/server.cc
719 - src/cpp/server/server_builder.cc
720 - src/cpp/server/server_context.cc
721 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700722 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - src/cpp/util/byte_buffer.cc
724 - src/cpp/util/slice.cc
725 - src/cpp/util/status.cc
726 - src/cpp/util/string_ref.cc
727 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700728 deps:
729 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 uses:
yang-g17487f92016-06-03 15:21:15 -0700731 - grpc++_codegen_base
732- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 language: c++
734 public_headers:
735 - include/grpc++/impl/codegen/async_stream.h
736 - include/grpc++/impl/codegen/async_unary_call.h
737 - include/grpc++/impl/codegen/call.h
738 - include/grpc++/impl/codegen/call_hook.h
739 - include/grpc++/impl/codegen/channel_interface.h
740 - include/grpc++/impl/codegen/client_context.h
741 - include/grpc++/impl/codegen/client_unary_call.h
742 - include/grpc++/impl/codegen/completion_queue.h
743 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700744 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/impl/codegen/core_codegen_interface.h
746 - include/grpc++/impl/codegen/create_auth_context.h
747 - include/grpc++/impl/codegen/grpc_library.h
748 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - include/grpc++/impl/codegen/rpc_method.h
750 - include/grpc++/impl/codegen/rpc_service_method.h
751 - include/grpc++/impl/codegen/security/auth_context.h
752 - include/grpc++/impl/codegen/serialization_traits.h
753 - include/grpc++/impl/codegen/server_context.h
754 - include/grpc++/impl/codegen/server_interface.h
755 - include/grpc++/impl/codegen/service_type.h
756 - include/grpc++/impl/codegen/status.h
757 - include/grpc++/impl/codegen/status_code_enum.h
758 - include/grpc++/impl/codegen/string_ref.h
759 - include/grpc++/impl/codegen/stub_options.h
760 - include/grpc++/impl/codegen/sync.h
761 - include/grpc++/impl/codegen/sync_cxx11.h
762 - include/grpc++/impl/codegen/sync_no_cxx11.h
763 - include/grpc++/impl/codegen/sync_stream.h
764 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 uses:
766 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700767- name: grpc++_codegen_base_src
768 language: c++
769 src:
770 - src/cpp/codegen/codegen_init.cc
771 uses:
772 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700773- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 language: c++
775 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700776 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 uses:
yang-g17487f92016-06-03 15:21:15 -0700778 - grpc++_codegen_base
779 - grpc++_config_proto
780- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 language: c++
782 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700784- name: grpc++_reflection_proto
785 language: c++
786 public_headers:
787 - include/grpc++/ext/reflection.grpc.pb.h
788 - include/grpc++/ext/reflection.pb.h
789 src:
790 - src/cpp/ext/reflection.grpc.pb.cc
791 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700792 uses:
793 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700794- name: thrift_util
795 language: c++
796 public_headers:
797 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700798 - include/grpc++/impl/codegen/thrift_utils.h
799 uses:
800 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100801libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800802- name: gpr
803 build: all
804 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800805 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700806 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 secure: false
808 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
809- name: gpr_test_util
810 build: private
811 language: c
812 headers:
813 - test/core/util/test_config.h
814 src:
815 - test/core/util/test_config.c
816 deps:
817 - gpr
818 secure: false
819 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820- name: grpc
821 build: all
822 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 src:
824 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700825 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800826 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700827 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700828 filegroups:
829 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700830 - grpc_transport_chttp2_server_secure
831 - grpc_transport_chttp2_client_secure
832 - grpc_transport_chttp2_server_insecure
833 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700834 - grpc_lb_policy_grpclb
835 - grpc_lb_policy_pick_first
836 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700837 - grpc_resolver_dns_native
838 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700839 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700841 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700842 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700843 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700844 vs_packages:
845 - grpc.dependencies.openssl
846 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700848- name: grpc_cronet
849 build: all
850 language: c
851 src:
852 - src/core/lib/surface/init.c
853 baselib: true
854 deps_linkage: static
855 dll: true
856 filegroups:
857 - grpc_base
858 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700859 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700860 generate_plugin_registry: true
861 platforms:
862 - linux
863 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100864- name: grpc_dll
865 build: private
866 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100867 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100868 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100869 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100870 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100871 build_system:
872 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100873 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100874 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100875 vs_config_type: DynamicLibrary
876 vs_packages:
877 - grpc.dependencies.openssl
878 - grpc.dependencies.zlib
879 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
880 vs_props:
881 - zlib
882 - openssl
883 - winsock
884 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885- name: grpc_test_util
886 build: private
887 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700888 headers:
889 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800890 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700891 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700892 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700893 - test/core/end2end/data/server1_cert.c
894 - test/core/end2end/data/server1_key.c
895 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800896 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700897 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800898 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700900 - grpc
901 filegroups:
902 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700903 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
905- name: grpc_test_util_unsecure
906 build: private
907 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800909 - gpr
910 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800911 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700912 filegroups:
913 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 secure: false
915 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
916- name: grpc_unsecure
917 build: all
918 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700919 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700921 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800923 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700925 filegroups:
926 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700927 - grpc_transport_chttp2_server_insecure
928 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700929 - grpc_resolver_dns_native
930 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700931 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700932 - grpc_lb_policy_grpclb
933 - grpc_lb_policy_pick_first
934 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700935 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700936 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 secure: false
938 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939- name: reconnect_server
940 build: private
941 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700942 headers:
943 - test/core/util/reconnect_server.h
944 src:
945 - test/core/util/reconnect_server.c
946 deps:
yang-gc9fca182015-11-06 16:41:33 -0800947 - test_tcp_server
948 - grpc_test_util
949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800950 - gpr_test_util
951 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800952- name: test_tcp_server
953 build: private
954 language: c
955 headers:
956 - test/core/util/test_tcp_server.h
957 src:
958 - test/core/util/test_tcp_server.c
959 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700960 - grpc_test_util
961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 - gpr_test_util
963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700964- name: grpc++
965 build: all
966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700967 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700968 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700969 - src/cpp/client/secure_credentials.h
970 - src/cpp/common/secure_auth_context.h
971 - src/cpp/server/secure_server_credentials.h
972 src:
Craig Tiller25834342015-09-25 08:08:24 -0700973 - src/cpp/client/secure_credentials.cc
974 - src/cpp/common/auth_property_iterator.cc
975 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800976 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700977 - src/cpp/common/secure_create_auth_context.cc
978 - src/cpp/server/secure_server_credentials.cc
979 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700980 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981 baselib: true
982 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700983 filegroups:
984 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700985 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700986 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 secure: check
988 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700989- name: grpc++_reflection
990 build: all
991 language: c++
992 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700993 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700994 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700995 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700996 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700997 - src/cpp/ext/proto_server_reflection.cc
998 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700999 deps:
1000 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001001 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001002 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001003- name: grpc++_reflection_codegen
1004 build: private
1005 language: c++
1006 src:
1007 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc++_test_config
1009 build: private
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/cpp/util/test_config.h
1013 src:
1014 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015- name: grpc++_test_util
1016 build: private
1017 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001018 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001019 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001020 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001021 - test/cpp/util/create_test_channel.h
1022 - test/cpp/util/string_ref_helper.h
1023 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001024 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001025 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001026 - src/proto/grpc/testing/echo_messages.proto
1027 - src/proto/grpc/testing/echo.proto
1028 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001029 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001030 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001031 - test/cpp/util/create_test_channel.cc
1032 - test/cpp/util/string_ref_helper.cc
1033 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001034 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001035 deps:
1036 - grpc++
1037 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001038 filegroups:
1039 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001040 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001041 - grpc++_codegen_proto
1042 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001043 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044- name: grpc++_unsecure
1045 build: all
1046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001047 src:
1048 - src/cpp/common/insecure_create_auth_context.cc
1049 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001050 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001051 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001052 baselib: true
1053 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001054 filegroups:
1055 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001056 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001057 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058 secure: false
1059 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001060- name: grpc_cli_libs
1061 build: private
1062 language: c++
1063 headers:
1064 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001065 - test/cpp/util/cli_credentials.h
1066 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001067 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001068 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001069 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001070 src:
1071 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001072 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001073 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001074 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001075 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001076 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001077 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001078 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001079 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080- name: grpc_plugin_support
1081 build: protoc
1082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001083 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001084 - src/compiler/config.h
1085 - src/compiler/cpp_generator.h
1086 - src/compiler/cpp_generator_helpers.h
1087 - src/compiler/csharp_generator.h
1088 - src/compiler/csharp_generator_helpers.h
1089 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001090 - src/compiler/node_generator.h
1091 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/compiler/objective_c_generator.h
1093 - src/compiler/objective_c_generator_helpers.h
1094 - src/compiler/python_generator.h
1095 - src/compiler/ruby_generator.h
1096 - src/compiler/ruby_generator_helpers-inl.h
1097 - src/compiler/ruby_generator_map-inl.h
1098 - src/compiler/ruby_generator_string-inl.h
1099 src:
1100 - src/compiler/cpp_generator.cc
1101 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001102 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/compiler/objective_c_generator.cc
1104 - src/compiler/python_generator.cc
1105 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001106 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001107 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 secure: false
1109 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001110 vs_props:
1111 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: interop_client_helper
1113 build: private
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
1116 - test/cpp/interop/client_helper.h
1117 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001118 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001119 - test/cpp/interop/client_helper.cc
1120 deps:
1121 - grpc++_test_util
1122 - grpc_test_util
1123 - grpc++
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: interop_client_main
1127 build: private
1128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001129 headers:
1130 - test/cpp/interop/interop_client.h
1131 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001132 - src/proto/grpc/testing/empty.proto
1133 - src/proto/grpc/testing/messages.proto
1134 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/interop/client.cc
1136 - test/cpp/interop/interop_client.cc
1137 deps:
1138 - interop_client_helper
1139 - grpc++_test_util
1140 - grpc_test_util
1141 - grpc++
1142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 - gpr_test_util
1144 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001145 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146- name: interop_server_helper
1147 build: private
1148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001149 headers:
1150 - test/cpp/interop/server_helper.h
1151 src:
1152 - test/cpp/interop/server_helper.cc
1153 deps:
1154 - grpc_test_util
1155 - grpc++
1156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001158- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 build: private
1160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001162 - src/proto/grpc/testing/empty.proto
1163 - src/proto/grpc/testing/messages.proto
1164 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001165 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 deps:
1167 - interop_server_helper
1168 - grpc++_test_util
1169 - grpc_test_util
1170 - grpc++
1171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001172 - gpr_test_util
1173 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001174 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001175- name: interop_server_main
1176 build: private
1177 language: c++
1178 src:
1179 - test/cpp/interop/interop_server_bootstrap.cc
1180 deps:
1181 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: qps
1183 build: private
1184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001185 headers:
1186 - test/cpp/qps/client.h
1187 - test/cpp/qps/driver.h
1188 - test/cpp/qps/histogram.h
1189 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001190 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001191 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001192 - test/cpp/qps/qps_worker.h
1193 - test/cpp/qps/report.h
1194 - test/cpp/qps/server.h
1195 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001196 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001197 - test/cpp/util/benchmark_config.h
1198 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001199 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001200 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001201 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001202 - src/proto/grpc/testing/control.proto
1203 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001204 - test/cpp/qps/client_async.cc
1205 - test/cpp/qps/client_sync.cc
1206 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001207 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001208 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001209 - test/cpp/qps/qps_worker.cc
1210 - test/cpp/qps/report.cc
1211 - test/cpp/qps/server_async.cc
1212 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001213 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001214 - test/cpp/util/benchmark_config.cc
1215 deps:
1216 - grpc_test_util
1217 - grpc++_test_util
1218 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: grpc_csharp_ext
1220 build: all
1221 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
1223 - src/csharp/ext/grpc_csharp_ext.c
1224 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001227 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001228 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229 dll: only
1230 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001231 vs_packages:
1232 - grpc.dependencies.openssl
1233 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001235 vs_props:
1236 - zlib
1237 - openssl
1238 - winsock
1239 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001241- name: alarm_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/surface/alarm_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001249 - gpr_test_util
1250 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001251- name: algorithm_test
1252 build: test
1253 language: c
1254 src:
1255 - test/core/compression/algorithm_test.c
1256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001261- name: alloc_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/support/alloc_test.c
1266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: alpn_test
1270 build: test
1271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001272 src:
1273 - test/core/transport/chttp2/alpn_test.c
1274 deps:
1275 - grpc_test_util
1276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001277 - gpr_test_util
1278 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001279- name: api_fuzzer
1280 build: fuzzer
1281 language: c
1282 src:
1283 - test/core/end2end/fuzzers/api_fuzzer.c
1284 deps:
1285 - grpc_test_util
1286 - grpc
1287 - gpr_test_util
1288 - gpr
1289 corpus_dirs:
1290 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001291 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001292 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001293- name: bad_server_response_test
1294 build: test
1295 language: c
1296 src:
1297 - test/core/end2end/bad_server_response_test.c
1298 deps:
1299 - test_tcp_server
1300 - grpc_test_util
1301 - grpc
1302 - gpr_test_util
1303 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001304- name: bin_decoder_test
1305 build: test
1306 language: c
1307 src:
1308 - test/core/transport/chttp2/bin_decoder_test.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: bin_encoder_test
1313 build: test
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/transport/chttp2/bin_encoder_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001320- name: census_context_test
1321 build: test
1322 language: c
1323 src:
1324 - test/core/census/context_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr_test_util
1329 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001330- name: census_resource_test
1331 build: test
1332 language: c
1333 src:
1334 - test/core/census/resource_test.c
1335 deps:
1336 - grpc_test_util
1337 - grpc
1338 - gpr_test_util
1339 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001340- name: channel_create_test
1341 build: test
1342 language: c
1343 src:
1344 - test/core/surface/channel_create_test.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001350- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001354 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001355 deps:
1356 - grpc_test_util
1357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001358 - gpr_test_util
1359 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001360- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361 build: test
1362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001364 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001365 deps:
1366 - grpc_test_util
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370- name: chttp2_stream_map_test
1371 build: test
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - test/core/transport/chttp2/stream_map_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001378 - gpr_test_util
1379 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001380- name: chttp2_varint_test
1381 build: test
1382 language: c
1383 src:
1384 - test/core/transport/chttp2/varint_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001390- name: client_fuzzer
1391 build: fuzzer
1392 language: c
1393 src:
1394 - test/core/end2end/fuzzers/client_fuzzer.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
1398 - gpr_test_util
1399 - gpr
1400 corpus_dirs:
1401 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001402 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001403 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: compression_test
1405 build: test
1406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001407 src:
1408 - test/core/compression/compression_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001414- name: concurrent_connectivity_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/surface/concurrent_connectivity_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001424- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001425 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001426 build: test
1427 language: c
1428 src:
1429 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
1433 - gpr_test_util
1434 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001435- name: dns_resolver_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/client_config/resolvers/dns_resolver_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001446 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/end2end/dualstack_socket_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001456 platforms:
1457 - mac
1458 - linux
1459 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001460- name: endpoint_pair_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/iomgr/endpoint_pair_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001470- name: ev_epoll_linux_test
1471 build: test
1472 language: c
1473 src:
1474 - test/core/iomgr/ev_epoll_linux_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
1478 - gpr_test_util
1479 - gpr
1480 platforms:
1481 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: fd_conservation_posix_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/iomgr/fd_conservation_posix_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001492 platforms:
1493 - mac
1494 - linux
1495 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: fd_posix_test
1497 build: test
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/iomgr/fd_posix_test.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001506 platforms:
1507 - mac
1508 - linux
1509 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: fling_client
1511 build: test
1512 run: false
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/fling/client.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: fling_server
1522 build: test
1523 run: false
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/fling/server.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001533 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/fling/fling_stream_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001543 platforms:
1544 - mac
1545 - linux
1546 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001548 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/fling/fling_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001558 platforms:
1559 - mac
1560 - linux
1561 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gen_hpack_tables
1563 build: tool
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - tools/codegen/core/gen_hpack_tables.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001569 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gen_legal_metadata_characters
1571 build: tool
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001576- name: goaway_server_test
1577 cpu_cost: 0.1
1578 build: test
1579 language: c
1580 src:
1581 - test/core/end2end/goaway_server_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
1587 platforms:
1588 - mac
1589 - linux
1590 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001591- name: gpr_avl_test
1592 build: test
1593 language: c
1594 src:
1595 - test/core/support/avl_test.c
1596 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001599- name: gpr_backoff_test
1600 build: test
1601 language: c
1602 src:
1603 - test/core/support/backoff_test.c
1604 deps:
1605 - gpr_test_util
1606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: gpr_cmdline_test
1608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
1611 - test/core/support/cmdline_test.c
1612 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001615- name: gpr_cpu_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/support/cpu_test.c
1620 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: gpr_env_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/support/env_test.c
1628 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631- name: gpr_histogram_test
1632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
1635 - test/core/support/histogram_test.c
1636 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: gpr_host_port_test
1640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/support/host_port_test.c
1644 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: gpr_log_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/support/log_test.c
1652 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001655- name: gpr_percent_encoding_test
1656 build: test
1657 language: c
1658 src:
1659 - test/core/support/percent_encoding_test.c
1660 deps:
1661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: gpr_slice_buffer_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/support/slice_buffer_test.c
1668 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: gpr_slice_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/support/slice_test.c
1676 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001680 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/support/stack_lockfree_test.c
1685 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: gpr_string_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/support/string_test.c
1693 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001697 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/support/sync_test.c
1702 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001706 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707 build: test
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/support/thd_test.c
1711 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: gpr_time_test
1715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/support/time_test.c
1719 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: gpr_tls_test
1723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/support/tls_test.c
1727 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: gpr_useful_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/support/useful_test.c
1735 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: grpc_auth_context_test
1739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/security/auth_context_test.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001748- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001752 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758- name: grpc_byte_buffer_reader_test
1759 build: test
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/surface/byte_buffer_reader_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: grpc_channel_args_test
1769 build: test
1770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/channel/channel_args_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: grpc_channel_stack_test
1779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/channel/channel_stack_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: grpc_completion_queue_test
1789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/surface/completion_queue_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: grpc_create_jwt
1799 build: tool
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/security/create_jwt.c
1803 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001806 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: grpc_credentials_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/security/credentials_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001818 build: test
1819 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/security/fetch_oauth2.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001828- name: grpc_invalid_channel_args_test
1829 build: test
1830 language: c
1831 src:
1832 - test/core/surface/invalid_channel_args_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: grpc_json_token_test
1839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/security/json_token_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001848 platforms:
1849 - linux
1850 - posix
1851 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: grpc_jwt_verifier_test
1853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/security/jwt_verifier_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: grpc_print_google_default_creds_token
1863 build: tool
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/security/print_google_default_creds_token.c
1867 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: grpc_security_connector_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/security/security_connector_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: grpc_verify_jwt
1881 build: tool
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/security/verify_jwt.c
1885 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001888- name: hpack_parser_fuzzer_test
1889 build: fuzzer
1890 language: c
1891 src:
1892 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
1896 - gpr_test_util
1897 - gpr
1898 corpus_dirs:
1899 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001900 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001901 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: hpack_parser_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/transport/chttp2/hpack_parser_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: hpack_table_test
1913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/transport/chttp2/hpack_table_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001922- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001926 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001932- name: http_request_fuzzer_test
1933 build: fuzzer
1934 language: c
1935 src:
1936 - test/core/http/request_fuzzer.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
1940 - gpr_test_util
1941 - gpr
1942 corpus_dirs:
1943 - test/core/http/corpus
1944 maxlen: 2048
1945- name: http_response_fuzzer_test
1946 build: fuzzer
1947 language: c
1948 src:
1949 - test/core/http/response_fuzzer.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
1953 - gpr_test_util
1954 - gpr
1955 corpus_dirs:
1956 - test/core/http/corpus
1957 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001958- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001962 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001969 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001973 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001979 platforms:
1980 - mac
1981 - linux
1982 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001983- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001984 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001985 build: test
1986 language: c
1987 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001988 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001994 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001995 - linux
yang-gf1183302015-12-07 16:02:05 -08001996- name: init_test
1997 build: test
1998 language: c
1999 src:
2000 - test/core/surface/init_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002006- name: internal_api_canary_iomgr_test
2007 build: test
2008 run: false
2009 language: c
2010 src:
2011 - test/core/internal_api_canaries/iomgr.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
2015 - gpr_test_util
2016 - gpr
2017- name: internal_api_canary_support_test
2018 build: test
2019 run: false
2020 language: c
2021 src:
2022 - test/core/internal_api_canaries/iomgr.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
2026 - gpr_test_util
2027 - gpr
2028- name: internal_api_canary_transport_test
2029 build: test
2030 run: false
2031 language: c
2032 src:
2033 - test/core/internal_api_canaries/iomgr.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
2037 - gpr_test_util
2038 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002039- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002040 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002041 build: test
2042 language: c
2043 src:
2044 - test/core/end2end/invalid_call_argument_test.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002050- name: json_fuzzer_test
2051 build: fuzzer
2052 language: c
2053 src:
2054 - test/core/json/fuzzer.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
2060 corpus_dirs:
2061 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002062 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: json_rewrite
2064 build: test
2065 run: false
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/json/json_rewrite.c
2069 deps:
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: json_rewrite_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/json/json_rewrite_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002082- name: json_stream_error_test
2083 build: test
2084 language: c
2085 src:
2086 - test/core/json/json_stream_error_test.c
2087 deps:
2088 - grpc_test_util
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: json_test
2093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/core/json/json_test.c
2097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: lame_client_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/surface/lame_client_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002112- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002113 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002114 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002115 build: test
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/core/client_config/lb_policies_test.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002124- name: load_file_test
2125 build: test
2126 language: c
2127 src:
2128 - test/core/iomgr/load_file_test.c
2129 deps:
2130 - grpc_test_util
2131 - grpc
2132 - gpr_test_util
2133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: low_level_ping_pong_benchmark
2135 build: benchmark
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/network_benchmarks/low_level_ping_pong.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002144 platforms:
2145 - mac
2146 - linux
2147 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: message_compress_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/compression/message_compress_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002158- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002159 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002160 build: test
2161 language: c
2162 src:
2163 - test/core/census/mlog_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
2167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: multiple_server_queues_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/end2end/multiple_server_queues_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: murmur_hash_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/support/murmur_hash_test.c
2184 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002187- name: nanopb_fuzzer_response_test
2188 build: fuzzer
2189 language: c
2190 src:
2191 - test/core/nanopb/fuzzer_response.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
2195 - gpr_test_util
2196 - gpr
2197 corpus_dirs:
2198 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002199 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002200- name: nanopb_fuzzer_serverlist_test
2201 build: fuzzer
2202 language: c
2203 src:
2204 - test/core/nanopb/fuzzer_serverlist.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
2208 - gpr_test_util
2209 - gpr
2210 corpus_dirs:
2211 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002212 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002214 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/core/end2end/no_server_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002224- name: percent_decode_fuzzer
2225 build: fuzzer
2226 language: c
2227 src:
2228 - test/core/support/percent_decode_fuzzer.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
2232 - gpr_test_util
2233 - gpr
2234 corpus_dirs:
2235 - test/core/support/percent_decode_corpus
2236 maxlen: 32
2237- name: percent_encode_fuzzer
2238 build: fuzzer
2239 language: c
2240 src:
2241 - test/core/support/percent_encode_fuzzer.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
2245 - gpr_test_util
2246 - gpr
2247 corpus_dirs:
2248 - test/core/support/percent_encode_corpus
2249 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: resolve_address_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/iomgr/resolve_address_test.c
2255 deps:
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
yang-gd482e592015-12-10 14:04:00 -08002260- name: secure_channel_create_test
2261 build: test
2262 language: c
2263 src:
2264 - test/core/surface/secure_channel_create_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: secure_endpoint_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/security/secure_endpoint_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002280- name: sequential_connectivity_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/surface/sequential_connectivity_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
2288 - gpr_test_util
2289 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002290- name: server_chttp2_test
2291 build: test
2292 language: c
2293 src:
2294 - test/core/surface/server_chttp2_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002300- name: server_fuzzer
2301 build: fuzzer
2302 language: c
2303 src:
2304 - test/core/end2end/fuzzers/server_fuzzer.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
2308 - gpr_test_util
2309 - gpr
2310 corpus_dirs:
2311 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002312 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002313 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002314- name: server_test
2315 build: test
2316 language: c
2317 src:
2318 - test/core/surface/server_test.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002324- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002325 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002326 build: test
2327 language: c
2328 src:
2329 - test/core/client_config/set_initial_connect_string_test.c
2330 deps:
2331 - test_tcp_server
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002336- name: sockaddr_resolver_test
2337 build: test
2338 language: c
2339 src:
2340 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: sockaddr_utils_test
2347 build: test
2348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
2350 - test/core/iomgr/sockaddr_utils_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002356- name: socket_utils_test
2357 build: test
2358 language: c
2359 src:
2360 - test/core/iomgr/socket_utils_test.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002366 platforms:
2367 - mac
2368 - linux
2369 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002371 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/iomgr/tcp_client_posix_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002381 platforms:
2382 - mac
2383 - linux
2384 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002386 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/iomgr/tcp_posix_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002396 platforms:
2397 - mac
2398 - linux
2399 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: tcp_server_posix_test
2401 build: test
2402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/core/iomgr/tcp_server_posix_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002410 platforms:
2411 - mac
2412 - linux
2413 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: time_averaged_stats_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/iomgr/time_averaged_stats_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: timeout_encoding_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002428 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002434- name: timer_heap_test
2435 build: test
2436 language: c
2437 src:
2438 - test/core/iomgr/timer_heap_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002444- name: timer_list_test
2445 build: test
2446 language: c
2447 src:
2448 - test/core/iomgr/timer_list_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002454- name: transport_connectivity_state_test
2455 build: test
2456 language: c
2457 src:
2458 - test/core/transport/connectivity_state_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: transport_metadata_test
2465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/transport/metadata_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474- name: transport_security_test
2475 build: test
2476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/core/tsi/transport_security_test.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr_test_util
2483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002484 platforms:
2485 - linux
2486 - posix
2487 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: udp_server_test
2489 build: test
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/core/iomgr/udp_server_test.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002498 platforms:
2499 - mac
2500 - linux
2501 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002502- name: uri_fuzzer_test
2503 build: fuzzer
2504 language: c
2505 src:
2506 - test/core/client_config/uri_fuzzer_test.c
2507 deps:
2508 - grpc_test_util
2509 - grpc
2510 - gpr_test_util
2511 - gpr
2512 corpus_dirs:
2513 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002514 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: uri_parser_test
2516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/core/client_config/uri_parser_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002525- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002526 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002527 build: test
2528 language: c++
2529 src:
2530 - test/cpp/common/alarm_cpp_test.cc
2531 deps:
2532 - grpc++_test_util
2533 - grpc_test_util
2534 - grpc++
2535 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002536 - gpr_test_util
2537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002539 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540 build: test
2541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/cpp/end2end/async_end2end_test.cc
2544 deps:
2545 - grpc++_test_util
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002552 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553 build: test
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/common/auth_property_iterator_test.cc
2557 deps:
2558 - grpc++_test_util
2559 - grpc_test_util
2560 - grpc++
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002565 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
yang-g52705592015-11-25 11:45:33 -08002569 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002570 deps:
2571 - grpc++
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002575 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576 build: test
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - test/cpp/util/cli_call_test.cc
2580 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002581 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002582 - grpc++_test_util
2583 - grpc_test_util
2584 - grpc++
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002589 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002590 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591 build: test
2592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/cpp/end2end/client_crash_test.cc
2595 deps:
2596 - grpc++_test_util
2597 - grpc_test_util
2598 - grpc++
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002602 platforms:
2603 - mac
2604 - linux
2605 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606- name: client_crash_test_server
2607 build: test
2608 run: false
2609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - test/cpp/end2end/client_crash_test_server.cc
2612 deps:
2613 - grpc++_test_util
2614 - grpc_test_util
2615 - grpc++
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002619- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002620 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002621 build: test
2622 language: c++
2623 src:
2624 - src/proto/grpc/testing/control.proto
2625 - src/proto/grpc/testing/messages.proto
2626 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002627 - src/proto/grpc/testing/services.proto
2628 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002629 - test/cpp/codegen/codegen_test_full.cc
2630 deps:
2631 - grpc++
2632 - grpc
2633 - gpr
2634 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002635 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002636- name: codegen_test_minimal
2637 gtest: true
2638 build: test
2639 language: c++
2640 src:
2641 - src/proto/grpc/testing/control.proto
2642 - src/proto/grpc/testing/messages.proto
2643 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002644 - src/proto/grpc/testing/services.proto
2645 - src/proto/grpc/testing/stats.proto
2646 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002647 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002648 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002649 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002651 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652 build: test
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/cpp/client/credentials_test.cc
2656 deps:
2657 - grpc++
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002661 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662 build: test
2663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002664 src:
2665 - test/cpp/util/byte_buffer_test.cc
2666 deps:
2667 - grpc_test_util
2668 - grpc++
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002673 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674 build: test
2675 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
2677 - test/cpp/util/slice_test.cc
2678 deps:
2679 - grpc_test_util
2680 - grpc++
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002685 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686 build: test
2687 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/cpp/util/string_ref_test.cc
2690 deps:
2691 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002693 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694 build: test
2695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - test/cpp/util/time_test.cc
2698 deps:
2699 - grpc_test_util
2700 - grpc++
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002705 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002706 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707 build: test
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/cpp/end2end/end2end_test.cc
2711 deps:
2712 - grpc++_test_util
2713 - grpc_test_util
2714 - grpc++
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002718- name: filter_end2end_test
2719 gtest: true
2720 build: test
2721 language: c++
2722 src:
2723 - test/cpp/end2end/filter_end2end_test.cc
2724 deps:
2725 - grpc++_test_util
2726 - grpc_test_util
2727 - grpc++
2728 - grpc
2729 - gpr_test_util
2730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002732 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733 build: test
2734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
2736 - test/cpp/end2end/generic_end2end_test.cc
2737 deps:
2738 - grpc++_test_util
2739 - grpc_test_util
2740 - grpc++
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002744- name: golden_file_test
2745 gtest: true
2746 build: test
2747 language: c++
2748 src:
2749 - src/proto/grpc/testing/compiler_test.proto
2750 - test/cpp/codegen/golden_file_test.cc
2751 deps:
2752 - grpc++
2753 - grpc
2754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: grpc_cli
2756 build: test
2757 run: false
2758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
2760 - test/cpp/util/grpc_cli.cc
2761 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002762 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002763 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002764 - grpc++
2765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002766 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002767 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: grpc_cpp_plugin
2769 build: protoc
2770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002771 src:
2772 - src/compiler/cpp_plugin.cc
2773 deps:
2774 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 secure: false
2776 vs_config_type: Application
2777 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2778- name: grpc_csharp_plugin
2779 build: protoc
2780 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
2782 - src/compiler/csharp_plugin.cc
2783 deps:
2784 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785 secure: false
2786 vs_config_type: Application
2787 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002788- name: grpc_node_plugin
2789 build: protoc
2790 language: c++
2791 src:
2792 - src/compiler/node_plugin.cc
2793 deps:
2794 - grpc_plugin_support
2795 secure: false
2796 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002797- name: grpc_objective_c_plugin
2798 build: protoc
2799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002800 src:
2801 - src/compiler/objective_c_plugin.cc
2802 deps:
2803 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804 secure: false
2805 vs_config_type: Application
2806 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2807- name: grpc_python_plugin
2808 build: protoc
2809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002810 src:
2811 - src/compiler/python_plugin.cc
2812 deps:
2813 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814 secure: false
2815 vs_config_type: Application
2816 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2817- name: grpc_ruby_plugin
2818 build: protoc
2819 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002820 src:
2821 - src/compiler/ruby_plugin.cc
2822 deps:
2823 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824 secure: false
2825 vs_config_type: Application
2826 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002827- name: grpc_tool_test
2828 gtest: true
2829 build: test
2830 language: c++
2831 headers:
2832 - test/cpp/util/string_ref_helper.h
2833 src:
2834 - src/proto/grpc/testing/echo.proto
2835 - src/proto/grpc/testing/echo_messages.proto
2836 - test/cpp/util/grpc_tool_test.cc
2837 - test/cpp/util/string_ref_helper.cc
2838 deps:
2839 - grpc_cli_libs
2840 - grpc++_reflection
2841 - grpc_test_util
2842 - grpc++
2843 - grpc
2844 - gpr_test_util
2845 - gpr
2846 filegroups:
2847 - grpc++_codegen_proto
2848 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002849- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002850 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002851 build: test
2852 language: c++
2853 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002854 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002855 - test/cpp/grpclb/grpclb_api_test.cc
2856 deps:
2857 - grpc++_test_util
2858 - grpc_test_util
2859 - grpc++
2860 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002861- name: grpclb_test
2862 gtest: false
2863 build: test
2864 language: c++
2865 src:
2866 - src/proto/grpc/lb/v1/load_balancer.proto
2867 - test/cpp/grpclb/grpclb_test.cc
2868 deps:
2869 - gpr
2870 - gpr_test_util
2871 - grpc
2872 - grpc++
2873 - grpc++_test_util
2874 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002875- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002876 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002877 build: test
2878 language: c++
2879 src:
2880 - test/cpp/end2end/hybrid_end2end_test.cc
2881 deps:
2882 - grpc++_test_util
2883 - grpc_test_util
2884 - grpc++
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: interop_client
2889 build: test
2890 run: false
2891 language: c++
2892 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002893 deps:
2894 - interop_client_main
2895 - interop_client_helper
2896 - grpc++_test_util
2897 - grpc_test_util
2898 - grpc++
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002902 - grpc++_test_config
2903 platforms:
2904 - mac
2905 - linux
2906 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907- name: interop_server
2908 build: test
2909 run: false
2910 language: c++
2911 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002912 deps:
2913 - interop_server_main
2914 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002915 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002922 - grpc++_test_config
2923 platforms:
2924 - mac
2925 - linux
2926 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002928 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929 build: test
2930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002931 src:
2932 - test/cpp/interop/interop_test.cc
2933 deps:
2934 - grpc_test_util
2935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002936 - gpr_test_util
2937 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002938 platforms:
2939 - mac
2940 - linux
2941 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002942- name: json_run_localhost
2943 build: test
2944 run: false
2945 language: c++
2946 src:
2947 - test/cpp/qps/json_run_localhost.cc
2948 deps:
2949 - grpc++_test_util
2950 - grpc_test_util
2951 - grpc++
2952 - grpc
2953 - gpr_test_util
2954 - gpr
2955 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002956- name: metrics_client
2957 build: test
2958 run: false
2959 language: c++
2960 headers:
2961 - test/cpp/util/metrics_server.h
2962 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002963 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002964 - test/cpp/interop/metrics_client.cc
2965 deps:
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002969 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002971 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972 build: test
2973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
2975 - test/cpp/end2end/mock_test.cc
2976 deps:
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
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002983- name: proto_server_reflection_test
2984 gtest: true
2985 build: test
2986 language: c++
2987 headers:
2988 - test/cpp/util/proto_reflection_descriptor_database.h
2989 src:
2990 - test/cpp/end2end/proto_server_reflection_test.cc
2991 - test/cpp/util/proto_reflection_descriptor_database.cc
2992 deps:
2993 - grpc++_reflection
2994 - grpc++_test_util
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
2998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: qps_interarrival_test
3001 build: test
3002 run: false
3003 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003004 src:
3005 - test/cpp/qps/qps_interarrival_test.cc
3006 deps:
3007 - qps
3008 - grpc++_test_util
3009 - grpc_test_util
3010 - grpc++
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003018- name: qps_json_driver
3019 build: test
3020 run: false
3021 language: c++
3022 src:
3023 - test/cpp/qps/qps_json_driver.cc
3024 deps:
3025 - qps
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
3030 - gpr_test_util
3031 - gpr
3032 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003034 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035 build: test
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - test/cpp/qps/qps_openloop_test.cc
3039 deps:
3040 - qps
3041 - grpc++_test_util
3042 - grpc_test_util
3043 - grpc++
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003047 - grpc++_test_config
3048 platforms:
3049 - mac
3050 - linux
3051 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003053 build: test
3054 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 headers:
3057 - test/cpp/qps/client.h
3058 - test/cpp/qps/server.h
3059 src:
3060 - test/cpp/qps/worker.cc
3061 deps:
3062 - qps
3063 - grpc++_test_util
3064 - grpc_test_util
3065 - grpc++
3066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003067 - gpr_test_util
3068 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003069 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: reconnect_interop_client
3071 build: test
3072 run: false
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003075 - src/proto/grpc/testing/empty.proto
3076 - src/proto/grpc/testing/messages.proto
3077 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003078 - test/cpp/interop/reconnect_interop_client.cc
3079 deps:
3080 - grpc++_test_util
3081 - grpc_test_util
3082 - grpc++
3083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003084 - gpr_test_util
3085 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003086 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087- name: reconnect_interop_server
3088 build: test
3089 run: false
3090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003091 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003092 - src/proto/grpc/testing/empty.proto
3093 - src/proto/grpc/testing/messages.proto
3094 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003095 - test/cpp/interop/reconnect_interop_server.cc
3096 deps:
3097 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003098 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003099 - grpc++_test_util
3100 - grpc_test_util
3101 - grpc++
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003105 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003107 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003108 build: test
3109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003110 src:
3111 - test/cpp/common/secure_auth_context_test.cc
3112 deps:
3113 - grpc++_test_util
3114 - grpc_test_util
3115 - grpc++
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003119- name: secure_sync_unary_ping_pong_test
3120 build: test
3121 language: c++
3122 src:
3123 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3124 deps:
3125 - qps
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
vjpaif8603ad2015-11-04 12:49:33 -08003132 platforms:
3133 - mac
3134 - linux
3135 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003136- name: server_builder_plugin_test
3137 gtest: true
3138 build: test
3139 language: c++
3140 src:
3141 - test/cpp/end2end/server_builder_plugin_test.cc
3142 deps:
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
3147 - gpr_test_util
3148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003150 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003151 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152 build: test
3153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003154 src:
3155 - test/cpp/end2end/server_crash_test.cc
3156 deps:
3157 - grpc++_test_util
3158 - grpc_test_util
3159 - grpc++
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003163 platforms:
3164 - mac
3165 - linux
3166 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167- name: server_crash_test_client
3168 build: test
3169 run: false
3170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003171 src:
3172 - test/cpp/end2end/server_crash_test_client.cc
3173 deps:
3174 - grpc++_test_util
3175 - grpc_test_util
3176 - grpc++
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr_test_util
3179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003181 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182 build: test
3183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003184 src:
3185 - test/cpp/end2end/shutdown_test.cc
3186 deps:
3187 - grpc++_test_util
3188 - grpc_test_util
3189 - grpc++
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193- name: status_test
3194 build: test
3195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003196 src:
3197 - test/cpp/util/status_test.cc
3198 deps:
3199 - grpc_test_util
3200 - grpc++
3201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 - gpr_test_util
3203 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003204- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003205 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003206 build: test
3207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003208 src:
3209 - test/cpp/end2end/streaming_throughput_test.cc
3210 deps:
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003215 - gpr_test_util
3216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003217 platforms:
3218 - mac
3219 - linux
3220 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003221- name: stress_test
3222 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003223 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003224 language: c++
3225 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003226 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003227 - test/cpp/interop/interop_client.h
3228 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003229 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003230 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003231 - src/proto/grpc/testing/empty.proto
3232 - src/proto/grpc/testing/messages.proto
3233 - src/proto/grpc/testing/metrics.proto
3234 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003235 - test/cpp/interop/interop_client.cc
3236 - test/cpp/interop/stress_interop_client.cc
3237 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003238 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003239 deps:
3240 - grpc++_test_util
3241 - grpc_test_util
3242 - grpc++
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003246 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003248 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003249 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003250 build: test
3251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003252 src:
3253 - test/cpp/end2end/thread_stress_test.cc
3254 deps:
3255 - grpc++_test_util
3256 - grpc_test_util
3257 - grpc++
3258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003259 - gpr_test_util
3260 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003261- name: public_headers_must_be_c89
3262 build: test
3263 language: c89
3264 src:
3265 - test/core/surface/public_headers_must_be_c89.c
3266 deps:
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003270- linkage: static
3271 name: grpc.dependencies.zlib
3272 props: false
3273 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003274 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003275- linkage: static
3276 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003277 props: true
3278 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003279 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003280- name: gflags
3281 props: false
3282 redist: false
3283 version: 2.1.2.1
3284- name: gtest
3285 props: false
3286 redist: false
3287 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003288configs:
3289 asan:
3290 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003291 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3292 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003293 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003294 LD: clang
3295 LDFLAGS: -fsanitize=address
3296 LDXX: clang++
3297 compile_the_world: true
3298 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003299 ASAN_OPTIONS: detect_leaks=1:color=always
3300 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003301 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003302 asan-noleaks:
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 Tillera0f85172016-01-20 15:56:06 -08003306 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003307 LD: clang
3308 LDFLAGS: -fsanitize=address
3309 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003310 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003311 test_environ:
3312 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003313 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003314 asan-trace-cmp:
3315 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003316 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3317 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003318 CXX: clang++
3319 LD: clang
3320 LDFLAGS: -fsanitize=address
3321 LDXX: clang++
3322 compile_the_world: true
3323 test_environ:
3324 ASAN_OPTIONS: detect_leaks=1:color=always
3325 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3326 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003327 basicprof:
3328 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3329 DEFINES: NDEBUG
3330 dbg:
3331 CPPFLAGS: -O0
3332 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003333 easan:
3334 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003335 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3336 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003337 CXX: clang++
3338 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3339 LD: clang
3340 LDFLAGS: -fsanitize=address
3341 LDXX: clang++
3342 compile_the_world: true
3343 test_environ:
3344 ASAN_OPTIONS: detect_leaks=1:color=always
3345 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3346 timeout_multiplier: 3
3347 edbg:
3348 CPPFLAGS: -O0
3349 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3350 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003351 CC: clang
3352 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003353 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003354 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003355 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003356 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003357 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003358 LDXX: clang++
3359 compile_the_world: true
3360 test_environ:
3361 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3362 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003363 gcov:
3364 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003365 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003366 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003367 DEFINES: _DEBUG DEBUG GPR_GCOV
3368 LD: gcc
3369 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3370 LDXX: g++
3371 helgrind:
3372 CPPFLAGS: -O0
3373 DEFINES: _DEBUG DEBUG
3374 LDFLAGS: -rdynamic
3375 timeout_multiplier: 20
3376 valgrind: --tool=helgrind
3377 memcheck:
3378 CPPFLAGS: -O0
3379 DEFINES: _DEBUG DEBUG
3380 LDFLAGS: -rdynamic
3381 timeout_multiplier: 10
3382 valgrind: --tool=memcheck --leak-check=full
3383 msan:
3384 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003385 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3386 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3387 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003388 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003389 DEFINES: NDEBUG
3390 LD: clang
3391 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3392 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3393 LDXX: clang++
3394 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003395 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003396 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003397 CPPFLAGS: -O3 -fno-omit-frame-pointer
3398 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003399 LDFLAGS: -rdynamic
3400 opt:
3401 CPPFLAGS: -O2
3402 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003403 stapprof:
3404 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3405 DEFINES: NDEBUG
3406 tsan:
3407 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003408 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003409 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003410 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003411 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003412 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003413 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003414 LDXX: clang++
3415 compile_the_world: true
3416 test_environ:
3417 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003418 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003419 ubsan:
3420 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003421 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3422 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003423 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003424 DEFINES: NDEBUG
3425 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003426 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003427 LDXX: clang++
3428 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003429 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003430 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003431 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003432defaults:
3433 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003434 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003435 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003436 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003437 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003438 global:
3439 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3440 LDFLAGS: -g
3441 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003442 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003443 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003444node_modules:
3445- deps:
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003448 - boringssl
3449 - z
murgatroid9994a75412015-11-19 14:04:53 -08003450 headers:
3451 - src/node/ext/byte_buffer.h
3452 - src/node/ext/call.h
3453 - src/node/ext/call_credentials.h
3454 - src/node/ext/channel.h
3455 - src/node/ext/channel_credentials.h
3456 - src/node/ext/completion_queue_async_worker.h
3457 - src/node/ext/server.h
3458 - src/node/ext/server_credentials.h
3459 - src/node/ext/timeval.h
3460 js:
3461 - src/node/index.js
3462 - src/node/src/client.js
3463 - src/node/src/common.js
3464 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003465 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003466 - src/node/src/metadata.js
3467 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003468 name: grpc_node
3469 src:
3470 - src/node/ext/byte_buffer.cc
3471 - src/node/ext/call.cc
3472 - src/node/ext/call_credentials.cc
3473 - src/node/ext/channel.cc
3474 - src/node/ext/channel_credentials.cc
3475 - src/node/ext/completion_queue_async_worker.cc
3476 - src/node/ext/node_grpc.cc
3477 - src/node/ext/server.cc
3478 - src/node/ext/server_credentials.cc
3479 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003480openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003481 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003482 extraction_dir: openssl-1.0.2f
3483 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003484php_config_m4:
3485 deps:
3486 - grpc
3487 - gpr
3488 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003489 headers:
3490 - src/php/ext/grpc/byte_buffer.h
3491 - src/php/ext/grpc/call.h
3492 - src/php/ext/grpc/call_credentials.h
3493 - src/php/ext/grpc/channel.h
3494 - src/php/ext/grpc/channel_credentials.h
3495 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003496 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003497 - src/php/ext/grpc/php_grpc.h
3498 - src/php/ext/grpc/server.h
3499 - src/php/ext/grpc/server_credentials.h
3500 - src/php/ext/grpc/timeval.h
3501 src:
3502 - src/php/ext/grpc/byte_buffer.c
3503 - src/php/ext/grpc/call.c
3504 - src/php/ext/grpc/call_credentials.c
3505 - src/php/ext/grpc/channel.c
3506 - src/php/ext/grpc/channel_credentials.c
3507 - src/php/ext/grpc/completion_queue.c
3508 - src/php/ext/grpc/php_grpc.c
3509 - src/php/ext/grpc/server.c
3510 - src/php/ext/grpc/server_credentials.c
3511 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003512python_dependencies:
3513 deps:
3514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003515 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003516 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003517 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003518ruby_gem:
3519 deps:
3520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003522 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003523 - z