blob: 0d192eee1d8ea22d85e44f4e135566f971d8c038 [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
Alistair Veitch4aaba752016-06-02 17:11:46 -070017 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070018 - src/core/ext/census/census_interface.h
19 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070020 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070025 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070026 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070027 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070028 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_context.c
30 - src/core/ext/census/grpc_filter.c
31 - src/core/ext/census/grpc_plugin.c
32 - src/core/ext/census/initialize.c
33 - src/core/ext/census/mlog.c
34 - src/core/ext/census/operation.c
35 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070036 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070037 - src/core/ext/census/tracing.c
38 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070039 uses:
40 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070041 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070042- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010043 public_headers:
44 - include/grpc/support/alloc.h
45 - include/grpc/support/atm.h
46 - include/grpc/support/atm_gcc_atomic.h
47 - include/grpc/support/atm_gcc_sync.h
48 - include/grpc/support/atm_win32.h
49 - include/grpc/support/avl.h
50 - include/grpc/support/cmdline.h
51 - include/grpc/support/cpu.h
52 - include/grpc/support/histogram.h
53 - include/grpc/support/host_port.h
54 - include/grpc/support/log.h
55 - include/grpc/support/log_win32.h
56 - include/grpc/support/port_platform.h
57 - include/grpc/support/slice.h
58 - include/grpc/support/slice_buffer.h
59 - include/grpc/support/string_util.h
60 - include/grpc/support/subprocess.h
61 - include/grpc/support/sync.h
62 - include/grpc/support/sync_generic.h
63 - include/grpc/support/sync_posix.h
64 - include/grpc/support/sync_win32.h
65 - include/grpc/support/thd.h
66 - include/grpc/support/time.h
67 - include/grpc/support/tls.h
68 - include/grpc/support/tls_gcc.h
69 - include/grpc/support/tls_msvc.h
70 - include/grpc/support/tls_pthread.h
71 - include/grpc/support/useful.h
72 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/profiling/timers.h
74 - src/core/lib/support/backoff.h
75 - src/core/lib/support/block_annotate.h
76 - src/core/lib/support/env.h
77 - src/core/lib/support/load_file.h
78 - src/core/lib/support/murmur_hash.h
79 - src/core/lib/support/stack_lockfree.h
80 - src/core/lib/support/string.h
81 - src/core/lib/support/string_win32.h
82 - src/core/lib/support/thd_internal.h
83 - src/core/lib/support/time_precise.h
84 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010085 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/profiling/basic_timers.c
87 - src/core/lib/profiling/stap_timers.c
88 - src/core/lib/support/alloc.c
89 - src/core/lib/support/avl.c
90 - src/core/lib/support/backoff.c
91 - src/core/lib/support/cmdline.c
92 - src/core/lib/support/cpu_iphone.c
93 - src/core/lib/support/cpu_linux.c
94 - src/core/lib/support/cpu_posix.c
95 - src/core/lib/support/cpu_windows.c
96 - src/core/lib/support/env_linux.c
97 - src/core/lib/support/env_posix.c
98 - src/core/lib/support/env_win32.c
99 - src/core/lib/support/histogram.c
100 - src/core/lib/support/host_port.c
101 - src/core/lib/support/load_file.c
102 - src/core/lib/support/log.c
103 - src/core/lib/support/log_android.c
104 - src/core/lib/support/log_linux.c
105 - src/core/lib/support/log_posix.c
106 - src/core/lib/support/log_win32.c
107 - src/core/lib/support/murmur_hash.c
108 - src/core/lib/support/slice.c
109 - src/core/lib/support/slice_buffer.c
110 - src/core/lib/support/stack_lockfree.c
111 - src/core/lib/support/string.c
112 - src/core/lib/support/string_posix.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200113 - src/core/lib/support/string_util_win32.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/string_win32.c
115 - src/core/lib/support/subprocess_posix.c
116 - src/core/lib/support/subprocess_windows.c
117 - src/core/lib/support/sync.c
118 - src/core/lib/support/sync_posix.c
119 - src/core/lib/support/sync_win32.c
120 - src/core/lib/support/thd.c
121 - src/core/lib/support/thd_posix.c
122 - src/core/lib/support/thd_win32.c
123 - src/core/lib/support/time.c
124 - src/core/lib/support/time_posix.c
125 - src/core/lib/support/time_precise.c
126 - src/core/lib/support/time_win32.c
127 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200128 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/tmpfile_posix.c
130 - src/core/lib/support/tmpfile_win32.c
131 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700132 uses:
133 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800134- name: gpr_codegen
135 public_headers:
136 - include/grpc/impl/codegen/alloc.h
137 - include/grpc/impl/codegen/atm.h
138 - include/grpc/impl/codegen/atm_gcc_atomic.h
139 - include/grpc/impl/codegen/atm_gcc_sync.h
140 - include/grpc/impl/codegen/atm_win32.h
141 - include/grpc/impl/codegen/log.h
142 - include/grpc/impl/codegen/port_platform.h
143 - include/grpc/impl/codegen/slice.h
144 - include/grpc/impl/codegen/slice_buffer.h
145 - include/grpc/impl/codegen/sync.h
146 - include/grpc/impl/codegen/sync_generic.h
147 - include/grpc/impl/codegen/sync_posix.h
148 - include/grpc/impl/codegen/sync_win32.h
149 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700150- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700151 public_headers:
152 - include/grpc/byte_buffer.h
153 - include/grpc/byte_buffer_reader.h
154 - include/grpc/compression.h
155 - include/grpc/grpc.h
156 - 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 Tiller69f3e2b2016-05-31 13:45:24 -0700175 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700176 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700177 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/iomgr/exec_ctx.h
179 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/iocp_windows.h
181 - src/core/lib/iomgr/iomgr.h
182 - src/core/lib/iomgr/iomgr_internal.h
183 - src/core/lib/iomgr/iomgr_posix.h
184 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/iomgr/pollset_set_windows.h
187 - src/core/lib/iomgr/pollset_windows.h
188 - src/core/lib/iomgr/resolve_address.h
189 - src/core/lib/iomgr/sockaddr.h
190 - src/core/lib/iomgr/sockaddr_posix.h
191 - src/core/lib/iomgr/sockaddr_utils.h
192 - src/core/lib/iomgr/sockaddr_win32.h
193 - src/core/lib/iomgr/socket_utils_posix.h
194 - src/core/lib/iomgr/socket_windows.h
195 - src/core/lib/iomgr/tcp_client.h
196 - src/core/lib/iomgr/tcp_posix.h
197 - src/core/lib/iomgr/tcp_server.h
198 - src/core/lib/iomgr/tcp_windows.h
199 - src/core/lib/iomgr/time_averaged_stats.h
200 - src/core/lib/iomgr/timer.h
201 - src/core/lib/iomgr/timer_heap.h
202 - src/core/lib/iomgr/udp_server.h
203 - src/core/lib/iomgr/unix_sockets_posix.h
204 - src/core/lib/iomgr/wakeup_fd_pipe.h
205 - src/core/lib/iomgr/wakeup_fd_posix.h
206 - src/core/lib/iomgr/workqueue.h
207 - src/core/lib/iomgr/workqueue_posix.h
208 - src/core/lib/iomgr/workqueue_windows.h
209 - src/core/lib/json/json.h
210 - src/core/lib/json/json_common.h
211 - src/core/lib/json/json_reader.h
212 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/surface/api_trace.h
214 - src/core/lib/surface/call.h
215 - src/core/lib/surface/call_test_only.h
216 - src/core/lib/surface/channel.h
217 - src/core/lib/surface/channel_init.h
218 - src/core/lib/surface/channel_stack_type.h
219 - src/core/lib/surface/completion_queue.h
220 - src/core/lib/surface/event_string.h
221 - src/core/lib/surface/init.h
222 - src/core/lib/surface/lame_client.h
223 - src/core/lib/surface/server.h
224 - src/core/lib/surface/surface_trace.h
225 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/transport/connectivity_state.h
227 - src/core/lib/transport/metadata.h
228 - src/core/lib/transport/metadata_batch.h
229 - src/core/lib/transport/static_metadata.h
230 - src/core/lib/transport/transport.h
231 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700232 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/channel/channel_args.c
234 - src/core/lib/channel/channel_stack.c
235 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/compress_filter.c
237 - src/core/lib/channel/connected_channel.c
238 - src/core/lib/channel/http_client_filter.c
239 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/compression/compression_algorithm.c
241 - src/core/lib/compression/message_compress.c
242 - src/core/lib/debug/trace.c
243 - src/core/lib/http/format_request.c
244 - src/core/lib/http/httpcli.c
245 - src/core/lib/http/parser.c
246 - src/core/lib/iomgr/closure.c
247 - src/core/lib/iomgr/endpoint.c
248 - src/core/lib/iomgr/endpoint_pair_posix.c
249 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700250 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700251 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700252 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/exec_ctx.c
254 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/iomgr/iocp_windows.c
256 - src/core/lib/iomgr/iomgr.c
257 - src/core/lib/iomgr/iomgr_posix.c
258 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/iomgr/pollset_set_windows.c
260 - src/core/lib/iomgr/pollset_windows.c
261 - src/core/lib/iomgr/resolve_address_posix.c
262 - src/core/lib/iomgr/resolve_address_windows.c
263 - src/core/lib/iomgr/sockaddr_utils.c
264 - src/core/lib/iomgr/socket_utils_common_posix.c
265 - src/core/lib/iomgr/socket_utils_linux.c
266 - src/core/lib/iomgr/socket_utils_posix.c
267 - src/core/lib/iomgr/socket_windows.c
268 - src/core/lib/iomgr/tcp_client_posix.c
269 - src/core/lib/iomgr/tcp_client_windows.c
270 - src/core/lib/iomgr/tcp_posix.c
271 - src/core/lib/iomgr/tcp_server_posix.c
272 - src/core/lib/iomgr/tcp_server_windows.c
273 - src/core/lib/iomgr/tcp_windows.c
274 - src/core/lib/iomgr/time_averaged_stats.c
275 - src/core/lib/iomgr/timer.c
276 - src/core/lib/iomgr/timer_heap.c
277 - src/core/lib/iomgr/udp_server.c
278 - src/core/lib/iomgr/unix_sockets_posix.c
279 - src/core/lib/iomgr/unix_sockets_posix_noop.c
280 - src/core/lib/iomgr/wakeup_fd_eventfd.c
281 - src/core/lib/iomgr/wakeup_fd_nospecial.c
282 - src/core/lib/iomgr/wakeup_fd_pipe.c
283 - src/core/lib/iomgr/wakeup_fd_posix.c
284 - src/core/lib/iomgr/workqueue_posix.c
285 - src/core/lib/iomgr/workqueue_windows.c
286 - src/core/lib/json/json.c
287 - src/core/lib/json/json_reader.c
288 - src/core/lib/json/json_string.c
289 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/surface/alarm.c
291 - src/core/lib/surface/api_trace.c
292 - src/core/lib/surface/byte_buffer.c
293 - src/core/lib/surface/byte_buffer_reader.c
294 - src/core/lib/surface/call.c
295 - src/core/lib/surface/call_details.c
296 - src/core/lib/surface/call_log_batch.c
297 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/surface/channel_init.c
299 - src/core/lib/surface/channel_ping.c
300 - src/core/lib/surface/channel_stack_type.c
301 - src/core/lib/surface/completion_queue.c
302 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/lame_client.c
304 - src/core/lib/surface/metadata_array.c
305 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/surface/validate_metadata.c
307 - src/core/lib/surface/version.c
308 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/transport/connectivity_state.c
310 - src/core/lib/transport/metadata.c
311 - src/core/lib/transport/metadata_batch.c
312 - src/core/lib/transport/static_metadata.c
313 - src/core/lib/transport/transport.c
314 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700315 deps:
316 - gpr
317 uses:
318 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700319- name: grpc_client_config
320 headers:
321 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700322 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700323 - src/core/ext/client_config/client_config.h
324 - src/core/ext/client_config/connector.h
325 - src/core/ext/client_config/initial_connect_string.h
326 - src/core/ext/client_config/lb_policy.h
327 - src/core/ext/client_config/lb_policy_factory.h
328 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700329 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700330 - src/core/ext/client_config/resolver.h
331 - src/core/ext/client_config/resolver_factory.h
332 - src/core/ext/client_config/resolver_registry.h
333 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700334 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700335 - src/core/ext/client_config/subchannel_index.h
336 - src/core/ext/client_config/uri_parser.h
337 src:
338 - src/core/ext/client_config/channel_connectivity.c
339 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700340 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700342 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700343 - src/core/ext/client_config/connector.c
344 - src/core/ext/client_config/default_initial_connect_string.c
345 - src/core/ext/client_config/initial_connect_string.c
346 - src/core/ext/client_config/lb_policy.c
347 - src/core/ext/client_config/lb_policy_factory.c
348 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700349 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700350 - src/core/ext/client_config/resolver.c
351 - src/core/ext/client_config/resolver_factory.c
352 - src/core/ext/client_config/resolver_registry.c
353 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700354 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/subchannel_index.c
356 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700357 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700358 uses:
359 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800360- name: grpc_codegen
361 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800362 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700363 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800364 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800365 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800367 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700369 uses:
370 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700371- name: grpc_lb_policy_grpclb
372 headers:
373 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700374 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700375 src:
376 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700377 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700378 uses:
379 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700380 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700381 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700382- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700383 src:
384 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700385 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700386 uses:
387 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700388 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700389- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700390 src:
391 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700392 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700393 uses:
394 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700395 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700396- name: grpc_resolver_dns_native
397 src:
398 - src/core/ext/resolver/dns/native/dns_resolver.c
399 plugin: grpc_resolver_dns_native
400 uses:
401 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700403- name: grpc_resolver_sockaddr
404 src:
405 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
406 plugin: grpc_resolver_sockaddr
407 uses:
408 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700409 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100410- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 public_headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700412 - include/grpc/grpc_cronet.h
Craig Tillerd1697d92016-04-05 16:05:46 -0700413 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700414 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100415 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700416 - src/core/lib/security/context/security_context.h
417 - src/core/lib/security/credentials/composite/composite_credentials.h
418 - src/core/lib/security/credentials/credentials.h
419 - src/core/lib/security/credentials/fake/fake_credentials.h
420 - src/core/lib/security/credentials/google_default/google_default_credentials.h
421 - src/core/lib/security/credentials/iam/iam_credentials.h
422 - src/core/lib/security/credentials/jwt/json_token.h
423 - src/core/lib/security/credentials/jwt/jwt_credentials.h
424 - src/core/lib/security/credentials/jwt/jwt_verifier.h
425 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
426 - src/core/lib/security/credentials/plugin/plugin_credentials.h
427 - src/core/lib/security/credentials/ssl/ssl_credentials.h
428 - src/core/lib/security/transport/auth_filters.h
429 - src/core/lib/security/transport/handshake.h
430 - src/core/lib/security/transport/secure_endpoint.h
431 - src/core/lib/security/transport/security_connector.h
432 - src/core/lib/security/util/b64.h
433 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100434 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700435 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700436 - src/core/lib/security/context/security_context.c
437 - src/core/lib/security/credentials/composite/composite_credentials.c
438 - src/core/lib/security/credentials/credentials.c
439 - src/core/lib/security/credentials/credentials_metadata.c
440 - src/core/lib/security/credentials/fake/fake_credentials.c
441 - src/core/lib/security/credentials/google_default/credentials_posix.c
442 - src/core/lib/security/credentials/google_default/credentials_win32.c
443 - src/core/lib/security/credentials/google_default/google_default_credentials.c
444 - src/core/lib/security/credentials/iam/iam_credentials.c
445 - src/core/lib/security/credentials/jwt/json_token.c
446 - src/core/lib/security/credentials/jwt/jwt_credentials.c
447 - src/core/lib/security/credentials/jwt/jwt_verifier.c
448 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
449 - src/core/lib/security/credentials/plugin/plugin_credentials.c
450 - src/core/lib/security/credentials/ssl/ssl_credentials.c
451 - src/core/lib/security/transport/client_auth_filter.c
452 - src/core/lib/security/transport/handshake.c
453 - src/core/lib/security/transport/secure_endpoint.c
454 - src/core/lib/security/transport/security_connector.c
455 - src/core/lib/security/transport/server_auth_filter.c
456 - src/core/lib/security/util/b64.c
457 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700458 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700459 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700460 uses:
461 - grpc_base
462 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700463 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700464- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700465 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700466 headers:
467 - test/core/end2end/cq_verifier.h
468 - test/core/end2end/fixtures/proxy.h
469 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700470 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200471 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700472 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700473 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700474 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700475 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700476 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700477 - test/core/util/slice_splitter.h
478 src:
479 - test/core/end2end/cq_verifier.c
480 - test/core/end2end/fixtures/proxy.c
481 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700482 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200483 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700484 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700485 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700486 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700488 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700489 - test/core/util/port_windows.c
490 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700491 deps:
492 - grpc
493 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700494- name: grpc_transport_chttp2
495 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700496 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700497 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
498 - src/core/ext/transport/chttp2/transport/frame.h
499 - src/core/ext/transport/chttp2/transport/frame_data.h
500 - src/core/ext/transport/chttp2/transport/frame_goaway.h
501 - src/core/ext/transport/chttp2/transport/frame_ping.h
502 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
503 - src/core/ext/transport/chttp2/transport/frame_settings.h
504 - src/core/ext/transport/chttp2/transport/frame_window_update.h
505 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
506 - src/core/ext/transport/chttp2/transport/hpack_parser.h
507 - src/core/ext/transport/chttp2/transport/hpack_table.h
508 - src/core/ext/transport/chttp2/transport/http2_errors.h
509 - src/core/ext/transport/chttp2/transport/huffsyms.h
510 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
511 - src/core/ext/transport/chttp2/transport/internal.h
512 - src/core/ext/transport/chttp2/transport/status_conversion.h
513 - src/core/ext/transport/chttp2/transport/stream_map.h
514 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
515 - src/core/ext/transport/chttp2/transport/varint.h
516 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700517 - src/core/ext/transport/chttp2/transport/bin_encoder.c
518 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700519 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
520 - src/core/ext/transport/chttp2/transport/frame_data.c
521 - src/core/ext/transport/chttp2/transport/frame_goaway.c
522 - src/core/ext/transport/chttp2/transport/frame_ping.c
523 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
524 - src/core/ext/transport/chttp2/transport/frame_settings.c
525 - src/core/ext/transport/chttp2/transport/frame_window_update.c
526 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
527 - src/core/ext/transport/chttp2/transport/hpack_parser.c
528 - src/core/ext/transport/chttp2/transport/hpack_table.c
529 - src/core/ext/transport/chttp2/transport/huffsyms.c
530 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
531 - src/core/ext/transport/chttp2/transport/parsing.c
532 - src/core/ext/transport/chttp2/transport/status_conversion.c
533 - src/core/ext/transport/chttp2/transport/stream_lists.c
534 - src/core/ext/transport/chttp2/transport/stream_map.c
535 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
536 - src/core/ext/transport/chttp2/transport/varint.c
537 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700538 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700539 uses:
540 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700541 - grpc_transport_chttp2_alpn
542- name: grpc_transport_chttp2_alpn
543 headers:
544 - src/core/ext/transport/chttp2/alpn/alpn.h
545 src:
546 - src/core/ext/transport/chttp2/alpn/alpn.c
547 deps:
548 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700549- name: grpc_transport_chttp2_client_insecure
550 src:
551 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700552 uses:
553 - grpc_transport_chttp2
554 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700555 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700556- name: grpc_transport_chttp2_client_secure
557 src:
558 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700559 uses:
560 - grpc_transport_chttp2
561 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700562 - grpc_client_config
563 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700564- name: grpc_transport_chttp2_server_insecure
565 src:
566 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_transport_chttp2
569 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700570- name: grpc_transport_chttp2_server_secure
571 src:
572 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700573 uses:
574 - grpc_transport_chttp2
575 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700576 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700577- name: grpc_transport_cronet_client_secure
578 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700579 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
580 src:
581 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
582 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
583 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700584 filegroups:
585 - grpc_base
586 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800587- name: nanopb
588 headers:
589 - third_party/nanopb/pb.h
590 - third_party/nanopb/pb_common.h
591 - third_party/nanopb/pb_decode.h
592 - third_party/nanopb/pb_encode.h
593 src:
594 - third_party/nanopb/pb_common.c
595 - third_party/nanopb/pb_decode.c
596 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700597- name: tsi
598 headers:
599 - src/core/lib/tsi/fake_transport_security.h
600 - src/core/lib/tsi/ssl_transport_security.h
601 - src/core/lib/tsi/ssl_types.h
602 - src/core/lib/tsi/transport_security.h
603 - src/core/lib/tsi/transport_security_interface.h
604 src:
605 - src/core/lib/tsi/fake_transport_security.c
606 - src/core/lib/tsi/ssl_transport_security.c
607 - src/core/lib/tsi/transport_security.c
608 deps:
609 - gpr
610 secure: true
611- name: grpc++_base
612 language: c++
613 public_headers:
614 - include/grpc++/alarm.h
615 - include/grpc++/channel.h
616 - include/grpc++/client_context.h
617 - include/grpc++/completion_queue.h
618 - include/grpc++/create_channel.h
619 - include/grpc++/generic/async_generic_service.h
620 - include/grpc++/generic/generic_stub.h
621 - include/grpc++/grpc++.h
622 - include/grpc++/impl/call.h
623 - include/grpc++/impl/client_unary_call.h
624 - include/grpc++/impl/grpc_library.h
625 - include/grpc++/impl/method_handler_impl.h
626 - include/grpc++/impl/proto_utils.h
627 - include/grpc++/impl/rpc_method.h
628 - include/grpc++/impl/rpc_service_method.h
629 - include/grpc++/impl/serialization_traits.h
630 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700631 - include/grpc++/impl/server_builder_plugin.h
632 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700633 - include/grpc++/impl/service_type.h
634 - include/grpc++/impl/sync.h
635 - include/grpc++/impl/sync_cxx11.h
636 - include/grpc++/impl/sync_no_cxx11.h
637 - include/grpc++/impl/thd.h
638 - include/grpc++/impl/thd_cxx11.h
639 - include/grpc++/impl/thd_no_cxx11.h
640 - include/grpc++/security/auth_context.h
641 - include/grpc++/security/auth_metadata_processor.h
642 - include/grpc++/security/credentials.h
643 - include/grpc++/security/server_credentials.h
644 - include/grpc++/server.h
645 - include/grpc++/server_builder.h
646 - include/grpc++/server_context.h
647 - include/grpc++/support/async_stream.h
648 - include/grpc++/support/async_unary_call.h
649 - include/grpc++/support/byte_buffer.h
650 - include/grpc++/support/channel_arguments.h
651 - include/grpc++/support/slice.h
652 - include/grpc++/support/status.h
653 - include/grpc++/support/status_code_enum.h
654 - include/grpc++/support/string_ref.h
655 - include/grpc++/support/stub_options.h
656 - include/grpc++/support/sync_stream.h
657 - include/grpc++/support/time.h
658 headers:
659 - src/cpp/client/create_channel_internal.h
660 - src/cpp/common/core_codegen.h
661 - src/cpp/server/dynamic_thread_pool.h
662 - src/cpp/server/thread_pool_interface.h
663 src:
664 - src/cpp/client/channel.cc
665 - src/cpp/client/client_context.cc
666 - src/cpp/client/create_channel.cc
667 - src/cpp/client/create_channel_internal.cc
668 - src/cpp/client/credentials.cc
669 - src/cpp/client/generic_stub.cc
670 - src/cpp/client/insecure_credentials.cc
671 - src/cpp/common/channel_arguments.cc
672 - src/cpp/common/completion_queue.cc
673 - src/cpp/common/core_codegen.cc
674 - src/cpp/common/rpc_method.cc
675 - src/cpp/server/async_generic_service.cc
676 - src/cpp/server/create_default_thread_pool.cc
677 - src/cpp/server/dynamic_thread_pool.cc
678 - src/cpp/server/insecure_server_credentials.cc
679 - src/cpp/server/server.cc
680 - src/cpp/server/server_builder.cc
681 - src/cpp/server/server_context.cc
682 - src/cpp/server/server_credentials.cc
683 - src/cpp/util/byte_buffer.cc
684 - src/cpp/util/slice.cc
685 - src/cpp/util/status.cc
686 - src/cpp/util/string_ref.cc
687 - src/cpp/util/time.cc
688 deps:
689 - grpc
690 uses:
691 - grpc++_codegen
692 - grpc++_config
693- name: grpc++_codegen
694 language: c++
695 public_headers:
696 - include/grpc++/impl/codegen/async_stream.h
697 - include/grpc++/impl/codegen/async_unary_call.h
698 - include/grpc++/impl/codegen/call.h
699 - include/grpc++/impl/codegen/call_hook.h
700 - include/grpc++/impl/codegen/channel_interface.h
701 - include/grpc++/impl/codegen/client_context.h
702 - include/grpc++/impl/codegen/client_unary_call.h
703 - include/grpc++/impl/codegen/completion_queue.h
704 - include/grpc++/impl/codegen/completion_queue_tag.h
705 - include/grpc++/impl/codegen/core_codegen_interface.h
706 - include/grpc++/impl/codegen/create_auth_context.h
707 - include/grpc++/impl/codegen/grpc_library.h
708 - include/grpc++/impl/codegen/method_handler_impl.h
709 - include/grpc++/impl/codegen/proto_utils.h
710 - include/grpc++/impl/codegen/rpc_method.h
711 - include/grpc++/impl/codegen/rpc_service_method.h
712 - include/grpc++/impl/codegen/security/auth_context.h
713 - include/grpc++/impl/codegen/serialization_traits.h
714 - include/grpc++/impl/codegen/server_context.h
715 - include/grpc++/impl/codegen/server_interface.h
716 - include/grpc++/impl/codegen/service_type.h
717 - include/grpc++/impl/codegen/status.h
718 - include/grpc++/impl/codegen/status_code_enum.h
719 - include/grpc++/impl/codegen/string_ref.h
720 - include/grpc++/impl/codegen/stub_options.h
721 - include/grpc++/impl/codegen/sync.h
722 - include/grpc++/impl/codegen/sync_cxx11.h
723 - include/grpc++/impl/codegen/sync_no_cxx11.h
724 - include/grpc++/impl/codegen/sync_stream.h
725 - include/grpc++/impl/codegen/time.h
726 src:
727 - src/cpp/codegen/codegen_init.cc
728 uses:
729 - grpc_codegen
730 - grpc++_config_codegen
731- name: grpc++_config
732 language: c++
733 public_headers:
734 - include/grpc++/support/config.h
735 - include/grpc++/support/config_protobuf.h
736 uses:
737 - grpc++_config_codegen
738- name: grpc++_config_codegen
739 language: c++
740 public_headers:
741 - include/grpc++/impl/codegen/config.h
742 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100743libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800744- name: gpr
745 build: all
746 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800747 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700748 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800749 secure: false
750 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
751- name: gpr_test_util
752 build: private
753 language: c
754 headers:
755 - test/core/util/test_config.h
756 src:
757 - test/core/util/test_config.c
758 deps:
759 - gpr
760 secure: false
761 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700762- name: grpc
763 build: all
764 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 src:
766 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700767 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800768 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700769 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700770 filegroups:
771 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700772 - grpc_transport_chttp2_server_secure
773 - grpc_transport_chttp2_client_secure
774 - grpc_transport_chttp2_server_insecure
775 - grpc_transport_chttp2_client_insecure
makdharmac2ec95b2016-05-11 16:26:15 -0700776 - grpc_transport_cronet_client_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700777 - grpc_lb_policy_grpclb
778 - grpc_lb_policy_pick_first
779 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700780 - grpc_resolver_dns_native
781 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100782 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700783 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700784 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700786 vs_packages:
787 - grpc.dependencies.openssl
788 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700789 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100790- name: grpc_dll
791 build: private
792 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100793 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100794 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100795 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100796 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100797 build_system:
798 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100799 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100800 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100801 vs_config_type: DynamicLibrary
802 vs_packages:
803 - grpc.dependencies.openssl
804 - grpc.dependencies.zlib
805 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
806 vs_props:
807 - zlib
808 - openssl
809 - winsock
810 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811- name: grpc_test_util
812 build: private
813 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700814 headers:
815 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800816 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700817 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700818 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700819 - test/core/end2end/data/server1_cert.c
820 - test/core/end2end/data/server1_key.c
821 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800822 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700823 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800825 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700826 - grpc
827 filegroups:
828 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
830- name: grpc_test_util_unsecure
831 build: private
832 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700833 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800834 - gpr
835 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800836 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700837 filegroups:
838 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839 secure: false
840 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
841- name: grpc_unsecure
842 build: all
843 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700844 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700846 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800848 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700850 filegroups:
851 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700852 - grpc_transport_chttp2_server_insecure
853 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700854 - grpc_resolver_dns_native
855 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700856 - grpc_lb_policy_grpclb
857 - grpc_lb_policy_pick_first
858 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700859 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700860 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700861 secure: false
862 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
863- name: grpc_zookeeper
864 build: all
865 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700866 public_headers:
867 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700868 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700869 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700872 - grpc
873 external_deps:
874 - zookeeper
875 platforms:
876 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 secure: false
878- name: reconnect_server
879 build: private
880 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700881 headers:
882 - test/core/util/reconnect_server.h
883 src:
884 - test/core/util/reconnect_server.c
885 deps:
yang-gc9fca182015-11-06 16:41:33 -0800886 - test_tcp_server
887 - grpc_test_util
888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 - gpr_test_util
890 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800891- name: test_tcp_server
892 build: private
893 language: c
894 headers:
895 - test/core/util/test_tcp_server.h
896 src:
897 - test/core/util/test_tcp_server.c
898 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700899 - grpc_test_util
900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr_test_util
902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903- name: grpc++
904 build: all
905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700906 headers:
907 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800908 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700909 - src/cpp/common/secure_auth_context.h
910 - src/cpp/server/secure_server_credentials.h
911 src:
Craig Tiller25834342015-09-25 08:08:24 -0700912 - src/cpp/client/secure_credentials.cc
913 - src/cpp/common/auth_property_iterator.cc
914 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800915 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700916 - src/cpp/common/secure_create_auth_context.cc
917 - src/cpp/server/secure_server_credentials.cc
918 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700919 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700920 baselib: true
921 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700922 filegroups:
923 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800924 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925 secure: check
926 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
927- name: grpc++_test_config
928 build: private
929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700930 headers:
931 - test/cpp/util/test_config.h
932 src:
933 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700934- name: grpc++_test_util
935 build: private
936 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700937 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800938 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800939 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700940 - test/cpp/util/cli_call.h
941 - test/cpp/util/create_test_channel.h
942 - test/cpp/util/string_ref_helper.h
943 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800944 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700945 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800946 - src/proto/grpc/testing/echo_messages.proto
947 - src/proto/grpc/testing/echo.proto
948 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800949 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800950 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700951 - test/cpp/util/cli_call.cc
952 - test/cpp/util/create_test_channel.cc
953 - test/cpp/util/string_ref_helper.cc
954 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800955 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700956 deps:
957 - grpc++
958 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959- name: grpc++_unsecure
960 build: all
961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700962 src:
963 - src/cpp/common/insecure_create_auth_context.cc
964 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700966 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 baselib: true
968 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700969 filegroups:
970 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800971 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 secure: false
973 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
974- name: grpc_plugin_support
975 build: protoc
976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700977 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700978 - src/compiler/config.h
979 - src/compiler/cpp_generator.h
980 - src/compiler/cpp_generator_helpers.h
981 - src/compiler/csharp_generator.h
982 - src/compiler/csharp_generator_helpers.h
983 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -0800984 - src/compiler/node_generator.h
985 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -0700986 - src/compiler/objective_c_generator.h
987 - src/compiler/objective_c_generator_helpers.h
988 - src/compiler/python_generator.h
989 - src/compiler/ruby_generator.h
990 - src/compiler/ruby_generator_helpers-inl.h
991 - src/compiler/ruby_generator_map-inl.h
992 - src/compiler/ruby_generator_string-inl.h
993 src:
994 - src/compiler/cpp_generator.cc
995 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -0800996 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -0700997 - src/compiler/objective_c_generator.cc
998 - src/compiler/python_generator.cc
999 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001000 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -07001001 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 secure: false
1003 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001004 vs_props:
1005 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: interop_client_helper
1007 build: private
1008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001009 headers:
1010 - test/cpp/interop/client_helper.h
1011 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001012 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001013 - test/cpp/interop/client_helper.cc
1014 deps:
1015 - grpc++_test_util
1016 - grpc_test_util
1017 - grpc++
1018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020- name: interop_client_main
1021 build: private
1022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001023 headers:
1024 - test/cpp/interop/interop_client.h
1025 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001026 - src/proto/grpc/testing/empty.proto
1027 - src/proto/grpc/testing/messages.proto
1028 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001029 - test/cpp/interop/client.cc
1030 - test/cpp/interop/interop_client.cc
1031 deps:
1032 - interop_client_helper
1033 - grpc++_test_util
1034 - grpc_test_util
1035 - grpc++
1036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001037 - gpr_test_util
1038 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001039 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040- name: interop_server_helper
1041 build: private
1042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001043 headers:
1044 - test/cpp/interop/server_helper.h
1045 src:
1046 - test/cpp/interop/server_helper.cc
1047 deps:
1048 - grpc_test_util
1049 - grpc++
1050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001052- name: interop_server_main
1053 build: private
1054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001055 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001056 - src/proto/grpc/testing/empty.proto
1057 - src/proto/grpc/testing/messages.proto
1058 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001059 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001060 deps:
1061 - interop_server_helper
1062 - grpc++_test_util
1063 - grpc_test_util
1064 - grpc++
1065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001066 - gpr_test_util
1067 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001068 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069- name: qps
1070 build: private
1071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001072 headers:
1073 - test/cpp/qps/client.h
1074 - test/cpp/qps/driver.h
1075 - test/cpp/qps/histogram.h
1076 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001077 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001078 - test/cpp/qps/perf_db_client.h
1079 - test/cpp/qps/qps_worker.h
1080 - test/cpp/qps/report.h
1081 - test/cpp/qps/server.h
1082 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001083 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001084 - test/cpp/util/benchmark_config.h
1085 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001086 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001087 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001088 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001089 - src/proto/grpc/testing/control.proto
1090 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001091 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001092 - test/cpp/qps/client_async.cc
1093 - test/cpp/qps/client_sync.cc
1094 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001095 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001096 - test/cpp/qps/perf_db_client.cc
1097 - test/cpp/qps/qps_worker.cc
1098 - test/cpp/qps/report.cc
1099 - test/cpp/qps/server_async.cc
1100 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001101 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001102 - test/cpp/util/benchmark_config.cc
1103 deps:
1104 - grpc_test_util
1105 - grpc++_test_util
1106 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107- name: grpc_csharp_ext
1108 build: all
1109 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
1111 - src/csharp/ext/grpc_csharp_ext.c
1112 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001115 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001116 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 dll: only
1118 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001119 vs_packages:
1120 - grpc.dependencies.openssl
1121 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001123 vs_props:
1124 - zlib
1125 - openssl
1126 - winsock
1127 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001129- name: alarm_test
1130 build: test
1131 language: c
1132 src:
1133 - test/core/surface/alarm_test.c
1134 deps:
1135 - grpc_test_util
1136 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001137 - gpr_test_util
1138 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001139- name: algorithm_test
1140 build: test
1141 language: c
1142 src:
1143 - test/core/compression/algorithm_test.c
1144 deps:
1145 - grpc_test_util
1146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr_test_util
1148 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001149- name: alloc_test
1150 build: test
1151 language: c
1152 src:
1153 - test/core/support/alloc_test.c
1154 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr_test_util
1156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157- name: alpn_test
1158 build: test
1159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001160 src:
1161 - test/core/transport/chttp2/alpn_test.c
1162 deps:
1163 - grpc_test_util
1164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr_test_util
1166 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001167- name: api_fuzzer
1168 build: fuzzer
1169 language: c
1170 src:
1171 - test/core/end2end/fuzzers/api_fuzzer.c
1172 deps:
1173 - grpc_test_util
1174 - grpc
1175 - gpr_test_util
1176 - gpr
1177 corpus_dirs:
1178 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001179 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001180 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: bin_encoder_test
1182 build: test
1183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
1185 - test/core/transport/chttp2/bin_encoder_test.c
1186 deps:
1187 - grpc_test_util
1188 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001189- name: census_context_test
1190 build: test
1191 language: c
1192 src:
1193 - test/core/census/context_test.c
1194 deps:
1195 - grpc_test_util
1196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001197 - gpr_test_util
1198 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001199- name: census_resource_test
1200 build: test
1201 language: c
1202 src:
1203 - test/core/census/resource_test.c
1204 deps:
1205 - grpc_test_util
1206 - grpc
1207 - gpr_test_util
1208 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001209- name: channel_create_test
1210 build: test
1211 language: c
1212 src:
1213 - test/core/surface/channel_create_test.c
1214 deps:
1215 - grpc_test_util
1216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr_test_util
1218 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001219- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220 build: test
1221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001223 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001224 deps:
1225 - grpc_test_util
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001229- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230 build: test
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001233 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
1235 - grpc_test_util
1236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr_test_util
1238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: chttp2_stream_map_test
1240 build: test
1241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
1243 - test/core/transport/chttp2/stream_map_test.c
1244 deps:
1245 - grpc_test_util
1246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr_test_util
1248 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001249- name: chttp2_varint_test
1250 build: test
1251 language: c
1252 src:
1253 - test/core/transport/chttp2/varint_test.c
1254 deps:
1255 - grpc_test_util
1256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001257 - gpr_test_util
1258 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001259- name: client_fuzzer
1260 build: fuzzer
1261 language: c
1262 src:
1263 - test/core/end2end/fuzzers/client_fuzzer.c
1264 deps:
1265 - grpc_test_util
1266 - grpc
1267 - gpr_test_util
1268 - gpr
1269 corpus_dirs:
1270 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001271 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001272 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: compression_test
1274 build: test
1275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001276 src:
1277 - test/core/compression/compression_test.c
1278 deps:
1279 - grpc_test_util
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001283- name: concurrent_connectivity_test
1284 build: test
1285 language: c
1286 src:
1287 - test/core/surface/concurrent_connectivity_test.c
1288 deps:
1289 - grpc_test_util
1290 - grpc
1291 - gpr_test_util
1292 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001293- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001294 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001295 build: test
1296 language: c
1297 src:
1298 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1299 deps:
1300 - grpc_test_util
1301 - grpc
1302 - gpr_test_util
1303 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001304- name: dns_resolver_test
1305 build: test
1306 language: c
1307 src:
1308 - test/core/client_config/resolvers/dns_resolver_test.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001315 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316 build: test
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/end2end/dualstack_socket_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001325 platforms:
1326 - mac
1327 - linux
1328 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001329- name: endpoint_pair_test
1330 build: test
1331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001332 src:
1333 - test/core/iomgr/endpoint_pair_test.c
1334 deps:
1335 - grpc_test_util
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: fd_conservation_posix_test
1340 build: test
1341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
1343 - test/core/iomgr/fd_conservation_posix_test.c
1344 deps:
1345 - grpc_test_util
1346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr_test_util
1348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001349 platforms:
1350 - mac
1351 - linux
1352 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: fd_posix_test
1354 build: test
1355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
1357 - test/core/iomgr/fd_posix_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001361 - gpr_test_util
1362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001363 platforms:
1364 - mac
1365 - linux
1366 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: fling_client
1368 build: test
1369 run: false
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
1372 - test/core/fling/client.c
1373 deps:
1374 - grpc_test_util
1375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 - gpr_test_util
1377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: fling_server
1379 build: test
1380 run: false
1381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001382 src:
1383 - test/core/fling/server.c
1384 deps:
1385 - grpc_test_util
1386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001387 - gpr_test_util
1388 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001390 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391 build: test
1392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001393 src:
1394 - test/core/fling/fling_stream_test.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001400 platforms:
1401 - mac
1402 - linux
1403 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001405 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406 build: test
1407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001408 src:
1409 - test/core/fling/fling_test.c
1410 deps:
1411 - grpc_test_util
1412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001415 platforms:
1416 - mac
1417 - linux
1418 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419- name: gen_hpack_tables
1420 build: tool
1421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001422 src:
1423 - tools/codegen/core/gen_hpack_tables.c
1424 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001426 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: gen_legal_metadata_characters
1428 build: tool
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001433- name: goaway_server_test
1434 cpu_cost: 0.1
1435 build: test
1436 language: c
1437 src:
1438 - test/core/end2end/goaway_server_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
1442 - gpr_test_util
1443 - gpr
1444 platforms:
1445 - mac
1446 - linux
1447 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001448- name: gpr_avl_test
1449 build: test
1450 language: c
1451 src:
1452 - test/core/support/avl_test.c
1453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001456- name: gpr_backoff_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/support/backoff_test.c
1461 deps:
1462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: gpr_cmdline_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/support/cmdline_test.c
1469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001472- name: gpr_cpu_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/support/cpu_test.c
1477 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480- name: gpr_env_test
1481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/support/env_test.c
1485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488- name: gpr_histogram_test
1489 build: test
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - test/core/support/histogram_test.c
1493 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr_test_util
1495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: gpr_host_port_test
1497 build: test
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/support/host_port_test.c
1501 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr_test_util
1503 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001504- name: gpr_load_file_test
1505 build: test
1506 language: c
1507 src:
1508 - test/core/support/load_file_test.c
1509 deps:
1510 - gpr_test_util
1511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: gpr_log_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/support/log_test.c
1517 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: gpr_slice_buffer_test
1521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/support/slice_buffer_test.c
1525 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: gpr_slice_test
1529 build: test
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - test/core/support/slice_test.c
1533 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001537 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/support/stack_lockfree_test.c
1542 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545- name: gpr_string_test
1546 build: test
1547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - test/core/support/string_test.c
1550 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001554 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001563 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
1567 - test/core/support/thd_test.c
1568 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_time_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/time_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_tls_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/tls_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_useful_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/useful_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: grpc_auth_context_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/security/auth_context_test.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001605- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001609 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001610 deps:
1611 - grpc_test_util
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615- name: grpc_byte_buffer_reader_test
1616 build: test
1617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
1619 - test/core/surface/byte_buffer_reader_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr_test_util
1624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001625- name: grpc_channel_args_test
1626 build: test
1627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
1629 - test/core/channel/channel_args_test.c
1630 deps:
1631 - grpc_test_util
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr_test_util
1634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635- name: grpc_channel_stack_test
1636 build: test
1637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001638 src:
1639 - test/core/channel/channel_stack_test.c
1640 deps:
1641 - grpc_test_util
1642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: grpc_completion_queue_test
1646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/surface/completion_queue_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: grpc_create_jwt
1656 build: tool
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/security/create_jwt.c
1660 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_credentials_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/security/credentials_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_fetch_oauth2
1676 build: tool
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/security/fetch_oauth2.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001685- name: grpc_invalid_channel_args_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/surface/invalid_channel_args_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_json_token_test
1696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/security/json_token_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001705 platforms:
1706 - linux
1707 - posix
1708 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: grpc_jwt_verifier_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/security/jwt_verifier_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: grpc_print_google_default_creds_token
1720 build: tool
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/security/print_google_default_creds_token.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: grpc_security_connector_test
1730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/security/security_connector_test.c
1734 deps:
1735 - grpc_test_util
1736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: grpc_verify_jwt
1740 build: tool
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - test/core/security/verify_jwt.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001749- name: hpack_parser_fuzzer_test
1750 build: fuzzer
1751 language: c
1752 src:
1753 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
1759 corpus_dirs:
1760 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001761 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001762 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: hpack_parser_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/transport/chttp2/hpack_parser_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: hpack_table_test
1774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/transport/chttp2/hpack_table_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001783- name: http_fuzzer_test
1784 build: fuzzer
1785 language: c
1786 src:
1787 - test/core/http/fuzzer.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
1791 - gpr_test_util
1792 - gpr
1793 corpus_dirs:
1794 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001795 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001796- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001800 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001806- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001810 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001817 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001821 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001827 platforms:
1828 - mac
1829 - linux
1830 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001831- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001832 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001833 build: test
1834 language: c
1835 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001836 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001842 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001843 - linux
yang-gf1183302015-12-07 16:02:05 -08001844- name: init_test
1845 build: test
1846 language: c
1847 src:
1848 - test/core/surface/init_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001854- name: internal_api_canary_iomgr_test
1855 build: test
1856 run: false
1857 language: c
1858 src:
1859 - test/core/internal_api_canaries/iomgr.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
1863 - gpr_test_util
1864 - gpr
1865- name: internal_api_canary_support_test
1866 build: test
1867 run: false
1868 language: c
1869 src:
1870 - test/core/internal_api_canaries/iomgr.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
1874 - gpr_test_util
1875 - gpr
1876- name: internal_api_canary_transport_test
1877 build: test
1878 run: false
1879 language: c
1880 src:
1881 - test/core/internal_api_canaries/iomgr.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
1885 - gpr_test_util
1886 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001887- name: invalid_call_argument_test
1888 build: test
1889 language: c
1890 src:
1891 - test/core/end2end/invalid_call_argument_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001897- name: json_fuzzer_test
1898 build: fuzzer
1899 language: c
1900 src:
1901 - test/core/json/fuzzer.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
1905 - gpr_test_util
1906 - gpr
1907 corpus_dirs:
1908 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001909 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: json_rewrite
1911 build: test
1912 run: false
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
1915 - test/core/json/json_rewrite.c
1916 deps:
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: json_rewrite_test
1920 build: test
1921 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001922 src:
1923 - test/core/json/json_rewrite_test.c
1924 deps:
1925 - grpc_test_util
1926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001929- name: json_stream_error_test
1930 build: test
1931 language: c
1932 src:
1933 - test/core/json/json_stream_error_test.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: json_test
1940 build: test
1941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/core/json/json_test.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: lame_client_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/surface/lame_client_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001959- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001960 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001961 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/client_config/lb_policies_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: low_level_ping_pong_benchmark
1972 build: benchmark
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/network_benchmarks/low_level_ping_pong.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001981 platforms:
1982 - mac
1983 - linux
1984 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: message_compress_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/compression/message_compress_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001995- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001996 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001997 build: test
1998 language: c
1999 src:
2000 - test/core/census/mlog_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
2004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: multiple_server_queues_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/end2end/multiple_server_queues_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: murmur_hash_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/support/murmur_hash_test.c
2021 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002024- name: nanopb_fuzzer_response_test
2025 build: fuzzer
2026 language: c
2027 src:
2028 - test/core/nanopb/fuzzer_response.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
2032 - gpr_test_util
2033 - gpr
2034 corpus_dirs:
2035 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002036 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002037- name: nanopb_fuzzer_serverlist_test
2038 build: fuzzer
2039 language: c
2040 src:
2041 - test/core/nanopb/fuzzer_serverlist.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
2045 - gpr_test_util
2046 - gpr
2047 corpus_dirs:
2048 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002049 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002051 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/end2end/no_server_test.c
2056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: resolve_address_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/iomgr/resolve_address_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
yang-gd482e592015-12-10 14:04:00 -08002071- name: secure_channel_create_test
2072 build: test
2073 language: c
2074 src:
2075 - test/core/surface/secure_channel_create_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: secure_endpoint_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/security/secure_endpoint_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002091- name: server_chttp2_test
2092 build: test
2093 language: c
2094 src:
2095 - test/core/surface/server_chttp2_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002101- name: server_fuzzer
2102 build: fuzzer
2103 language: c
2104 src:
2105 - test/core/end2end/fuzzers/server_fuzzer.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
2111 corpus_dirs:
2112 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002113 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002114 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002115- name: server_test
2116 build: test
2117 language: c
2118 src:
2119 - test/core/surface/server_test.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002125- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002126 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002127 build: test
2128 language: c
2129 src:
2130 - test/core/client_config/set_initial_connect_string_test.c
2131 deps:
2132 - test_tcp_server
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002137- name: sockaddr_resolver_test
2138 build: test
2139 language: c
2140 src:
2141 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: sockaddr_utils_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/iomgr/sockaddr_utils_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002157- name: socket_utils_test
2158 build: test
2159 language: c
2160 src:
2161 - test/core/iomgr/socket_utils_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002167 platforms:
2168 - mac
2169 - linux
2170 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002172 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
2176 - test/core/iomgr/tcp_client_posix_test.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002182 platforms:
2183 - mac
2184 - linux
2185 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002187 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188 build: test
2189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/core/iomgr/tcp_posix_test.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002197 platforms:
2198 - mac
2199 - linux
2200 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: tcp_server_posix_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/iomgr/tcp_server_posix_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002211 platforms:
2212 - mac
2213 - linux
2214 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002215- name: time_averaged_stats_test
2216 build: test
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/iomgr/time_averaged_stats_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002223 - gpr_test_util
2224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225- name: timeout_encoding_test
2226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
2229 - test/core/transport/chttp2/timeout_encoding_test.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002235- name: timer_heap_test
2236 build: test
2237 language: c
2238 src:
2239 - test/core/iomgr/timer_heap_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002245- name: timer_list_test
2246 build: test
2247 language: c
2248 src:
2249 - test/core/iomgr/timer_list_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: timers_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/profiling/timers_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002265- name: transport_connectivity_state_test
2266 build: test
2267 language: c
2268 src:
2269 - test/core/transport/connectivity_state_test.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: transport_metadata_test
2276 build: test
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
2279 - test/core/transport/metadata_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: transport_security_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/tsi/transport_security_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 platforms:
2296 - linux
2297 - posix
2298 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: udp_server_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/iomgr/udp_server_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002309 platforms:
2310 - mac
2311 - linux
2312 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002313- name: uri_fuzzer_test
2314 build: fuzzer
2315 language: c
2316 src:
2317 - test/core/client_config/uri_fuzzer_test.c
2318 deps:
2319 - grpc_test_util
2320 - grpc
2321 - gpr_test_util
2322 - gpr
2323 corpus_dirs:
2324 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002325 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: uri_parser_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/client_config/uri_parser_test.c
2331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002336- name: workqueue_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/iomgr/workqueue_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002346 platforms:
2347 - mac
2348 - linux
2349 - posix
vjpai04e992a2016-02-10 16:58:38 -08002350- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002351 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002352 build: test
2353 language: c++
2354 src:
2355 - test/cpp/common/alarm_cpp_test.cc
2356 deps:
2357 - grpc++_test_util
2358 - grpc_test_util
2359 - grpc++
2360 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002361 - gpr_test_util
2362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002364 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365 build: test
2366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/cpp/end2end/async_end2end_test.cc
2369 deps:
2370 - grpc++_test_util
2371 - grpc_test_util
2372 - grpc++
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002377 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378 build: test
2379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/cpp/common/auth_property_iterator_test.cc
2382 deps:
2383 - grpc++_test_util
2384 - grpc_test_util
2385 - grpc++
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002389- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002390 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391 build: test
2392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
yang-g52705592015-11-25 11:45:33 -08002394 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002395 deps:
2396 - grpc++
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002400 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401 build: test
2402 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002403 src:
2404 - test/cpp/util/cli_call_test.cc
2405 deps:
2406 - grpc++_test_util
2407 - grpc_test_util
2408 - grpc++
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002413 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002414 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415 build: test
2416 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/cpp/end2end/client_crash_test.cc
2419 deps:
2420 - grpc++_test_util
2421 - grpc_test_util
2422 - grpc++
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002426 platforms:
2427 - mac
2428 - linux
2429 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: client_crash_test_server
2431 build: test
2432 run: false
2433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002434 src:
2435 - test/cpp/end2end/client_crash_test_server.cc
2436 deps:
2437 - grpc++_test_util
2438 - grpc_test_util
2439 - grpc++
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002443- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002444 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002445 build: test
2446 language: c++
2447 src:
2448 - src/proto/grpc/testing/control.proto
2449 - src/proto/grpc/testing/messages.proto
2450 - src/proto/grpc/testing/payloads.proto
2451 - src/proto/grpc/testing/perf_db.proto
2452 - src/proto/grpc/testing/services.proto
2453 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002454 - test/cpp/codegen/codegen_test_full.cc
2455 deps:
2456 - grpc++
2457 - grpc
2458 - gpr
2459 filegroups:
2460 - grpc++_codegen
2461- name: codegen_test_minimal
2462 gtest: true
2463 build: test
2464 language: c++
2465 src:
2466 - src/proto/grpc/testing/control.proto
2467 - src/proto/grpc/testing/messages.proto
2468 - src/proto/grpc/testing/payloads.proto
2469 - src/proto/grpc/testing/perf_db.proto
2470 - src/proto/grpc/testing/services.proto
2471 - src/proto/grpc/testing/stats.proto
2472 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002473 filegroups:
2474 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002476 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477 build: test
2478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/cpp/client/credentials_test.cc
2481 deps:
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002486 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487 build: test
2488 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/cpp/util/byte_buffer_test.cc
2491 deps:
2492 - grpc_test_util
2493 - grpc++
2494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002498 gtest: true
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/util/slice_test.cc
2503 deps:
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002510 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 build: test
2512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/cpp/util/string_ref_test.cc
2515 deps:
2516 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519 build: test
2520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/cpp/util/time_test.cc
2523 deps:
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002530 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002531 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532 build: test
2533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
2535 - test/cpp/end2end/end2end_test.cc
2536 deps:
2537 - grpc++_test_util
2538 - grpc_test_util
2539 - grpc++
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002544 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545 build: test
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/cpp/end2end/generic_end2end_test.cc
2549 deps:
2550 - grpc++_test_util
2551 - grpc_test_util
2552 - grpc++
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002556- name: golden_file_test
2557 gtest: true
2558 build: test
2559 language: c++
2560 src:
2561 - src/proto/grpc/testing/compiler_test.proto
2562 - test/cpp/codegen/golden_file_test.cc
2563 deps:
2564 - grpc++
2565 - grpc
2566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: grpc_cli
2568 build: test
2569 run: false
2570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - test/cpp/util/grpc_cli.cc
2573 deps:
2574 - grpc++_test_util
2575 - grpc_test_util
2576 - grpc++
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002580 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581- name: grpc_cpp_plugin
2582 build: protoc
2583 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
2585 - src/compiler/cpp_plugin.cc
2586 deps:
2587 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588 secure: false
2589 vs_config_type: Application
2590 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2591- name: grpc_csharp_plugin
2592 build: protoc
2593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
2595 - src/compiler/csharp_plugin.cc
2596 deps:
2597 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598 secure: false
2599 vs_config_type: Application
2600 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002601- name: grpc_node_plugin
2602 build: protoc
2603 language: c++
2604 src:
2605 - src/compiler/node_plugin.cc
2606 deps:
2607 - grpc_plugin_support
2608 secure: false
2609 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610- name: grpc_objective_c_plugin
2611 build: protoc
2612 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
2614 - src/compiler/objective_c_plugin.cc
2615 deps:
2616 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617 secure: false
2618 vs_config_type: Application
2619 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2620- name: grpc_python_plugin
2621 build: protoc
2622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
2624 - src/compiler/python_plugin.cc
2625 deps:
2626 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627 secure: false
2628 vs_config_type: Application
2629 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2630- name: grpc_ruby_plugin
2631 build: protoc
2632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - src/compiler/ruby_plugin.cc
2635 deps:
2636 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 secure: false
2638 vs_config_type: Application
2639 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002640- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002641 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002642 build: test
2643 language: c++
2644 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002645 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002646 - test/cpp/grpclb/grpclb_api_test.cc
2647 deps:
2648 - grpc++_test_util
2649 - grpc_test_util
2650 - grpc++
2651 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002652- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002653 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002654 build: test
2655 language: c++
2656 src:
2657 - test/cpp/end2end/hybrid_end2end_test.cc
2658 deps:
2659 - grpc++_test_util
2660 - grpc_test_util
2661 - grpc++
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: interop_client
2666 build: test
2667 run: false
2668 language: c++
2669 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002670 deps:
2671 - interop_client_main
2672 - interop_client_helper
2673 - grpc++_test_util
2674 - grpc_test_util
2675 - grpc++
2676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr_test_util
2678 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002679 - grpc++_test_config
2680 platforms:
2681 - mac
2682 - linux
2683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: interop_server
2685 build: test
2686 run: false
2687 language: c++
2688 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002689 deps:
2690 - interop_server_main
2691 - interop_server_helper
2692 - grpc++_test_util
2693 - grpc_test_util
2694 - grpc++
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002698 - grpc++_test_config
2699 platforms:
2700 - mac
2701 - linux
2702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002704 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705 build: test
2706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/cpp/interop/interop_test.cc
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002714 platforms:
2715 - mac
2716 - linux
2717 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002718- name: json_run_localhost
2719 build: test
2720 run: false
2721 language: c++
2722 src:
2723 - test/cpp/qps/json_run_localhost.cc
2724 deps:
2725 - grpc++_test_util
2726 - grpc_test_util
2727 - grpc++
2728 - grpc
2729 - gpr_test_util
2730 - gpr
2731 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002732- name: metrics_client
2733 build: test
2734 run: false
2735 language: c++
2736 headers:
2737 - test/cpp/util/metrics_server.h
2738 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002739 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002740 - test/cpp/interop/metrics_client.cc
2741 deps:
2742 - grpc++
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002745 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002747 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748 build: test
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/end2end/mock_test.cc
2752 deps:
2753 - grpc++_test_util
2754 - grpc_test_util
2755 - grpc++
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: qps_interarrival_test
2760 build: test
2761 run: false
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/cpp/qps/qps_interarrival_test.cc
2765 deps:
2766 - qps
2767 - grpc++_test_util
2768 - grpc_test_util
2769 - grpc++
2770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002771 - gpr_test_util
2772 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002773 platforms:
2774 - mac
2775 - linux
2776 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002777- name: qps_json_driver
2778 build: test
2779 run: false
2780 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002781 headers:
2782 - test/cpp/qps/parse_json.h
Craig Tiller0bda0b32016-03-03 12:51:53 -08002783 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07002784 - test/cpp/qps/parse_json.cc
Craig Tiller0bda0b32016-03-03 12:51:53 -08002785 - test/cpp/qps/qps_json_driver.cc
2786 deps:
2787 - qps
2788 - grpc++_test_util
2789 - grpc_test_util
2790 - grpc++
2791 - grpc
2792 - gpr_test_util
2793 - gpr
2794 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002795- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002796 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002797 build: test
2798 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002799 src:
2800 - test/cpp/qps/qps_openloop_test.cc
2801 deps:
2802 - qps
2803 - grpc++_test_util
2804 - grpc_test_util
2805 - grpc++
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002809 - grpc++_test_config
2810 platforms:
2811 - mac
2812 - linux
2813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002815 build: test
2816 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002818 headers:
2819 - test/cpp/qps/client.h
2820 - test/cpp/qps/server.h
2821 src:
2822 - test/cpp/qps/worker.cc
2823 deps:
2824 - qps
2825 - grpc++_test_util
2826 - grpc_test_util
2827 - grpc++
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: reconnect_interop_client
2833 build: test
2834 run: false
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002837 - src/proto/grpc/testing/empty.proto
2838 - src/proto/grpc/testing/messages.proto
2839 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002840 - test/cpp/interop/reconnect_interop_client.cc
2841 deps:
2842 - grpc++_test_util
2843 - grpc_test_util
2844 - grpc++
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002848 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: reconnect_interop_server
2850 build: test
2851 run: false
2852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002853 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002854 - src/proto/grpc/testing/empty.proto
2855 - src/proto/grpc/testing/messages.proto
2856 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002857 - test/cpp/interop/reconnect_interop_server.cc
2858 deps:
2859 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002860 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002861 - grpc++_test_util
2862 - grpc_test_util
2863 - grpc++
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002867 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002869 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - test/cpp/common/secure_auth_context_test.cc
2874 deps:
2875 - grpc++_test_util
2876 - grpc_test_util
2877 - grpc++
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002881- name: secure_sync_unary_ping_pong_test
2882 build: test
2883 language: c++
2884 src:
2885 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2886 deps:
2887 - qps
2888 - grpc++_test_util
2889 - grpc_test_util
2890 - grpc++
2891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002892 - gpr_test_util
2893 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002894 platforms:
2895 - mac
2896 - linux
2897 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002898- name: server_builder_plugin_test
2899 gtest: true
2900 build: test
2901 language: c++
2902 src:
2903 - test/cpp/end2end/server_builder_plugin_test.cc
2904 deps:
2905 - grpc++_test_util
2906 - grpc_test_util
2907 - grpc++
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002912 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002913 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914 build: test
2915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/cpp/end2end/server_crash_test.cc
2918 deps:
2919 - grpc++_test_util
2920 - grpc_test_util
2921 - grpc++
2922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002923 - gpr_test_util
2924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002925 platforms:
2926 - mac
2927 - linux
2928 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: server_crash_test_client
2930 build: test
2931 run: false
2932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
2934 - test/cpp/end2end/server_crash_test_client.cc
2935 deps:
2936 - grpc++_test_util
2937 - grpc_test_util
2938 - grpc++
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002943 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944 build: test
2945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002946 src:
2947 - test/cpp/end2end/shutdown_test.cc
2948 deps:
2949 - grpc++_test_util
2950 - grpc_test_util
2951 - grpc++
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002955- name: status_test
2956 build: test
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
2959 - test/cpp/util/status_test.cc
2960 deps:
2961 - grpc_test_util
2962 - grpc++
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002966- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/end2end/streaming_throughput_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
Craig Tiller25834342015-09-25 08:08:24 -07002979 platforms:
2980 - mac
2981 - linux
2982 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002983- name: stress_test
2984 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002985 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002986 language: c++
2987 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002988 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002989 - test/cpp/interop/interop_client.h
2990 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002991 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002992 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002993 - src/proto/grpc/testing/empty.proto
2994 - src/proto/grpc/testing/messages.proto
2995 - src/proto/grpc/testing/metrics.proto
2996 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002997 - test/cpp/interop/interop_client.cc
2998 - test/cpp/interop/stress_interop_client.cc
2999 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003000 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003001 deps:
3002 - grpc++_test_util
3003 - grpc_test_util
3004 - grpc++
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003008 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003010 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003011 cpu_cost: 100
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/thread_stress_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 Tillerbf4b2242015-08-31 15:53:53 -07003023- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003024 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003025 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003026 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003028 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003029 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003030 - test/cpp/end2end/zookeeper_test.cc
3031 deps:
3032 - grpc++_test_util
3033 - grpc_test_util
3034 - grpc++
3035 - grpc_zookeeper
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003039 external_deps:
3040 - zookeeper
3041 platforms:
3042 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003043- name: public_headers_must_be_c89
3044 build: test
3045 language: c89
3046 src:
3047 - test/core/surface/public_headers_must_be_c89.c
3048 deps:
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003052- linkage: static
3053 name: grpc.dependencies.zlib
3054 props: false
3055 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003056 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003057- linkage: static
3058 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003059 props: true
3060 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003061 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003062- name: gflags
3063 props: false
3064 redist: false
3065 version: 2.1.2.1
3066- name: gtest
3067 props: false
3068 redist: false
3069 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003070configs:
3071 asan:
3072 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003073 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3074 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003075 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003076 LD: clang
3077 LDFLAGS: -fsanitize=address
3078 LDXX: clang++
3079 compile_the_world: true
3080 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003081 ASAN_OPTIONS: detect_leaks=1:color=always
3082 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003083 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003084 asan-noleaks:
3085 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003086 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3087 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003088 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003089 LD: clang
3090 LDFLAGS: -fsanitize=address
3091 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003092 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003093 test_environ:
3094 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003095 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003096 asan-trace-cmp:
3097 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003098 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3099 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003100 CXX: clang++
3101 LD: clang
3102 LDFLAGS: -fsanitize=address
3103 LDXX: clang++
3104 compile_the_world: true
3105 test_environ:
3106 ASAN_OPTIONS: detect_leaks=1:color=always
3107 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3108 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003109 basicprof:
3110 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3111 DEFINES: NDEBUG
3112 dbg:
3113 CPPFLAGS: -O0
3114 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003115 easan:
3116 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003117 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3118 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003119 CXX: clang++
3120 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3121 LD: clang
3122 LDFLAGS: -fsanitize=address
3123 LDXX: clang++
3124 compile_the_world: true
3125 test_environ:
3126 ASAN_OPTIONS: detect_leaks=1:color=always
3127 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3128 timeout_multiplier: 3
3129 edbg:
3130 CPPFLAGS: -O0
3131 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3132 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003133 CC: clang
3134 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003135 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003136 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003137 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003138 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003139 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003140 LDXX: clang++
3141 compile_the_world: true
3142 test_environ:
3143 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3144 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003145 gcov:
3146 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003147 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003148 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003149 DEFINES: _DEBUG DEBUG GPR_GCOV
3150 LD: gcc
3151 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3152 LDXX: g++
3153 helgrind:
3154 CPPFLAGS: -O0
3155 DEFINES: _DEBUG DEBUG
3156 LDFLAGS: -rdynamic
3157 timeout_multiplier: 20
3158 valgrind: --tool=helgrind
3159 memcheck:
3160 CPPFLAGS: -O0
3161 DEFINES: _DEBUG DEBUG
3162 LDFLAGS: -rdynamic
3163 timeout_multiplier: 10
3164 valgrind: --tool=memcheck --leak-check=full
3165 msan:
3166 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003167 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3168 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3169 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003170 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003171 DEFINES: NDEBUG
3172 LD: clang
3173 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3174 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3175 LDXX: clang++
3176 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003177 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003178 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003179 CPPFLAGS: -O3 -fno-omit-frame-pointer
3180 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003181 LDFLAGS: -rdynamic
3182 opt:
3183 CPPFLAGS: -O2
3184 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003185 stapprof:
3186 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3187 DEFINES: NDEBUG
3188 tsan:
3189 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003190 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003191 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003192 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003193 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003194 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003195 LDXX: clang++
3196 compile_the_world: true
3197 test_environ:
3198 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003199 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003200 ubsan:
3201 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003202 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3203 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003204 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003205 DEFINES: NDEBUG
3206 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003207 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003208 LDXX: clang++
3209 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003210 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003211 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003212 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003213defaults:
3214 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003215 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003216 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003217 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003218 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003219 global:
3220 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3221 LDFLAGS: -g
3222 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003223 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003224 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003225node_modules:
3226- deps:
3227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003228 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003229 - boringssl
3230 - z
murgatroid9994a75412015-11-19 14:04:53 -08003231 headers:
3232 - src/node/ext/byte_buffer.h
3233 - src/node/ext/call.h
3234 - src/node/ext/call_credentials.h
3235 - src/node/ext/channel.h
3236 - src/node/ext/channel_credentials.h
3237 - src/node/ext/completion_queue_async_worker.h
3238 - src/node/ext/server.h
3239 - src/node/ext/server_credentials.h
3240 - src/node/ext/timeval.h
3241 js:
3242 - src/node/index.js
3243 - src/node/src/client.js
3244 - src/node/src/common.js
3245 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003246 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003247 - src/node/src/metadata.js
3248 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003249 name: grpc_node
3250 src:
3251 - src/node/ext/byte_buffer.cc
3252 - src/node/ext/call.cc
3253 - src/node/ext/call_credentials.cc
3254 - src/node/ext/channel.cc
3255 - src/node/ext/channel_credentials.cc
3256 - src/node/ext/completion_queue_async_worker.cc
3257 - src/node/ext/node_grpc.cc
3258 - src/node/ext/server.cc
3259 - src/node/ext/server_credentials.cc
3260 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003261openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003262 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003263 extraction_dir: openssl-1.0.2f
3264 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003265php_config_m4:
3266 deps:
3267 - grpc
3268 - gpr
3269 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003270 headers:
3271 - src/php/ext/grpc/byte_buffer.h
3272 - src/php/ext/grpc/call.h
3273 - src/php/ext/grpc/call_credentials.h
3274 - src/php/ext/grpc/channel.h
3275 - src/php/ext/grpc/channel_credentials.h
3276 - src/php/ext/grpc/completion_queue.h
3277 - src/php/ext/grpc/php_grpc.h
3278 - src/php/ext/grpc/server.h
3279 - src/php/ext/grpc/server_credentials.h
3280 - src/php/ext/grpc/timeval.h
3281 src:
3282 - src/php/ext/grpc/byte_buffer.c
3283 - src/php/ext/grpc/call.c
3284 - src/php/ext/grpc/call_credentials.c
3285 - src/php/ext/grpc/channel.c
3286 - src/php/ext/grpc/channel_credentials.c
3287 - src/php/ext/grpc/completion_queue.c
3288 - src/php/ext/grpc/php_grpc.c
3289 - src/php/ext/grpc/server.c
3290 - src/php/ext/grpc/server_credentials.c
3291 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003292python_dependencies:
3293 deps:
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003296 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003297 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003298ruby_gem:
3299 deps:
3300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003303 - z