blob: f644be7380b24b4ce12edabaed74b5499fc7834a [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
20 - src/core/ext/census/grpc_plugin.h
21 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
25 - src/core/ext/census/grpc_context.c
26 - src/core/ext/census/grpc_filter.c
27 - src/core/ext/census/grpc_plugin.c
28 - src/core/ext/census/initialize.c
29 - src/core/ext/census/mlog.c
30 - src/core/ext/census/operation.c
31 - src/core/ext/census/placeholders.c
32 - src/core/ext/census/tracing.c
33 plugin: census_grpc_plugin
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010034- name: gpr
35 public_headers:
36 - include/grpc/support/alloc.h
37 - include/grpc/support/atm.h
38 - include/grpc/support/atm_gcc_atomic.h
39 - include/grpc/support/atm_gcc_sync.h
40 - include/grpc/support/atm_win32.h
41 - include/grpc/support/avl.h
42 - include/grpc/support/cmdline.h
43 - include/grpc/support/cpu.h
44 - include/grpc/support/histogram.h
45 - include/grpc/support/host_port.h
46 - include/grpc/support/log.h
47 - include/grpc/support/log_win32.h
48 - include/grpc/support/port_platform.h
49 - include/grpc/support/slice.h
50 - include/grpc/support/slice_buffer.h
51 - include/grpc/support/string_util.h
52 - include/grpc/support/subprocess.h
53 - include/grpc/support/sync.h
54 - include/grpc/support/sync_generic.h
55 - include/grpc/support/sync_posix.h
56 - include/grpc/support/sync_win32.h
57 - include/grpc/support/thd.h
58 - include/grpc/support/time.h
59 - include/grpc/support/tls.h
60 - include/grpc/support/tls_gcc.h
61 - include/grpc/support/tls_msvc.h
62 - include/grpc/support/tls_pthread.h
63 - include/grpc/support/useful.h
64 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070065 - src/core/lib/profiling/timers.h
66 - src/core/lib/support/backoff.h
67 - src/core/lib/support/block_annotate.h
68 - src/core/lib/support/env.h
69 - src/core/lib/support/load_file.h
70 - src/core/lib/support/murmur_hash.h
71 - src/core/lib/support/stack_lockfree.h
72 - src/core/lib/support/string.h
73 - src/core/lib/support/string_win32.h
74 - src/core/lib/support/thd_internal.h
75 - src/core/lib/support/time_precise.h
76 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010077 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/profiling/basic_timers.c
79 - src/core/lib/profiling/stap_timers.c
80 - src/core/lib/support/alloc.c
81 - src/core/lib/support/avl.c
82 - src/core/lib/support/backoff.c
83 - src/core/lib/support/cmdline.c
84 - src/core/lib/support/cpu_iphone.c
85 - src/core/lib/support/cpu_linux.c
86 - src/core/lib/support/cpu_posix.c
87 - src/core/lib/support/cpu_windows.c
88 - src/core/lib/support/env_linux.c
89 - src/core/lib/support/env_posix.c
90 - src/core/lib/support/env_win32.c
91 - src/core/lib/support/histogram.c
92 - src/core/lib/support/host_port.c
93 - src/core/lib/support/load_file.c
94 - src/core/lib/support/log.c
95 - src/core/lib/support/log_android.c
96 - src/core/lib/support/log_linux.c
97 - src/core/lib/support/log_posix.c
98 - src/core/lib/support/log_win32.c
99 - src/core/lib/support/murmur_hash.c
100 - src/core/lib/support/slice.c
101 - src/core/lib/support/slice_buffer.c
102 - src/core/lib/support/stack_lockfree.c
103 - src/core/lib/support/string.c
104 - src/core/lib/support/string_posix.c
105 - src/core/lib/support/string_win32.c
106 - src/core/lib/support/subprocess_posix.c
107 - src/core/lib/support/subprocess_windows.c
108 - src/core/lib/support/sync.c
109 - src/core/lib/support/sync_posix.c
110 - src/core/lib/support/sync_win32.c
111 - src/core/lib/support/thd.c
112 - src/core/lib/support/thd_posix.c
113 - src/core/lib/support/thd_win32.c
114 - src/core/lib/support/time.c
115 - src/core/lib/support/time_posix.c
116 - src/core/lib/support/time_precise.c
117 - src/core/lib/support/time_win32.c
118 - src/core/lib/support/tls_pthread.c
119 - src/core/lib/support/tmpfile_posix.c
120 - src/core/lib/support/tmpfile_win32.c
121 - src/core/lib/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800122- name: gpr_codegen
123 public_headers:
124 - include/grpc/impl/codegen/alloc.h
125 - include/grpc/impl/codegen/atm.h
126 - include/grpc/impl/codegen/atm_gcc_atomic.h
127 - include/grpc/impl/codegen/atm_gcc_sync.h
128 - include/grpc/impl/codegen/atm_win32.h
129 - include/grpc/impl/codegen/log.h
130 - include/grpc/impl/codegen/port_platform.h
131 - include/grpc/impl/codegen/slice.h
132 - include/grpc/impl/codegen/slice_buffer.h
133 - include/grpc/impl/codegen/sync.h
134 - include/grpc/impl/codegen/sync_generic.h
135 - include/grpc/impl/codegen/sync_posix.h
136 - include/grpc/impl/codegen/sync_win32.h
137 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700138- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700139 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800140 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700141 - include/grpc++/channel.h
142 - include/grpc++/client_context.h
143 - include/grpc++/completion_queue.h
144 - include/grpc++/create_channel.h
145 - include/grpc++/generic/async_generic_service.h
146 - include/grpc++/generic/generic_stub.h
147 - include/grpc++/grpc++.h
148 - include/grpc++/impl/call.h
149 - include/grpc++/impl/client_unary_call.h
150 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800151 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700152 - include/grpc++/impl/proto_utils.h
153 - include/grpc++/impl/rpc_method.h
154 - include/grpc++/impl/rpc_service_method.h
155 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800156 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700157 - include/grpc++/impl/service_type.h
158 - include/grpc++/impl/sync.h
159 - include/grpc++/impl/sync_cxx11.h
160 - include/grpc++/impl/sync_no_cxx11.h
161 - include/grpc++/impl/thd.h
162 - include/grpc++/impl/thd_cxx11.h
163 - include/grpc++/impl/thd_no_cxx11.h
164 - include/grpc++/security/auth_context.h
165 - include/grpc++/security/auth_metadata_processor.h
166 - include/grpc++/security/credentials.h
167 - include/grpc++/security/server_credentials.h
168 - include/grpc++/server.h
169 - include/grpc++/server_builder.h
170 - include/grpc++/server_context.h
171 - include/grpc++/support/async_stream.h
172 - include/grpc++/support/async_unary_call.h
173 - include/grpc++/support/byte_buffer.h
174 - include/grpc++/support/channel_arguments.h
175 - include/grpc++/support/config.h
176 - include/grpc++/support/config_protobuf.h
177 - include/grpc++/support/slice.h
178 - include/grpc++/support/status.h
179 - include/grpc++/support/status_code_enum.h
180 - include/grpc++/support/string_ref.h
181 - include/grpc++/support/stub_options.h
182 - include/grpc++/support/sync_stream.h
183 - include/grpc++/support/time.h
184 headers:
185 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800186 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700187 - src/cpp/common/create_auth_context.h
188 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/server/thread_pool_interface.h
190 src:
191 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700192 - src/cpp/client/client_context.cc
193 - src/cpp/client/create_channel.cc
194 - src/cpp/client/create_channel_internal.cc
195 - src/cpp/client/credentials.cc
196 - src/cpp/client/generic_stub.cc
197 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800198 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700199 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100200 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700201 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700202 - src/cpp/server/async_generic_service.cc
203 - src/cpp/server/create_default_thread_pool.cc
204 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700205 - src/cpp/server/insecure_server_credentials.cc
206 - src/cpp/server/server.cc
207 - src/cpp/server/server_builder.cc
208 - src/cpp/server/server_context.cc
209 - src/cpp/server/server_credentials.cc
210 - src/cpp/util/byte_buffer.cc
211 - src/cpp/util/slice.cc
212 - src/cpp/util/status.cc
213 - src/cpp/util/string_ref.cc
214 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215- name: grpc++_codegen
216 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800218 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800219 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800220 - include/grpc++/impl/codegen/call_hook.h
221 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800222 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800223 - include/grpc++/impl/codegen/client_unary_call.h
224 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800225 - include/grpc++/impl/codegen/completion_queue_tag.h
226 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800227 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100228 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800229 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800230 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800231 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800232 - include/grpc++/impl/codegen/rpc_method.h
233 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800234 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800235 - include/grpc++/impl/codegen/serialization_traits.h
236 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800237 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800238 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800239 - include/grpc++/impl/codegen/status.h
240 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800241 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800242 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800243 - include/grpc++/impl/codegen/sync.h
244 - include/grpc++/impl/codegen/sync_cxx11.h
245 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800246 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800247 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800248 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100249 - src/cpp/codegen/codegen_init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700250- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700251 public_headers:
252 - include/grpc/byte_buffer.h
253 - include/grpc/byte_buffer_reader.h
254 - include/grpc/compression.h
255 - include/grpc/grpc.h
256 - include/grpc/status.h
257 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/channel/channel_args.h
259 - src/core/lib/channel/channel_stack.h
260 - src/core/lib/channel/channel_stack_builder.h
261 - src/core/lib/channel/client_channel.h
262 - src/core/lib/channel/compress_filter.h
263 - src/core/lib/channel/connected_channel.h
264 - src/core/lib/channel/context.h
265 - src/core/lib/channel/http_client_filter.h
266 - src/core/lib/channel/http_server_filter.h
267 - src/core/lib/channel/subchannel_call_holder.h
268 - src/core/lib/client_config/client_config.h
269 - src/core/lib/client_config/connector.h
270 - src/core/lib/client_config/initial_connect_string.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/client_config/lb_policy.h
272 - src/core/lib/client_config/lb_policy_factory.h
273 - src/core/lib/client_config/lb_policy_registry.h
274 - src/core/lib/client_config/resolver.h
275 - src/core/lib/client_config/resolver_factory.h
276 - src/core/lib/client_config/resolver_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/client_config/subchannel.h
278 - src/core/lib/client_config/subchannel_factory.h
279 - src/core/lib/client_config/subchannel_index.h
280 - src/core/lib/client_config/uri_parser.h
281 - src/core/lib/compression/algorithm_metadata.h
282 - src/core/lib/compression/message_compress.h
283 - src/core/lib/debug/trace.h
284 - src/core/lib/http/format_request.h
285 - src/core/lib/http/httpcli.h
286 - src/core/lib/http/parser.h
287 - src/core/lib/iomgr/closure.h
288 - src/core/lib/iomgr/endpoint.h
289 - src/core/lib/iomgr/endpoint_pair.h
290 - src/core/lib/iomgr/exec_ctx.h
291 - src/core/lib/iomgr/executor.h
292 - src/core/lib/iomgr/fd_posix.h
293 - src/core/lib/iomgr/iocp_windows.h
294 - src/core/lib/iomgr/iomgr.h
295 - src/core/lib/iomgr/iomgr_internal.h
296 - src/core/lib/iomgr/iomgr_posix.h
297 - src/core/lib/iomgr/pollset.h
298 - src/core/lib/iomgr/pollset_posix.h
299 - src/core/lib/iomgr/pollset_set.h
300 - src/core/lib/iomgr/pollset_set_posix.h
301 - src/core/lib/iomgr/pollset_set_windows.h
302 - src/core/lib/iomgr/pollset_windows.h
303 - src/core/lib/iomgr/resolve_address.h
304 - src/core/lib/iomgr/sockaddr.h
305 - src/core/lib/iomgr/sockaddr_posix.h
306 - src/core/lib/iomgr/sockaddr_utils.h
307 - src/core/lib/iomgr/sockaddr_win32.h
308 - src/core/lib/iomgr/socket_utils_posix.h
309 - src/core/lib/iomgr/socket_windows.h
310 - src/core/lib/iomgr/tcp_client.h
311 - src/core/lib/iomgr/tcp_posix.h
312 - src/core/lib/iomgr/tcp_server.h
313 - src/core/lib/iomgr/tcp_windows.h
314 - src/core/lib/iomgr/time_averaged_stats.h
315 - src/core/lib/iomgr/timer.h
316 - src/core/lib/iomgr/timer_heap.h
317 - src/core/lib/iomgr/udp_server.h
318 - src/core/lib/iomgr/unix_sockets_posix.h
319 - src/core/lib/iomgr/wakeup_fd_pipe.h
320 - src/core/lib/iomgr/wakeup_fd_posix.h
321 - src/core/lib/iomgr/workqueue.h
322 - src/core/lib/iomgr/workqueue_posix.h
323 - src/core/lib/iomgr/workqueue_windows.h
324 - src/core/lib/json/json.h
325 - src/core/lib/json/json_common.h
326 - src/core/lib/json/json_reader.h
327 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/surface/api_trace.h
329 - src/core/lib/surface/call.h
330 - src/core/lib/surface/call_test_only.h
331 - src/core/lib/surface/channel.h
332 - src/core/lib/surface/channel_init.h
333 - src/core/lib/surface/channel_stack_type.h
334 - src/core/lib/surface/completion_queue.h
335 - src/core/lib/surface/event_string.h
336 - src/core/lib/surface/init.h
337 - src/core/lib/surface/lame_client.h
338 - src/core/lib/surface/server.h
339 - src/core/lib/surface/surface_trace.h
340 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/transport/connectivity_state.h
342 - src/core/lib/transport/metadata.h
343 - src/core/lib/transport/metadata_batch.h
344 - src/core/lib/transport/static_metadata.h
345 - src/core/lib/transport/transport.h
346 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700347 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/channel/channel_args.c
349 - src/core/lib/channel/channel_stack.c
350 - src/core/lib/channel/channel_stack_builder.c
351 - src/core/lib/channel/client_channel.c
352 - src/core/lib/channel/compress_filter.c
353 - src/core/lib/channel/connected_channel.c
354 - src/core/lib/channel/http_client_filter.c
355 - src/core/lib/channel/http_server_filter.c
356 - src/core/lib/channel/subchannel_call_holder.c
357 - src/core/lib/client_config/client_config.c
358 - src/core/lib/client_config/connector.c
359 - src/core/lib/client_config/default_initial_connect_string.c
360 - src/core/lib/client_config/initial_connect_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/client_config/lb_policy.c
362 - src/core/lib/client_config/lb_policy_factory.c
363 - src/core/lib/client_config/lb_policy_registry.c
364 - src/core/lib/client_config/resolver.c
365 - src/core/lib/client_config/resolver_factory.c
366 - src/core/lib/client_config/resolver_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/client_config/subchannel.c
368 - src/core/lib/client_config/subchannel_factory.c
369 - src/core/lib/client_config/subchannel_index.c
370 - src/core/lib/client_config/uri_parser.c
371 - src/core/lib/compression/compression_algorithm.c
372 - src/core/lib/compression/message_compress.c
373 - src/core/lib/debug/trace.c
374 - src/core/lib/http/format_request.c
375 - src/core/lib/http/httpcli.c
376 - src/core/lib/http/parser.c
377 - src/core/lib/iomgr/closure.c
378 - src/core/lib/iomgr/endpoint.c
379 - src/core/lib/iomgr/endpoint_pair_posix.c
380 - src/core/lib/iomgr/endpoint_pair_windows.c
381 - src/core/lib/iomgr/exec_ctx.c
382 - src/core/lib/iomgr/executor.c
383 - src/core/lib/iomgr/fd_posix.c
384 - src/core/lib/iomgr/iocp_windows.c
385 - src/core/lib/iomgr/iomgr.c
386 - src/core/lib/iomgr/iomgr_posix.c
387 - src/core/lib/iomgr/iomgr_windows.c
388 - src/core/lib/iomgr/pollset_multipoller_with_epoll.c
389 - src/core/lib/iomgr/pollset_multipoller_with_poll_posix.c
390 - src/core/lib/iomgr/pollset_posix.c
391 - src/core/lib/iomgr/pollset_set_posix.c
392 - src/core/lib/iomgr/pollset_set_windows.c
393 - src/core/lib/iomgr/pollset_windows.c
394 - src/core/lib/iomgr/resolve_address_posix.c
395 - src/core/lib/iomgr/resolve_address_windows.c
396 - src/core/lib/iomgr/sockaddr_utils.c
397 - src/core/lib/iomgr/socket_utils_common_posix.c
398 - src/core/lib/iomgr/socket_utils_linux.c
399 - src/core/lib/iomgr/socket_utils_posix.c
400 - src/core/lib/iomgr/socket_windows.c
401 - src/core/lib/iomgr/tcp_client_posix.c
402 - src/core/lib/iomgr/tcp_client_windows.c
403 - src/core/lib/iomgr/tcp_posix.c
404 - src/core/lib/iomgr/tcp_server_posix.c
405 - src/core/lib/iomgr/tcp_server_windows.c
406 - src/core/lib/iomgr/tcp_windows.c
407 - src/core/lib/iomgr/time_averaged_stats.c
408 - src/core/lib/iomgr/timer.c
409 - src/core/lib/iomgr/timer_heap.c
410 - src/core/lib/iomgr/udp_server.c
411 - src/core/lib/iomgr/unix_sockets_posix.c
412 - src/core/lib/iomgr/unix_sockets_posix_noop.c
413 - src/core/lib/iomgr/wakeup_fd_eventfd.c
414 - src/core/lib/iomgr/wakeup_fd_nospecial.c
415 - src/core/lib/iomgr/wakeup_fd_pipe.c
416 - src/core/lib/iomgr/wakeup_fd_posix.c
417 - src/core/lib/iomgr/workqueue_posix.c
418 - src/core/lib/iomgr/workqueue_windows.c
419 - src/core/lib/json/json.c
420 - src/core/lib/json/json_reader.c
421 - src/core/lib/json/json_string.c
422 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700423 - src/core/lib/surface/alarm.c
424 - src/core/lib/surface/api_trace.c
425 - src/core/lib/surface/byte_buffer.c
426 - src/core/lib/surface/byte_buffer_reader.c
427 - src/core/lib/surface/call.c
428 - src/core/lib/surface/call_details.c
429 - src/core/lib/surface/call_log_batch.c
430 - src/core/lib/surface/channel.c
431 - src/core/lib/surface/channel_connectivity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700432 - src/core/lib/surface/channel_init.c
433 - src/core/lib/surface/channel_ping.c
434 - src/core/lib/surface/channel_stack_type.c
435 - src/core/lib/surface/completion_queue.c
436 - src/core/lib/surface/event_string.c
437 - src/core/lib/surface/init.c
438 - src/core/lib/surface/lame_client.c
439 - src/core/lib/surface/metadata_array.c
440 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700441 - src/core/lib/surface/validate_metadata.c
442 - src/core/lib/surface/version.c
443 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700444 - src/core/lib/transport/connectivity_state.c
445 - src/core/lib/transport/metadata.c
446 - src/core/lib/transport/metadata_batch.c
447 - src/core/lib/transport/static_metadata.c
448 - src/core/lib/transport/transport.c
449 - src/core/lib/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800450- name: grpc_codegen
451 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/byte_buffer.h
453 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800454 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/status.h
Craig Tiller023caf12016-03-29 08:00:30 -0700458- name: grpc_lb_policy_grpclb
459 headers:
460 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700461 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700462 src:
463 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700464 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700465 uses:
466 - grpc_base
467- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700468 src:
469 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700470 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700471 uses:
472 - grpc_base
473- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700474 src:
475 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700476 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700477 uses:
478 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700479- name: grpc_resolver_dns_native
480 src:
481 - src/core/ext/resolver/dns/native/dns_resolver.c
482 plugin: grpc_resolver_dns_native
483 uses:
484 - grpc_base
485- name: grpc_resolver_sockaddr
486 src:
487 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
488 plugin: grpc_resolver_sockaddr
489 uses:
490 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100491- name: grpc_secure
492 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700493 - src/core/lib/security/auth_filters.h
494 - src/core/lib/security/b64.h
495 - src/core/lib/security/credentials.h
496 - src/core/lib/security/handshake.h
497 - src/core/lib/security/json_token.h
498 - src/core/lib/security/jwt_verifier.h
499 - src/core/lib/security/secure_endpoint.h
500 - src/core/lib/security/security_connector.h
501 - src/core/lib/security/security_context.h
502 - src/core/lib/tsi/fake_transport_security.h
503 - src/core/lib/tsi/ssl_transport_security.h
504 - src/core/lib/tsi/ssl_types.h
505 - src/core/lib/tsi/transport_security.h
506 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100507 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700508 - src/core/lib/http/httpcli_security_connector.c
509 - src/core/lib/security/b64.c
510 - src/core/lib/security/client_auth_filter.c
511 - src/core/lib/security/credentials.c
512 - src/core/lib/security/credentials_metadata.c
513 - src/core/lib/security/credentials_posix.c
514 - src/core/lib/security/credentials_win32.c
515 - src/core/lib/security/google_default_credentials.c
516 - src/core/lib/security/handshake.c
517 - src/core/lib/security/json_token.c
518 - src/core/lib/security/jwt_verifier.c
519 - src/core/lib/security/secure_endpoint.c
520 - src/core/lib/security/security_connector.c
521 - src/core/lib/security/security_context.c
522 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700523 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700524 - src/core/lib/tsi/fake_transport_security.c
525 - src/core/lib/tsi/ssl_transport_security.c
526 - src/core/lib/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700527- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700528 headers:
529 - test/core/end2end/cq_verifier.h
530 - test/core/end2end/fixtures/proxy.h
531 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700532 - test/core/util/grpc_profiler.h
533 - test/core/util/parse_hexstring.h
534 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700535 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700536 - test/core/util/slice_splitter.h
537 src:
538 - test/core/end2end/cq_verifier.c
539 - test/core/end2end/fixtures/proxy.c
540 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700541 - test/core/util/grpc_profiler.c
542 - test/core/util/parse_hexstring.c
543 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700544 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700545 - test/core/util/port_windows.c
546 - test/core/util/slice_splitter.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700547- name: grpc_transport_chttp2
548 headers:
549 - src/core/ext/transport/chttp2/transport/alpn.h
550 - src/core/ext/transport/chttp2/transport/bin_encoder.h
551 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
552 - src/core/ext/transport/chttp2/transport/frame.h
553 - src/core/ext/transport/chttp2/transport/frame_data.h
554 - src/core/ext/transport/chttp2/transport/frame_goaway.h
555 - src/core/ext/transport/chttp2/transport/frame_ping.h
556 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
557 - src/core/ext/transport/chttp2/transport/frame_settings.h
558 - src/core/ext/transport/chttp2/transport/frame_window_update.h
559 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
560 - src/core/ext/transport/chttp2/transport/hpack_parser.h
561 - src/core/ext/transport/chttp2/transport/hpack_table.h
562 - src/core/ext/transport/chttp2/transport/http2_errors.h
563 - src/core/ext/transport/chttp2/transport/huffsyms.h
564 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
565 - src/core/ext/transport/chttp2/transport/internal.h
566 - src/core/ext/transport/chttp2/transport/status_conversion.h
567 - src/core/ext/transport/chttp2/transport/stream_map.h
568 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
569 - src/core/ext/transport/chttp2/transport/varint.h
570 src:
571 - src/core/ext/transport/chttp2/transport/alpn.c
572 - src/core/ext/transport/chttp2/transport/bin_encoder.c
573 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
574 - src/core/ext/transport/chttp2/transport/frame_data.c
575 - src/core/ext/transport/chttp2/transport/frame_goaway.c
576 - src/core/ext/transport/chttp2/transport/frame_ping.c
577 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
578 - src/core/ext/transport/chttp2/transport/frame_settings.c
579 - src/core/ext/transport/chttp2/transport/frame_window_update.c
580 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
581 - src/core/ext/transport/chttp2/transport/hpack_parser.c
582 - src/core/ext/transport/chttp2/transport/hpack_table.c
583 - src/core/ext/transport/chttp2/transport/huffsyms.c
584 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
585 - src/core/ext/transport/chttp2/transport/parsing.c
586 - src/core/ext/transport/chttp2/transport/status_conversion.c
587 - src/core/ext/transport/chttp2/transport/stream_lists.c
588 - src/core/ext/transport/chttp2/transport/stream_map.c
589 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
590 - src/core/ext/transport/chttp2/transport/varint.c
591 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700594- name: grpc_transport_chttp2_client_insecure
595 src:
596 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700597 uses:
598 - grpc_transport_chttp2
599 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700600- name: grpc_transport_chttp2_client_secure
601 src:
602 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700606- name: grpc_transport_chttp2_server_insecure
607 src:
608 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700609 uses:
610 - grpc_transport_chttp2
611 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700612- name: grpc_transport_chttp2_server_secure
613 src:
614 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700615 uses:
616 - grpc_transport_chttp2
617 - grpc_base
Craig Tillereb841e22016-02-11 15:49:16 -0800618- name: nanopb
619 headers:
620 - third_party/nanopb/pb.h
621 - third_party/nanopb/pb_common.h
622 - third_party/nanopb/pb_decode.h
623 - third_party/nanopb/pb_encode.h
624 src:
625 - third_party/nanopb/pb_common.c
626 - third_party/nanopb/pb_decode.c
627 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100628libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800629- name: gpr
630 build: all
631 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800632 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800633 - gpr
634 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800635 secure: false
636 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
637- name: gpr_test_util
638 build: private
639 language: c
640 headers:
641 - test/core/util/test_config.h
642 src:
643 - test/core/util/test_config.c
644 deps:
645 - gpr
646 secure: false
647 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700648- name: grpc
649 build: all
650 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700651 public_headers:
652 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800653 deps:
654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700655 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800656 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700657 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700658 filegroups:
659 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - grpc_transport_chttp2_server_secure
661 - grpc_transport_chttp2_client_secure
662 - grpc_transport_chttp2_server_insecure
663 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700664 - grpc_lb_policy_grpclb
665 - grpc_lb_policy_pick_first
666 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700667 - grpc_resolver_dns_native
668 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100669 - grpc_secure
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100670 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700671 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800672 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700673 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700674 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700675 vs_packages:
676 - grpc.dependencies.openssl
677 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700678 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800679- name: grpc_codegen_lib
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100680 build: protoc
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800681 language: c
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800682 headers: []
683 src: []
684 filegroups:
685 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100686 - grpc_codegen
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800687 secure: false
688 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100689- name: grpc_dll
690 build: private
691 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100692 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100693 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100694 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100695 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100696 build_system:
697 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100698 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100699 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100700 vs_config_type: DynamicLibrary
701 vs_packages:
702 - grpc.dependencies.openssl
703 - grpc.dependencies.zlib
704 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
705 vs_props:
706 - zlib
707 - openssl
708 - winsock
709 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700710- name: grpc_test_util
711 build: private
712 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700713 headers:
714 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800715 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 src:
717 - test/core/end2end/data/server1_cert.c
718 - test/core/end2end/data/server1_key.c
719 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800720 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700721 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800722 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800723 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700724 - grpc
725 filegroups:
726 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700727 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
728- name: grpc_test_util_unsecure
729 build: private
730 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700731 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800732 - gpr
733 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800734 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700735 filegroups:
736 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700737 secure: false
738 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
739- name: grpc_unsecure
740 build: all
741 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700742 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700743 - src/core/lib/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800744 deps:
745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800747 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700748 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700749 filegroups:
750 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700751 - grpc_transport_chttp2_server_insecure
752 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700753 - grpc_resolver_dns_native
754 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700755 - grpc_lb_policy_grpclb
756 - grpc_lb_policy_pick_first
757 - grpc_lb_policy_round_robin
Craig Tillerad095982016-02-09 12:45:04 -0800758 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700759 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800760 - nanopb
Craig Tiller04b7ca82016-03-29 08:07:54 -0700761 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700762 secure: false
763 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
764- name: grpc_zookeeper
765 build: all
766 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700767 public_headers:
768 - include/grpc/grpc_zookeeper.h
769 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700770 - src/core/lib/client_config/resolvers/zookeeper_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700771 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700772 - src/core/lib/client_config/resolvers/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700773 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700775 - grpc
776 external_deps:
777 - zookeeper
778 platforms:
779 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 secure: false
781- name: reconnect_server
782 build: private
783 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700784 headers:
785 - test/core/util/reconnect_server.h
786 src:
787 - test/core/util/reconnect_server.c
788 deps:
yang-gc9fca182015-11-06 16:41:33 -0800789 - test_tcp_server
790 - grpc_test_util
791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800792 - gpr_test_util
793 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800794- name: test_tcp_server
795 build: private
796 language: c
797 headers:
798 - test/core/util/test_tcp_server.h
799 src:
800 - test/core/util/test_tcp_server.c
801 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700802 - grpc_test_util
803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800804 - gpr_test_util
805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700806- name: grpc++
807 build: all
808 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700809 headers:
810 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800811 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700812 - src/cpp/common/secure_auth_context.h
813 - src/cpp/server/secure_server_credentials.h
814 src:
Craig Tiller25834342015-09-25 08:08:24 -0700815 - src/cpp/client/secure_credentials.cc
816 - src/cpp/common/auth_property_iterator.cc
817 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800818 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700819 - src/cpp/common/secure_create_auth_context.cc
820 - src/cpp/server/secure_server_credentials.cc
821 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700822 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700823 baselib: true
824 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700825 filegroups:
826 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800827 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828 secure: check
829 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800830- name: grpc++_codegen_lib
vjpai9507eab2016-03-25 06:38:45 -0700831 build: all
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800832 language: c++
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800833 headers: []
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100834 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800835 filegroups:
836 - gpr_codegen
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100837 - grpc_codegen
838 - grpc++_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800839 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800840 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700841- name: grpc++_test_config
842 build: private
843 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700844 headers:
845 - test/cpp/util/test_config.h
846 src:
847 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700848- name: grpc++_test_util
849 build: private
850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700851 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800852 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800853 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700854 - test/cpp/util/cli_call.h
855 - test/cpp/util/create_test_channel.h
856 - test/cpp/util/string_ref_helper.h
857 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800858 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700859 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800860 - src/proto/grpc/testing/echo_messages.proto
861 - src/proto/grpc/testing/echo.proto
862 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800863 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800864 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700865 - test/cpp/util/cli_call.cc
866 - test/cpp/util/create_test_channel.cc
867 - test/cpp/util/string_ref_helper.cc
868 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800869 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700870 deps:
871 - grpc++
872 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700873- name: grpc++_unsecure
874 build: all
875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700876 src:
877 - src/cpp/common/insecure_create_auth_context.cc
878 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700880 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 baselib: true
882 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700883 filegroups:
884 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800885 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886 secure: false
887 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
888- name: grpc_plugin_support
889 build: protoc
890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700891 headers:
892 - include/grpc++/support/config.h
893 - include/grpc++/support/config_protobuf.h
894 - src/compiler/config.h
895 - src/compiler/cpp_generator.h
896 - src/compiler/cpp_generator_helpers.h
897 - src/compiler/csharp_generator.h
898 - src/compiler/csharp_generator_helpers.h
899 - src/compiler/generator_helpers.h
900 - src/compiler/objective_c_generator.h
901 - src/compiler/objective_c_generator_helpers.h
902 - src/compiler/python_generator.h
903 - src/compiler/ruby_generator.h
904 - src/compiler/ruby_generator_helpers-inl.h
905 - src/compiler/ruby_generator_map-inl.h
906 - src/compiler/ruby_generator_string-inl.h
907 src:
908 - src/compiler/cpp_generator.cc
909 - src/compiler/csharp_generator.cc
910 - src/compiler/objective_c_generator.cc
911 - src/compiler/python_generator.cc
912 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800913 deps:
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800914 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800915 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800916 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700917 secure: false
918 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800919 vs_props:
920 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921- name: interop_client_helper
922 build: private
923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700924 headers:
925 - test/cpp/interop/client_helper.h
926 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800927 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700928 - test/cpp/interop/client_helper.cc
929 deps:
930 - grpc++_test_util
931 - grpc_test_util
932 - grpc++
933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700935- name: interop_client_main
936 build: private
937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700938 headers:
939 - test/cpp/interop/interop_client.h
940 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800941 - src/proto/grpc/testing/empty.proto
942 - src/proto/grpc/testing/messages.proto
943 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700944 - test/cpp/interop/client.cc
945 - test/cpp/interop/interop_client.cc
946 deps:
947 - interop_client_helper
948 - grpc++_test_util
949 - grpc_test_util
950 - grpc++
951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800952 - gpr_test_util
953 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700954 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955- name: interop_server_helper
956 build: private
957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700958 headers:
959 - test/cpp/interop/server_helper.h
960 src:
961 - test/cpp/interop/server_helper.cc
962 deps:
963 - grpc_test_util
964 - grpc++
965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967- name: interop_server_main
968 build: private
969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700970 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800971 - src/proto/grpc/testing/empty.proto
972 - src/proto/grpc/testing/messages.proto
973 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800974 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700975 deps:
976 - interop_server_helper
977 - grpc++_test_util
978 - grpc_test_util
979 - grpc++
980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800981 - gpr_test_util
982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700983 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984- name: qps
985 build: private
986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700987 headers:
988 - test/cpp/qps/client.h
989 - test/cpp/qps/driver.h
990 - test/cpp/qps/histogram.h
991 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800992 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700993 - test/cpp/qps/perf_db_client.h
994 - test/cpp/qps/qps_worker.h
995 - test/cpp/qps/report.h
996 - test/cpp/qps/server.h
997 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800998 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700999 - test/cpp/util/benchmark_config.h
1000 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001001 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001002 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001003 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001004 - src/proto/grpc/testing/control.proto
1005 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001006 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001007 - test/cpp/qps/client_async.cc
1008 - test/cpp/qps/client_sync.cc
1009 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001010 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001011 - test/cpp/qps/perf_db_client.cc
1012 - test/cpp/qps/qps_worker.cc
1013 - test/cpp/qps/report.cc
1014 - test/cpp/qps/server_async.cc
1015 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001016 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001017 - test/cpp/util/benchmark_config.cc
1018 deps:
1019 - grpc_test_util
1020 - grpc++_test_util
1021 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022- name: grpc_csharp_ext
1023 build: all
1024 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001025 src:
1026 - src/csharp/ext/grpc_csharp_ext.c
1027 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001029 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001030 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001031 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032 dll: only
1033 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001034 vs_packages:
1035 - grpc.dependencies.openssl
1036 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001038 vs_props:
1039 - zlib
1040 - openssl
1041 - winsock
1042 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001044- name: alarm_test
1045 build: test
1046 language: c
1047 src:
1048 - test/core/surface/alarm_test.c
1049 deps:
1050 - grpc_test_util
1051 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001052 - gpr_test_util
1053 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001054- name: algorithm_test
1055 build: test
1056 language: c
1057 src:
1058 - test/core/compression/algorithm_test.c
1059 deps:
1060 - grpc_test_util
1061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr_test_util
1063 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001064- name: alloc_test
1065 build: test
1066 language: c
1067 src:
1068 - test/core/support/alloc_test.c
1069 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001070 - gpr_test_util
1071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072- name: alpn_test
1073 build: test
1074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001075 src:
1076 - test/core/transport/chttp2/alpn_test.c
1077 deps:
1078 - grpc_test_util
1079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001080 - gpr_test_util
1081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082- name: bin_encoder_test
1083 build: test
1084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001085 src:
1086 - test/core/transport/chttp2/bin_encoder_test.c
1087 deps:
1088 - grpc_test_util
1089 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001090- name: census_context_test
1091 build: test
1092 language: c
1093 src:
1094 - test/core/census/context_test.c
1095 deps:
1096 - grpc_test_util
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001100- name: channel_create_test
1101 build: test
1102 language: c
1103 src:
1104 - test/core/surface/channel_create_test.c
1105 deps:
1106 - grpc_test_util
1107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001108 - gpr_test_util
1109 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001110- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 build: test
1112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001113 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001114 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001115 deps:
1116 - grpc_test_util
1117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001118 - gpr_test_util
1119 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001120- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121 build: test
1122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001123 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001124 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001125 deps:
1126 - grpc_test_util
1127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr_test_util
1129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: chttp2_stream_map_test
1131 build: test
1132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001133 src:
1134 - test/core/transport/chttp2/stream_map_test.c
1135 deps:
1136 - grpc_test_util
1137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 - gpr_test_util
1139 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001140- name: chttp2_varint_test
1141 build: test
1142 language: c
1143 src:
1144 - test/core/transport/chttp2/varint_test.c
1145 deps:
1146 - grpc_test_util
1147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr_test_util
1149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: compression_test
1151 build: test
1152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001153 src:
1154 - test/core/compression/compression_test.c
1155 deps:
1156 - grpc_test_util
1157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr_test_util
1159 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001160- name: concurrent_connectivity_test
1161 build: test
1162 language: c
1163 src:
1164 - test/core/surface/concurrent_connectivity_test.c
1165 deps:
1166 - grpc_test_util
1167 - grpc
1168 - gpr_test_util
1169 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001170- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001171 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001172 build: test
1173 language: c
1174 src:
1175 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1176 deps:
1177 - grpc_test_util
1178 - grpc
1179 - gpr_test_util
1180 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001181- name: dns_resolver_test
1182 build: test
1183 language: c
1184 src:
1185 - test/core/client_config/resolvers/dns_resolver_test.c
1186 deps:
1187 - grpc_test_util
1188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 - gpr_test_util
1190 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001192 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001193 build: test
1194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001195 src:
1196 - test/core/end2end/dualstack_socket_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr_test_util
1201 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001202 platforms:
1203 - mac
1204 - linux
1205 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001206- name: endpoint_pair_test
1207 build: test
1208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001209 src:
1210 - test/core/iomgr/endpoint_pair_test.c
1211 deps:
1212 - grpc_test_util
1213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 - gpr_test_util
1215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: fd_conservation_posix_test
1217 build: test
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - test/core/iomgr/fd_conservation_posix_test.c
1221 deps:
1222 - grpc_test_util
1223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001224 - gpr_test_util
1225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001226 platforms:
1227 - mac
1228 - linux
1229 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: fd_posix_test
1231 build: test
1232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001233 src:
1234 - test/core/iomgr/fd_posix_test.c
1235 deps:
1236 - grpc_test_util
1237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
1239 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001240 platforms:
1241 - mac
1242 - linux
1243 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244- name: fling_client
1245 build: test
1246 run: false
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 src:
1249 - test/core/fling/client.c
1250 deps:
1251 - grpc_test_util
1252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001253 - gpr_test_util
1254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: fling_server
1256 build: test
1257 run: false
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
1260 - test/core/fling/server.c
1261 deps:
1262 - grpc_test_util
1263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001267 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268 build: test
1269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001270 src:
1271 - test/core/fling/fling_stream_test.c
1272 deps:
1273 - grpc_test_util
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001277 platforms:
1278 - mac
1279 - linux
1280 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001282 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/fling/fling_test.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001292 platforms:
1293 - mac
1294 - linux
1295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: gen_hpack_tables
1297 build: tool
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - tools/codegen/core/gen_hpack_tables.c
1301 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001303 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: gen_legal_metadata_characters
1305 build: tool
1306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001307 src:
1308 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001310- name: gpr_avl_test
1311 build: test
1312 language: c
1313 src:
1314 - test/core/support/avl_test.c
1315 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001318- name: gpr_backoff_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/support/backoff_test.c
1323 deps:
1324 - gpr_test_util
1325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: gpr_cmdline_test
1327 build: test
1328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
1330 - test/core/support/cmdline_test.c
1331 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001334- name: gpr_cpu_test
1335 build: test
1336 language: c
1337 src:
1338 - test/core/support/cpu_test.c
1339 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: gpr_env_test
1343 build: test
1344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - test/core/support/env_test.c
1347 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: gpr_histogram_test
1351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
1354 - test/core/support/histogram_test.c
1355 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358- name: gpr_host_port_test
1359 build: test
1360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - test/core/support/host_port_test.c
1363 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001366- name: gpr_load_file_test
1367 build: test
1368 language: c
1369 src:
1370 - test/core/support/load_file_test.c
1371 deps:
1372 - gpr_test_util
1373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: gpr_log_test
1375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/support/log_test.c
1379 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001382- name: gpr_slice_buffer_test
1383 build: test
1384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
1386 - test/core/support/slice_buffer_test.c
1387 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001390- name: gpr_slice_test
1391 build: test
1392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001393 src:
1394 - test/core/support/slice_test.c
1395 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001399 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/stack_lockfree_test.c
1404 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: gpr_string_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/support/string_test.c
1412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001416 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417 build: test
1418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001419 src:
1420 - test/core/support/sync_test.c
1421 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001425 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426 build: test
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/support/thd_test.c
1430 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433- name: gpr_time_test
1434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
1437 - test/core/support/time_test.c
1438 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441- name: gpr_tls_test
1442 build: test
1443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001444 src:
1445 - test/core/support/tls_test.c
1446 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: gpr_useful_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/support/useful_test.c
1454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc_auth_context_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/security/auth_context_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
1466 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001467- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468 build: test
1469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001470 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001471 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001472 deps:
1473 - grpc_test_util
1474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr_test_util
1476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477- name: grpc_byte_buffer_reader_test
1478 build: test
1479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001480 src:
1481 - test/core/surface/byte_buffer_reader_test.c
1482 deps:
1483 - grpc_test_util
1484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001485 - gpr_test_util
1486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: grpc_channel_args_test
1488 build: test
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
1491 - test/core/channel/channel_args_test.c
1492 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_channel_stack_test
1498 build: test
1499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001500 src:
1501 - test/core/channel/channel_stack_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_completion_queue_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/surface/completion_queue_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_create_jwt
1518 build: tool
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/security/create_jwt.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_credentials_test
1528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/security/credentials_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_fetch_oauth2
1538 build: tool
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/security/fetch_oauth2.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001547- name: grpc_invalid_channel_args_test
1548 build: test
1549 language: c
1550 src:
1551 - test/core/surface/invalid_channel_args_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_json_token_test
1558 build: test
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - test/core/security/json_token_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001567 platforms:
1568 - linux
1569 - posix
1570 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: grpc_jwt_verifier_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/security/jwt_verifier_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: grpc_print_google_default_creds_token
1582 build: tool
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/security/print_google_default_creds_token.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: grpc_security_connector_test
1592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
1595 - test/core/security/security_connector_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_verify_jwt
1602 build: tool
1603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001604 src:
1605 - test/core/security/verify_jwt.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001611- name: hpack_parser_fuzzer_test
1612 build: fuzzer
1613 language: c
1614 src:
1615 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
1619 - gpr_test_util
1620 - gpr
1621 corpus_dirs:
1622 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: hpack_parser_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/transport/chttp2/hpack_parser_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: hpack_table_test
1634 build: test
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/transport/chttp2/hpack_table_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001643- name: http_fuzzer_test
1644 build: fuzzer
1645 language: c
1646 src:
1647 - test/core/http/fuzzer.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
1653 corpus_dirs:
1654 - test/core/http/corpus
Matthew Iselin1824f052016-02-10 12:16:06 +11001655- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001659 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001665- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001669 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001676 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001680 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001686 platforms:
1687 - mac
1688 - linux
1689 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001690- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001691 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001692 build: test
1693 language: c
1694 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001695 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001701 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001702 - linux
yang-gf1183302015-12-07 16:02:05 -08001703- name: init_test
1704 build: test
1705 language: c
1706 src:
1707 - test/core/surface/init_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001713- name: internal_api_canary_iomgr_test
1714 build: test
1715 run: false
1716 language: c
1717 src:
1718 - test/core/internal_api_canaries/iomgr.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
1722 - gpr_test_util
1723 - gpr
1724- name: internal_api_canary_support_test
1725 build: test
1726 run: false
1727 language: c
1728 src:
1729 - test/core/internal_api_canaries/iomgr.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
1733 - gpr_test_util
1734 - gpr
1735- name: internal_api_canary_transport_test
1736 build: test
1737 run: false
1738 language: c
1739 src:
1740 - test/core/internal_api_canaries/iomgr.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
1744 - gpr_test_util
1745 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001746- name: invalid_call_argument_test
1747 build: test
1748 language: c
1749 src:
1750 - test/core/end2end/invalid_call_argument_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001756- name: json_fuzzer_test
1757 build: fuzzer
1758 language: c
1759 src:
1760 - test/core/json/fuzzer.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
1764 - gpr_test_util
1765 - gpr
1766 corpus_dirs:
1767 - test/core/json/corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: json_rewrite
1769 build: test
1770 run: false
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/json/json_rewrite.c
1774 deps:
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: json_rewrite_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/json/json_rewrite_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001787- name: json_stream_error_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/json/json_stream_error_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: json_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/json/json_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: lame_client_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/surface/lame_client_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001817- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001818 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001819 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/client_config/lb_policies_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: low_level_ping_pong_benchmark
1830 build: benchmark
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/network_benchmarks/low_level_ping_pong.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001839 platforms:
1840 - mac
1841 - linux
1842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: message_compress_test
1844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
1847 - test/core/compression/message_compress_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001853- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001854 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001855 build: test
1856 language: c
1857 src:
1858 - test/core/census/mlog_test.c
1859 deps:
1860 - grpc_test_util
1861 - grpc
1862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: multiple_server_queues_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/end2end/multiple_server_queues_test.c
1869 deps:
1870 - grpc_test_util
1871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: murmur_hash_test
1875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/support/murmur_hash_test.c
1879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001883 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/end2end/no_server_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: resolve_address_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/iomgr/resolve_address_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
yang-gd482e592015-12-10 14:04:00 -08001903- name: secure_channel_create_test
1904 build: test
1905 language: c
1906 src:
1907 - test/core/surface/secure_channel_create_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: secure_endpoint_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/security/secure_endpoint_test.c
1918 deps:
1919 - grpc_test_util
1920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001923- name: server_chttp2_test
1924 build: test
1925 language: c
1926 src:
1927 - test/core/surface/server_chttp2_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001933- name: server_test
1934 build: test
1935 language: c
1936 src:
1937 - test/core/surface/server_test.c
1938 deps:
1939 - grpc_test_util
1940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001943- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001944 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001945 build: test
1946 language: c
1947 src:
1948 - test/core/client_config/set_initial_connect_string_test.c
1949 deps:
1950 - test_tcp_server
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001955- name: sockaddr_resolver_test
1956 build: test
1957 language: c
1958 src:
1959 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: sockaddr_utils_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/iomgr/sockaddr_utils_test.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001975- name: socket_utils_test
1976 build: test
1977 language: c
1978 src:
1979 - test/core/iomgr/socket_utils_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001985 platforms:
1986 - mac
1987 - linux
1988 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001990 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/iomgr/tcp_client_posix_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002000 platforms:
2001 - mac
2002 - linux
2003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002005 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/iomgr/tcp_posix_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002015 platforms:
2016 - mac
2017 - linux
2018 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: tcp_server_posix_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/iomgr/tcp_server_posix_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002029 platforms:
2030 - mac
2031 - linux
2032 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033- name: time_averaged_stats_test
2034 build: test
2035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/core/iomgr/time_averaged_stats_test.c
2038 deps:
2039 - grpc_test_util
2040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr_test_util
2042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: timeout_encoding_test
2044 build: test
2045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/core/transport/chttp2/timeout_encoding_test.c
2048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002053- name: timer_heap_test
2054 build: test
2055 language: c
2056 src:
2057 - test/core/iomgr/timer_heap_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002063- name: timer_list_test
2064 build: test
2065 language: c
2066 src:
2067 - test/core/iomgr/timer_list_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: timers_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/profiling/timers_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002083- name: transport_connectivity_state_test
2084 build: test
2085 language: c
2086 src:
2087 - test/core/transport/connectivity_state_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: transport_metadata_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/transport/metadata_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: transport_security_test
2104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/tsi/transport_security_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002113 platforms:
2114 - linux
2115 - posix
2116 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: udp_server_test
2118 build: test
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/iomgr/udp_server_test.c
2122 deps:
2123 - grpc_test_util
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002127 platforms:
2128 - mac
2129 - linux
2130 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002131- name: uri_fuzzer_test
2132 build: fuzzer
2133 language: c
2134 src:
2135 - test/core/client_config/uri_fuzzer_test.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
2139 - gpr_test_util
2140 - gpr
2141 corpus_dirs:
2142 - test/core/client_config/uri_corpus
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: uri_parser_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/client_config/uri_parser_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002153- name: workqueue_test
2154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - test/core/iomgr/workqueue_test.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002163 platforms:
2164 - mac
2165 - linux
2166 - posix
vjpai04e992a2016-02-10 16:58:38 -08002167- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002168 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002169 build: test
2170 language: c++
2171 src:
2172 - test/cpp/common/alarm_cpp_test.cc
2173 deps:
2174 - grpc++_test_util
2175 - grpc_test_util
2176 - grpc++
2177 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002181 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182 build: test
2183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/cpp/end2end/async_end2end_test.cc
2186 deps:
2187 - grpc++_test_util
2188 - grpc_test_util
2189 - grpc++
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: async_streaming_ping_pong_test
2194 build: test
2195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
2197 - test/cpp/qps/async_streaming_ping_pong_test.cc
2198 deps:
2199 - qps
2200 - grpc++_test_util
2201 - grpc_test_util
2202 - grpc++
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002206 platforms:
2207 - mac
2208 - linux
2209 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: async_unary_ping_pong_test
2211 build: test
2212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/cpp/qps/async_unary_ping_pong_test.cc
2215 deps:
2216 - qps
2217 - grpc++_test_util
2218 - grpc_test_util
2219 - grpc++
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002223 platforms:
2224 - mac
2225 - linux
2226 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002228 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229 build: test
2230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/cpp/common/auth_property_iterator_test.cc
2233 deps:
2234 - grpc++_test_util
2235 - grpc_test_util
2236 - grpc++
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002241 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242 build: test
2243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
yang-g52705592015-11-25 11:45:33 -08002245 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002246 deps:
2247 - grpc++
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002251 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002252 build: test
2253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/cpp/util/cli_call_test.cc
2256 deps:
2257 - grpc++_test_util
2258 - grpc_test_util
2259 - grpc++
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002264 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002265 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266 build: test
2267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/cpp/end2end/client_crash_test.cc
2270 deps:
2271 - grpc++_test_util
2272 - grpc_test_util
2273 - grpc++
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002277 platforms:
2278 - mac
2279 - linux
2280 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: client_crash_test_server
2282 build: test
2283 run: false
2284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/cpp/end2end/client_crash_test_server.cc
2287 deps:
2288 - grpc++_test_util
2289 - grpc_test_util
2290 - grpc++
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002294- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002295 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002296 build: test
2297 language: c++
2298 src:
2299 - src/proto/grpc/testing/control.proto
2300 - src/proto/grpc/testing/messages.proto
2301 - src/proto/grpc/testing/payloads.proto
2302 - src/proto/grpc/testing/perf_db.proto
2303 - src/proto/grpc/testing/services.proto
2304 - src/proto/grpc/testing/stats.proto
2305 - test/cpp/codegen/codegen_test.cc
2306 deps:
2307 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002309 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310 build: test
2311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/cpp/client/credentials_test.cc
2314 deps:
2315 - grpc++
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002319 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320 build: test
2321 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/cpp/util/byte_buffer_test.cc
2324 deps:
2325 - grpc_test_util
2326 - grpc++
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002331 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 build: test
2333 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/cpp/util/slice_test.cc
2336 deps:
2337 - grpc_test_util
2338 - grpc++
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002343 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344 build: test
2345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
2347 - test/cpp/util/string_ref_test.cc
2348 deps:
2349 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: cxx_time_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/time_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: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002363 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002364 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365 build: test
2366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/cpp/end2end/end2end_test.cc
2369 deps:
2370 - grpc++_test_util
2371 - grpc_test_util
2372 - grpc++
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
vjpai083dc622016-01-11 09:41:17 -08002376- name: generic_async_streaming_ping_pong_test
2377 build: test
2378 language: c++
2379 src:
2380 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2381 deps:
2382 - qps
2383 - grpc++_test_util
2384 - grpc_test_util
2385 - grpc++
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
vjpai083dc622016-01-11 09:41:17 -08002389 platforms:
2390 - mac
2391 - linux
2392 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002394 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395 build: test
2396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
2398 - test/cpp/end2end/generic_end2end_test.cc
2399 deps:
2400 - grpc++_test_util
2401 - grpc_test_util
2402 - grpc++
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: grpc_cli
2407 build: test
2408 run: false
2409 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002410 src:
2411 - test/cpp/util/grpc_cli.cc
2412 deps:
2413 - grpc++_test_util
2414 - grpc_test_util
2415 - grpc++
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002419 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: grpc_cpp_plugin
2421 build: protoc
2422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - src/compiler/cpp_plugin.cc
2425 deps:
2426 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427 secure: false
2428 vs_config_type: Application
2429 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2430- name: grpc_csharp_plugin
2431 build: protoc
2432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - src/compiler/csharp_plugin.cc
2435 deps:
2436 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437 secure: false
2438 vs_config_type: Application
2439 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2440- name: grpc_objective_c_plugin
2441 build: protoc
2442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - src/compiler/objective_c_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: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2450- name: grpc_python_plugin
2451 build: protoc
2452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - src/compiler/python_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: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2460- name: grpc_ruby_plugin
2461 build: protoc
2462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - src/compiler/ruby_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: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002470- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002471 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002472 build: test
2473 language: c++
2474 src:
2475 - src/proto/grpc/lb/v0/load_balancer.proto
2476 - test/cpp/grpclb/grpclb_api_test.cc
2477 deps:
2478 - grpc++_test_util
2479 - grpc_test_util
2480 - grpc++
2481 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002482- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002484 build: test
2485 language: c++
2486 src:
2487 - test/cpp/end2end/hybrid_end2end_test.cc
2488 deps:
2489 - grpc++_test_util
2490 - grpc_test_util
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: interop_client
2496 build: test
2497 run: false
2498 language: c++
2499 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002500 deps:
2501 - interop_client_main
2502 - interop_client_helper
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002509 - grpc++_test_config
2510 platforms:
2511 - mac
2512 - linux
2513 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: interop_server
2515 build: test
2516 run: false
2517 language: c++
2518 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002519 deps:
2520 - interop_server_main
2521 - interop_server_helper
2522 - grpc++_test_util
2523 - grpc_test_util
2524 - grpc++
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002528 - grpc++_test_config
2529 platforms:
2530 - mac
2531 - linux
2532 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002534 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535 build: test
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - test/cpp/interop/interop_test.cc
2539 deps:
2540 - grpc_test_util
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr_test_util
2543 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002544 platforms:
2545 - mac
2546 - linux
2547 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002548- name: metrics_client
2549 build: test
2550 run: false
2551 language: c++
2552 headers:
2553 - test/cpp/util/metrics_server.h
2554 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002555 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002556 - test/cpp/interop/metrics_client.cc
2557 deps:
2558 - grpc++
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002561 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002563 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564 build: test
2565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/cpp/end2end/mock_test.cc
2568 deps:
2569 - grpc++_test_util
2570 - grpc_test_util
2571 - grpc++
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: qps_driver
2576 build: benchmark
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - test/cpp/qps/qps_driver.cc
2580 deps:
2581 - qps
2582 - grpc++_test_util
2583 - grpc_test_util
2584 - grpc++
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002588 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589- name: qps_interarrival_test
2590 build: test
2591 run: false
2592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/cpp/qps/qps_interarrival_test.cc
2595 deps:
2596 - qps
2597 - grpc++_test_util
2598 - grpc_test_util
2599 - grpc++
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002603 platforms:
2604 - mac
2605 - linux
2606 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002608 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609 build: test
2610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
2612 - test/cpp/qps/qps_openloop_test.cc
2613 deps:
2614 - qps
2615 - grpc++_test_util
2616 - grpc_test_util
2617 - grpc++
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002621 - grpc++_test_config
2622 platforms:
2623 - mac
2624 - linux
2625 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002627 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/qps/qps_test.cc
2632 deps:
2633 - qps
2634 - grpc++_test_util
2635 - grpc_test_util
2636 - grpc++
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002640 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002641 platforms:
2642 - mac
2643 - linux
2644 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: qps_worker
2646 build: benchmark
2647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002648 headers:
2649 - test/cpp/qps/client.h
2650 - test/cpp/qps/server.h
2651 src:
2652 - test/cpp/qps/worker.cc
2653 deps:
2654 - qps
2655 - grpc++_test_util
2656 - grpc_test_util
2657 - grpc++
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002661 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: reconnect_interop_client
2663 build: test
2664 run: false
2665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002667 - src/proto/grpc/testing/empty.proto
2668 - src/proto/grpc/testing/messages.proto
2669 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002670 - test/cpp/interop/reconnect_interop_client.cc
2671 deps:
2672 - grpc++_test_util
2673 - grpc_test_util
2674 - grpc++
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr_test_util
2677 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002678 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679- name: reconnect_interop_server
2680 build: test
2681 run: false
2682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002684 - src/proto/grpc/testing/empty.proto
2685 - src/proto/grpc/testing/messages.proto
2686 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002687 - test/cpp/interop/reconnect_interop_server.cc
2688 deps:
2689 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002690 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002691 - grpc++_test_util
2692 - grpc_test_util
2693 - grpc++
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002697 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002699 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700 build: test
2701 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002702 src:
2703 - test/cpp/common/secure_auth_context_test.cc
2704 deps:
2705 - grpc++_test_util
2706 - grpc_test_util
2707 - grpc++
2708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002709 - gpr_test_util
2710 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002711- name: secure_sync_unary_ping_pong_test
2712 build: test
2713 language: c++
2714 src:
2715 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2716 deps:
2717 - qps
2718 - grpc++_test_util
2719 - grpc_test_util
2720 - grpc++
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002724 platforms:
2725 - mac
2726 - linux
2727 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002729 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002730 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731 build: test
2732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002733 src:
2734 - test/cpp/end2end/server_crash_test.cc
2735 deps:
2736 - grpc++_test_util
2737 - grpc_test_util
2738 - grpc++
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002742 platforms:
2743 - mac
2744 - linux
2745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: server_crash_test_client
2747 build: test
2748 run: false
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/end2end/server_crash_test_client.cc
2752 deps:
2753 - grpc++_test_util
2754 - grpc_test_util
2755 - grpc++
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002760 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761 build: test
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/cpp/end2end/shutdown_test.cc
2765 deps:
2766 - grpc++_test_util
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: status_test
2773 build: test
2774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/cpp/util/status_test.cc
2777 deps:
2778 - grpc_test_util
2779 - grpc++
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002783- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002784 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002785 build: test
2786 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/cpp/end2end/streaming_throughput_test.cc
2789 deps:
2790 - grpc++_test_util
2791 - grpc_test_util
2792 - grpc++
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002796 platforms:
2797 - mac
2798 - linux
2799 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002800- name: stress_test
2801 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002802 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002803 language: c++
2804 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002805 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002806 - test/cpp/interop/interop_client.h
2807 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002808 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002809 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002810 - src/proto/grpc/testing/empty.proto
2811 - src/proto/grpc/testing/messages.proto
2812 - src/proto/grpc/testing/metrics.proto
2813 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002814 - test/cpp/interop/interop_client.cc
2815 - test/cpp/interop/stress_interop_client.cc
2816 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002817 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002818 deps:
2819 - grpc++_test_util
2820 - grpc_test_util
2821 - grpc++
2822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002823 - gpr_test_util
2824 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002825 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: sync_streaming_ping_pong_test
2827 build: test
2828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2831 deps:
2832 - qps
2833 - grpc++_test_util
2834 - grpc_test_util
2835 - grpc++
2836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002837 - gpr_test_util
2838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002839 platforms:
2840 - mac
2841 - linux
2842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843- name: sync_unary_ping_pong_test
2844 build: test
2845 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
2847 - test/cpp/qps/sync_unary_ping_pong_test.cc
2848 deps:
2849 - qps
2850 - grpc++_test_util
2851 - grpc_test_util
2852 - grpc++
2853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002856 platforms:
2857 - mac
2858 - linux
2859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002861 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002862 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863 build: test
2864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/cpp/end2end/thread_stress_test.cc
2867 deps:
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002875 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002877 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002879 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002880 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002881 - test/cpp/end2end/zookeeper_test.cc
2882 deps:
2883 - grpc++_test_util
2884 - grpc_test_util
2885 - grpc++
2886 - grpc_zookeeper
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002890 external_deps:
2891 - zookeeper
2892 platforms:
2893 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002894- name: public_headers_must_be_c89
2895 build: test
2896 language: c89
2897 src:
2898 - test/core/surface/public_headers_must_be_c89.c
2899 deps:
2900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002903- linkage: static
2904 name: grpc.dependencies.zlib
2905 props: false
2906 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002907 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002908- linkage: static
2909 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002910 props: true
2911 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002912 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002913- name: gflags
2914 props: false
2915 redist: false
2916 version: 2.1.2.1
2917- name: gtest
2918 props: false
2919 redist: false
2920 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002921configs:
2922 asan:
2923 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002924 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2925 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002926 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002927 LD: clang
2928 LDFLAGS: -fsanitize=address
2929 LDXX: clang++
2930 compile_the_world: true
2931 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002932 ASAN_OPTIONS: detect_leaks=1:color=always
2933 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002934 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002935 asan-noleaks:
2936 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002937 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2938 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002939 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002940 LD: clang
2941 LDFLAGS: -fsanitize=address
2942 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002943 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002944 test_environ:
2945 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002946 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07002947 asan-trace-cmp:
2948 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07002949 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
2950 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07002951 CXX: clang++
2952 LD: clang
2953 LDFLAGS: -fsanitize=address
2954 LDXX: clang++
2955 compile_the_world: true
2956 test_environ:
2957 ASAN_OPTIONS: detect_leaks=1:color=always
2958 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
2959 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002960 basicprof:
2961 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2962 DEFINES: NDEBUG
2963 dbg:
2964 CPPFLAGS: -O0
2965 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08002966 easan:
2967 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07002968 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
2969 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08002970 CXX: clang++
2971 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
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
2980 edbg:
2981 CPPFLAGS: -O0
2982 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
2983 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08002984 CC: clang
2985 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07002986 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08002987 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08002988 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08002989 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07002990 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08002991 LDXX: clang++
2992 compile_the_world: true
2993 test_environ:
2994 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2995 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002996 gcov:
2997 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002998 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002999 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003000 DEFINES: _DEBUG DEBUG GPR_GCOV
3001 LD: gcc
3002 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3003 LDXX: g++
3004 helgrind:
3005 CPPFLAGS: -O0
3006 DEFINES: _DEBUG DEBUG
3007 LDFLAGS: -rdynamic
3008 timeout_multiplier: 20
3009 valgrind: --tool=helgrind
3010 memcheck:
3011 CPPFLAGS: -O0
3012 DEFINES: _DEBUG DEBUG
3013 LDFLAGS: -rdynamic
3014 timeout_multiplier: 10
3015 valgrind: --tool=memcheck --leak-check=full
3016 msan:
3017 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003018 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3019 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3020 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003021 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003022 DEFINES: NDEBUG
3023 LD: clang
3024 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3025 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3026 LDXX: clang++
3027 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003028 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003029 mutrace:
3030 CPPFLAGS: -O0
3031 DEFINES: _DEBUG DEBUG
3032 LDFLAGS: -rdynamic
3033 opt:
3034 CPPFLAGS: -O2
3035 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003036 stapprof:
3037 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3038 DEFINES: NDEBUG
3039 tsan:
3040 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003041 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003042 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003043 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003044 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003045 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003046 LDXX: clang++
3047 compile_the_world: true
3048 test_environ:
3049 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003050 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003051 ubsan:
3052 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003053 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3054 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003055 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003056 DEFINES: NDEBUG
3057 LD: clang
3058 LDFLAGS: -fsanitize=undefined
3059 LDXX: clang++
3060 compile_the_world: true
3061 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003062defaults:
3063 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003064 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003065 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003066 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003067 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003068 global:
3069 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3070 LDFLAGS: -g
3071 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003072 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003073 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003074node_modules:
3075- deps:
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003078 - boringssl
3079 - z
murgatroid9994a75412015-11-19 14:04:53 -08003080 headers:
3081 - src/node/ext/byte_buffer.h
3082 - src/node/ext/call.h
3083 - src/node/ext/call_credentials.h
3084 - src/node/ext/channel.h
3085 - src/node/ext/channel_credentials.h
3086 - src/node/ext/completion_queue_async_worker.h
3087 - src/node/ext/server.h
3088 - src/node/ext/server_credentials.h
3089 - src/node/ext/timeval.h
3090 js:
3091 - src/node/index.js
3092 - src/node/src/client.js
3093 - src/node/src/common.js
3094 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003095 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003096 - src/node/src/metadata.js
3097 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003098 name: grpc_node
3099 src:
3100 - src/node/ext/byte_buffer.cc
3101 - src/node/ext/call.cc
3102 - src/node/ext/call_credentials.cc
3103 - src/node/ext/channel.cc
3104 - src/node/ext/channel_credentials.cc
3105 - src/node/ext/completion_queue_async_worker.cc
3106 - src/node/ext/node_grpc.cc
3107 - src/node/ext/server.cc
3108 - src/node/ext/server_credentials.cc
3109 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003110openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003111 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003112 extraction_dir: openssl-1.0.2f
3113 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003114php_config_m4:
3115 deps:
3116 - grpc
3117 - gpr
3118 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003119 headers:
3120 - src/php/ext/grpc/byte_buffer.h
3121 - src/php/ext/grpc/call.h
3122 - src/php/ext/grpc/call_credentials.h
3123 - src/php/ext/grpc/channel.h
3124 - src/php/ext/grpc/channel_credentials.h
3125 - src/php/ext/grpc/completion_queue.h
3126 - src/php/ext/grpc/php_grpc.h
3127 - src/php/ext/grpc/server.h
3128 - src/php/ext/grpc/server_credentials.h
3129 - src/php/ext/grpc/timeval.h
3130 src:
3131 - src/php/ext/grpc/byte_buffer.c
3132 - src/php/ext/grpc/call.c
3133 - src/php/ext/grpc/call_credentials.c
3134 - src/php/ext/grpc/channel.c
3135 - src/php/ext/grpc/channel_credentials.c
3136 - src/php/ext/grpc/completion_queue.c
3137 - src/php/ext/grpc/php_grpc.c
3138 - src/php/ext/grpc/server.c
3139 - src/php/ext/grpc/server_credentials.c
3140 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003141python_dependencies:
3142 deps:
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003145 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003146 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003147ruby_gem:
3148 deps:
3149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003151 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152 - z