blob: a0ebe41247baf5fe0dd96153fb65830dd8ae0efa [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" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010033- name: gpr
34 public_headers:
35 - include/grpc/support/alloc.h
36 - include/grpc/support/atm.h
37 - include/grpc/support/atm_gcc_atomic.h
38 - include/grpc/support/atm_gcc_sync.h
39 - include/grpc/support/atm_win32.h
40 - include/grpc/support/avl.h
41 - include/grpc/support/cmdline.h
42 - include/grpc/support/cpu.h
43 - include/grpc/support/histogram.h
44 - include/grpc/support/host_port.h
45 - include/grpc/support/log.h
46 - include/grpc/support/log_win32.h
47 - include/grpc/support/port_platform.h
48 - include/grpc/support/slice.h
49 - include/grpc/support/slice_buffer.h
50 - include/grpc/support/string_util.h
51 - include/grpc/support/subprocess.h
52 - include/grpc/support/sync.h
53 - include/grpc/support/sync_generic.h
54 - include/grpc/support/sync_posix.h
55 - include/grpc/support/sync_win32.h
56 - include/grpc/support/thd.h
57 - include/grpc/support/time.h
58 - include/grpc/support/tls.h
59 - include/grpc/support/tls_gcc.h
60 - include/grpc/support/tls_msvc.h
61 - include/grpc/support/tls_pthread.h
62 - include/grpc/support/useful.h
63 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070064 - src/core/lib/profiling/timers.h
65 - src/core/lib/support/backoff.h
66 - src/core/lib/support/block_annotate.h
67 - src/core/lib/support/env.h
68 - src/core/lib/support/load_file.h
69 - src/core/lib/support/murmur_hash.h
70 - src/core/lib/support/stack_lockfree.h
71 - src/core/lib/support/string.h
72 - src/core/lib/support/string_win32.h
73 - src/core/lib/support/thd_internal.h
74 - src/core/lib/support/time_precise.h
75 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/profiling/basic_timers.c
78 - src/core/lib/profiling/stap_timers.c
79 - src/core/lib/support/alloc.c
80 - src/core/lib/support/avl.c
81 - src/core/lib/support/backoff.c
82 - src/core/lib/support/cmdline.c
83 - src/core/lib/support/cpu_iphone.c
84 - src/core/lib/support/cpu_linux.c
85 - src/core/lib/support/cpu_posix.c
86 - src/core/lib/support/cpu_windows.c
87 - src/core/lib/support/env_linux.c
88 - src/core/lib/support/env_posix.c
89 - src/core/lib/support/env_win32.c
90 - src/core/lib/support/histogram.c
91 - src/core/lib/support/host_port.c
92 - src/core/lib/support/load_file.c
93 - src/core/lib/support/log.c
94 - src/core/lib/support/log_android.c
95 - src/core/lib/support/log_linux.c
96 - src/core/lib/support/log_posix.c
97 - src/core/lib/support/log_win32.c
98 - src/core/lib/support/murmur_hash.c
99 - src/core/lib/support/slice.c
100 - src/core/lib/support/slice_buffer.c
101 - src/core/lib/support/stack_lockfree.c
102 - src/core/lib/support/string.c
103 - src/core/lib/support/string_posix.c
104 - src/core/lib/support/string_win32.c
105 - src/core/lib/support/subprocess_posix.c
106 - src/core/lib/support/subprocess_windows.c
107 - src/core/lib/support/sync.c
108 - src/core/lib/support/sync_posix.c
109 - src/core/lib/support/sync_win32.c
110 - src/core/lib/support/thd.c
111 - src/core/lib/support/thd_posix.c
112 - src/core/lib/support/thd_win32.c
113 - src/core/lib/support/time.c
114 - src/core/lib/support/time_posix.c
115 - src/core/lib/support/time_precise.c
116 - src/core/lib/support/time_win32.c
117 - src/core/lib/support/tls_pthread.c
118 - src/core/lib/support/tmpfile_posix.c
119 - src/core/lib/support/tmpfile_win32.c
120 - src/core/lib/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800121- name: gpr_codegen
122 public_headers:
123 - include/grpc/impl/codegen/alloc.h
124 - include/grpc/impl/codegen/atm.h
125 - include/grpc/impl/codegen/atm_gcc_atomic.h
126 - include/grpc/impl/codegen/atm_gcc_sync.h
127 - include/grpc/impl/codegen/atm_win32.h
128 - include/grpc/impl/codegen/log.h
129 - include/grpc/impl/codegen/port_platform.h
130 - include/grpc/impl/codegen/slice.h
131 - include/grpc/impl/codegen/slice_buffer.h
132 - include/grpc/impl/codegen/sync.h
133 - include/grpc/impl/codegen/sync_generic.h
134 - include/grpc/impl/codegen/sync_posix.h
135 - include/grpc/impl/codegen/sync_win32.h
136 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700137- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700138 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800139 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700140 - include/grpc++/channel.h
141 - include/grpc++/client_context.h
142 - include/grpc++/completion_queue.h
143 - include/grpc++/create_channel.h
144 - include/grpc++/generic/async_generic_service.h
145 - include/grpc++/generic/generic_stub.h
146 - include/grpc++/grpc++.h
147 - include/grpc++/impl/call.h
148 - include/grpc++/impl/client_unary_call.h
149 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800150 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700151 - include/grpc++/impl/proto_utils.h
152 - include/grpc++/impl/rpc_method.h
153 - include/grpc++/impl/rpc_service_method.h
154 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800155 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700156 - include/grpc++/impl/service_type.h
157 - include/grpc++/impl/sync.h
158 - include/grpc++/impl/sync_cxx11.h
159 - include/grpc++/impl/sync_no_cxx11.h
160 - include/grpc++/impl/thd.h
161 - include/grpc++/impl/thd_cxx11.h
162 - include/grpc++/impl/thd_no_cxx11.h
163 - include/grpc++/security/auth_context.h
164 - include/grpc++/security/auth_metadata_processor.h
165 - include/grpc++/security/credentials.h
166 - include/grpc++/security/server_credentials.h
167 - include/grpc++/server.h
168 - include/grpc++/server_builder.h
169 - include/grpc++/server_context.h
170 - include/grpc++/support/async_stream.h
171 - include/grpc++/support/async_unary_call.h
172 - include/grpc++/support/byte_buffer.h
173 - include/grpc++/support/channel_arguments.h
174 - include/grpc++/support/config.h
175 - include/grpc++/support/config_protobuf.h
176 - include/grpc++/support/slice.h
177 - include/grpc++/support/status.h
178 - include/grpc++/support/status_code_enum.h
179 - include/grpc++/support/string_ref.h
180 - include/grpc++/support/stub_options.h
181 - include/grpc++/support/sync_stream.h
182 - include/grpc++/support/time.h
183 headers:
184 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800185 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700186 - src/cpp/common/create_auth_context.h
187 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/server/thread_pool_interface.h
189 src:
190 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/client/client_context.cc
192 - src/cpp/client/create_channel.cc
193 - src/cpp/client/create_channel_internal.cc
194 - src/cpp/client/credentials.cc
195 - src/cpp/client/generic_stub.cc
196 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800197 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700198 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100199 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700200 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700201 - src/cpp/server/async_generic_service.cc
202 - src/cpp/server/create_default_thread_pool.cc
203 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700204 - src/cpp/server/insecure_server_credentials.cc
205 - src/cpp/server/server.cc
206 - src/cpp/server/server_builder.cc
207 - src/cpp/server/server_context.cc
208 - src/cpp/server/server_credentials.cc
209 - src/cpp/util/byte_buffer.cc
210 - src/cpp/util/slice.cc
211 - src/cpp/util/status.cc
212 - src/cpp/util/string_ref.cc
213 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800214- name: grpc++_codegen
215 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800216 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800217 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800218 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800219 - include/grpc++/impl/codegen/call_hook.h
220 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800221 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800222 - include/grpc++/impl/codegen/client_unary_call.h
223 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800224 - include/grpc++/impl/codegen/completion_queue_tag.h
225 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800226 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100227 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800228 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800229 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800230 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800231 - include/grpc++/impl/codegen/rpc_method.h
232 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800233 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800234 - include/grpc++/impl/codegen/serialization_traits.h
235 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800237 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800238 - include/grpc++/impl/codegen/status.h
239 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800240 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800241 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800242 - include/grpc++/impl/codegen/sync.h
243 - include/grpc++/impl/codegen/sync_cxx11.h
244 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800245 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800246 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800247 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100248 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700249- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700250 public_headers:
251 - include/grpc/byte_buffer.h
252 - include/grpc/byte_buffer_reader.h
253 - include/grpc/compression.h
254 - include/grpc/grpc.h
255 - include/grpc/status.h
256 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/channel/channel_args.h
258 - src/core/lib/channel/channel_stack.h
259 - src/core/lib/channel/channel_stack_builder.h
260 - src/core/lib/channel/client_channel.h
261 - src/core/lib/channel/compress_filter.h
262 - src/core/lib/channel/connected_channel.h
263 - src/core/lib/channel/context.h
264 - src/core/lib/channel/http_client_filter.h
265 - src/core/lib/channel/http_server_filter.h
266 - src/core/lib/channel/subchannel_call_holder.h
267 - src/core/lib/client_config/client_config.h
268 - src/core/lib/client_config/connector.h
269 - src/core/lib/client_config/initial_connect_string.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/client_config/lb_policy.h
271 - src/core/lib/client_config/lb_policy_factory.h
272 - src/core/lib/client_config/lb_policy_registry.h
273 - src/core/lib/client_config/resolver.h
274 - src/core/lib/client_config/resolver_factory.h
275 - src/core/lib/client_config/resolver_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/client_config/subchannel.h
277 - src/core/lib/client_config/subchannel_factory.h
278 - src/core/lib/client_config/subchannel_index.h
279 - src/core/lib/client_config/uri_parser.h
280 - src/core/lib/compression/algorithm_metadata.h
281 - src/core/lib/compression/message_compress.h
282 - src/core/lib/debug/trace.h
283 - src/core/lib/http/format_request.h
284 - src/core/lib/http/httpcli.h
285 - src/core/lib/http/parser.h
286 - src/core/lib/iomgr/closure.h
287 - src/core/lib/iomgr/endpoint.h
288 - src/core/lib/iomgr/endpoint_pair.h
289 - src/core/lib/iomgr/exec_ctx.h
290 - src/core/lib/iomgr/executor.h
291 - src/core/lib/iomgr/fd_posix.h
292 - src/core/lib/iomgr/iocp_windows.h
293 - src/core/lib/iomgr/iomgr.h
294 - src/core/lib/iomgr/iomgr_internal.h
295 - src/core/lib/iomgr/iomgr_posix.h
296 - src/core/lib/iomgr/pollset.h
297 - src/core/lib/iomgr/pollset_posix.h
298 - src/core/lib/iomgr/pollset_set.h
299 - src/core/lib/iomgr/pollset_set_posix.h
300 - src/core/lib/iomgr/pollset_set_windows.h
301 - src/core/lib/iomgr/pollset_windows.h
302 - src/core/lib/iomgr/resolve_address.h
303 - src/core/lib/iomgr/sockaddr.h
304 - src/core/lib/iomgr/sockaddr_posix.h
305 - src/core/lib/iomgr/sockaddr_utils.h
306 - src/core/lib/iomgr/sockaddr_win32.h
307 - src/core/lib/iomgr/socket_utils_posix.h
308 - src/core/lib/iomgr/socket_windows.h
309 - src/core/lib/iomgr/tcp_client.h
310 - src/core/lib/iomgr/tcp_posix.h
311 - src/core/lib/iomgr/tcp_server.h
312 - src/core/lib/iomgr/tcp_windows.h
313 - src/core/lib/iomgr/time_averaged_stats.h
314 - src/core/lib/iomgr/timer.h
315 - src/core/lib/iomgr/timer_heap.h
316 - src/core/lib/iomgr/udp_server.h
317 - src/core/lib/iomgr/unix_sockets_posix.h
318 - src/core/lib/iomgr/wakeup_fd_pipe.h
319 - src/core/lib/iomgr/wakeup_fd_posix.h
320 - src/core/lib/iomgr/workqueue.h
321 - src/core/lib/iomgr/workqueue_posix.h
322 - src/core/lib/iomgr/workqueue_windows.h
323 - src/core/lib/json/json.h
324 - src/core/lib/json/json_common.h
325 - src/core/lib/json/json_reader.h
326 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/surface/api_trace.h
328 - src/core/lib/surface/call.h
329 - src/core/lib/surface/call_test_only.h
330 - src/core/lib/surface/channel.h
331 - src/core/lib/surface/channel_init.h
332 - src/core/lib/surface/channel_stack_type.h
333 - src/core/lib/surface/completion_queue.h
334 - src/core/lib/surface/event_string.h
335 - src/core/lib/surface/init.h
336 - src/core/lib/surface/lame_client.h
337 - src/core/lib/surface/server.h
338 - src/core/lib/surface/surface_trace.h
339 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/transport/connectivity_state.h
341 - src/core/lib/transport/metadata.h
342 - src/core/lib/transport/metadata_batch.h
343 - src/core/lib/transport/static_metadata.h
344 - src/core/lib/transport/transport.h
345 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700346 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/channel/channel_args.c
348 - src/core/lib/channel/channel_stack.c
349 - src/core/lib/channel/channel_stack_builder.c
350 - src/core/lib/channel/client_channel.c
351 - src/core/lib/channel/compress_filter.c
352 - src/core/lib/channel/connected_channel.c
353 - src/core/lib/channel/http_client_filter.c
354 - src/core/lib/channel/http_server_filter.c
355 - src/core/lib/channel/subchannel_call_holder.c
356 - src/core/lib/client_config/client_config.c
357 - src/core/lib/client_config/connector.c
358 - src/core/lib/client_config/default_initial_connect_string.c
359 - src/core/lib/client_config/initial_connect_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/client_config/lb_policy.c
361 - src/core/lib/client_config/lb_policy_factory.c
362 - src/core/lib/client_config/lb_policy_registry.c
363 - src/core/lib/client_config/resolver.c
364 - src/core/lib/client_config/resolver_factory.c
365 - src/core/lib/client_config/resolver_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/client_config/subchannel.c
367 - src/core/lib/client_config/subchannel_factory.c
368 - src/core/lib/client_config/subchannel_index.c
369 - src/core/lib/client_config/uri_parser.c
370 - src/core/lib/compression/compression_algorithm.c
371 - src/core/lib/compression/message_compress.c
372 - src/core/lib/debug/trace.c
373 - src/core/lib/http/format_request.c
374 - src/core/lib/http/httpcli.c
375 - src/core/lib/http/parser.c
376 - src/core/lib/iomgr/closure.c
377 - src/core/lib/iomgr/endpoint.c
378 - src/core/lib/iomgr/endpoint_pair_posix.c
379 - src/core/lib/iomgr/endpoint_pair_windows.c
380 - src/core/lib/iomgr/exec_ctx.c
381 - src/core/lib/iomgr/executor.c
382 - src/core/lib/iomgr/fd_posix.c
383 - src/core/lib/iomgr/iocp_windows.c
384 - src/core/lib/iomgr/iomgr.c
385 - src/core/lib/iomgr/iomgr_posix.c
386 - src/core/lib/iomgr/iomgr_windows.c
387 - src/core/lib/iomgr/pollset_multipoller_with_epoll.c
388 - src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c
389 - src/core/lib/iomgr/pollset_posix.c
390 - src/core/lib/iomgr/pollset_set_posix.c
391 - src/core/lib/iomgr/pollset_set_windows.c
392 - src/core/lib/iomgr/pollset_windows.c
393 - src/core/lib/iomgr/resolve_address_posix.c
394 - src/core/lib/iomgr/resolve_address_windows.c
395 - src/core/lib/iomgr/sockaddr_utils.c
396 - src/core/lib/iomgr/socket_utils_common_posix.c
397 - src/core/lib/iomgr/socket_utils_linux.c
398 - src/core/lib/iomgr/socket_utils_posix.c
399 - src/core/lib/iomgr/socket_windows.c
400 - src/core/lib/iomgr/tcp_client_posix.c
401 - src/core/lib/iomgr/tcp_client_windows.c
402 - src/core/lib/iomgr/tcp_posix.c
403 - src/core/lib/iomgr/tcp_server_posix.c
404 - src/core/lib/iomgr/tcp_server_windows.c
405 - src/core/lib/iomgr/tcp_windows.c
406 - src/core/lib/iomgr/time_averaged_stats.c
407 - src/core/lib/iomgr/timer.c
408 - src/core/lib/iomgr/timer_heap.c
409 - src/core/lib/iomgr/udp_server.c
410 - src/core/lib/iomgr/unix_sockets_posix.c
411 - src/core/lib/iomgr/unix_sockets_posix_noop.c
412 - src/core/lib/iomgr/wakeup_fd_eventfd.c
413 - src/core/lib/iomgr/wakeup_fd_nospecial.c
414 - src/core/lib/iomgr/wakeup_fd_pipe.c
415 - src/core/lib/iomgr/wakeup_fd_posix.c
416 - src/core/lib/iomgr/workqueue_posix.c
417 - src/core/lib/iomgr/workqueue_windows.c
418 - src/core/lib/json/json.c
419 - src/core/lib/json/json_reader.c
420 - src/core/lib/json/json_string.c
421 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700422 - src/core/lib/surface/alarm.c
423 - src/core/lib/surface/api_trace.c
424 - src/core/lib/surface/byte_buffer.c
425 - src/core/lib/surface/byte_buffer_reader.c
426 - src/core/lib/surface/call.c
427 - src/core/lib/surface/call_details.c
428 - src/core/lib/surface/call_log_batch.c
429 - src/core/lib/surface/channel.c
430 - src/core/lib/surface/channel_connectivity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700431 - src/core/lib/surface/channel_init.c
432 - src/core/lib/surface/channel_ping.c
433 - src/core/lib/surface/channel_stack_type.c
434 - src/core/lib/surface/completion_queue.c
435 - src/core/lib/surface/event_string.c
436 - src/core/lib/surface/init.c
437 - src/core/lib/surface/lame_client.c
438 - src/core/lib/surface/metadata_array.c
439 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700440 - src/core/lib/surface/validate_metadata.c
441 - src/core/lib/surface/version.c
442 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700443 - src/core/lib/transport/connectivity_state.c
444 - src/core/lib/transport/metadata.c
445 - src/core/lib/transport/metadata_batch.c
446 - src/core/lib/transport/static_metadata.c
447 - src/core/lib/transport/transport.c
448 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800449- name: grpc_codegen
450 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800451 - include/grpc/impl/codegen/byte_buffer.h
452 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800453 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/status.h
Craig Tiller023caf12016-03-29 08:00:30 -0700457- name: grpc_lb_policy_grpclb
458 headers:
459 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700460 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700461 src:
462 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700463 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700464 uses:
465 - grpc_base
466- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700467 src:
468 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700469 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700470 uses:
471 - grpc_base
472- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700473 src:
474 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700475 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700476 uses:
477 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700478- name: grpc_resolver_dns_native
479 src:
480 - src/core/ext/resolver/dns/native/dns_resolver.c
481 plugin: grpc_resolver_dns_native
482 uses:
483 - grpc_base
484- name: grpc_resolver_sockaddr
485 src:
486 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
487 plugin: grpc_resolver_sockaddr
488 uses:
489 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100490- name: grpc_secure
491 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700492 - src/core/lib/security/auth_filters.h
493 - src/core/lib/security/b64.h
494 - src/core/lib/security/credentials.h
495 - src/core/lib/security/handshake.h
496 - src/core/lib/security/json_token.h
497 - src/core/lib/security/jwt_verifier.h
498 - src/core/lib/security/secure_endpoint.h
499 - src/core/lib/security/security_connector.h
500 - src/core/lib/security/security_context.h
501 - src/core/lib/tsi/fake_transport_security.h
502 - src/core/lib/tsi/ssl_transport_security.h
503 - src/core/lib/tsi/ssl_types.h
504 - src/core/lib/tsi/transport_security.h
505 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100506 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700507 - src/core/lib/http/httpcli_security_connector.c
508 - src/core/lib/security/b64.c
509 - src/core/lib/security/client_auth_filter.c
510 - src/core/lib/security/credentials.c
511 - src/core/lib/security/credentials_metadata.c
512 - src/core/lib/security/credentials_posix.c
513 - src/core/lib/security/credentials_win32.c
514 - src/core/lib/security/google_default_credentials.c
515 - src/core/lib/security/handshake.c
516 - src/core/lib/security/json_token.c
517 - src/core/lib/security/jwt_verifier.c
518 - src/core/lib/security/secure_endpoint.c
519 - src/core/lib/security/security_connector.c
520 - src/core/lib/security/security_context.c
521 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700522 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700523 - src/core/lib/tsi/fake_transport_security.c
524 - src/core/lib/tsi/ssl_transport_security.c
525 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700526- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700527 headers:
528 - test/core/end2end/cq_verifier.h
529 - test/core/end2end/fixtures/proxy.h
530 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/grpc_profiler.h
532 - test/core/util/parse_hexstring.h
533 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700534 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/util/slice_splitter.h
536 src:
537 - test/core/end2end/cq_verifier.c
538 - test/core/end2end/fixtures/proxy.c
539 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/util/grpc_profiler.c
541 - test/core/util/parse_hexstring.c
542 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700543 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/port_windows.c
545 - test/core/util/slice_splitter.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700546- name: grpc_transport_chttp2
547 headers:
548 - src/core/ext/transport/chttp2/transport/alpn.h
549 - src/core/ext/transport/chttp2/transport/bin_encoder.h
550 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
551 - src/core/ext/transport/chttp2/transport/frame.h
552 - src/core/ext/transport/chttp2/transport/frame_data.h
553 - src/core/ext/transport/chttp2/transport/frame_goaway.h
554 - src/core/ext/transport/chttp2/transport/frame_ping.h
555 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
556 - src/core/ext/transport/chttp2/transport/frame_settings.h
557 - src/core/ext/transport/chttp2/transport/frame_window_update.h
558 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
559 - src/core/ext/transport/chttp2/transport/hpack_parser.h
560 - src/core/ext/transport/chttp2/transport/hpack_table.h
561 - src/core/ext/transport/chttp2/transport/http2_errors.h
562 - src/core/ext/transport/chttp2/transport/huffsyms.h
563 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
564 - src/core/ext/transport/chttp2/transport/internal.h
565 - src/core/ext/transport/chttp2/transport/status_conversion.h
566 - src/core/ext/transport/chttp2/transport/stream_map.h
567 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
568 - src/core/ext/transport/chttp2/transport/varint.h
569 src:
570 - src/core/ext/transport/chttp2/transport/alpn.c
571 - src/core/ext/transport/chttp2/transport/bin_encoder.c
572 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
573 - src/core/ext/transport/chttp2/transport/frame_data.c
574 - src/core/ext/transport/chttp2/transport/frame_goaway.c
575 - src/core/ext/transport/chttp2/transport/frame_ping.c
576 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
577 - src/core/ext/transport/chttp2/transport/frame_settings.c
578 - src/core/ext/transport/chttp2/transport/frame_window_update.c
579 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
580 - src/core/ext/transport/chttp2/transport/hpack_parser.c
581 - src/core/ext/transport/chttp2/transport/hpack_table.c
582 - src/core/ext/transport/chttp2/transport/huffsyms.c
583 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
584 - src/core/ext/transport/chttp2/transport/parsing.c
585 - src/core/ext/transport/chttp2/transport/status_conversion.c
586 - src/core/ext/transport/chttp2/transport/stream_lists.c
587 - src/core/ext/transport/chttp2/transport/stream_map.c
588 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
589 - src/core/ext/transport/chttp2/transport/varint.c
590 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700591 uses:
592 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2_client_insecure
594 src:
595 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700596 uses:
597 - grpc_transport_chttp2
598 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700599- name: grpc_transport_chttp2_client_secure
600 src:
601 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700602 uses:
603 - grpc_transport_chttp2
604 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700605- name: grpc_transport_chttp2_server_insecure
606 src:
607 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700608 uses:
609 - grpc_transport_chttp2
610 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700611- name: grpc_transport_chttp2_server_secure
612 src:
613 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700614 uses:
615 - grpc_transport_chttp2
616 - grpc_base
Craig Tillereb841e22016-02-11 15:49:16 -0800617- name: nanopb
618 headers:
619 - third_party/nanopb/pb.h
620 - third_party/nanopb/pb_common.h
621 - third_party/nanopb/pb_decode.h
622 - third_party/nanopb/pb_encode.h
623 src:
624 - third_party/nanopb/pb_common.c
625 - third_party/nanopb/pb_decode.c
626 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100627libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800628- name: gpr
629 build: all
630 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800631 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800632 - gpr
633 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800634 secure: false
635 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
636- name: gpr_test_util
637 build: private
638 language: c
639 headers:
640 - test/core/util/test_config.h
641 src:
642 - test/core/util/test_config.c
643 deps:
644 - gpr
645 secure: false
646 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700647- name: grpc
648 build: all
649 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700650 public_headers:
651 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800652 deps:
653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700654 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800655 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700656 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700657 filegroups:
658 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700659 - grpc_transport_chttp2_server_secure
660 - grpc_transport_chttp2_client_secure
661 - grpc_transport_chttp2_server_insecure
662 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700663 - grpc_lb_policy_grpclb
664 - grpc_lb_policy_pick_first
665 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700666 - grpc_resolver_dns_native
667 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100668 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100669 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700670 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800671 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700672 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700673 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700674 vs_packages:
675 - grpc.dependencies.openssl
676 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700677 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800678- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100679 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800680 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800681 headers: []
682 src: []
683 filegroups:
684 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100685 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800686 secure: false
687 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100688- name: grpc_dll
689 build: private
690 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100691 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100692 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100693 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100694 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100695 build_system:
696 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100697 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100698 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100699 vs_config_type: DynamicLibrary
700 vs_packages:
701 - grpc.dependencies.openssl
702 - grpc.dependencies.zlib
703 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
704 vs_props:
705 - zlib
706 - openssl
707 - winsock
708 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709- name: grpc_test_util
710 build: private
711 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700712 headers:
713 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800714 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 src:
716 - test/core/end2end/data/server1_cert.c
717 - test/core/end2end/data/server1_key.c
718 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800719 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700720 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800721 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800722 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700723 - grpc
724 filegroups:
725 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700726 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
727- name: grpc_test_util_unsecure
728 build: private
729 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700730 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800731 - gpr
732 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800733 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700734 filegroups:
735 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700736 secure: false
737 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
738- name: grpc_unsecure
739 build: all
740 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700741 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700742 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800743 deps:
744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700745 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800746 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700747 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700748 filegroups:
749 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700750 - grpc_transport_chttp2_server_insecure
751 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700752 - grpc_resolver_dns_native
753 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700754 - grpc_lb_policy_grpclb
755 - grpc_lb_policy_pick_first
756 - grpc_lb_policy_round_robin
Craig Tillerad095982016-02-09 12:45:04 -0800757 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700758 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800759 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700760 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700761 secure: false
762 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
763- name: grpc_zookeeper
764 build: all
765 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700766 public_headers:
767 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700768 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700769 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700770 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700772 - grpc
773 external_deps:
774 - zookeeper
775 platforms:
776 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700777 secure: false
Craig Tillerf05837a2016-03-29 20:42:29 -0700778- name: one_input_fuzzer
779 build: private
780 language: c
781 src:
782 - test/core/util/one_corpus_entry_fuzzer.c
783 deps:
784 - gpr
785 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786- name: reconnect_server
787 build: private
788 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700789 headers:
790 - test/core/util/reconnect_server.h
791 src:
792 - test/core/util/reconnect_server.c
793 deps:
yang-gc9fca182015-11-06 16:41:33 -0800794 - test_tcp_server
795 - grpc_test_util
796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800797 - gpr_test_util
798 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800799- name: test_tcp_server
800 build: private
801 language: c
802 headers:
803 - test/core/util/test_tcp_server.h
804 src:
805 - test/core/util/test_tcp_server.c
806 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700807 - grpc_test_util
808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 - gpr_test_util
810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811- name: grpc++
812 build: all
813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700814 headers:
815 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800816 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700817 - src/cpp/common/secure_auth_context.h
818 - src/cpp/server/secure_server_credentials.h
819 src:
Craig Tiller25834342015-09-25 08:08:24 -0700820 - src/cpp/client/secure_credentials.cc
821 - src/cpp/common/auth_property_iterator.cc
822 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800823 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700824 - src/cpp/common/secure_create_auth_context.cc
825 - src/cpp/server/secure_server_credentials.cc
826 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700827 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828 baselib: true
829 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700830 filegroups:
831 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800832 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700833 secure: check
834 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800835- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700836 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800837 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800838 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100839 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800840 filegroups:
841 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100842 - grpc_codegen
843 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800844 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800845 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700846- name: grpc++_test_config
847 build: private
848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700849 headers:
850 - test/cpp/util/test_config.h
851 src:
852 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700853- name: grpc++_test_util
854 build: private
855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700856 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800857 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800858 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700859 - test/cpp/util/cli_call.h
860 - test/cpp/util/create_test_channel.h
861 - test/cpp/util/string_ref_helper.h
862 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800863 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700864 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800865 - src/proto/grpc/testing/echo_messages.proto
866 - src/proto/grpc/testing/echo.proto
867 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800868 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800869 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700870 - test/cpp/util/cli_call.cc
871 - test/cpp/util/create_test_channel.cc
872 - test/cpp/util/string_ref_helper.cc
873 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800874 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700875 deps:
876 - grpc++
877 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700878- name: grpc++_unsecure
879 build: all
880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700881 src:
882 - src/cpp/common/insecure_create_auth_context.cc
883 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700885 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886 baselib: true
887 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700888 filegroups:
889 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800890 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 secure: false
892 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
893- name: grpc_plugin_support
894 build: protoc
895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700896 headers:
897 - include/grpc++/support/config.h
898 - include/grpc++/support/config_protobuf.h
899 - src/compiler/config.h
900 - src/compiler/cpp_generator.h
901 - src/compiler/cpp_generator_helpers.h
902 - src/compiler/csharp_generator.h
903 - src/compiler/csharp_generator_helpers.h
904 - src/compiler/generator_helpers.h
905 - src/compiler/objective_c_generator.h
906 - src/compiler/objective_c_generator_helpers.h
907 - src/compiler/python_generator.h
908 - src/compiler/ruby_generator.h
909 - src/compiler/ruby_generator_helpers-inl.h
910 - src/compiler/ruby_generator_map-inl.h
911 - src/compiler/ruby_generator_string-inl.h
912 src:
913 - src/compiler/cpp_generator.cc
914 - src/compiler/csharp_generator.cc
915 - src/compiler/objective_c_generator.cc
916 - src/compiler/python_generator.cc
917 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800918 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800919 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800920 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800921 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922 secure: false
923 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800924 vs_props:
925 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926- name: interop_client_helper
927 build: private
928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700929 headers:
930 - test/cpp/interop/client_helper.h
931 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800932 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/cpp/interop/client_helper.cc
934 deps:
935 - grpc++_test_util
936 - grpc_test_util
937 - grpc++
938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940- name: interop_client_main
941 build: private
942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700943 headers:
944 - test/cpp/interop/interop_client.h
945 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800946 - src/proto/grpc/testing/empty.proto
947 - src/proto/grpc/testing/messages.proto
948 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700949 - test/cpp/interop/client.cc
950 - test/cpp/interop/interop_client.cc
951 deps:
952 - interop_client_helper
953 - grpc++_test_util
954 - grpc_test_util
955 - grpc++
956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800957 - gpr_test_util
958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700959 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700960- name: interop_server_helper
961 build: private
962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700963 headers:
964 - test/cpp/interop/server_helper.h
965 src:
966 - test/cpp/interop/server_helper.cc
967 deps:
968 - grpc_test_util
969 - grpc++
970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: interop_server_main
973 build: private
974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700975 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800976 - src/proto/grpc/testing/empty.proto
977 - src/proto/grpc/testing/messages.proto
978 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800979 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700980 deps:
981 - interop_server_helper
982 - grpc++_test_util
983 - grpc_test_util
984 - grpc++
985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 - gpr_test_util
987 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700988 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989- name: qps
990 build: private
991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700992 headers:
993 - test/cpp/qps/client.h
994 - test/cpp/qps/driver.h
995 - test/cpp/qps/histogram.h
996 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800997 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700998 - test/cpp/qps/perf_db_client.h
999 - test/cpp/qps/qps_worker.h
1000 - test/cpp/qps/report.h
1001 - test/cpp/qps/server.h
1002 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001003 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001004 - test/cpp/util/benchmark_config.h
1005 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001006 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001007 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001008 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001009 - src/proto/grpc/testing/control.proto
1010 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001011 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001012 - test/cpp/qps/client_async.cc
1013 - test/cpp/qps/client_sync.cc
1014 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001015 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001016 - test/cpp/qps/perf_db_client.cc
1017 - test/cpp/qps/qps_worker.cc
1018 - test/cpp/qps/report.cc
1019 - test/cpp/qps/server_async.cc
1020 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001021 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001022 - test/cpp/util/benchmark_config.cc
1023 deps:
1024 - grpc_test_util
1025 - grpc++_test_util
1026 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027- name: grpc_csharp_ext
1028 build: all
1029 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001030 src:
1031 - src/csharp/ext/grpc_csharp_ext.c
1032 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001034 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001035 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001036 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 dll: only
1038 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001039 vs_packages:
1040 - grpc.dependencies.openssl
1041 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001043 vs_props:
1044 - zlib
1045 - openssl
1046 - winsock
1047 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001049- name: alarm_test
1050 build: test
1051 language: c
1052 src:
1053 - test/core/surface/alarm_test.c
1054 deps:
1055 - grpc_test_util
1056 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001057 - gpr_test_util
1058 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001059- name: algorithm_test
1060 build: test
1061 language: c
1062 src:
1063 - test/core/compression/algorithm_test.c
1064 deps:
1065 - grpc_test_util
1066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001067 - gpr_test_util
1068 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001069- name: alloc_test
1070 build: test
1071 language: c
1072 src:
1073 - test/core/support/alloc_test.c
1074 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr_test_util
1076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: alpn_test
1078 build: test
1079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
1081 - test/core/transport/chttp2/alpn_test.c
1082 deps:
1083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: bin_encoder_test
1088 build: test
1089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001090 src:
1091 - test/core/transport/chttp2/bin_encoder_test.c
1092 deps:
1093 - grpc_test_util
1094 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001095- name: census_context_test
1096 build: test
1097 language: c
1098 src:
1099 - test/core/census/context_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001103 - gpr_test_util
1104 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001105- name: channel_create_test
1106 build: test
1107 language: c
1108 src:
1109 - test/core/surface/channel_create_test.c
1110 deps:
1111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001115- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 build: test
1117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001118 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001119 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001120 deps:
1121 - grpc_test_util
1122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr_test_util
1124 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001125- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126 build: test
1127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001128 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001129 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001130 deps:
1131 - grpc_test_util
1132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 - gpr_test_util
1134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135- name: chttp2_stream_map_test
1136 build: test
1137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001138 src:
1139 - test/core/transport/chttp2/stream_map_test.c
1140 deps:
1141 - grpc_test_util
1142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 - gpr_test_util
1144 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001145- name: chttp2_varint_test
1146 build: test
1147 language: c
1148 src:
1149 - test/core/transport/chttp2/varint_test.c
1150 deps:
1151 - grpc_test_util
1152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr_test_util
1154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: compression_test
1156 build: test
1157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001158 src:
1159 - test/core/compression/compression_test.c
1160 deps:
1161 - grpc_test_util
1162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001163 - gpr_test_util
1164 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001165- name: concurrent_connectivity_test
1166 build: test
1167 language: c
1168 src:
1169 - test/core/surface/concurrent_connectivity_test.c
1170 deps:
1171 - grpc_test_util
1172 - grpc
1173 - gpr_test_util
1174 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001175- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001176 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001177 build: test
1178 language: c
1179 src:
1180 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1181 deps:
1182 - grpc_test_util
1183 - grpc
1184 - gpr_test_util
1185 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001186- name: dns_resolver_test
1187 build: test
1188 language: c
1189 src:
1190 - test/core/client_config/resolvers/dns_resolver_test.c
1191 deps:
1192 - grpc_test_util
1193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001194 - gpr_test_util
1195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001197 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001198 build: test
1199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001200 src:
1201 - test/core/end2end/dualstack_socket_test.c
1202 deps:
1203 - grpc_test_util
1204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 - gpr_test_util
1206 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001207 platforms:
1208 - mac
1209 - linux
1210 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001211- name: endpoint_pair_test
1212 build: test
1213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
1215 - test/core/iomgr/endpoint_pair_test.c
1216 deps:
1217 - grpc_test_util
1218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: fd_conservation_posix_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/iomgr/fd_conservation_posix_test.c
1226 deps:
1227 - grpc_test_util
1228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001231 platforms:
1232 - mac
1233 - linux
1234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235- name: fd_posix_test
1236 build: test
1237 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001238 src:
1239 - test/core/iomgr/fd_posix_test.c
1240 deps:
1241 - grpc_test_util
1242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001243 - gpr_test_util
1244 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001245 platforms:
1246 - mac
1247 - linux
1248 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249- name: fling_client
1250 build: test
1251 run: false
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/fling/client.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001258 - gpr_test_util
1259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: fling_server
1261 build: test
1262 run: false
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
1265 - test/core/fling/server.c
1266 deps:
1267 - grpc_test_util
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001272 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/fling/fling_stream_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001282 platforms:
1283 - mac
1284 - linux
1285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001287 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/fling/fling_test.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001297 platforms:
1298 - mac
1299 - linux
1300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: gen_hpack_tables
1302 build: tool
1303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - tools/codegen/core/gen_hpack_tables.c
1306 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001308 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: gen_legal_metadata_characters
1310 build: tool
1311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001312 src:
1313 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001315- name: goaway_server_test
1316 cpu_cost: 0.1
1317 build: test
1318 language: c
1319 src:
1320 - test/core/end2end/goaway_server_test.c
1321 deps:
1322 - grpc_test_util
1323 - grpc
1324 - gpr_test_util
1325 - gpr
1326 platforms:
1327 - mac
1328 - linux
1329 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001330- name: gpr_avl_test
1331 build: test
1332 language: c
1333 src:
1334 - test/core/support/avl_test.c
1335 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001338- name: gpr_backoff_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/support/backoff_test.c
1343 deps:
1344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: gpr_cmdline_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/support/cmdline_test.c
1351 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001354- name: gpr_cpu_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/support/cpu_test.c
1359 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362- name: gpr_env_test
1363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
1366 - test/core/support/env_test.c
1367 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370- name: gpr_histogram_test
1371 build: test
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - test/core/support/histogram_test.c
1375 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 - gpr_test_util
1377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: gpr_host_port_test
1379 build: test
1380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001381 src:
1382 - test/core/support/host_port_test.c
1383 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001386- name: gpr_load_file_test
1387 build: test
1388 language: c
1389 src:
1390 - test/core/support/load_file_test.c
1391 deps:
1392 - gpr_test_util
1393 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394- name: gpr_log_test
1395 build: test
1396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001397 src:
1398 - test/core/support/log_test.c
1399 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: gpr_slice_buffer_test
1403 build: test
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/support/slice_buffer_test.c
1407 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: gpr_slice_test
1411 build: test
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - test/core/support/slice_test.c
1415 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001419 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420 build: test
1421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001422 src:
1423 - test/core/support/stack_lockfree_test.c
1424 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: gpr_string_test
1428 build: test
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/support/string_test.c
1432 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001436 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437 build: test
1438 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
1440 - test/core/support/sync_test.c
1441 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001445 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446 build: test
1447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
1449 - test/core/support/thd_test.c
1450 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: gpr_time_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/support/time_test.c
1458 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: gpr_tls_test
1462 build: test
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - test/core/support/tls_test.c
1466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: gpr_useful_test
1470 build: test
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - test/core/support/useful_test.c
1474 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr_test_util
1476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477- name: grpc_auth_context_test
1478 build: test
1479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001480 src:
1481 - test/core/security/auth_context_test.c
1482 deps:
1483 - grpc_test_util
1484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001485 - gpr_test_util
1486 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001487- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488 build: test
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001491 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001492 deps:
1493 - grpc_test_util
1494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: grpc_byte_buffer_reader_test
1498 build: test
1499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - test/core/surface/byte_buffer_reader_test.c
1502 deps:
1503 - grpc_test_util
1504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: grpc_channel_args_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/channel/channel_args_test.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: grpc_channel_stack_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/channel/channel_stack_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001525 - gpr_test_util
1526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: grpc_completion_queue_test
1528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/surface/completion_queue_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001535 - gpr_test_util
1536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: grpc_create_jwt
1538 build: tool
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/security/create_jwt.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: grpc_credentials_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/security/credentials_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: grpc_fetch_oauth2
1558 build: tool
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/security/fetch_oauth2.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001567- name: grpc_invalid_channel_args_test
1568 build: test
1569 language: c
1570 src:
1571 - test/core/surface/invalid_channel_args_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: grpc_json_token_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/security/json_token_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001587 platforms:
1588 - linux
1589 - posix
1590 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: grpc_jwt_verifier_test
1592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
1595 - test/core/security/jwt_verifier_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601- name: grpc_print_google_default_creds_token
1602 build: tool
1603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001604 src:
1605 - test/core/security/print_google_default_creds_token.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611- name: grpc_security_connector_test
1612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/security/security_connector_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: grpc_verify_jwt
1622 build: tool
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/security/verify_jwt.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001631- name: hpack_parser_fuzzer_test
1632 build: fuzzer
1633 language: c
1634 src:
1635 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1636 deps:
1637 - grpc_test_util
1638 - grpc
1639 - gpr_test_util
1640 - gpr
1641 corpus_dirs:
1642 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643- name: hpack_parser_test
1644 build: test
1645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001646 src:
1647 - test/core/transport/chttp2/hpack_parser_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: hpack_table_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/transport/chttp2/hpack_table_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001663- name: http_fuzzer_test
1664 build: fuzzer
1665 language: c
1666 src:
1667 - test/core/http/fuzzer.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
1671 - gpr_test_util
1672 - gpr
1673 corpus_dirs:
1674 - test/core/http/corpus
Matthew Iselin1824f052016-02-10 12:16:06 +11001675- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001679 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001685- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001689 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001690 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: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001696 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001700 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001706 platforms:
1707 - mac
1708 - linux
1709 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001710- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001711 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001712 build: test
1713 language: c
1714 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001715 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001721 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001722 - linux
yang-gf1183302015-12-07 16:02:05 -08001723- name: init_test
1724 build: test
1725 language: c
1726 src:
1727 - test/core/surface/init_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001733- name: internal_api_canary_iomgr_test
1734 build: test
1735 run: false
1736 language: c
1737 src:
1738 - test/core/internal_api_canaries/iomgr.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
1742 - gpr_test_util
1743 - gpr
1744- name: internal_api_canary_support_test
1745 build: test
1746 run: false
1747 language: c
1748 src:
1749 - test/core/internal_api_canaries/iomgr.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
1755- name: internal_api_canary_transport_test
1756 build: test
1757 run: false
1758 language: c
1759 src:
1760 - test/core/internal_api_canaries/iomgr.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
1764 - gpr_test_util
1765 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001766- name: invalid_call_argument_test
1767 build: test
1768 language: c
1769 src:
1770 - test/core/end2end/invalid_call_argument_test.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001776- name: json_fuzzer_test
1777 build: fuzzer
1778 language: c
1779 src:
1780 - test/core/json/fuzzer.c
1781 deps:
1782 - grpc_test_util
1783 - grpc
1784 - gpr_test_util
1785 - gpr
1786 corpus_dirs:
1787 - test/core/json/corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: json_rewrite
1789 build: test
1790 run: false
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/json/json_rewrite.c
1794 deps:
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: json_rewrite_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/json/json_rewrite_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001807- name: json_stream_error_test
1808 build: test
1809 language: c
1810 src:
1811 - test/core/json/json_stream_error_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: json_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/json/json_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827- name: lame_client_test
1828 build: test
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/surface/lame_client_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001837- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001838 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001839 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/client_config/lb_policies_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: low_level_ping_pong_benchmark
1850 build: benchmark
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/network_benchmarks/low_level_ping_pong.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001859 platforms:
1860 - mac
1861 - linux
1862 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: message_compress_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/compression/message_compress_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001873- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001874 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001875 build: test
1876 language: c
1877 src:
1878 - test/core/census/mlog_test.c
1879 deps:
1880 - grpc_test_util
1881 - grpc
1882 - gpr_test_util
1883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884- name: multiple_server_queues_test
1885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/end2end/multiple_server_queues_test.c
1889 deps:
1890 - grpc_test_util
1891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: murmur_hash_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/support/murmur_hash_test.c
1899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001903 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/end2end/no_server_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: resolve_address_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/iomgr/resolve_address_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
yang-gd482e592015-12-10 14:04:00 -08001923- name: secure_channel_create_test
1924 build: test
1925 language: c
1926 src:
1927 - test/core/surface/secure_channel_create_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: secure_endpoint_test
1934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/security/secure_endpoint_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001943- name: server_chttp2_test
1944 build: test
1945 language: c
1946 src:
1947 - test/core/surface/server_chttp2_test.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001953- name: server_test
1954 build: test
1955 language: c
1956 src:
1957 - test/core/surface/server_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001963- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001964 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001965 build: test
1966 language: c
1967 src:
1968 - test/core/client_config/set_initial_connect_string_test.c
1969 deps:
1970 - test_tcp_server
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001975- name: sockaddr_resolver_test
1976 build: test
1977 language: c
1978 src:
1979 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: sockaddr_utils_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/iomgr/sockaddr_utils_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001995- name: socket_utils_test
1996 build: test
1997 language: c
1998 src:
1999 - test/core/iomgr/socket_utils_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002005 platforms:
2006 - mac
2007 - linux
2008 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002010 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/iomgr/tcp_client_posix_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002020 platforms:
2021 - mac
2022 - linux
2023 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002025 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/iomgr/tcp_posix_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002035 platforms:
2036 - mac
2037 - linux
2038 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: tcp_server_posix_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/iomgr/tcp_server_posix_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002049 platforms:
2050 - mac
2051 - linux
2052 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: time_averaged_stats_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/iomgr/time_averaged_stats_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: timeout_encoding_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/transport/chttp2/timeout_encoding_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002073- name: timer_heap_test
2074 build: test
2075 language: c
2076 src:
2077 - test/core/iomgr/timer_heap_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002083- name: timer_list_test
2084 build: test
2085 language: c
2086 src:
2087 - test/core/iomgr/timer_list_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: timers_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/profiling/timers_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002103- name: transport_connectivity_state_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/transport/connectivity_state_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: transport_metadata_test
2114 build: test
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/core/transport/metadata_test.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: transport_security_test
2124 build: test
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/tsi/transport_security_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002133 platforms:
2134 - linux
2135 - posix
2136 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: udp_server_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/iomgr/udp_server_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002147 platforms:
2148 - mac
2149 - linux
2150 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002151- name: uri_fuzzer_test
2152 build: fuzzer
2153 language: c
2154 src:
2155 - test/core/client_config/uri_fuzzer_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
2159 - gpr_test_util
2160 - gpr
2161 corpus_dirs:
2162 - test/core/client_config/uri_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: uri_parser_test
2164 build: test
2165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/core/client_config/uri_parser_test.c
2168 deps:
2169 - grpc_test_util
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002173- name: workqueue_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/iomgr/workqueue_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002183 platforms:
2184 - mac
2185 - linux
2186 - posix
vjpai04e992a2016-02-10 16:58:38 -08002187- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002188 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002189 build: test
2190 language: c++
2191 src:
2192 - test/cpp/common/alarm_cpp_test.cc
2193 deps:
2194 - grpc++_test_util
2195 - grpc_test_util
2196 - grpc++
2197 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002198 - gpr_test_util
2199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002201 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202 build: test
2203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/cpp/end2end/async_end2end_test.cc
2206 deps:
2207 - grpc++_test_util
2208 - grpc_test_util
2209 - grpc++
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: async_streaming_ping_pong_test
2214 build: test
2215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/cpp/qps/async_streaming_ping_pong_test.cc
2218 deps:
2219 - qps
2220 - grpc++_test_util
2221 - grpc_test_util
2222 - grpc++
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002226 platforms:
2227 - mac
2228 - linux
2229 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: async_unary_ping_pong_test
2231 build: test
2232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
2234 - test/cpp/qps/async_unary_ping_pong_test.cc
2235 deps:
2236 - qps
2237 - grpc++_test_util
2238 - grpc_test_util
2239 - grpc++
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002243 platforms:
2244 - mac
2245 - linux
2246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002248 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249 build: test
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/cpp/common/auth_property_iterator_test.cc
2253 deps:
2254 - grpc++_test_util
2255 - grpc_test_util
2256 - grpc++
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002261 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262 build: test
2263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
yang-g52705592015-11-25 11:45:33 -08002265 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002266 deps:
2267 - grpc++
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002271 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272 build: test
2273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/cpp/util/cli_call_test.cc
2276 deps:
2277 - grpc++_test_util
2278 - grpc_test_util
2279 - grpc++
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002284 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002285 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286 build: test
2287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/cpp/end2end/client_crash_test.cc
2290 deps:
2291 - grpc++_test_util
2292 - grpc_test_util
2293 - grpc++
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002297 platforms:
2298 - mac
2299 - linux
2300 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: client_crash_test_server
2302 build: test
2303 run: false
2304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/cpp/end2end/client_crash_test_server.cc
2307 deps:
2308 - grpc++_test_util
2309 - grpc_test_util
2310 - grpc++
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002314- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002315 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002316 build: test
2317 language: c++
2318 src:
2319 - src/proto/grpc/testing/control.proto
2320 - src/proto/grpc/testing/messages.proto
2321 - src/proto/grpc/testing/payloads.proto
2322 - src/proto/grpc/testing/perf_db.proto
2323 - src/proto/grpc/testing/services.proto
2324 - src/proto/grpc/testing/stats.proto
2325 - test/cpp/codegen/codegen_test.cc
2326 deps:
2327 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002329 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330 build: test
2331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/cpp/client/credentials_test.cc
2334 deps:
2335 - grpc++
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002339 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340 build: test
2341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/cpp/util/byte_buffer_test.cc
2344 deps:
2345 - grpc_test_util
2346 - grpc++
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002351 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352 build: test
2353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/cpp/util/slice_test.cc
2356 deps:
2357 - grpc_test_util
2358 - grpc++
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002363 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364 build: test
2365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/cpp/util/string_ref_test.cc
2368 deps:
2369 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002371 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372 build: test
2373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/cpp/util/time_test.cc
2376 deps:
2377 - grpc_test_util
2378 - grpc++
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002383 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002384 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385 build: test
2386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/cpp/end2end/end2end_test.cc
2389 deps:
2390 - grpc++_test_util
2391 - grpc_test_util
2392 - grpc++
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
vjpai083dc622016-01-11 09:41:17 -08002396- name: generic_async_streaming_ping_pong_test
2397 build: test
2398 language: c++
2399 src:
2400 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2401 deps:
2402 - qps
2403 - grpc++_test_util
2404 - grpc_test_util
2405 - grpc++
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
vjpai083dc622016-01-11 09:41:17 -08002409 platforms:
2410 - mac
2411 - linux
2412 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002414 gtest: true
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/generic_end2end_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 Tillerbf4b2242015-08-31 15:53:53 -07002426- name: grpc_cli
2427 build: test
2428 run: false
2429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/cpp/util/grpc_cli.cc
2432 deps:
2433 - grpc++_test_util
2434 - grpc_test_util
2435 - grpc++
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002439 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: grpc_cpp_plugin
2441 build: protoc
2442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - src/compiler/cpp_plugin.cc
2445 deps:
2446 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447 secure: false
2448 vs_config_type: Application
2449 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2450- name: grpc_csharp_plugin
2451 build: protoc
2452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - src/compiler/csharp_plugin.cc
2455 deps:
2456 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 secure: false
2458 vs_config_type: Application
2459 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2460- name: grpc_objective_c_plugin
2461 build: protoc
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - src/compiler/objective_c_plugin.cc
2465 deps:
2466 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467 secure: false
2468 vs_config_type: Application
2469 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2470- name: grpc_python_plugin
2471 build: protoc
2472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - src/compiler/python_plugin.cc
2475 deps:
2476 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477 secure: false
2478 vs_config_type: Application
2479 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2480- name: grpc_ruby_plugin
2481 build: protoc
2482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
2484 - src/compiler/ruby_plugin.cc
2485 deps:
2486 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487 secure: false
2488 vs_config_type: Application
2489 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002490- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002491 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002492 build: test
2493 language: c++
2494 src:
2495 - src/proto/grpc/lb/v0/load_balancer.proto
2496 - test/cpp/grpclb/grpclb_api_test.cc
2497 deps:
2498 - grpc++_test_util
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002502- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002503 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002504 build: test
2505 language: c++
2506 src:
2507 - test/cpp/end2end/hybrid_end2end_test.cc
2508 deps:
2509 - grpc++_test_util
2510 - grpc_test_util
2511 - grpc++
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: interop_client
2516 build: test
2517 run: false
2518 language: c++
2519 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002520 deps:
2521 - interop_client_main
2522 - interop_client_helper
2523 - grpc++_test_util
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002529 - grpc++_test_config
2530 platforms:
2531 - mac
2532 - linux
2533 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: interop_server
2535 build: test
2536 run: false
2537 language: c++
2538 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002539 deps:
2540 - interop_server_main
2541 - interop_server_helper
2542 - grpc++_test_util
2543 - grpc_test_util
2544 - grpc++
2545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002546 - gpr_test_util
2547 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002548 - grpc++_test_config
2549 platforms:
2550 - mac
2551 - linux
2552 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002554 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002555 build: test
2556 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/cpp/interop/interop_test.cc
2559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002564 platforms:
2565 - mac
2566 - linux
2567 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002568- name: metrics_client
2569 build: test
2570 run: false
2571 language: c++
2572 headers:
2573 - test/cpp/util/metrics_server.h
2574 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002575 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002576 - test/cpp/interop/metrics_client.cc
2577 deps:
2578 - grpc++
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002581 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002583 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584 build: test
2585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/cpp/end2end/mock_test.cc
2588 deps:
2589 - grpc++_test_util
2590 - grpc_test_util
2591 - grpc++
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595- name: qps_driver
2596 build: benchmark
2597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
2599 - test/cpp/qps/qps_driver.cc
2600 deps:
2601 - qps
2602 - grpc++_test_util
2603 - grpc_test_util
2604 - grpc++
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002608 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: qps_interarrival_test
2610 build: test
2611 run: false
2612 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
2614 - test/cpp/qps/qps_interarrival_test.cc
2615 deps:
2616 - qps
2617 - grpc++_test_util
2618 - grpc_test_util
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002623 platforms:
2624 - mac
2625 - linux
2626 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002628 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 build: test
2630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/cpp/qps/qps_openloop_test.cc
2633 deps:
2634 - qps
2635 - grpc++_test_util
2636 - grpc_test_util
2637 - grpc++
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002641 - grpc++_test_config
2642 platforms:
2643 - mac
2644 - linux
2645 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002647 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648 build: test
2649 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002650 src:
2651 - test/cpp/qps/qps_test.cc
2652 deps:
2653 - qps
2654 - grpc++_test_util
2655 - grpc_test_util
2656 - grpc++
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002660 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002661 platforms:
2662 - mac
2663 - linux
2664 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: qps_worker
2666 build: benchmark
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 headers:
2669 - test/cpp/qps/client.h
2670 - test/cpp/qps/server.h
2671 src:
2672 - test/cpp/qps/worker.cc
2673 deps:
2674 - qps
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: reconnect_interop_client
2683 build: test
2684 run: false
2685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002687 - src/proto/grpc/testing/empty.proto
2688 - src/proto/grpc/testing/messages.proto
2689 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002690 - test/cpp/interop/reconnect_interop_client.cc
2691 deps:
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: reconnect_interop_server
2700 build: test
2701 run: false
2702 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002704 - src/proto/grpc/testing/empty.proto
2705 - src/proto/grpc/testing/messages.proto
2706 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002707 - test/cpp/interop/reconnect_interop_server.cc
2708 deps:
2709 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002710 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002711 - grpc++_test_util
2712 - grpc_test_util
2713 - grpc++
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002717 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002719 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 build: test
2721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/cpp/common/secure_auth_context_test.cc
2724 deps:
2725 - grpc++_test_util
2726 - grpc_test_util
2727 - grpc++
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002731- name: secure_sync_unary_ping_pong_test
2732 build: test
2733 language: c++
2734 src:
2735 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2736 deps:
2737 - qps
2738 - grpc++_test_util
2739 - grpc_test_util
2740 - grpc++
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002744 platforms:
2745 - mac
2746 - linux
2747 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002749 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002750 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751 build: test
2752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - test/cpp/end2end/server_crash_test.cc
2755 deps:
2756 - grpc++_test_util
2757 - grpc_test_util
2758 - grpc++
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002762 platforms:
2763 - mac
2764 - linux
2765 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766- name: server_crash_test_client
2767 build: test
2768 run: false
2769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002770 src:
2771 - test/cpp/end2end/server_crash_test_client.cc
2772 deps:
2773 - grpc++_test_util
2774 - grpc_test_util
2775 - grpc++
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002780 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002781 build: test
2782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/cpp/end2end/shutdown_test.cc
2785 deps:
2786 - grpc++_test_util
2787 - grpc_test_util
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: status_test
2793 build: test
2794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/cpp/util/status_test.cc
2797 deps:
2798 - grpc_test_util
2799 - grpc++
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002803- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002804 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002805 build: test
2806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/cpp/end2end/streaming_throughput_test.cc
2809 deps:
2810 - grpc++_test_util
2811 - grpc_test_util
2812 - grpc++
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002816 platforms:
2817 - mac
2818 - linux
2819 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002820- name: stress_test
2821 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002822 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002823 language: c++
2824 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002825 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002826 - test/cpp/interop/interop_client.h
2827 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002828 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002829 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002830 - src/proto/grpc/testing/empty.proto
2831 - src/proto/grpc/testing/messages.proto
2832 - src/proto/grpc/testing/metrics.proto
2833 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002834 - test/cpp/interop/interop_client.cc
2835 - test/cpp/interop/stress_interop_client.cc
2836 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002837 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002838 deps:
2839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002845 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: sync_streaming_ping_pong_test
2847 build: test
2848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
2850 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2851 deps:
2852 - qps
2853 - grpc++_test_util
2854 - grpc_test_util
2855 - grpc++
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002859 platforms:
2860 - mac
2861 - linux
2862 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863- name: sync_unary_ping_pong_test
2864 build: test
2865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002866 src:
2867 - test/cpp/qps/sync_unary_ping_pong_test.cc
2868 deps:
2869 - qps
2870 - grpc++_test_util
2871 - grpc_test_util
2872 - grpc++
2873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002874 - gpr_test_util
2875 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002876 platforms:
2877 - mac
2878 - linux
2879 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002881 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002882 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883 build: test
2884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/cpp/end2end/thread_stress_test.cc
2887 deps:
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002895 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002897 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002900 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002901 - test/cpp/end2end/zookeeper_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc_zookeeper
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002910 external_deps:
2911 - zookeeper
2912 platforms:
2913 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002914- name: public_headers_must_be_c89
2915 build: test
2916 language: c89
2917 src:
2918 - test/core/surface/public_headers_must_be_c89.c
2919 deps:
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002923- linkage: static
2924 name: grpc.dependencies.zlib
2925 props: false
2926 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002927 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002928- linkage: static
2929 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002930 props: true
2931 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002932 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002933- name: gflags
2934 props: false
2935 redist: false
2936 version: 2.1.2.1
2937- name: gtest
2938 props: false
2939 redist: false
2940 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002941configs:
2942 asan:
2943 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002944 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2945 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002946 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002947 LD: clang
2948 LDFLAGS: -fsanitize=address
2949 LDXX: clang++
2950 compile_the_world: true
2951 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002952 ASAN_OPTIONS: detect_leaks=1:color=always
2953 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002954 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002955 asan-noleaks:
2956 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002957 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2958 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002959 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002960 LD: clang
2961 LDFLAGS: -fsanitize=address
2962 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002963 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002964 test_environ:
2965 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002966 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07002967 asan-trace-cmp:
2968 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07002969 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
2970 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07002971 CXX: clang++
2972 LD: clang
2973 LDFLAGS: -fsanitize=address
2974 LDXX: clang++
2975 compile_the_world: true
2976 test_environ:
2977 ASAN_OPTIONS: detect_leaks=1:color=always
2978 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2979 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002980 basicprof:
2981 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2982 DEFINES: NDEBUG
2983 dbg:
2984 CPPFLAGS: -O0
2985 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002986 easan:
2987 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002988 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2989 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08002990 CXX: clang++
2991 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2992 LD: clang
2993 LDFLAGS: -fsanitize=address
2994 LDXX: clang++
2995 compile_the_world: true
2996 test_environ:
2997 ASAN_OPTIONS: detect_leaks=1:color=always
2998 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2999 timeout_multiplier: 3
3000 edbg:
3001 CPPFLAGS: -O0
3002 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3003 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003004 CC: clang
3005 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003006 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003007 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003008 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003009 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003010 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003011 LDXX: clang++
3012 compile_the_world: true
3013 test_environ:
3014 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3015 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003016 gcov:
3017 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003018 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003019 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003020 DEFINES: _DEBUG DEBUG GPR_GCOV
3021 LD: gcc
3022 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3023 LDXX: g++
3024 helgrind:
3025 CPPFLAGS: -O0
3026 DEFINES: _DEBUG DEBUG
3027 LDFLAGS: -rdynamic
3028 timeout_multiplier: 20
3029 valgrind: --tool=helgrind
3030 memcheck:
3031 CPPFLAGS: -O0
3032 DEFINES: _DEBUG DEBUG
3033 LDFLAGS: -rdynamic
3034 timeout_multiplier: 10
3035 valgrind: --tool=memcheck --leak-check=full
3036 msan:
3037 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003038 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3039 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3040 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003041 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003042 DEFINES: NDEBUG
3043 LD: clang
3044 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3045 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3046 LDXX: clang++
3047 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003048 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003049 mutrace:
3050 CPPFLAGS: -O0
3051 DEFINES: _DEBUG DEBUG
3052 LDFLAGS: -rdynamic
3053 opt:
3054 CPPFLAGS: -O2
3055 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003056 stapprof:
3057 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3058 DEFINES: NDEBUG
3059 tsan:
3060 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003061 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003062 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003063 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003064 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003065 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003066 LDXX: clang++
3067 compile_the_world: true
3068 test_environ:
3069 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003070 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003071 ubsan:
3072 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003073 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3074 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003075 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003076 DEFINES: NDEBUG
3077 LD: clang
3078 LDFLAGS: -fsanitize=undefined
3079 LDXX: clang++
3080 compile_the_world: true
3081 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003082defaults:
3083 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003084 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003085 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003086 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003087 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003088 global:
3089 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3090 LDFLAGS: -g
3091 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003092 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003093 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003094node_modules:
3095- deps:
3096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003097 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003098 - boringssl
3099 - z
murgatroid9994a75412015-11-19 14:04:53 -08003100 headers:
3101 - src/node/ext/byte_buffer.h
3102 - src/node/ext/call.h
3103 - src/node/ext/call_credentials.h
3104 - src/node/ext/channel.h
3105 - src/node/ext/channel_credentials.h
3106 - src/node/ext/completion_queue_async_worker.h
3107 - src/node/ext/server.h
3108 - src/node/ext/server_credentials.h
3109 - src/node/ext/timeval.h
3110 js:
3111 - src/node/index.js
3112 - src/node/src/client.js
3113 - src/node/src/common.js
3114 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003115 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003116 - src/node/src/metadata.js
3117 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003118 name: grpc_node
3119 src:
3120 - src/node/ext/byte_buffer.cc
3121 - src/node/ext/call.cc
3122 - src/node/ext/call_credentials.cc
3123 - src/node/ext/channel.cc
3124 - src/node/ext/channel_credentials.cc
3125 - src/node/ext/completion_queue_async_worker.cc
3126 - src/node/ext/node_grpc.cc
3127 - src/node/ext/server.cc
3128 - src/node/ext/server_credentials.cc
3129 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003130openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003131 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003132 extraction_dir: openssl-1.0.2f
3133 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003134php_config_m4:
3135 deps:
3136 - grpc
3137 - gpr
3138 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003139 headers:
3140 - src/php/ext/grpc/byte_buffer.h
3141 - src/php/ext/grpc/call.h
3142 - src/php/ext/grpc/call_credentials.h
3143 - src/php/ext/grpc/channel.h
3144 - src/php/ext/grpc/channel_credentials.h
3145 - src/php/ext/grpc/completion_queue.h
3146 - src/php/ext/grpc/php_grpc.h
3147 - src/php/ext/grpc/server.h
3148 - src/php/ext/grpc/server_credentials.h
3149 - src/php/ext/grpc/timeval.h
3150 src:
3151 - src/php/ext/grpc/byte_buffer.c
3152 - src/php/ext/grpc/call.c
3153 - src/php/ext/grpc/call_credentials.c
3154 - src/php/ext/grpc/channel.c
3155 - src/php/ext/grpc/channel_credentials.c
3156 - src/php/ext/grpc/completion_queue.c
3157 - src/php/ext/grpc/php_grpc.c
3158 - src/php/ext/grpc/server.c
3159 - src/php/ext/grpc/server_credentials.c
3160 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003161python_dependencies:
3162 deps:
3163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003164 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003165 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003166 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003167ruby_gem:
3168 deps:
3169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003171 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003172 - z