blob: 1e1253ff61a7d56576d79a219b1c9b827b6bebae [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" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
yang-g34b58612016-06-03 17:30:09 -0700144- name: grpc++_codegen_base_src
145 src:
146 - src/cpp/codegen/codegen_init.cc
147 uses:
148 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700149- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700150 public_headers:
151 - include/grpc/byte_buffer.h
152 - include/grpc/byte_buffer_reader.h
153 - include/grpc/compression.h
154 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700155 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700156 - include/grpc/status.h
157 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700158 - src/core/lib/channel/channel_args.h
159 - src/core/lib/channel/channel_stack.h
160 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700161 - src/core/lib/channel/compress_filter.h
162 - src/core/lib/channel/connected_channel.h
163 - src/core/lib/channel/context.h
164 - src/core/lib/channel/http_client_filter.h
165 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/compression/algorithm_metadata.h
167 - src/core/lib/compression/message_compress.h
168 - src/core/lib/debug/trace.h
169 - src/core/lib/http/format_request.h
170 - src/core/lib/http/httpcli.h
171 - src/core/lib/http/parser.h
172 - src/core/lib/iomgr/closure.h
173 - src/core/lib/iomgr/endpoint.h
174 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700175 - src/core/lib/iomgr/error.h
Craig Tiller8a034482016-03-28 16:09:04 -0700176 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700177 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700178 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/iomgr/exec_ctx.h
180 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/iocp_windows.h
182 - src/core/lib/iomgr/iomgr.h
183 - src/core/lib/iomgr/iomgr_internal.h
184 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700185 - src/core/lib/iomgr/load_file.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700186 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset_set_windows.h
190 - src/core/lib/iomgr/pollset_windows.h
191 - src/core/lib/iomgr/resolve_address.h
192 - src/core/lib/iomgr/sockaddr.h
193 - src/core/lib/iomgr/sockaddr_posix.h
194 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700195 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/socket_utils_posix.h
197 - src/core/lib/iomgr/socket_windows.h
198 - src/core/lib/iomgr/tcp_client.h
199 - src/core/lib/iomgr/tcp_posix.h
200 - src/core/lib/iomgr/tcp_server.h
201 - src/core/lib/iomgr/tcp_windows.h
202 - src/core/lib/iomgr/time_averaged_stats.h
203 - src/core/lib/iomgr/timer.h
204 - src/core/lib/iomgr/timer_heap.h
205 - src/core/lib/iomgr/udp_server.h
206 - src/core/lib/iomgr/unix_sockets_posix.h
207 - src/core/lib/iomgr/wakeup_fd_pipe.h
208 - src/core/lib/iomgr/wakeup_fd_posix.h
209 - src/core/lib/iomgr/workqueue.h
210 - src/core/lib/iomgr/workqueue_posix.h
211 - src/core/lib/iomgr/workqueue_windows.h
212 - src/core/lib/json/json.h
213 - src/core/lib/json/json_common.h
214 - src/core/lib/json/json_reader.h
215 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/surface/api_trace.h
217 - src/core/lib/surface/call.h
218 - src/core/lib/surface/call_test_only.h
219 - src/core/lib/surface/channel.h
220 - src/core/lib/surface/channel_init.h
221 - src/core/lib/surface/channel_stack_type.h
222 - src/core/lib/surface/completion_queue.h
223 - src/core/lib/surface/event_string.h
224 - src/core/lib/surface/init.h
225 - src/core/lib/surface/lame_client.h
226 - src/core/lib/surface/server.h
227 - src/core/lib/surface/surface_trace.h
228 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/transport/connectivity_state.h
230 - src/core/lib/transport/metadata.h
231 - src/core/lib/transport/metadata_batch.h
232 - src/core/lib/transport/static_metadata.h
233 - src/core/lib/transport/transport.h
234 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700235 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/channel_args.c
237 - src/core/lib/channel/channel_stack.c
238 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/compress_filter.c
240 - src/core/lib/channel/connected_channel.c
241 - src/core/lib/channel/http_client_filter.c
242 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700243 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/compression/message_compress.c
245 - src/core/lib/debug/trace.c
246 - src/core/lib/http/format_request.c
247 - src/core/lib/http/httpcli.c
248 - src/core/lib/http/parser.c
249 - src/core/lib/iomgr/closure.c
250 - src/core/lib/iomgr/endpoint.c
251 - src/core/lib/iomgr/endpoint_pair_posix.c
252 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700253 - src/core/lib/iomgr/error.c
Craig Tiller8a034482016-03-28 16:09:04 -0700254 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700255 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700256 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/exec_ctx.c
258 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/iomgr/iocp_windows.c
260 - src/core/lib/iomgr/iomgr.c
261 - src/core/lib/iomgr/iomgr_posix.c
262 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700263 - src/core/lib/iomgr/load_file.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700264 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/pollset_set_windows.c
266 - src/core/lib/iomgr/pollset_windows.c
267 - src/core/lib/iomgr/resolve_address_posix.c
268 - src/core/lib/iomgr/resolve_address_windows.c
269 - src/core/lib/iomgr/sockaddr_utils.c
270 - src/core/lib/iomgr/socket_utils_common_posix.c
271 - src/core/lib/iomgr/socket_utils_linux.c
272 - src/core/lib/iomgr/socket_utils_posix.c
273 - src/core/lib/iomgr/socket_windows.c
274 - src/core/lib/iomgr/tcp_client_posix.c
275 - src/core/lib/iomgr/tcp_client_windows.c
276 - src/core/lib/iomgr/tcp_posix.c
277 - src/core/lib/iomgr/tcp_server_posix.c
278 - src/core/lib/iomgr/tcp_server_windows.c
279 - src/core/lib/iomgr/tcp_windows.c
280 - src/core/lib/iomgr/time_averaged_stats.c
281 - src/core/lib/iomgr/timer.c
282 - src/core/lib/iomgr/timer_heap.c
283 - src/core/lib/iomgr/udp_server.c
284 - src/core/lib/iomgr/unix_sockets_posix.c
285 - src/core/lib/iomgr/unix_sockets_posix_noop.c
286 - src/core/lib/iomgr/wakeup_fd_eventfd.c
287 - src/core/lib/iomgr/wakeup_fd_nospecial.c
288 - src/core/lib/iomgr/wakeup_fd_pipe.c
289 - src/core/lib/iomgr/wakeup_fd_posix.c
290 - src/core/lib/iomgr/workqueue_posix.c
291 - src/core/lib/iomgr/workqueue_windows.c
292 - src/core/lib/json/json.c
293 - src/core/lib/json/json_reader.c
294 - src/core/lib/json/json_string.c
295 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/alarm.c
297 - src/core/lib/surface/api_trace.c
298 - src/core/lib/surface/byte_buffer.c
299 - src/core/lib/surface/byte_buffer_reader.c
300 - src/core/lib/surface/call.c
301 - src/core/lib/surface/call_details.c
302 - src/core/lib/surface/call_log_batch.c
303 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/channel_init.c
305 - src/core/lib/surface/channel_ping.c
306 - src/core/lib/surface/channel_stack_type.c
307 - src/core/lib/surface/completion_queue.c
308 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/lame_client.c
310 - src/core/lib/surface/metadata_array.c
311 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/surface/validate_metadata.c
313 - src/core/lib/surface/version.c
314 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/connectivity_state.c
316 - src/core/lib/transport/metadata.c
317 - src/core/lib/transport/metadata_batch.c
318 - src/core/lib/transport/static_metadata.c
319 - src/core/lib/transport/transport.c
320 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 deps:
322 - gpr
323 uses:
324 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700325- name: grpc_client_config
326 headers:
327 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700328 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/client_config.h
330 - src/core/ext/client_config/connector.h
331 - src/core/ext/client_config/initial_connect_string.h
332 - src/core/ext/client_config/lb_policy.h
333 - src/core/ext/client_config/lb_policy_factory.h
334 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700335 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/resolver.h
337 - src/core/ext/client_config/resolver_factory.h
338 - src/core/ext/client_config/resolver_registry.h
339 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700340 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/subchannel_index.h
342 - src/core/ext/client_config/uri_parser.h
343 src:
344 - src/core/ext/client_config/channel_connectivity.c
345 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700346 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700348 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/connector.c
350 - src/core/ext/client_config/default_initial_connect_string.c
351 - src/core/ext/client_config/initial_connect_string.c
352 - src/core/ext/client_config/lb_policy.c
353 - src/core/ext/client_config/lb_policy_factory.c
354 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700355 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/resolver.c
357 - src/core/ext/client_config/resolver_factory.c
358 - src/core/ext/client_config/resolver_registry.c
359 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700360 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel_index.c
362 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700363 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700364 uses:
365 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366- name: grpc_codegen
367 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700369 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800371 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800373 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800374 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700375 uses:
376 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_grpclb
378 headers:
379 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700380 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700381 src:
382 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700383 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700384 uses:
385 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700387 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700388- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700389 src:
390 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700391 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700392 uses:
393 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700395- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700396 src:
397 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700398 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700399 uses:
400 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700401 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700402- name: grpc_load_reporting
403 headers:
404 - src/core/ext/load_reporting/load_reporting.h
405 - src/core/ext/load_reporting/load_reporting_filter.h
406 src:
407 - src/core/ext/load_reporting/load_reporting.c
408 - src/core/ext/load_reporting/load_reporting_filter.c
409 plugin: grpc_load_reporting_plugin
410 uses:
411 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700412- name: grpc_resolver_dns_native
413 src:
414 - src/core/ext/resolver/dns/native/dns_resolver.c
415 plugin: grpc_resolver_dns_native
416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700419- name: grpc_resolver_sockaddr
420 src:
421 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
422 plugin: grpc_resolver_sockaddr
423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100426- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700427 public_headers:
428 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700429 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100430 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700431 - src/core/lib/security/context/security_context.h
432 - src/core/lib/security/credentials/composite/composite_credentials.h
433 - src/core/lib/security/credentials/credentials.h
434 - src/core/lib/security/credentials/fake/fake_credentials.h
435 - src/core/lib/security/credentials/google_default/google_default_credentials.h
436 - src/core/lib/security/credentials/iam/iam_credentials.h
437 - src/core/lib/security/credentials/jwt/json_token.h
438 - src/core/lib/security/credentials/jwt/jwt_credentials.h
439 - src/core/lib/security/credentials/jwt/jwt_verifier.h
440 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
441 - src/core/lib/security/credentials/plugin/plugin_credentials.h
442 - src/core/lib/security/credentials/ssl/ssl_credentials.h
443 - src/core/lib/security/transport/auth_filters.h
444 - src/core/lib/security/transport/handshake.h
445 - src/core/lib/security/transport/secure_endpoint.h
446 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700447 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/util/b64.h
449 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100450 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.c
453 - src/core/lib/security/credentials/composite/composite_credentials.c
454 - src/core/lib/security/credentials/credentials.c
455 - src/core/lib/security/credentials/credentials_metadata.c
456 - src/core/lib/security/credentials/fake/fake_credentials.c
457 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700458 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/credentials/google_default/google_default_credentials.c
460 - src/core/lib/security/credentials/iam/iam_credentials.c
461 - src/core/lib/security/credentials/jwt/json_token.c
462 - src/core/lib/security/credentials/jwt/jwt_credentials.c
463 - src/core/lib/security/credentials/jwt/jwt_verifier.c
464 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
465 - src/core/lib/security/credentials/plugin/plugin_credentials.c
466 - src/core/lib/security/credentials/ssl/ssl_credentials.c
467 - src/core/lib/security/transport/client_auth_filter.c
468 - src/core/lib/security/transport/handshake.c
469 - src/core/lib/security/transport/secure_endpoint.c
470 - src/core/lib/security/transport/security_connector.c
471 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700472 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/util/b64.c
474 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700475 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700477 uses:
478 - grpc_base
479 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700481- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700482 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700483 headers:
484 - test/core/end2end/cq_verifier.h
485 - test/core/end2end/fixtures/proxy.h
486 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200488 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700489 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700491 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700493 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/slice_splitter.h
495 src:
496 - test/core/end2end/cq_verifier.c
497 - test/core/end2end/fixtures/proxy.c
498 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200500 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700501 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700503 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700505 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700506 - test/core/util/port_windows.c
507 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700508 deps:
509 - grpc
510 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700511- name: grpc_transport_chttp2
512 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700513 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700514 - src/core/ext/transport/chttp2/transport/bin_encoder.h
515 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
516 - src/core/ext/transport/chttp2/transport/frame.h
517 - src/core/ext/transport/chttp2/transport/frame_data.h
518 - src/core/ext/transport/chttp2/transport/frame_goaway.h
519 - src/core/ext/transport/chttp2/transport/frame_ping.h
520 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
521 - src/core/ext/transport/chttp2/transport/frame_settings.h
522 - src/core/ext/transport/chttp2/transport/frame_window_update.h
523 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
524 - src/core/ext/transport/chttp2/transport/hpack_parser.h
525 - src/core/ext/transport/chttp2/transport/hpack_table.h
526 - src/core/ext/transport/chttp2/transport/http2_errors.h
527 - src/core/ext/transport/chttp2/transport/huffsyms.h
528 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
529 - src/core/ext/transport/chttp2/transport/internal.h
530 - src/core/ext/transport/chttp2/transport/status_conversion.h
531 - src/core/ext/transport/chttp2/transport/stream_map.h
532 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
533 - src/core/ext/transport/chttp2/transport/varint.h
534 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700535 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/bin_encoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700537 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700538 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
539 - src/core/ext/transport/chttp2/transport/frame_data.c
540 - src/core/ext/transport/chttp2/transport/frame_goaway.c
541 - src/core/ext/transport/chttp2/transport/frame_ping.c
542 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
543 - src/core/ext/transport/chttp2/transport/frame_settings.c
544 - src/core/ext/transport/chttp2/transport/frame_window_update.c
545 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
546 - src/core/ext/transport/chttp2/transport/hpack_parser.c
547 - src/core/ext/transport/chttp2/transport/hpack_table.c
548 - src/core/ext/transport/chttp2/transport/huffsyms.c
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
550 - src/core/ext/transport/chttp2/transport/parsing.c
551 - src/core/ext/transport/chttp2/transport/status_conversion.c
552 - src/core/ext/transport/chttp2/transport/stream_lists.c
553 - src/core/ext/transport/chttp2/transport/stream_map.c
554 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
555 - src/core/ext/transport/chttp2/transport/varint.c
556 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700557 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700558 uses:
559 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - grpc_transport_chttp2_alpn
561- name: grpc_transport_chttp2_alpn
562 headers:
563 - src/core/ext/transport/chttp2/alpn/alpn.h
564 src:
565 - src/core/ext/transport/chttp2/alpn/alpn.c
566 deps:
567 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700568- name: grpc_transport_chttp2_client_insecure
569 src:
570 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700571 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700572 uses:
573 - grpc_transport_chttp2
574 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700575 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700576- name: grpc_transport_chttp2_client_secure
577 src:
578 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700579 uses:
580 - grpc_transport_chttp2
581 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - grpc_client_config
583 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_insecure
585 src:
586 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700587 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_server_secure
592 src:
593 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700594 uses:
595 - grpc_transport_chttp2
596 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700597 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700598- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700599 public_headers:
600 - include/grpc/grpc_cronet.h
601 - include/grpc/grpc_security.h
602 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700603 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700604 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
605 src:
606 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
607 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
608 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700609 filegroups:
610 - grpc_base
611 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800612- name: nanopb
613 headers:
614 - third_party/nanopb/pb.h
615 - third_party/nanopb/pb_common.h
616 - third_party/nanopb/pb_decode.h
617 - third_party/nanopb/pb_encode.h
618 src:
619 - third_party/nanopb/pb_common.c
620 - third_party/nanopb/pb_decode.c
621 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700622- name: tsi
623 headers:
624 - src/core/lib/tsi/fake_transport_security.h
625 - src/core/lib/tsi/ssl_transport_security.h
626 - src/core/lib/tsi/ssl_types.h
627 - src/core/lib/tsi/transport_security.h
628 - src/core/lib/tsi/transport_security_interface.h
629 src:
630 - src/core/lib/tsi/fake_transport_security.c
631 - src/core/lib/tsi/ssl_transport_security.c
632 - src/core/lib/tsi/transport_security.c
633 deps:
634 - gpr
635 secure: true
636- name: grpc++_base
637 language: c++
638 public_headers:
639 - include/grpc++/alarm.h
640 - include/grpc++/channel.h
641 - include/grpc++/client_context.h
642 - include/grpc++/completion_queue.h
643 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700644 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/generic/async_generic_service.h
646 - include/grpc++/generic/generic_stub.h
647 - include/grpc++/grpc++.h
648 - include/grpc++/impl/call.h
649 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700650 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/grpc_library.h
652 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653 - include/grpc++/impl/rpc_method.h
654 - include/grpc++/impl/rpc_service_method.h
655 - include/grpc++/impl/serialization_traits.h
656 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700657 - include/grpc++/impl/server_builder_plugin.h
658 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700659 - include/grpc++/impl/service_type.h
660 - include/grpc++/impl/sync.h
661 - include/grpc++/impl/sync_cxx11.h
662 - include/grpc++/impl/sync_no_cxx11.h
663 - include/grpc++/impl/thd.h
664 - include/grpc++/impl/thd_cxx11.h
665 - include/grpc++/impl/thd_no_cxx11.h
666 - include/grpc++/security/auth_context.h
667 - include/grpc++/security/auth_metadata_processor.h
668 - include/grpc++/security/credentials.h
669 - include/grpc++/security/server_credentials.h
670 - include/grpc++/server.h
671 - include/grpc++/server_builder.h
672 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700673 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/support/async_stream.h
675 - include/grpc++/support/async_unary_call.h
676 - include/grpc++/support/byte_buffer.h
677 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700678 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700679 - include/grpc++/support/slice.h
680 - include/grpc++/support/status.h
681 - include/grpc++/support/status_code_enum.h
682 - include/grpc++/support/string_ref.h
683 - include/grpc++/support/stub_options.h
684 - include/grpc++/support/sync_stream.h
685 - include/grpc++/support/time.h
686 headers:
687 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - src/cpp/server/dynamic_thread_pool.h
689 - src/cpp/server/thread_pool_interface.h
690 src:
691 - src/cpp/client/channel.cc
692 - src/cpp/client/client_context.cc
693 - src/cpp/client/create_channel.cc
694 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700695 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 - src/cpp/client/credentials.cc
697 - src/cpp/client/generic_stub.cc
698 - src/cpp/client/insecure_credentials.cc
699 - src/cpp/common/channel_arguments.cc
700 - src/cpp/common/completion_queue.cc
701 - src/cpp/common/core_codegen.cc
702 - src/cpp/common/rpc_method.cc
703 - src/cpp/server/async_generic_service.cc
704 - src/cpp/server/create_default_thread_pool.cc
705 - src/cpp/server/dynamic_thread_pool.cc
706 - src/cpp/server/insecure_server_credentials.cc
707 - src/cpp/server/server.cc
708 - src/cpp/server/server_builder.cc
709 - src/cpp/server/server_context.cc
710 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700711 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 - src/cpp/util/byte_buffer.cc
713 - src/cpp/util/slice.cc
714 - src/cpp/util/status.cc
715 - src/cpp/util/string_ref.cc
716 - src/cpp/util/time.cc
717 deps:
718 - grpc
719 uses:
yang-g17487f92016-06-03 15:21:15 -0700720 - grpc++_codegen_base
721- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 language: c++
723 public_headers:
724 - include/grpc++/impl/codegen/async_stream.h
725 - include/grpc++/impl/codegen/async_unary_call.h
726 - include/grpc++/impl/codegen/call.h
727 - include/grpc++/impl/codegen/call_hook.h
728 - include/grpc++/impl/codegen/channel_interface.h
729 - include/grpc++/impl/codegen/client_context.h
730 - include/grpc++/impl/codegen/client_unary_call.h
731 - include/grpc++/impl/codegen/completion_queue.h
732 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700733 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/codegen/core_codegen_interface.h
735 - include/grpc++/impl/codegen/create_auth_context.h
736 - include/grpc++/impl/codegen/grpc_library.h
737 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/impl/codegen/rpc_method.h
739 - include/grpc++/impl/codegen/rpc_service_method.h
740 - include/grpc++/impl/codegen/security/auth_context.h
741 - include/grpc++/impl/codegen/serialization_traits.h
742 - include/grpc++/impl/codegen/server_context.h
743 - include/grpc++/impl/codegen/server_interface.h
744 - include/grpc++/impl/codegen/service_type.h
745 - include/grpc++/impl/codegen/status.h
746 - include/grpc++/impl/codegen/status_code_enum.h
747 - include/grpc++/impl/codegen/string_ref.h
748 - include/grpc++/impl/codegen/stub_options.h
749 - include/grpc++/impl/codegen/sync.h
750 - include/grpc++/impl/codegen/sync_cxx11.h
751 - include/grpc++/impl/codegen/sync_no_cxx11.h
752 - include/grpc++/impl/codegen/sync_stream.h
753 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 uses:
755 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700756- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 language: c++
758 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700759 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 uses:
yang-g17487f92016-06-03 15:21:15 -0700761 - grpc++_codegen_base
762 - grpc++_config_proto
763- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 language: c++
765 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100767libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800768- name: gpr
769 build: all
770 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800771 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700772 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800773 secure: false
774 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
775- name: gpr_test_util
776 build: private
777 language: c
778 headers:
779 - test/core/util/test_config.h
780 src:
781 - test/core/util/test_config.c
782 deps:
783 - gpr
784 secure: false
785 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786- name: grpc
787 build: all
788 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 src:
790 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800792 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700793 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700794 filegroups:
795 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - grpc_transport_chttp2_server_secure
797 - grpc_transport_chttp2_client_secure
798 - grpc_transport_chttp2_server_insecure
799 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700800 - grpc_lb_policy_grpclb
801 - grpc_lb_policy_pick_first
802 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700803 - grpc_resolver_dns_native
804 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700805 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100806 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700807 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700808 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700810 vs_packages:
811 - grpc.dependencies.openssl
812 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700814- name: grpc_cronet
815 build: all
816 language: c
817 src:
818 - src/core/lib/surface/init.c
819 baselib: true
820 deps_linkage: static
821 dll: true
822 filegroups:
823 - grpc_base
824 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700825 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700826 generate_plugin_registry: true
827 platforms:
828 - linux
829 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100830- name: grpc_dll
831 build: private
832 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100833 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100834 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100836 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100837 build_system:
838 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100839 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100841 vs_config_type: DynamicLibrary
842 vs_packages:
843 - grpc.dependencies.openssl
844 - grpc.dependencies.zlib
845 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
846 vs_props:
847 - zlib
848 - openssl
849 - winsock
850 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851- name: grpc_test_util
852 build: private
853 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700854 headers:
855 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800856 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700857 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700858 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700859 - test/core/end2end/data/server1_cert.c
860 - test/core/end2end/data/server1_key.c
861 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800862 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800864 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700866 - grpc
867 filegroups:
868 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
870- name: grpc_test_util_unsecure
871 build: private
872 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700873 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800874 - gpr
875 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800876 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700877 filegroups:
878 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 secure: false
880 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
881- name: grpc_unsecure
882 build: all
883 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700884 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700886 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800888 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700890 filegroups:
891 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700892 - grpc_transport_chttp2_server_insecure
893 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700894 - grpc_resolver_dns_native
895 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700896 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700897 - grpc_lb_policy_grpclb
898 - grpc_lb_policy_pick_first
899 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700900 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700901 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902 secure: false
903 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904- name: reconnect_server
905 build: private
906 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700907 headers:
908 - test/core/util/reconnect_server.h
909 src:
910 - test/core/util/reconnect_server.c
911 deps:
yang-gc9fca182015-11-06 16:41:33 -0800912 - test_tcp_server
913 - grpc_test_util
914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800915 - gpr_test_util
916 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800917- name: test_tcp_server
918 build: private
919 language: c
920 headers:
921 - test/core/util/test_tcp_server.h
922 src:
923 - test/core/util/test_tcp_server.c
924 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700925 - grpc_test_util
926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 - gpr_test_util
928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929- name: grpc++
930 build: all
931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700932 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700933 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700934 - src/cpp/client/secure_credentials.h
935 - src/cpp/common/secure_auth_context.h
936 - src/cpp/server/secure_server_credentials.h
937 src:
Craig Tiller25834342015-09-25 08:08:24 -0700938 - src/cpp/client/secure_credentials.cc
939 - src/cpp/common/auth_property_iterator.cc
940 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800941 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/common/secure_create_auth_context.cc
943 - src/cpp/server/secure_server_credentials.cc
944 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700945 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 baselib: true
947 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700948 filegroups:
949 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700950 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700951 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 secure: check
953 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700954- name: grpc++_reflection
955 build: all
956 language: c++
957 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700958 - include/grpc++/ext/proto_server_reflection_plugin.h
959 - include/grpc++/ext/reflection.grpc.pb.h
960 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700961 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700962 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700963 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700964 - src/cpp/ext/proto_server_reflection.cc
965 - src/cpp/ext/proto_server_reflection_plugin.cc
966 - src/cpp/ext/reflection.grpc.pb.cc
967 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700968 deps:
969 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700970 filegroups:
971 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: grpc++_test_config
973 build: private
974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700975 headers:
976 - test/cpp/util/test_config.h
977 src:
978 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979- name: grpc++_test_util
980 build: private
981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700982 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800983 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800984 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700985 - test/cpp/util/create_test_channel.h
986 - test/cpp/util/string_ref_helper.h
987 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800988 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700989 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800990 - src/proto/grpc/testing/echo_messages.proto
991 - src/proto/grpc/testing/echo.proto
992 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800993 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800994 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700995 - test/cpp/util/create_test_channel.cc
996 - test/cpp/util/string_ref_helper.cc
997 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800998 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700999 deps:
1000 - grpc++
1001 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001002 filegroups:
1003 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001004 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001005 - grpc++_codegen_proto
1006 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007- name: grpc++_unsecure
1008 build: all
1009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001010 src:
1011 - src/cpp/common/insecure_create_auth_context.cc
1012 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001014 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 baselib: true
1016 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001017 filegroups:
1018 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001019 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001020 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021 secure: false
1022 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001023- name: grpc_cli_libs
1024 build: private
1025 language: c++
1026 headers:
1027 - test/cpp/util/cli_call.h
1028 - test/cpp/util/proto_file_parser.h
1029 src:
1030 - test/cpp/util/cli_call.cc
1031 - test/cpp/util/proto_file_parser.cc
1032 deps:
1033 - grpc++
1034 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035- name: grpc_plugin_support
1036 build: protoc
1037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001038 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001039 - src/compiler/config.h
1040 - src/compiler/cpp_generator.h
1041 - src/compiler/cpp_generator_helpers.h
1042 - src/compiler/csharp_generator.h
1043 - src/compiler/csharp_generator_helpers.h
1044 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001045 - src/compiler/node_generator.h
1046 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001047 - src/compiler/objective_c_generator.h
1048 - src/compiler/objective_c_generator_helpers.h
1049 - src/compiler/python_generator.h
1050 - src/compiler/ruby_generator.h
1051 - src/compiler/ruby_generator_helpers-inl.h
1052 - src/compiler/ruby_generator_map-inl.h
1053 - src/compiler/ruby_generator_string-inl.h
1054 src:
1055 - src/compiler/cpp_generator.cc
1056 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001057 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001058 - src/compiler/objective_c_generator.cc
1059 - src/compiler/python_generator.cc
1060 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001061 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001062 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 secure: false
1064 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001065 vs_props:
1066 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: interop_client_helper
1068 build: private
1069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001070 headers:
1071 - test/cpp/interop/client_helper.h
1072 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001073 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001074 - test/cpp/interop/client_helper.cc
1075 deps:
1076 - grpc++_test_util
1077 - grpc_test_util
1078 - grpc++
1079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081- name: interop_client_main
1082 build: private
1083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001084 headers:
1085 - test/cpp/interop/interop_client.h
1086 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001087 - src/proto/grpc/testing/empty.proto
1088 - src/proto/grpc/testing/messages.proto
1089 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001090 - test/cpp/interop/client.cc
1091 - test/cpp/interop/interop_client.cc
1092 deps:
1093 - interop_client_helper
1094 - grpc++_test_util
1095 - grpc_test_util
1096 - grpc++
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: interop_server_helper
1102 build: private
1103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001104 headers:
1105 - test/cpp/interop/server_helper.h
1106 src:
1107 - test/cpp/interop/server_helper.cc
1108 deps:
1109 - grpc_test_util
1110 - grpc++
1111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: interop_server_main
1114 build: private
1115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001116 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001117 - src/proto/grpc/testing/empty.proto
1118 - src/proto/grpc/testing/messages.proto
1119 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001120 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001121 deps:
1122 - interop_server_helper
1123 - grpc++_test_util
1124 - grpc_test_util
1125 - grpc++
1126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 - gpr_test_util
1128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001129 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: qps
1131 build: private
1132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001133 headers:
1134 - test/cpp/qps/client.h
1135 - test/cpp/qps/driver.h
1136 - test/cpp/qps/histogram.h
1137 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001138 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001139 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001140 - test/cpp/qps/qps_worker.h
1141 - test/cpp/qps/report.h
1142 - test/cpp/qps/server.h
1143 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001144 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001145 - test/cpp/util/benchmark_config.h
1146 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001147 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001148 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001149 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001150 - src/proto/grpc/testing/control.proto
1151 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001152 - test/cpp/qps/client_async.cc
1153 - test/cpp/qps/client_sync.cc
1154 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001155 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001156 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001157 - test/cpp/qps/qps_worker.cc
1158 - test/cpp/qps/report.cc
1159 - test/cpp/qps/server_async.cc
1160 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001161 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001162 - test/cpp/util/benchmark_config.cc
1163 deps:
1164 - grpc_test_util
1165 - grpc++_test_util
1166 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: grpc_csharp_ext
1168 build: all
1169 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
1171 - src/csharp/ext/grpc_csharp_ext.c
1172 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001175 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001176 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 dll: only
1178 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001179 vs_packages:
1180 - grpc.dependencies.openssl
1181 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001183 vs_props:
1184 - zlib
1185 - openssl
1186 - winsock
1187 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001189- name: alarm_test
1190 build: test
1191 language: c
1192 src:
1193 - test/core/surface/alarm_test.c
1194 deps:
1195 - grpc_test_util
1196 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001197 - gpr_test_util
1198 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001199- name: algorithm_test
1200 build: test
1201 language: c
1202 src:
1203 - test/core/compression/algorithm_test.c
1204 deps:
1205 - grpc_test_util
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001209- name: alloc_test
1210 build: test
1211 language: c
1212 src:
1213 - test/core/support/alloc_test.c
1214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: alpn_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/transport/chttp2/alpn_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001227- name: api_fuzzer
1228 build: fuzzer
1229 language: c
1230 src:
1231 - test/core/end2end/fuzzers/api_fuzzer.c
1232 deps:
1233 - grpc_test_util
1234 - grpc
1235 - gpr_test_util
1236 - gpr
1237 corpus_dirs:
1238 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001239 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001240 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001241- name: bin_decoder_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/transport/chttp2/bin_decoder_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249- name: bin_encoder_test
1250 build: test
1251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001252 src:
1253 - test/core/transport/chttp2/bin_encoder_test.c
1254 deps:
1255 - grpc_test_util
1256 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001257- name: census_context_test
1258 build: test
1259 language: c
1260 src:
1261 - test/core/census/context_test.c
1262 deps:
1263 - grpc_test_util
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001267- name: channel_create_test
1268 build: test
1269 language: c
1270 src:
1271 - test/core/surface/channel_create_test.c
1272 deps:
1273 - grpc_test_util
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001277- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278 build: test
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001281 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001282 deps:
1283 - grpc_test_util
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001287- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001291 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: chttp2_stream_map_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/transport/chttp2/stream_map_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001307- name: chttp2_varint_test
1308 build: test
1309 language: c
1310 src:
1311 - test/core/transport/chttp2/varint_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001317- name: client_fuzzer
1318 build: fuzzer
1319 language: c
1320 src:
1321 - test/core/end2end/fuzzers/client_fuzzer.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
1327 corpus_dirs:
1328 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001329 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001330 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: compression_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/compression/compression_test.c
1336 deps:
1337 - grpc_test_util
1338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001341- name: concurrent_connectivity_test
1342 build: test
1343 language: c
1344 src:
1345 - test/core/surface/concurrent_connectivity_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
1349 - gpr_test_util
1350 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001351- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001352 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001353 build: test
1354 language: c
1355 src:
1356 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
1360 - gpr_test_util
1361 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001362- name: dns_resolver_test
1363 build: test
1364 language: c
1365 src:
1366 - test/core/client_config/resolvers/dns_resolver_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001373 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/end2end/dualstack_socket_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001383 platforms:
1384 - mac
1385 - linux
1386 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001387- name: endpoint_pair_test
1388 build: test
1389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - test/core/iomgr/endpoint_pair_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: fd_conservation_posix_test
1398 build: test
1399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
1401 - test/core/iomgr/fd_conservation_posix_test.c
1402 deps:
1403 - grpc_test_util
1404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001407 platforms:
1408 - mac
1409 - linux
1410 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: fd_posix_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/iomgr/fd_posix_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001421 platforms:
1422 - mac
1423 - linux
1424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: fling_client
1426 build: test
1427 run: false
1428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001429 src:
1430 - test/core/fling/client.c
1431 deps:
1432 - grpc_test_util
1433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fling_server
1437 build: test
1438 run: false
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/fling/server.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001448 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/fling/fling_stream_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001458 platforms:
1459 - mac
1460 - linux
1461 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001463 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/fling/fling_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001473 platforms:
1474 - mac
1475 - linux
1476 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477- name: gen_hpack_tables
1478 build: tool
1479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001480 src:
1481 - tools/codegen/core/gen_hpack_tables.c
1482 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001484 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: gen_legal_metadata_characters
1486 build: tool
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001491- name: goaway_server_test
1492 cpu_cost: 0.1
1493 build: test
1494 language: c
1495 src:
1496 - test/core/end2end/goaway_server_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
1500 - gpr_test_util
1501 - gpr
1502 platforms:
1503 - mac
1504 - linux
1505 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001506- name: gpr_avl_test
1507 build: test
1508 language: c
1509 src:
1510 - test/core/support/avl_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001514- name: gpr_backoff_test
1515 build: test
1516 language: c
1517 src:
1518 - test/core/support/backoff_test.c
1519 deps:
1520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: gpr_cmdline_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/support/cmdline_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001530- name: gpr_cpu_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/support/cpu_test.c
1535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: gpr_env_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/support/env_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: gpr_histogram_test
1547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/support/histogram_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_host_port_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/host_port_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_log_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/log_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_slice_buffer_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/support/slice_buffer_test.c
1575 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: gpr_slice_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/support/slice_test.c
1583 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001587 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/stack_lockfree_test.c
1592 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gpr_string_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/string_test.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001604 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/sync_test.c
1609 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001613 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/thd_test.c
1618 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: gpr_time_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/time_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: gpr_tls_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/support/tls_test.c
1634 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: gpr_useful_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/support/useful_test.c
1642 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: grpc_auth_context_test
1646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/security/auth_context_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001655- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001659 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: grpc_byte_buffer_reader_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/surface/byte_buffer_reader_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: grpc_channel_args_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/channel/channel_args_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: grpc_channel_stack_test
1686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/channel/channel_stack_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: grpc_completion_queue_test
1696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/surface/completion_queue_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: grpc_create_jwt
1706 build: tool
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/security/create_jwt.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715- name: grpc_credentials_test
1716 build: test
1717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001718 src:
1719 - test/core/security/credentials_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: grpc_fetch_oauth2
1726 build: tool
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/security/fetch_oauth2.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001735- name: grpc_invalid_channel_args_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/surface/invalid_channel_args_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: grpc_json_token_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/security/json_token_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001755 platforms:
1756 - linux
1757 - posix
1758 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: grpc_jwt_verifier_test
1760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/security/jwt_verifier_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: grpc_print_google_default_creds_token
1770 build: tool
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/security/print_google_default_creds_token.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: grpc_security_connector_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/security/security_connector_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: grpc_verify_jwt
1790 build: tool
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/security/verify_jwt.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001799- name: hpack_parser_fuzzer_test
1800 build: fuzzer
1801 language: c
1802 src:
1803 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
1809 corpus_dirs:
1810 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001811 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001812 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: hpack_parser_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/transport/chttp2/hpack_parser_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: hpack_table_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/transport/chttp2/hpack_table_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001833- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001837 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001843- name: http_request_fuzzer_test
1844 build: fuzzer
1845 language: c
1846 src:
1847 - test/core/http/request_fuzzer.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
1851 - gpr_test_util
1852 - gpr
1853 corpus_dirs:
1854 - test/core/http/corpus
1855 maxlen: 2048
1856- name: http_response_fuzzer_test
1857 build: fuzzer
1858 language: c
1859 src:
1860 - test/core/http/response_fuzzer.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
1864 - gpr_test_util
1865 - gpr
1866 corpus_dirs:
1867 - test/core/http/corpus
1868 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001869- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001873 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001874 deps:
1875 - grpc_test_util
1876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001880 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001884 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001890 platforms:
1891 - mac
1892 - linux
1893 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001894- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001895 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001896 build: test
1897 language: c
1898 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001899 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001905 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001906 - linux
yang-gf1183302015-12-07 16:02:05 -08001907- name: init_test
1908 build: test
1909 language: c
1910 src:
1911 - test/core/surface/init_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001917- name: internal_api_canary_iomgr_test
1918 build: test
1919 run: false
1920 language: c
1921 src:
1922 - test/core/internal_api_canaries/iomgr.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
1928- name: internal_api_canary_support_test
1929 build: test
1930 run: false
1931 language: c
1932 src:
1933 - test/core/internal_api_canaries/iomgr.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
1939- name: internal_api_canary_transport_test
1940 build: test
1941 run: false
1942 language: c
1943 src:
1944 - test/core/internal_api_canaries/iomgr.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001950- name: invalid_call_argument_test
1951 build: test
1952 language: c
1953 src:
1954 - test/core/end2end/invalid_call_argument_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001960- name: json_fuzzer_test
1961 build: fuzzer
1962 language: c
1963 src:
1964 - test/core/json/fuzzer.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
1968 - gpr_test_util
1969 - gpr
1970 corpus_dirs:
1971 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001972 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: json_rewrite
1974 build: test
1975 run: false
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/json/json_rewrite.c
1979 deps:
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: json_rewrite_test
1983 build: test
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/json/json_rewrite_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001992- name: json_stream_error_test
1993 build: test
1994 language: c
1995 src:
1996 - test/core/json/json_stream_error_test.c
1997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: json_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/json/json_test.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: lame_client_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/surface/lame_client_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002022- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002023 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002024 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/client_config/lb_policies_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002034- name: load_file_test
2035 build: test
2036 language: c
2037 src:
2038 - test/core/iomgr/load_file_test.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
2042 - gpr_test_util
2043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: low_level_ping_pong_benchmark
2045 build: benchmark
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/network_benchmarks/low_level_ping_pong.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002054 platforms:
2055 - mac
2056 - linux
2057 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: message_compress_test
2059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/core/compression/message_compress_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002068- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002069 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002070 build: test
2071 language: c
2072 src:
2073 - test/core/census/mlog_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
2077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: multiple_server_queues_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/end2end/multiple_server_queues_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: murmur_hash_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/support/murmur_hash_test.c
2094 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002097- name: nanopb_fuzzer_response_test
2098 build: fuzzer
2099 language: c
2100 src:
2101 - test/core/nanopb/fuzzer_response.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
2107 corpus_dirs:
2108 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002109 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002110- name: nanopb_fuzzer_serverlist_test
2111 build: fuzzer
2112 language: c
2113 src:
2114 - test/core/nanopb/fuzzer_serverlist.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
2118 - gpr_test_util
2119 - gpr
2120 corpus_dirs:
2121 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002122 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002124 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125 build: test
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/core/end2end/no_server_test.c
2129 deps:
2130 - grpc_test_util
2131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002132 - gpr_test_util
2133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: resolve_address_test
2135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/iomgr/resolve_address_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
yang-gd482e592015-12-10 14:04:00 -08002144- name: secure_channel_create_test
2145 build: test
2146 language: c
2147 src:
2148 - test/core/surface/secure_channel_create_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: secure_endpoint_test
2155 build: test
2156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
2158 - test/core/security/secure_endpoint_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002164- name: sequential_connectivity_test
2165 build: test
2166 language: c
2167 src:
2168 - test/core/surface/sequential_connectivity_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
2172 - gpr_test_util
2173 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002174- name: server_chttp2_test
2175 build: test
2176 language: c
2177 src:
2178 - test/core/surface/server_chttp2_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002184- name: server_fuzzer
2185 build: fuzzer
2186 language: c
2187 src:
2188 - test/core/end2end/fuzzers/server_fuzzer.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
2192 - gpr_test_util
2193 - gpr
2194 corpus_dirs:
2195 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002196 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002197 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002198- name: server_test
2199 build: test
2200 language: c
2201 src:
2202 - test/core/surface/server_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002208- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002209 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002210 build: test
2211 language: c
2212 src:
2213 - test/core/client_config/set_initial_connect_string_test.c
2214 deps:
2215 - test_tcp_server
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002220- name: sockaddr_resolver_test
2221 build: test
2222 language: c
2223 src:
2224 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: sockaddr_utils_test
2231 build: test
2232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
2234 - test/core/iomgr/sockaddr_utils_test.c
2235 deps:
2236 - grpc_test_util
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002240- name: socket_utils_test
2241 build: test
2242 language: c
2243 src:
2244 - test/core/iomgr/socket_utils_test.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002250 platforms:
2251 - mac
2252 - linux
2253 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002255 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/iomgr/tcp_client_posix_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002270 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/iomgr/tcp_posix_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002280 platforms:
2281 - mac
2282 - linux
2283 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: tcp_server_posix_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/iomgr/tcp_server_posix_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002294 platforms:
2295 - mac
2296 - linux
2297 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: time_averaged_stats_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/iomgr/time_averaged_stats_test.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: timeout_encoding_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/transport/chttp2/timeout_encoding_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002318- name: timer_heap_test
2319 build: test
2320 language: c
2321 src:
2322 - test/core/iomgr/timer_heap_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002328- name: timer_list_test
2329 build: test
2330 language: c
2331 src:
2332 - test/core/iomgr/timer_list_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: timers_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/profiling/timers_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002348- name: transport_connectivity_state_test
2349 build: test
2350 language: c
2351 src:
2352 - test/core/transport/connectivity_state_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: transport_metadata_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/transport/metadata_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: transport_security_test
2369 build: test
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/tsi/transport_security_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - linux
2380 - posix
2381 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: udp_server_test
2383 build: test
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/iomgr/udp_server_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 platforms:
2393 - mac
2394 - linux
2395 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002396- name: uri_fuzzer_test
2397 build: fuzzer
2398 language: c
2399 src:
2400 - test/core/client_config/uri_fuzzer_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
2404 - gpr_test_util
2405 - gpr
2406 corpus_dirs:
2407 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002408 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: uri_parser_test
2410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/core/client_config/uri_parser_test.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002419- name: workqueue_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/iomgr/workqueue_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002429 platforms:
2430 - mac
2431 - linux
2432 - posix
vjpai04e992a2016-02-10 16:58:38 -08002433- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002434 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002435 build: test
2436 language: c++
2437 src:
2438 - test/cpp/common/alarm_cpp_test.cc
2439 deps:
2440 - grpc++_test_util
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002447 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/cpp/end2end/async_end2end_test.cc
2452 deps:
2453 - grpc++_test_util
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002460 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461 build: test
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/cpp/common/auth_property_iterator_test.cc
2465 deps:
2466 - grpc++_test_util
2467 - grpc_test_util
2468 - grpc++
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002473 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
yang-g52705592015-11-25 11:45:33 -08002477 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002478 deps:
2479 - grpc++
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484 build: test
2485 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/cpp/util/cli_call_test.cc
2488 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002489 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002490 - grpc++_test_util
2491 - grpc_test_util
2492 - grpc++
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002497 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002498 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499 build: test
2500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/cpp/end2end/client_crash_test.cc
2503 deps:
2504 - grpc++_test_util
2505 - grpc_test_util
2506 - grpc++
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002510 platforms:
2511 - mac
2512 - linux
2513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: client_crash_test_server
2515 build: test
2516 run: false
2517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/cpp/end2end/client_crash_test_server.cc
2520 deps:
2521 - grpc++_test_util
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002527- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002528 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002529 build: test
2530 language: c++
2531 src:
2532 - src/proto/grpc/testing/control.proto
2533 - src/proto/grpc/testing/messages.proto
2534 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002535 - src/proto/grpc/testing/services.proto
2536 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002537 - test/cpp/codegen/codegen_test_full.cc
2538 deps:
2539 - grpc++
2540 - grpc
2541 - gpr
2542 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002543 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002544- name: codegen_test_minimal
2545 gtest: true
2546 build: test
2547 language: c++
2548 src:
2549 - src/proto/grpc/testing/control.proto
2550 - src/proto/grpc/testing/messages.proto
2551 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002552 - src/proto/grpc/testing/services.proto
2553 - src/proto/grpc/testing/stats.proto
2554 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002555 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002556 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002557 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002559 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560 build: test
2561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/cpp/client/credentials_test.cc
2564 deps:
2565 - grpc++
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002569 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/cpp/util/byte_buffer_test.cc
2574 deps:
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002581 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582 build: test
2583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
2585 - test/cpp/util/slice_test.cc
2586 deps:
2587 - grpc_test_util
2588 - grpc++
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002593 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 build: test
2595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002596 src:
2597 - test/cpp/util/string_ref_test.cc
2598 deps:
2599 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/cpp/util/time_test.cc
2606 deps:
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002613 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002614 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/end2end/end2end_test.cc
2619 deps:
2620 - grpc++_test_util
2621 - grpc_test_util
2622 - grpc++
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002627 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/end2end/generic_end2end_test.cc
2632 deps:
2633 - grpc++_test_util
2634 - grpc_test_util
2635 - grpc++
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002639- name: golden_file_test
2640 gtest: true
2641 build: test
2642 language: c++
2643 src:
2644 - src/proto/grpc/testing/compiler_test.proto
2645 - test/cpp/codegen/golden_file_test.cc
2646 deps:
2647 - grpc++
2648 - grpc
2649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: grpc_cli
2651 build: test
2652 run: false
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/cpp/util/grpc_cli.cc
2656 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002657 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002658 - grpc++_test_util
2659 - grpc_test_util
2660 - grpc++
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002664 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: grpc_cpp_plugin
2666 build: protoc
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - src/compiler/cpp_plugin.cc
2670 deps:
2671 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672 secure: false
2673 vs_config_type: Application
2674 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2675- name: grpc_csharp_plugin
2676 build: protoc
2677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - src/compiler/csharp_plugin.cc
2680 deps:
2681 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682 secure: false
2683 vs_config_type: Application
2684 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002685- name: grpc_node_plugin
2686 build: protoc
2687 language: c++
2688 src:
2689 - src/compiler/node_plugin.cc
2690 deps:
2691 - grpc_plugin_support
2692 secure: false
2693 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: grpc_objective_c_plugin
2695 build: protoc
2696 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
2698 - src/compiler/objective_c_plugin.cc
2699 deps:
2700 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701 secure: false
2702 vs_config_type: Application
2703 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2704- name: grpc_python_plugin
2705 build: protoc
2706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - src/compiler/python_plugin.cc
2709 deps:
2710 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711 secure: false
2712 vs_config_type: Application
2713 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2714- name: grpc_ruby_plugin
2715 build: protoc
2716 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002717 src:
2718 - src/compiler/ruby_plugin.cc
2719 deps:
2720 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721 secure: false
2722 vs_config_type: Application
2723 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002724- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002725 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002726 build: test
2727 language: c++
2728 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002729 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002730 - test/cpp/grpclb/grpclb_api_test.cc
2731 deps:
2732 - grpc++_test_util
2733 - grpc_test_util
2734 - grpc++
2735 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002736- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002737 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002738 build: test
2739 language: c++
2740 src:
2741 - test/cpp/end2end/hybrid_end2end_test.cc
2742 deps:
2743 - grpc++_test_util
2744 - grpc_test_util
2745 - grpc++
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: interop_client
2750 build: test
2751 run: false
2752 language: c++
2753 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - interop_client_main
2756 - interop_client_helper
2757 - grpc++_test_util
2758 - grpc_test_util
2759 - grpc++
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002763 - grpc++_test_config
2764 platforms:
2765 - mac
2766 - linux
2767 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768- name: interop_server
2769 build: test
2770 run: false
2771 language: c++
2772 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002773 deps:
2774 - interop_server_main
2775 - interop_server_helper
2776 - grpc++_test_util
2777 - grpc_test_util
2778 - grpc++
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002782 - grpc++_test_config
2783 platforms:
2784 - mac
2785 - linux
2786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002788 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789 build: test
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/interop/interop_test.cc
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002798 platforms:
2799 - mac
2800 - linux
2801 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002802- name: json_run_localhost
2803 build: test
2804 run: false
2805 language: c++
2806 src:
2807 - test/cpp/qps/json_run_localhost.cc
2808 deps:
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
2813 - gpr_test_util
2814 - gpr
2815 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002816- name: metrics_client
2817 build: test
2818 run: false
2819 language: c++
2820 headers:
2821 - test/cpp/util/metrics_server.h
2822 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002823 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002824 - test/cpp/interop/metrics_client.cc
2825 deps:
2826 - grpc++
2827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002828 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002831 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/cpp/end2end/mock_test.cc
2836 deps:
2837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002843- name: proto_server_reflection_test
2844 gtest: true
2845 build: test
2846 language: c++
2847 headers:
2848 - test/cpp/util/proto_reflection_descriptor_database.h
2849 src:
2850 - test/cpp/end2end/proto_server_reflection_test.cc
2851 - test/cpp/util/proto_reflection_descriptor_database.cc
2852 deps:
2853 - grpc++_reflection
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
2858 - gpr_test_util
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: qps_interarrival_test
2861 build: test
2862 run: false
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/cpp/qps/qps_interarrival_test.cc
2866 deps:
2867 - qps
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002874 platforms:
2875 - mac
2876 - linux
2877 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002878- name: qps_json_driver
2879 build: test
2880 run: false
2881 language: c++
2882 src:
2883 - test/cpp/qps/qps_json_driver.cc
2884 deps:
2885 - qps
2886 - grpc++_test_util
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002894 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/qps/qps_openloop_test.cc
2899 deps:
2900 - qps
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002907 - grpc++_test_config
2908 platforms:
2909 - mac
2910 - linux
2911 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002913 build: test
2914 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 headers:
2917 - test/cpp/qps/client.h
2918 - test/cpp/qps/server.h
2919 src:
2920 - test/cpp/qps/worker.cc
2921 deps:
2922 - qps
2923 - grpc++_test_util
2924 - grpc_test_util
2925 - grpc++
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: reconnect_interop_client
2931 build: test
2932 run: false
2933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002935 - src/proto/grpc/testing/empty.proto
2936 - src/proto/grpc/testing/messages.proto
2937 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002938 - test/cpp/interop/reconnect_interop_client.cc
2939 deps:
2940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002946 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: reconnect_interop_server
2948 build: test
2949 run: false
2950 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002952 - src/proto/grpc/testing/empty.proto
2953 - src/proto/grpc/testing/messages.proto
2954 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002955 - test/cpp/interop/reconnect_interop_server.cc
2956 deps:
2957 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002958 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002965 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/common/secure_auth_context_test.cc
2972 deps:
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002979- name: secure_sync_unary_ping_pong_test
2980 build: test
2981 language: c++
2982 src:
2983 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2984 deps:
2985 - qps
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002996- name: server_builder_plugin_test
2997 gtest: true
2998 build: test
2999 language: c++
3000 src:
3001 - test/cpp/end2end/server_builder_plugin_test.cc
3002 deps:
3003 - grpc++_test_util
3004 - grpc_test_util
3005 - grpc++
3006 - grpc
3007 - gpr_test_util
3008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003010 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003011 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012 build: test
3013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
3015 - test/cpp/end2end/server_crash_test.cc
3016 deps:
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003023 platforms:
3024 - mac
3025 - linux
3026 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: server_crash_test_client
3028 build: test
3029 run: false
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/end2end/server_crash_test_client.cc
3033 deps:
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/end2end/shutdown_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: status_test
3054 build: test
3055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003056 src:
3057 - test/cpp/util/status_test.cc
3058 deps:
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003064- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003065 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003066 build: test
3067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/cpp/end2end/streaming_throughput_test.cc
3070 deps:
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003075 - gpr_test_util
3076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003077 platforms:
3078 - mac
3079 - linux
3080 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003081- name: stress_test
3082 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003083 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003084 language: c++
3085 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003086 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003087 - test/cpp/interop/interop_client.h
3088 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003089 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003090 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003091 - src/proto/grpc/testing/empty.proto
3092 - src/proto/grpc/testing/messages.proto
3093 - src/proto/grpc/testing/metrics.proto
3094 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003095 - test/cpp/interop/interop_client.cc
3096 - test/cpp/interop/stress_interop_client.cc
3097 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003098 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003099 deps:
3100 - grpc++_test_util
3101 - grpc_test_util
3102 - grpc++
3103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003104 - gpr_test_util
3105 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003106 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003107- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003108 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003109 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110 build: test
3111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - test/cpp/end2end/thread_stress_test.cc
3114 deps:
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003121- name: public_headers_must_be_c89
3122 build: test
3123 language: c89
3124 src:
3125 - test/core/surface/public_headers_must_be_c89.c
3126 deps:
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003130- linkage: static
3131 name: grpc.dependencies.zlib
3132 props: false
3133 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003134 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003135- linkage: static
3136 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003137 props: true
3138 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003139 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003140- name: gflags
3141 props: false
3142 redist: false
3143 version: 2.1.2.1
3144- name: gtest
3145 props: false
3146 redist: false
3147 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003148configs:
3149 asan:
3150 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003151 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3152 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003153 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003154 LD: clang
3155 LDFLAGS: -fsanitize=address
3156 LDXX: clang++
3157 compile_the_world: true
3158 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003159 ASAN_OPTIONS: detect_leaks=1:color=always
3160 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003161 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003162 asan-noleaks:
3163 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003164 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3165 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003166 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003167 LD: clang
3168 LDFLAGS: -fsanitize=address
3169 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003170 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003171 test_environ:
3172 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003173 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003174 asan-trace-cmp:
3175 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003176 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3177 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003178 CXX: clang++
3179 LD: clang
3180 LDFLAGS: -fsanitize=address
3181 LDXX: clang++
3182 compile_the_world: true
3183 test_environ:
3184 ASAN_OPTIONS: detect_leaks=1:color=always
3185 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3186 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003187 basicprof:
3188 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3189 DEFINES: NDEBUG
3190 dbg:
3191 CPPFLAGS: -O0
3192 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003193 easan:
3194 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003195 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3196 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003197 CXX: clang++
3198 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3199 LD: clang
3200 LDFLAGS: -fsanitize=address
3201 LDXX: clang++
3202 compile_the_world: true
3203 test_environ:
3204 ASAN_OPTIONS: detect_leaks=1:color=always
3205 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3206 timeout_multiplier: 3
3207 edbg:
3208 CPPFLAGS: -O0
3209 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3210 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003211 CC: clang
3212 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003213 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003214 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003215 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003216 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003217 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003218 LDXX: clang++
3219 compile_the_world: true
3220 test_environ:
3221 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3222 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003223 gcov:
3224 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003225 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003226 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003227 DEFINES: _DEBUG DEBUG GPR_GCOV
3228 LD: gcc
3229 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3230 LDXX: g++
3231 helgrind:
3232 CPPFLAGS: -O0
3233 DEFINES: _DEBUG DEBUG
3234 LDFLAGS: -rdynamic
3235 timeout_multiplier: 20
3236 valgrind: --tool=helgrind
3237 memcheck:
3238 CPPFLAGS: -O0
3239 DEFINES: _DEBUG DEBUG
3240 LDFLAGS: -rdynamic
3241 timeout_multiplier: 10
3242 valgrind: --tool=memcheck --leak-check=full
3243 msan:
3244 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003245 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3246 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3247 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003248 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003249 DEFINES: NDEBUG
3250 LD: clang
3251 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3252 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3253 LDXX: clang++
3254 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003255 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003256 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003257 CPPFLAGS: -O3 -fno-omit-frame-pointer
3258 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003259 LDFLAGS: -rdynamic
3260 opt:
3261 CPPFLAGS: -O2
3262 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003263 stapprof:
3264 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3265 DEFINES: NDEBUG
3266 tsan:
3267 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003268 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003269 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003270 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003271 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003272 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003273 LDXX: clang++
3274 compile_the_world: true
3275 test_environ:
3276 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003277 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003278 ubsan:
3279 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003280 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3281 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003282 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003283 DEFINES: NDEBUG
3284 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003285 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003286 LDXX: clang++
3287 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003288 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003289 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003290 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003291defaults:
3292 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003293 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003294 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003295 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003296 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003297 global:
3298 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3299 LDFLAGS: -g
3300 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003301 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003302 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003303node_modules:
3304- deps:
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003307 - boringssl
3308 - z
murgatroid9994a75412015-11-19 14:04:53 -08003309 headers:
3310 - src/node/ext/byte_buffer.h
3311 - src/node/ext/call.h
3312 - src/node/ext/call_credentials.h
3313 - src/node/ext/channel.h
3314 - src/node/ext/channel_credentials.h
3315 - src/node/ext/completion_queue_async_worker.h
3316 - src/node/ext/server.h
3317 - src/node/ext/server_credentials.h
3318 - src/node/ext/timeval.h
3319 js:
3320 - src/node/index.js
3321 - src/node/src/client.js
3322 - src/node/src/common.js
3323 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003324 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003325 - src/node/src/metadata.js
3326 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003327 name: grpc_node
3328 src:
3329 - src/node/ext/byte_buffer.cc
3330 - src/node/ext/call.cc
3331 - src/node/ext/call_credentials.cc
3332 - src/node/ext/channel.cc
3333 - src/node/ext/channel_credentials.cc
3334 - src/node/ext/completion_queue_async_worker.cc
3335 - src/node/ext/node_grpc.cc
3336 - src/node/ext/server.cc
3337 - src/node/ext/server_credentials.cc
3338 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003339openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003340 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003341 extraction_dir: openssl-1.0.2f
3342 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003343php_config_m4:
3344 deps:
3345 - grpc
3346 - gpr
3347 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003348 headers:
3349 - src/php/ext/grpc/byte_buffer.h
3350 - src/php/ext/grpc/call.h
3351 - src/php/ext/grpc/call_credentials.h
3352 - src/php/ext/grpc/channel.h
3353 - src/php/ext/grpc/channel_credentials.h
3354 - src/php/ext/grpc/completion_queue.h
3355 - src/php/ext/grpc/php_grpc.h
3356 - src/php/ext/grpc/server.h
3357 - src/php/ext/grpc/server_credentials.h
3358 - src/php/ext/grpc/timeval.h
3359 src:
3360 - src/php/ext/grpc/byte_buffer.c
3361 - src/php/ext/grpc/call.c
3362 - src/php/ext/grpc/call_credentials.c
3363 - src/php/ext/grpc/channel.c
3364 - src/php/ext/grpc/channel_credentials.c
3365 - src/php/ext/grpc/completion_queue.c
3366 - src/php/ext/grpc/php_grpc.c
3367 - src/php/ext/grpc/server.c
3368 - src/php/ext/grpc/server_credentials.c
3369 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003370python_dependencies:
3371 deps:
3372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003373 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003374 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003375 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003376ruby_gem:
3377 deps:
3378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381 - z