blob: e128a439897caa1a6925e1604c9f3323a30684cd [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:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080060 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080067 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 src:
69 - src/core/profiling/basic_timers.c
70 - src/core/profiling/stap_timers.c
71 - src/core/support/alloc.c
72 - src/core/support/avl.c
73 - src/core/support/cmdline.c
74 - src/core/support/cpu_iphone.c
75 - src/core/support/cpu_linux.c
76 - src/core/support/cpu_posix.c
77 - src/core/support/cpu_windows.c
78 - src/core/support/env_linux.c
79 - src/core/support/env_posix.c
80 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 - src/core/support/histogram.c
82 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080083 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010084 - src/core/support/log.c
85 - src/core/support/log_android.c
86 - src/core/support/log_linux.c
87 - src/core/support/log_posix.c
88 - src/core/support/log_win32.c
89 - src/core/support/murmur_hash.c
90 - src/core/support/slice.c
91 - src/core/support/slice_buffer.c
92 - src/core/support/stack_lockfree.c
93 - src/core/support/string.c
94 - src/core/support/string_posix.c
95 - src/core/support/string_win32.c
96 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010097 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010098 - src/core/support/sync.c
99 - src/core/support/sync_posix.c
100 - src/core/support/sync_win32.c
101 - src/core/support/thd.c
102 - src/core/support/thd_posix.c
103 - src/core/support/thd_win32.c
104 - src/core/support/time.c
105 - src/core/support/time_posix.c
106 - src/core/support/time_precise.c
107 - src/core/support/time_win32.c
108 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800109 - src/core/support/tmpfile_posix.c
110 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100111 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800112- name: gpr_codegen
113 public_headers:
114 - include/grpc/impl/codegen/alloc.h
115 - include/grpc/impl/codegen/atm.h
116 - include/grpc/impl/codegen/atm_gcc_atomic.h
117 - include/grpc/impl/codegen/atm_gcc_sync.h
118 - include/grpc/impl/codegen/atm_win32.h
119 - include/grpc/impl/codegen/log.h
120 - include/grpc/impl/codegen/port_platform.h
121 - include/grpc/impl/codegen/slice.h
122 - include/grpc/impl/codegen/slice_buffer.h
123 - include/grpc/impl/codegen/sync.h
124 - include/grpc/impl/codegen/sync_generic.h
125 - include/grpc/impl/codegen/sync_posix.h
126 - include/grpc/impl/codegen/sync_win32.h
127 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700128- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700129 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800130 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700131 - include/grpc++/channel.h
132 - include/grpc++/client_context.h
133 - include/grpc++/completion_queue.h
134 - include/grpc++/create_channel.h
135 - include/grpc++/generic/async_generic_service.h
136 - include/grpc++/generic/generic_stub.h
137 - include/grpc++/grpc++.h
138 - include/grpc++/impl/call.h
139 - include/grpc++/impl/client_unary_call.h
140 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800141 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700142 - include/grpc++/impl/proto_utils.h
143 - include/grpc++/impl/rpc_method.h
144 - include/grpc++/impl/rpc_service_method.h
145 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800146 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700147 - include/grpc++/impl/service_type.h
148 - include/grpc++/impl/sync.h
149 - include/grpc++/impl/sync_cxx11.h
150 - include/grpc++/impl/sync_no_cxx11.h
151 - include/grpc++/impl/thd.h
152 - include/grpc++/impl/thd_cxx11.h
153 - include/grpc++/impl/thd_no_cxx11.h
154 - include/grpc++/security/auth_context.h
155 - include/grpc++/security/auth_metadata_processor.h
156 - include/grpc++/security/credentials.h
157 - include/grpc++/security/server_credentials.h
158 - include/grpc++/server.h
159 - include/grpc++/server_builder.h
160 - include/grpc++/server_context.h
161 - include/grpc++/support/async_stream.h
162 - include/grpc++/support/async_unary_call.h
163 - include/grpc++/support/byte_buffer.h
164 - include/grpc++/support/channel_arguments.h
165 - include/grpc++/support/config.h
166 - include/grpc++/support/config_protobuf.h
167 - include/grpc++/support/slice.h
168 - include/grpc++/support/status.h
169 - include/grpc++/support/status_code_enum.h
170 - include/grpc++/support/string_ref.h
171 - include/grpc++/support/stub_options.h
172 - include/grpc++/support/sync_stream.h
173 - include/grpc++/support/time.h
174 headers:
175 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800176 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 - src/cpp/common/create_auth_context.h
178 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/server/thread_pool_interface.h
180 src:
181 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700182 - src/cpp/client/client_context.cc
183 - src/cpp/client/create_channel.cc
184 - src/cpp/client/create_channel_internal.cc
185 - src/cpp/client/credentials.cc
186 - src/cpp/client/generic_stub.cc
187 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700191 - src/cpp/server/async_generic_service.cc
192 - src/cpp/server/create_default_thread_pool.cc
193 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700194 - src/cpp/server/insecure_server_credentials.cc
195 - src/cpp/server/server.cc
196 - src/cpp/server/server_builder.cc
197 - src/cpp/server/server_context.cc
198 - src/cpp/server/server_credentials.cc
199 - src/cpp/util/byte_buffer.cc
200 - src/cpp/util/slice.cc
201 - src/cpp/util/status.cc
David Garcia Quintas8c3d9942016-03-08 00:07:14 -0800202 - src/cpp/util/string_ref.cc
Craig Tiller25834342015-09-25 08:08:24 -0700203 - src/cpp/util/time.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700204- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700205 public_headers:
206 - include/grpc/byte_buffer.h
207 - include/grpc/byte_buffer_reader.h
208 - include/grpc/compression.h
209 - include/grpc/grpc.h
210 - include/grpc/status.h
211 headers:
212 - src/core/census/grpc_filter.h
213 - src/core/channel/channel_args.h
214 - src/core/channel/channel_stack.h
215 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700216 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700217 - src/core/channel/compress_filter.h
218 - src/core/channel/connected_channel.h
219 - src/core/channel/context.h
220 - src/core/channel/http_client_filter.h
221 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800222 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700223 - src/core/client_config/client_config.h
224 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800225 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800226 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700227 - src/core/client_config/lb_policies/pick_first.h
228 - src/core/client_config/lb_policies/round_robin.h
229 - src/core/client_config/lb_policy.h
230 - src/core/client_config/lb_policy_factory.h
231 - src/core/client_config/lb_policy_registry.h
232 - src/core/client_config/resolver.h
233 - src/core/client_config/resolver_factory.h
234 - src/core/client_config/resolver_registry.h
235 - src/core/client_config/resolvers/dns_resolver.h
236 - src/core/client_config/resolvers/sockaddr_resolver.h
237 - src/core/client_config/subchannel.h
238 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800239 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700240 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800241 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700242 - src/core/compression/message_compress.h
243 - src/core/debug/trace.h
244 - src/core/httpcli/format_request.h
245 - src/core/httpcli/httpcli.h
246 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700247 - src/core/iomgr/closure.h
248 - src/core/iomgr/endpoint.h
249 - src/core/iomgr/endpoint_pair.h
250 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700251 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/iomgr/fd_posix.h
253 - src/core/iomgr/iocp_windows.h
254 - src/core/iomgr/iomgr.h
255 - src/core/iomgr/iomgr_internal.h
256 - src/core/iomgr/iomgr_posix.h
257 - src/core/iomgr/pollset.h
258 - src/core/iomgr/pollset_posix.h
259 - src/core/iomgr/pollset_set.h
260 - src/core/iomgr/pollset_set_posix.h
261 - src/core/iomgr/pollset_set_windows.h
262 - src/core/iomgr/pollset_windows.h
263 - src/core/iomgr/resolve_address.h
264 - src/core/iomgr/sockaddr.h
265 - src/core/iomgr/sockaddr_posix.h
266 - src/core/iomgr/sockaddr_utils.h
267 - src/core/iomgr/sockaddr_win32.h
268 - src/core/iomgr/socket_utils_posix.h
269 - src/core/iomgr/socket_windows.h
270 - src/core/iomgr/tcp_client.h
271 - src/core/iomgr/tcp_posix.h
272 - src/core/iomgr/tcp_server.h
273 - src/core/iomgr/tcp_windows.h
274 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700275 - src/core/iomgr/timer.h
276 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700277 - src/core/iomgr/udp_server.h
278 - src/core/iomgr/wakeup_fd_pipe.h
279 - src/core/iomgr/wakeup_fd_posix.h
280 - src/core/iomgr/workqueue.h
281 - src/core/iomgr/workqueue_posix.h
282 - src/core/iomgr/workqueue_windows.h
283 - src/core/json/json.h
284 - src/core/json/json_common.h
285 - src/core/json/json_reader.h
286 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800287 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 - src/core/statistics/census_interface.h
289 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700290 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700292 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 - src/core/surface/channel.h
294 - src/core/surface/completion_queue.h
295 - src/core/surface/event_string.h
296 - src/core/surface/init.h
297 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700298 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800299 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700300 - src/core/transport/chttp2/alpn.h
301 - src/core/transport/chttp2/bin_encoder.h
302 - src/core/transport/chttp2/frame.h
303 - src/core/transport/chttp2/frame_data.h
304 - src/core/transport/chttp2/frame_goaway.h
305 - src/core/transport/chttp2/frame_ping.h
306 - src/core/transport/chttp2/frame_rst_stream.h
307 - src/core/transport/chttp2/frame_settings.h
308 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800309 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700310 - src/core/transport/chttp2/hpack_parser.h
311 - src/core/transport/chttp2/hpack_table.h
312 - src/core/transport/chttp2/http2_errors.h
313 - src/core/transport/chttp2/huffsyms.h
314 - src/core/transport/chttp2/incoming_metadata.h
315 - src/core/transport/chttp2/internal.h
316 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700317 - src/core/transport/chttp2/stream_map.h
318 - src/core/transport/chttp2/timeout_encoding.h
319 - src/core/transport/chttp2/varint.h
320 - src/core/transport/chttp2_transport.h
321 - src/core/transport/connectivity_state.h
322 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800323 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800324 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/transport/transport.h
326 - src/core/transport/transport_impl.h
327 src:
328 - src/core/census/grpc_context.c
329 - src/core/census/grpc_filter.c
330 - src/core/channel/channel_args.c
331 - src/core/channel/channel_stack.c
332 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700333 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700334 - src/core/channel/compress_filter.c
335 - src/core/channel/connected_channel.c
336 - src/core/channel/http_client_filter.c
337 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800338 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700339 - src/core/client_config/client_config.c
340 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800341 - src/core/client_config/default_initial_connect_string.c
342 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800343 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700344 - src/core/client_config/lb_policies/pick_first.c
345 - src/core/client_config/lb_policies/round_robin.c
346 - src/core/client_config/lb_policy.c
347 - src/core/client_config/lb_policy_factory.c
348 - src/core/client_config/lb_policy_registry.c
349 - src/core/client_config/resolver.c
350 - src/core/client_config/resolver_factory.c
351 - src/core/client_config/resolver_registry.c
352 - src/core/client_config/resolvers/dns_resolver.c
353 - src/core/client_config/resolvers/sockaddr_resolver.c
354 - src/core/client_config/subchannel.c
355 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800356 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700357 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800358 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700359 - src/core/compression/message_compress.c
360 - src/core/debug/trace.c
361 - src/core/httpcli/format_request.c
362 - src/core/httpcli/httpcli.c
363 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700364 - src/core/iomgr/closure.c
365 - src/core/iomgr/endpoint.c
366 - src/core/iomgr/endpoint_pair_posix.c
367 - src/core/iomgr/endpoint_pair_windows.c
368 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700369 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700370 - src/core/iomgr/fd_posix.c
371 - src/core/iomgr/iocp_windows.c
372 - src/core/iomgr/iomgr.c
373 - src/core/iomgr/iomgr_posix.c
374 - src/core/iomgr/iomgr_windows.c
375 - src/core/iomgr/pollset_multipoller_with_epoll.c
376 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
377 - src/core/iomgr/pollset_posix.c
378 - src/core/iomgr/pollset_set_posix.c
379 - src/core/iomgr/pollset_set_windows.c
380 - src/core/iomgr/pollset_windows.c
381 - src/core/iomgr/resolve_address_posix.c
382 - src/core/iomgr/resolve_address_windows.c
383 - src/core/iomgr/sockaddr_utils.c
384 - src/core/iomgr/socket_utils_common_posix.c
385 - src/core/iomgr/socket_utils_linux.c
386 - src/core/iomgr/socket_utils_posix.c
387 - src/core/iomgr/socket_windows.c
388 - src/core/iomgr/tcp_client_posix.c
389 - src/core/iomgr/tcp_client_windows.c
390 - src/core/iomgr/tcp_posix.c
391 - src/core/iomgr/tcp_server_posix.c
392 - src/core/iomgr/tcp_server_windows.c
393 - src/core/iomgr/tcp_windows.c
394 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700395 - src/core/iomgr/timer.c
396 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/iomgr/udp_server.c
398 - src/core/iomgr/wakeup_fd_eventfd.c
399 - src/core/iomgr/wakeup_fd_nospecial.c
400 - src/core/iomgr/wakeup_fd_pipe.c
401 - src/core/iomgr/wakeup_fd_posix.c
402 - src/core/iomgr/workqueue_posix.c
403 - src/core/iomgr/workqueue_windows.c
404 - src/core/json/json.c
405 - src/core/json/json_reader.c
406 - src/core/json/json_string.c
407 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800408 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100409 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700410 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700411 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700412 - src/core/surface/byte_buffer_reader.c
413 - src/core/surface/call.c
414 - src/core/surface/call_details.c
415 - src/core/surface/call_log_batch.c
416 - src/core/surface/channel.c
417 - src/core/surface/channel_connectivity.c
418 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800419 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700420 - src/core/surface/completion_queue.c
421 - src/core/surface/event_string.c
422 - src/core/surface/init.c
423 - src/core/surface/lame_client.c
424 - src/core/surface/metadata_array.c
425 - src/core/surface/server.c
426 - src/core/surface/server_chttp2.c
427 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800428 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700429 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800430 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700431 - src/core/transport/chttp2/alpn.c
432 - src/core/transport/chttp2/bin_encoder.c
433 - src/core/transport/chttp2/frame_data.c
434 - src/core/transport/chttp2/frame_goaway.c
435 - src/core/transport/chttp2/frame_ping.c
436 - src/core/transport/chttp2/frame_rst_stream.c
437 - src/core/transport/chttp2/frame_settings.c
438 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800439 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700440 - src/core/transport/chttp2/hpack_parser.c
441 - src/core/transport/chttp2/hpack_table.c
442 - src/core/transport/chttp2/huffsyms.c
443 - src/core/transport/chttp2/incoming_metadata.c
444 - src/core/transport/chttp2/parsing.c
445 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700446 - src/core/transport/chttp2/stream_lists.c
447 - src/core/transport/chttp2/stream_map.c
448 - src/core/transport/chttp2/timeout_encoding.c
449 - src/core/transport/chttp2/varint.c
450 - src/core/transport/chttp2/writing.c
451 - src/core/transport/chttp2_transport.c
452 - src/core/transport/connectivity_state.c
453 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800454 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800455 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700456 - src/core/transport/transport.c
457 - src/core/transport/transport_op_string.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100458- name: grpc_secure
459 headers:
460 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800461 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100462 - src/core/security/credentials.h
463 - src/core/security/handshake.h
464 - src/core/security/json_token.h
465 - src/core/security/jwt_verifier.h
466 - src/core/security/secure_endpoint.h
467 - src/core/security/security_connector.h
468 - src/core/security/security_context.h
469 - src/core/tsi/fake_transport_security.h
470 - src/core/tsi/ssl_transport_security.h
471 - src/core/tsi/ssl_types.h
472 - src/core/tsi/transport_security.h
473 - src/core/tsi/transport_security_interface.h
474 src:
475 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800476 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100477 - src/core/security/client_auth_filter.c
478 - src/core/security/credentials.c
479 - src/core/security/credentials_metadata.c
480 - src/core/security/credentials_posix.c
481 - src/core/security/credentials_win32.c
482 - src/core/security/google_default_credentials.c
483 - src/core/security/handshake.c
484 - src/core/security/json_token.c
485 - src/core/security/jwt_verifier.c
486 - src/core/security/secure_endpoint.c
487 - src/core/security/security_connector.c
488 - src/core/security/security_context.c
489 - src/core/security/server_auth_filter.c
490 - src/core/security/server_secure_chttp2.c
491 - src/core/surface/init_secure.c
492 - src/core/surface/secure_channel_create.c
493 - src/core/tsi/fake_transport_security.c
494 - src/core/tsi/ssl_transport_security.c
495 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700496- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700497 headers:
498 - test/core/end2end/cq_verifier.h
499 - test/core/end2end/fixtures/proxy.h
500 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/grpc_profiler.h
502 - test/core/util/parse_hexstring.h
503 - test/core/util/port.h
504 - test/core/util/slice_splitter.h
505 src:
506 - test/core/end2end/cq_verifier.c
507 - test/core/end2end/fixtures/proxy.c
508 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700509 - test/core/util/grpc_profiler.c
510 - test/core/util/parse_hexstring.c
511 - test/core/util/port_posix.c
512 - test/core/util/port_windows.c
513 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800514- name: nanopb
515 headers:
516 - third_party/nanopb/pb.h
517 - third_party/nanopb/pb_common.h
518 - third_party/nanopb/pb_decode.h
519 - third_party/nanopb/pb_encode.h
520 src:
521 - third_party/nanopb/pb_common.c
522 - third_party/nanopb/pb_decode.c
523 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100524libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800525- name: gpr
526 build: all
527 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800528 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800529 - gpr
530 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800531 secure: false
532 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
533- name: gpr_test_util
534 build: private
535 language: c
536 headers:
537 - test/core/util/test_config.h
538 src:
539 - test/core/util/test_config.c
540 deps:
541 - gpr
542 secure: false
543 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700544- name: grpc
545 build: all
546 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700547 public_headers:
548 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800549 deps:
550 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800551 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700552 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800553 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700554 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700555 filegroups:
556 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100557 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700558 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800559 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700560 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700561 vs_packages:
562 - grpc.dependencies.openssl
563 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700564 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
David Garcia Quintas9f3955c2016-02-19 14:54:48 -0800565- name: grpc_codegen_lib
566 build: private
567 language: c
568 public_headers:
569 - include/grpc/impl/codegen/byte_buffer.h
570 - include/grpc/impl/codegen/compression_types.h
571 - include/grpc/impl/codegen/connectivity_state.h
572 - include/grpc/impl/codegen/grpc_types.h
573 - include/grpc/impl/codegen/propagation_bits.h
574 - include/grpc/impl/codegen/status.h
575 headers: []
576 src: []
577 filegroups:
578 - gpr_codegen
579 secure: false
580 vs_project_guid: '{A828FD72-44CE-4EA5-8966-6E4624458D58}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100581- name: grpc_dll
582 build: private
583 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100584 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100585 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100586 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100587 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100588 build_system:
589 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100590 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100591 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100592 vs_config_type: DynamicLibrary
593 vs_packages:
594 - grpc.dependencies.openssl
595 - grpc.dependencies.zlib
596 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
597 vs_props:
598 - zlib
599 - openssl
600 - winsock
601 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700602- name: grpc_test_util
603 build: private
604 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700605 headers:
606 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800607 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700608 src:
609 - test/core/end2end/data/server1_cert.c
610 - test/core/end2end/data/server1_key.c
611 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800612 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700613 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800614 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700616 - grpc
617 filegroups:
618 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700619 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
620- name: grpc_test_util_unsecure
621 build: private
622 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700623 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800624 - gpr
625 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800626 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700627 filegroups:
628 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700629 secure: false
630 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
631- name: grpc_unsecure
632 build: all
633 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700634 src:
635 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800636 deps:
637 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800638 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700639 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800640 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700641 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700642 filegroups:
643 - grpc_base
644 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800645 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700646 secure: false
647 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
648- name: grpc_zookeeper
649 build: all
650 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700651 public_headers:
652 - include/grpc/grpc_zookeeper.h
653 headers:
654 - src/core/client_config/resolvers/zookeeper_resolver.h
655 src:
656 - src/core/client_config/resolvers/zookeeper_resolver.c
657 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800658 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700659 - grpc
660 external_deps:
661 - zookeeper
662 platforms:
663 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700664 secure: false
665- name: reconnect_server
666 build: private
667 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700668 headers:
669 - test/core/util/reconnect_server.h
670 src:
671 - test/core/util/reconnect_server.c
672 deps:
yang-gc9fca182015-11-06 16:41:33 -0800673 - test_tcp_server
674 - grpc_test_util
675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800676 - gpr_test_util
677 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800678- name: test_tcp_server
679 build: private
680 language: c
681 headers:
682 - test/core/util/test_tcp_server.h
683 src:
684 - test/core/util/test_tcp_server.c
685 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700686 - grpc_test_util
687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800688 - gpr_test_util
689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700690- name: grpc++
691 build: all
692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700693 headers:
694 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800695 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700696 - src/cpp/common/secure_auth_context.h
697 - src/cpp/server/secure_server_credentials.h
698 src:
Craig Tiller25834342015-09-25 08:08:24 -0700699 - src/cpp/client/secure_credentials.cc
700 - src/cpp/common/auth_property_iterator.cc
David Garcia Quintas723af532016-03-08 14:26:50 -0800701 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700702 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800703 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700704 - src/cpp/common/secure_create_auth_context.cc
705 - src/cpp/server/secure_server_credentials.cc
706 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700707 - grpc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800708 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709 baselib: true
710 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700711 filegroups:
712 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700713 secure: check
714 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800715- name: grpc++_codegen_lib
David Garcia Quintas4af3de22016-02-19 13:57:55 -0800716 build: private
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800717 language: c++
718 public_headers:
719 - include/grpc++/impl/codegen/async_stream.h
720 - include/grpc++/impl/codegen/async_unary_call.h
721 - include/grpc++/impl/codegen/call.h
722 - include/grpc++/impl/codegen/call_hook.h
723 - include/grpc++/impl/codegen/channel_interface.h
724 - include/grpc++/impl/codegen/client_context.h
725 - include/grpc++/impl/codegen/client_unary_call.h
726 - include/grpc++/impl/codegen/completion_queue.h
727 - include/grpc++/impl/codegen/completion_queue_tag.h
728 - include/grpc++/impl/codegen/config.h
729 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintas6848c4e2016-03-07 17:10:57 -0800730 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800731 - include/grpc++/impl/codegen/grpc_library.h
732 - include/grpc++/impl/codegen/method_handler_impl.h
733 - include/grpc++/impl/codegen/proto_utils.h
734 - include/grpc++/impl/codegen/rpc_method.h
735 - include/grpc++/impl/codegen/rpc_service_method.h
736 - include/grpc++/impl/codegen/security/auth_context.h
737 - include/grpc++/impl/codegen/serialization_traits.h
738 - include/grpc++/impl/codegen/server_context.h
739 - include/grpc++/impl/codegen/server_interface.h
740 - include/grpc++/impl/codegen/service_type.h
741 - include/grpc++/impl/codegen/status.h
742 - include/grpc++/impl/codegen/status_code_enum.h
743 - include/grpc++/impl/codegen/string_ref.h
744 - include/grpc++/impl/codegen/stub_options.h
745 - include/grpc++/impl/codegen/sync.h
746 - include/grpc++/impl/codegen/sync_cxx11.h
747 - include/grpc++/impl/codegen/sync_no_cxx11.h
748 - include/grpc++/impl/codegen/sync_stream.h
749 - include/grpc++/impl/codegen/time.h
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800750 headers: []
David Garcia Quintas8c3d9942016-03-08 00:07:14 -0800751 src:
752 - src/cpp/codegen/codegen_init.cc
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800753 deps:
754 - grpc_codegen_lib
755 filegroups:
756 - gpr_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800757 secure: false
David Garcia Quintasaee7cf12016-02-19 14:05:47 -0800758 vs_project_guid: '{AAC6AF12-94C8-4A3C-A1BF-DAA4738F4500}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759- name: grpc++_test_config
760 build: private
761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700762 headers:
763 - test/cpp/util/test_config.h
764 src:
765 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700766- name: grpc++_test_util
767 build: private
768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700769 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800770 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800771 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700772 - test/cpp/util/cli_call.h
773 - test/cpp/util/create_test_channel.h
774 - test/cpp/util/string_ref_helper.h
775 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800776 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700777 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800778 - src/proto/grpc/testing/echo_messages.proto
779 - src/proto/grpc/testing/echo.proto
780 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800781 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800782 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700783 - test/cpp/util/cli_call.cc
784 - test/cpp/util/create_test_channel.cc
785 - test/cpp/util/string_ref_helper.cc
786 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800787 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700788 deps:
789 - grpc++
790 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791- name: grpc++_unsecure
792 build: all
793 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700794 src:
795 - src/cpp/common/insecure_create_auth_context.cc
796 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700798 - grpc_unsecure
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800799 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700800 baselib: true
801 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700802 filegroups:
803 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804 secure: false
805 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
806- name: grpc_plugin_support
807 build: protoc
808 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700809 headers:
810 - include/grpc++/support/config.h
811 - include/grpc++/support/config_protobuf.h
812 - src/compiler/config.h
813 - src/compiler/cpp_generator.h
814 - src/compiler/cpp_generator_helpers.h
815 - src/compiler/csharp_generator.h
816 - src/compiler/csharp_generator_helpers.h
817 - src/compiler/generator_helpers.h
818 - src/compiler/objective_c_generator.h
819 - src/compiler/objective_c_generator_helpers.h
820 - src/compiler/python_generator.h
821 - src/compiler/ruby_generator.h
822 - src/compiler/ruby_generator_helpers-inl.h
823 - src/compiler/ruby_generator_map-inl.h
824 - src/compiler/ruby_generator_string-inl.h
825 src:
826 - src/compiler/cpp_generator.cc
827 - src/compiler/csharp_generator.cc
828 - src/compiler/objective_c_generator.cc
829 - src/compiler/python_generator.cc
830 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800831 deps:
832 - grpc_codegen_lib
833 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800834 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800835 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836 secure: false
837 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800838 vs_props:
839 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840- name: interop_client_helper
841 build: private
842 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700843 headers:
844 - test/cpp/interop/client_helper.h
845 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800846 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700847 - test/cpp/interop/client_helper.cc
848 deps:
849 - grpc++_test_util
850 - grpc_test_util
851 - grpc++
852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854- name: interop_client_main
855 build: private
856 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700857 headers:
858 - test/cpp/interop/interop_client.h
859 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800860 - src/proto/grpc/testing/empty.proto
861 - src/proto/grpc/testing/messages.proto
862 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/cpp/interop/client.cc
864 - test/cpp/interop/interop_client.cc
865 deps:
866 - interop_client_helper
867 - grpc++_test_util
868 - grpc_test_util
869 - grpc++
870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 - gpr_test_util
872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700873 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700874- name: interop_server_helper
875 build: private
876 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700877 headers:
878 - test/cpp/interop/server_helper.h
879 src:
880 - test/cpp/interop/server_helper.cc
881 deps:
882 - grpc_test_util
883 - grpc++
884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886- name: interop_server_main
887 build: private
888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700889 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800890 - src/proto/grpc/testing/empty.proto
891 - src/proto/grpc/testing/messages.proto
892 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800893 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700894 deps:
895 - interop_server_helper
896 - grpc++_test_util
897 - grpc_test_util
898 - grpc++
899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr_test_util
901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700902 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903- name: qps
904 build: private
905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700906 headers:
907 - test/cpp/qps/client.h
908 - test/cpp/qps/driver.h
909 - test/cpp/qps/histogram.h
910 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800911 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700912 - test/cpp/qps/perf_db_client.h
913 - test/cpp/qps/qps_worker.h
914 - test/cpp/qps/report.h
915 - test/cpp/qps/server.h
916 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800917 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700918 - test/cpp/util/benchmark_config.h
919 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800920 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800921 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800922 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800923 - src/proto/grpc/testing/control.proto
924 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800925 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700926 - test/cpp/qps/client_async.cc
927 - test/cpp/qps/client_sync.cc
928 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800929 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700930 - test/cpp/qps/perf_db_client.cc
931 - test/cpp/qps/qps_worker.cc
932 - test/cpp/qps/report.cc
933 - test/cpp/qps/server_async.cc
934 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800935 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700936 - test/cpp/util/benchmark_config.cc
937 deps:
938 - grpc_test_util
939 - grpc++_test_util
940 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941- name: grpc_csharp_ext
942 build: all
943 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700944 src:
945 - src/csharp/ext/grpc_csharp_ext.c
946 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800948 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800949 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800950 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 dll: only
952 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700953 vs_packages:
954 - grpc.dependencies.openssl
955 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700957 vs_props:
958 - zlib
959 - openssl
960 - winsock
961 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700962targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100963- name: alarm_test
964 build: test
965 language: c
966 src:
967 - test/core/surface/alarm_test.c
968 deps:
969 - grpc_test_util
970 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800971 - gpr_test_util
972 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800973- name: algorithm_test
974 build: test
975 language: c
976 src:
977 - test/core/compression/algorithm_test.c
978 deps:
979 - grpc_test_util
980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800981 - gpr_test_util
982 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800983- name: alloc_test
984 build: test
985 language: c
986 src:
987 - test/core/support/alloc_test.c
988 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 - gpr_test_util
990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991- name: alpn_test
992 build: test
993 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700994 src:
995 - test/core/transport/chttp2/alpn_test.c
996 deps:
997 - grpc_test_util
998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800999 - gpr_test_util
1000 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001- name: bin_encoder_test
1002 build: test
1003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001004 src:
1005 - test/core/transport/chttp2/bin_encoder_test.c
1006 deps:
1007 - grpc_test_util
1008 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001009- name: census_context_test
1010 build: test
1011 language: c
1012 src:
1013 - test/core/census/context_test.c
1014 deps:
1015 - grpc_test_util
1016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001017 - gpr_test_util
1018 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001019- name: channel_create_test
1020 build: test
1021 language: c
1022 src:
1023 - test/core/surface/channel_create_test.c
1024 deps:
1025 - grpc_test_util
1026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001027 - gpr_test_util
1028 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001029- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 build: test
1031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001032 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001033 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001034 deps:
1035 - grpc_test_util
1036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001037 - gpr_test_util
1038 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001039- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040 build: test
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001043 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001044 deps:
1045 - grpc_test_util
1046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 - gpr_test_util
1048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049- name: chttp2_stream_map_test
1050 build: test
1051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001052 src:
1053 - test/core/transport/chttp2/stream_map_test.c
1054 deps:
1055 - grpc_test_util
1056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001057 - gpr_test_util
1058 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001059- name: chttp2_varint_test
1060 build: test
1061 language: c
1062 src:
1063 - test/core/transport/chttp2/varint_test.c
1064 deps:
1065 - grpc_test_util
1066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001067 - gpr_test_util
1068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069- name: compression_test
1070 build: test
1071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001072 src:
1073 - test/core/compression/compression_test.c
1074 deps:
1075 - grpc_test_util
1076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001077 - gpr_test_util
1078 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001079- name: dns_resolver_test
1080 build: test
1081 language: c
1082 src:
1083 - test/core/client_config/resolvers/dns_resolver_test.c
1084 deps:
1085 - grpc_test_util
1086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001087 - gpr_test_util
1088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001090 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091 build: test
1092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001093 src:
1094 - test/core/end2end/dualstack_socket_test.c
1095 deps:
1096 - grpc_test_util
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001100 platforms:
1101 - mac
1102 - linux
1103 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001104- name: endpoint_pair_test
1105 build: test
1106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001107 src:
1108 - test/core/iomgr/endpoint_pair_test.c
1109 deps:
1110 - grpc_test_util
1111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr_test_util
1113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114- name: fd_conservation_posix_test
1115 build: test
1116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001117 src:
1118 - test/core/iomgr/fd_conservation_posix_test.c
1119 deps:
1120 - grpc_test_util
1121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 - gpr_test_util
1123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001124 platforms:
1125 - mac
1126 - linux
1127 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128- name: fd_posix_test
1129 build: test
1130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001131 src:
1132 - test/core/iomgr/fd_posix_test.c
1133 deps:
1134 - grpc_test_util
1135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr_test_util
1137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001138 platforms:
1139 - mac
1140 - linux
1141 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001142- name: fling_client
1143 build: test
1144 run: false
1145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001146 src:
1147 - test/core/fling/client.c
1148 deps:
1149 - grpc_test_util
1150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr_test_util
1152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: fling_server
1154 build: test
1155 run: false
1156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001157 src:
1158 - test/core/fling/server.c
1159 deps:
1160 - grpc_test_util
1161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001162 - gpr_test_util
1163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001165 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166 build: test
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 src:
1169 - test/core/fling/fling_stream_test.c
1170 deps:
1171 - grpc_test_util
1172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr_test_util
1174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001175 platforms:
1176 - mac
1177 - linux
1178 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001180 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 build: test
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - test/core/fling/fling_test.c
1185 deps:
1186 - grpc_test_util
1187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001190 platforms:
1191 - mac
1192 - linux
1193 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: gen_hpack_tables
1195 build: tool
1196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001197 src:
1198 - tools/codegen/core/gen_hpack_tables.c
1199 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001201 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: gen_legal_metadata_characters
1203 build: tool
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001208- name: gpr_avl_test
1209 build: test
1210 language: c
1211 src:
1212 - test/core/support/avl_test.c
1213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 - gpr_test_util
1215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: gpr_cmdline_test
1217 build: test
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - test/core/support/cmdline_test.c
1221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001222 - gpr_test_util
1223 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001224- name: gpr_cpu_test
1225 build: test
1226 language: c
1227 src:
1228 - test/core/support/cpu_test.c
1229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: gpr_env_test
1233 build: test
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
1236 - test/core/support/env_test.c
1237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
1239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: gpr_histogram_test
1241 build: test
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
1244 - test/core/support/histogram_test.c
1245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr_test_util
1247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248- name: gpr_host_port_test
1249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/support/host_port_test.c
1253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001256- name: gpr_load_file_test
1257 build: test
1258 language: c
1259 src:
1260 - test/core/support/load_file_test.c
1261 deps:
1262 - gpr_test_util
1263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: gpr_log_test
1265 build: test
1266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
1268 - test/core/support/log_test.c
1269 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: gpr_slice_buffer_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/support/slice_buffer_test.c
1277 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: gpr_slice_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/support/slice_test.c
1285 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001289 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 build: test
1291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001292 src:
1293 - test/core/support/stack_lockfree_test.c
1294 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: gpr_string_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/support/string_test.c
1302 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr_test_util
1304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001306 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307 build: test
1308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001309 src:
1310 - test/core/support/sync_test.c
1311 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001315 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316 build: test
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/support/thd_test.c
1320 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 - gpr_test_util
1322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: gpr_time_test
1324 build: test
1325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - test/core/support/time_test.c
1328 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: gpr_tls_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/support/tls_test.c
1336 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: gpr_useful_test
1340 build: test
1341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
1343 - test/core/support/useful_test.c
1344 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: grpc_auth_context_test
1348 build: test
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
1351 - test/core/security/auth_context_test.c
1352 deps:
1353 - grpc_test_util
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001357- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001361 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001362 deps:
1363 - grpc_test_util
1364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: grpc_byte_buffer_reader_test
1368 build: test
1369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001370 src:
1371 - test/core/surface/byte_buffer_reader_test.c
1372 deps:
1373 - grpc_test_util
1374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 - gpr_test_util
1376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: grpc_channel_args_test
1378 build: test
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - test/core/channel/channel_args_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: grpc_channel_stack_test
1388 build: test
1389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - test/core/channel/channel_stack_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: grpc_completion_queue_test
1398 build: test
1399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
1401 - test/core/surface/completion_queue_test.c
1402 deps:
1403 - grpc_test_util
1404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: grpc_create_jwt
1408 build: tool
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/security/create_jwt.c
1412 deps:
1413 - grpc_test_util
1414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001415 - gpr_test_util
1416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417- name: grpc_credentials_test
1418 build: test
1419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001420 src:
1421 - test/core/security/credentials_test.c
1422 deps:
1423 - grpc_test_util
1424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr_test_util
1426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427- name: grpc_fetch_oauth2
1428 build: tool
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/security/fetch_oauth2.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001437- name: grpc_invalid_channel_args_test
1438 build: test
1439 language: c
1440 src:
1441 - test/core/surface/invalid_channel_args_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: grpc_json_token_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/security/json_token_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001457 platforms:
1458 - linux
1459 - posix
1460 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001461- name: grpc_jwt_verifier_test
1462 build: test
1463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001464 src:
1465 - test/core/security/jwt_verifier_test.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: grpc_print_google_default_creds_token
1472 build: tool
1473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
1475 - test/core/security/print_google_default_creds_token.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr_test_util
1480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: grpc_security_connector_test
1482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/security/security_connector_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491- name: grpc_verify_jwt
1492 build: tool
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/security/verify_jwt.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: hpack_parser_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/transport/chttp2/hpack_parser_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: hpack_table_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/transport/chttp2/hpack_table_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: httpcli_format_request_test
1522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/httpcli/format_request_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: httpcli_parser_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/httpcli/parser_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001542 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543 build: test
1544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001545 src:
1546 - test/core/httpcli/httpcli_test.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001552 platforms:
1553 - mac
1554 - linux
1555 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001556- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001557 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001558 build: test
1559 language: c
1560 src:
1561 - test/core/httpcli/httpscli_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001567 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001568 - linux
yang-gf1183302015-12-07 16:02:05 -08001569- name: init_test
1570 build: test
1571 language: c
1572 src:
1573 - test/core/surface/init_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001579- name: invalid_call_argument_test
1580 build: test
1581 language: c
1582 src:
1583 - test/core/end2end/invalid_call_argument_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: json_rewrite
1590 build: test
1591 run: false
1592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001593 src:
1594 - test/core/json/json_rewrite.c
1595 deps:
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: json_rewrite_test
1599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/json/json_rewrite_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001608- name: json_stream_error_test
1609 build: test
1610 language: c
1611 src:
1612 - test/core/json/json_stream_error_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: json_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/json/json_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: lame_client_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/surface/lame_client_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001638- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001639 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/client_config/lb_policies_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: low_level_ping_pong_benchmark
1650 build: benchmark
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/network_benchmarks/low_level_ping_pong.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001659 platforms:
1660 - mac
1661 - linux
1662 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: message_compress_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/compression/message_compress_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001673- name: mlog_test
1674 build: test
1675 language: c
1676 src:
1677 - test/core/census/mlog_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
1681 - gpr_test_util
1682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: multiple_server_queues_test
1684 build: test
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/end2end/multiple_server_queues_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: murmur_hash_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/support/murmur_hash_test.c
1698 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001702 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703 build: test
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/end2end/no_server_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001710 - gpr_test_util
1711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001712- name: resolve_address_test
1713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/iomgr/resolve_address_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
yang-gd482e592015-12-10 14:04:00 -08001722- name: secure_channel_create_test
1723 build: test
1724 language: c
1725 src:
1726 - test/core/surface/secure_channel_create_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: secure_endpoint_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/security/secure_endpoint_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001742- name: server_chttp2_test
1743 build: test
1744 language: c
1745 src:
1746 - test/core/surface/server_chttp2_test.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001752- name: server_test
1753 build: test
1754 language: c
1755 src:
1756 - test/core/surface/server_test.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001762- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001763 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001764 build: test
1765 language: c
1766 src:
1767 - test/core/client_config/set_initial_connect_string_test.c
1768 deps:
1769 - test_tcp_server
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001774- name: sockaddr_resolver_test
1775 build: test
1776 language: c
1777 src:
1778 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: sockaddr_utils_test
1785 build: test
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/iomgr/sockaddr_utils_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001794- name: socket_utils_test
1795 build: test
1796 language: c
1797 src:
1798 - test/core/iomgr/socket_utils_test.c
1799 deps:
1800 - grpc_test_util
1801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001802 - gpr_test_util
1803 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001804 platforms:
1805 - mac
1806 - linux
1807 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001809 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/iomgr/tcp_client_posix_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001819 platforms:
1820 - mac
1821 - linux
1822 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001824 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/iomgr/tcp_posix_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001834 platforms:
1835 - mac
1836 - linux
1837 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: tcp_server_posix_test
1839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/iomgr/tcp_server_posix_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001848 platforms:
1849 - mac
1850 - linux
1851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: time_averaged_stats_test
1853 build: test
1854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/iomgr/time_averaged_stats_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: timeout_encoding_test
1863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/transport/chttp2/timeout_encoding_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001872- name: timer_heap_test
1873 build: test
1874 language: c
1875 src:
1876 - test/core/iomgr/timer_heap_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001882- name: timer_list_test
1883 build: test
1884 language: c
1885 src:
1886 - test/core/iomgr/timer_list_test.c
1887 deps:
1888 - grpc_test_util
1889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: timers_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/profiling/timers_test.c
1897 deps:
1898 - grpc_test_util
1899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001902- name: transport_connectivity_state_test
1903 build: test
1904 language: c
1905 src:
1906 - test/core/transport/connectivity_state_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: transport_metadata_test
1913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/transport/metadata_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: transport_security_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/tsi/transport_security_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001932 platforms:
1933 - linux
1934 - posix
1935 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: udp_server_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/iomgr/udp_server_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001946 platforms:
1947 - mac
1948 - linux
1949 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: uri_parser_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/client_config/uri_parser_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001960- name: workqueue_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/iomgr/workqueue_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001970 platforms:
1971 - mac
1972 - linux
1973 - posix
vjpai04e992a2016-02-10 16:58:38 -08001974- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001975 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08001976 build: test
1977 language: c++
1978 src:
1979 - test/cpp/common/alarm_cpp_test.cc
1980 deps:
1981 - grpc++_test_util
1982 - grpc_test_util
1983 - grpc++
1984 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001988 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989 build: test
1990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/cpp/end2end/async_end2end_test.cc
1993 deps:
1994 - grpc++_test_util
1995 - grpc_test_util
1996 - grpc++
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: async_streaming_ping_pong_test
2001 build: test
2002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/cpp/qps/async_streaming_ping_pong_test.cc
2005 deps:
2006 - qps
2007 - grpc++_test_util
2008 - grpc_test_util
2009 - grpc++
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002013 platforms:
2014 - mac
2015 - linux
2016 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: async_unary_ping_pong_test
2018 build: test
2019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/cpp/qps/async_unary_ping_pong_test.cc
2022 deps:
2023 - qps
2024 - grpc++_test_util
2025 - grpc_test_util
2026 - grpc++
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002030 platforms:
2031 - mac
2032 - linux
2033 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002035 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036 build: test
2037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/cpp/common/auth_property_iterator_test.cc
2040 deps:
2041 - grpc++_test_util
2042 - grpc_test_util
2043 - grpc++
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002048 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049 build: test
2050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
yang-g52705592015-11-25 11:45:33 -08002052 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002053 deps:
2054 - grpc++
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002058 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059 build: test
2060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/cpp/util/cli_call_test.cc
2063 deps:
2064 - grpc++_test_util
2065 - grpc_test_util
2066 - grpc++
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002071 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002072 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073 build: test
2074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/cpp/end2end/client_crash_test.cc
2077 deps:
2078 - grpc++_test_util
2079 - grpc_test_util
2080 - grpc++
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002084 platforms:
2085 - mac
2086 - linux
2087 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: client_crash_test_server
2089 build: test
2090 run: false
2091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/cpp/end2end/client_crash_test_server.cc
2094 deps:
2095 - grpc++_test_util
2096 - grpc_test_util
2097 - grpc++
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002101- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002102 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002103 build: test
2104 language: c++
2105 src:
2106 - src/proto/grpc/testing/control.proto
2107 - src/proto/grpc/testing/messages.proto
2108 - src/proto/grpc/testing/payloads.proto
2109 - src/proto/grpc/testing/perf_db.proto
2110 - src/proto/grpc/testing/services.proto
2111 - src/proto/grpc/testing/stats.proto
2112 - test/cpp/codegen/codegen_test.cc
2113 deps:
2114 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002116 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117 build: test
2118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/cpp/client/credentials_test.cc
2121 deps:
2122 - grpc++
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002126 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127 build: test
2128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/cpp/util/byte_buffer_test.cc
2131 deps:
2132 - grpc_test_util
2133 - grpc++
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002138 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139 build: test
2140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
2142 - test/cpp/util/slice_test.cc
2143 deps:
2144 - grpc_test_util
2145 - grpc++
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002150 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151 build: test
2152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/cpp/util/string_ref_test.cc
2155 deps:
2156 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002158 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159 build: test
2160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/cpp/util/time_test.cc
2163 deps:
2164 - grpc_test_util
2165 - grpc++
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002170 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002171 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 build: test
2173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/cpp/end2end/end2end_test.cc
2176 deps:
2177 - grpc++_test_util
2178 - grpc_test_util
2179 - grpc++
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
vjpai083dc622016-01-11 09:41:17 -08002183- name: generic_async_streaming_ping_pong_test
2184 build: test
2185 language: c++
2186 src:
2187 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2188 deps:
2189 - qps
2190 - grpc++_test_util
2191 - grpc_test_util
2192 - grpc++
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
vjpai083dc622016-01-11 09:41:17 -08002196 platforms:
2197 - mac
2198 - linux
2199 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002201 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202 build: test
2203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/cpp/end2end/generic_end2end_test.cc
2206 deps:
2207 - grpc++_test_util
2208 - grpc_test_util
2209 - grpc++
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: grpc_cli
2214 build: test
2215 run: false
2216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/cpp/util/grpc_cli.cc
2219 deps:
2220 - grpc++_test_util
2221 - grpc_test_util
2222 - grpc++
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002226 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: grpc_cpp_plugin
2228 build: protoc
2229 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
2231 - src/compiler/cpp_plugin.cc
2232 deps:
2233 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234 secure: false
2235 vs_config_type: Application
2236 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2237- name: grpc_csharp_plugin
2238 build: protoc
2239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - src/compiler/csharp_plugin.cc
2242 deps:
2243 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002244 secure: false
2245 vs_config_type: Application
2246 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2247- name: grpc_objective_c_plugin
2248 build: protoc
2249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - src/compiler/objective_c_plugin.cc
2252 deps:
2253 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254 secure: false
2255 vs_config_type: Application
2256 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2257- name: grpc_python_plugin
2258 build: protoc
2259 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - src/compiler/python_plugin.cc
2262 deps:
2263 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 secure: false
2265 vs_config_type: Application
2266 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2267- name: grpc_ruby_plugin
2268 build: protoc
2269 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - src/compiler/ruby_plugin.cc
2272 deps:
2273 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274 secure: false
2275 vs_config_type: Application
2276 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002277- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002278 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002279 build: test
2280 language: c++
2281 src:
2282 - src/proto/grpc/lb/v0/load_balancer.proto
2283 - test/cpp/grpclb/grpclb_api_test.cc
2284 deps:
2285 - grpc++_test_util
2286 - grpc_test_util
2287 - grpc++
2288 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002289- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002290 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002291 build: test
2292 language: c++
2293 src:
2294 - test/cpp/end2end/hybrid_end2end_test.cc
2295 deps:
2296 - grpc++_test_util
2297 - grpc_test_util
2298 - grpc++
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: interop_client
2303 build: test
2304 run: false
2305 language: c++
2306 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002307 deps:
2308 - interop_client_main
2309 - interop_client_helper
2310 - grpc++_test_util
2311 - grpc_test_util
2312 - grpc++
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002316 - grpc++_test_config
2317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: interop_server
2322 build: test
2323 run: false
2324 language: c++
2325 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002326 deps:
2327 - interop_server_main
2328 - interop_server_helper
2329 - grpc++_test_util
2330 - grpc_test_util
2331 - grpc++
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002335 - grpc++_test_config
2336 platforms:
2337 - mac
2338 - linux
2339 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002341 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342 build: test
2343 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/cpp/interop/interop_test.cc
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002351 platforms:
2352 - mac
2353 - linux
2354 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002355- name: metrics_client
2356 build: test
2357 run: false
2358 language: c++
2359 headers:
2360 - test/cpp/util/metrics_server.h
2361 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002362 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002363 - test/cpp/interop/metrics_client.cc
2364 deps:
2365 - grpc++
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002368 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002370 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371 build: test
2372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/cpp/end2end/mock_test.cc
2375 deps:
2376 - grpc++_test_util
2377 - grpc_test_util
2378 - grpc++
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: qps_driver
2383 build: benchmark
2384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/cpp/qps/qps_driver.cc
2387 deps:
2388 - qps
2389 - grpc++_test_util
2390 - grpc_test_util
2391 - grpc++
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002395 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: qps_interarrival_test
2397 build: test
2398 run: false
2399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002400 src:
2401 - test/cpp/qps/qps_interarrival_test.cc
2402 deps:
2403 - qps
2404 - grpc++_test_util
2405 - grpc_test_util
2406 - grpc++
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002410 platforms:
2411 - mac
2412 - linux
2413 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: qps_openloop_test
Vijay Pai3b288722016-02-19 00:28:28 -08002415 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416 build: test
2417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/cpp/qps/qps_openloop_test.cc
2420 deps:
2421 - qps
2422 - grpc++_test_util
2423 - grpc_test_util
2424 - grpc++
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002428 - grpc++_test_config
2429 platforms:
2430 - mac
2431 - linux
2432 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002434 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/cpp/qps/qps_test.cc
2439 deps:
2440 - qps
2441 - grpc++_test_util
2442 - grpc_test_util
2443 - grpc++
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002447 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002448 platforms:
2449 - mac
2450 - linux
2451 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: qps_worker
2453 build: benchmark
2454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002455 headers:
2456 - test/cpp/qps/client.h
2457 - test/cpp/qps/server.h
2458 src:
2459 - test/cpp/qps/worker.cc
2460 deps:
2461 - qps
2462 - grpc++_test_util
2463 - grpc_test_util
2464 - grpc++
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002468 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: reconnect_interop_client
2470 build: test
2471 run: false
2472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002474 - src/proto/grpc/testing/empty.proto
2475 - src/proto/grpc/testing/messages.proto
2476 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002477 - test/cpp/interop/reconnect_interop_client.cc
2478 deps:
2479 - grpc++_test_util
2480 - grpc_test_util
2481 - grpc++
2482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr_test_util
2484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002485 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: reconnect_interop_server
2487 build: test
2488 run: false
2489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002491 - src/proto/grpc/testing/empty.proto
2492 - src/proto/grpc/testing/messages.proto
2493 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002494 - test/cpp/interop/reconnect_interop_server.cc
2495 deps:
2496 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002497 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002498 - grpc++_test_util
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002504 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507 build: test
2508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/cpp/common/secure_auth_context_test.cc
2511 deps:
2512 - grpc++_test_util
2513 - grpc_test_util
2514 - grpc++
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002518- name: secure_sync_unary_ping_pong_test
2519 build: test
2520 language: c++
2521 src:
2522 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2523 deps:
2524 - qps
2525 - grpc++_test_util
2526 - grpc_test_util
2527 - grpc++
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002531 platforms:
2532 - mac
2533 - linux
2534 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002536 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002537 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002538 build: test
2539 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002540 src:
2541 - test/cpp/end2end/server_crash_test.cc
2542 deps:
2543 - grpc++_test_util
2544 - grpc_test_util
2545 - grpc++
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002549 platforms:
2550 - mac
2551 - linux
2552 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: server_crash_test_client
2554 build: test
2555 run: false
2556 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/cpp/end2end/server_crash_test_client.cc
2559 deps:
2560 - grpc++_test_util
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002567 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568 build: test
2569 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/cpp/end2end/shutdown_test.cc
2572 deps:
2573 - grpc++_test_util
2574 - grpc_test_util
2575 - grpc++
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: status_test
2580 build: test
2581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - test/cpp/util/status_test.cc
2584 deps:
2585 - grpc_test_util
2586 - grpc++
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002590- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002591 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002592 build: test
2593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
2595 - test/cpp/end2end/streaming_throughput_test.cc
2596 deps:
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
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002607- name: stress_test
2608 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002609 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002610 language: c++
2611 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002612 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002613 - test/cpp/interop/interop_client.h
2614 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002615 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002616 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002617 - src/proto/grpc/testing/empty.proto
2618 - src/proto/grpc/testing/messages.proto
2619 - src/proto/grpc/testing/metrics.proto
2620 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002621 - test/cpp/interop/interop_client.cc
2622 - test/cpp/interop/stress_interop_client.cc
2623 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002624 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002625 deps:
2626 - grpc++_test_util
2627 - grpc_test_util
2628 - grpc++
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002632 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: sync_streaming_ping_pong_test
2634 build: test
2635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
2637 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2638 deps:
2639 - qps
2640 - grpc++_test_util
2641 - grpc_test_util
2642 - grpc++
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002646 platforms:
2647 - mac
2648 - linux
2649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: sync_unary_ping_pong_test
2651 build: test
2652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
2654 - test/cpp/qps/sync_unary_ping_pong_test.cc
2655 deps:
2656 - qps
2657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002663 platforms:
2664 - mac
2665 - linux
2666 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002668 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002669 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670 build: test
2671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/cpp/end2end/thread_stress_test.cc
2674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002682 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002684 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002687 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002688 - test/cpp/end2end/zookeeper_test.cc
2689 deps:
2690 - grpc++_test_util
2691 - grpc_test_util
2692 - grpc++
2693 - grpc_zookeeper
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002697 external_deps:
2698 - zookeeper
2699 platforms:
2700 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002701- name: public_headers_must_be_c89
2702 build: test
2703 language: c89
2704 src:
2705 - test/core/surface/public_headers_must_be_c89.c
2706 deps:
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002709vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002710- linkage: static
2711 name: grpc.dependencies.zlib
2712 props: false
2713 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002714 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002715- linkage: static
2716 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002717 props: true
2718 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002719 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002720- name: gflags
2721 props: false
2722 redist: false
2723 version: 2.1.2.1
2724- name: gtest
2725 props: false
2726 redist: false
2727 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002728configs:
2729 asan:
2730 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002731 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002732 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002733 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002734 LD: clang
2735 LDFLAGS: -fsanitize=address
2736 LDXX: clang++
2737 compile_the_world: true
2738 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002739 ASAN_OPTIONS: detect_leaks=1:color=always
2740 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002741 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002742 asan-noleaks:
2743 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002744 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002745 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002746 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002747 LD: clang
2748 LDFLAGS: -fsanitize=address
2749 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002750 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002751 test_environ:
2752 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002753 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002754 basicprof:
2755 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2756 DEFINES: NDEBUG
2757 dbg:
2758 CPPFLAGS: -O0
2759 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002760 gcov:
2761 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002762 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002763 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002764 DEFINES: _DEBUG DEBUG GPR_GCOV
2765 LD: gcc
2766 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2767 LDXX: g++
2768 helgrind:
2769 CPPFLAGS: -O0
2770 DEFINES: _DEBUG DEBUG
2771 LDFLAGS: -rdynamic
2772 timeout_multiplier: 20
2773 valgrind: --tool=helgrind
2774 memcheck:
2775 CPPFLAGS: -O0
2776 DEFINES: _DEBUG DEBUG
2777 LDFLAGS: -rdynamic
2778 timeout_multiplier: 10
2779 valgrind: --tool=memcheck --leak-check=full
2780 msan:
2781 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002782 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002783 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002784 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002785 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002786 DEFINES: NDEBUG
2787 LD: clang
2788 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2789 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2790 LDXX: clang++
2791 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002792 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002793 mutrace:
2794 CPPFLAGS: -O0
2795 DEFINES: _DEBUG DEBUG
2796 LDFLAGS: -rdynamic
2797 opt:
2798 CPPFLAGS: -O2
2799 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002800 stapprof:
2801 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2802 DEFINES: NDEBUG
2803 tsan:
2804 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002805 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002806 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002807 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002808 LD: clang
2809 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2810 LDXX: clang++
2811 compile_the_world: true
2812 test_environ:
2813 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002814 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002815 ubsan:
2816 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002817 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002818 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002819 DEFINES: NDEBUG
2820 LD: clang
2821 LDFLAGS: -fsanitize=undefined
2822 LDXX: clang++
2823 compile_the_world: true
2824 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002825defaults:
2826 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002827 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002828 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002829 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002830 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002831 global:
2832 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2833 LDFLAGS: -g
2834 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002835 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002836 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002837node_modules:
2838- deps:
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002841 - boringssl
2842 - z
murgatroid9994a75412015-11-19 14:04:53 -08002843 headers:
2844 - src/node/ext/byte_buffer.h
2845 - src/node/ext/call.h
2846 - src/node/ext/call_credentials.h
2847 - src/node/ext/channel.h
2848 - src/node/ext/channel_credentials.h
2849 - src/node/ext/completion_queue_async_worker.h
2850 - src/node/ext/server.h
2851 - src/node/ext/server_credentials.h
2852 - src/node/ext/timeval.h
2853 js:
2854 - src/node/index.js
2855 - src/node/src/client.js
2856 - src/node/src/common.js
2857 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002858 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002859 - src/node/src/metadata.js
2860 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002861 name: grpc_node
2862 src:
2863 - src/node/ext/byte_buffer.cc
2864 - src/node/ext/call.cc
2865 - src/node/ext/call_credentials.cc
2866 - src/node/ext/channel.cc
2867 - src/node/ext/channel_credentials.cc
2868 - src/node/ext/completion_queue_async_worker.cc
2869 - src/node/ext/node_grpc.cc
2870 - src/node/ext/server.cc
2871 - src/node/ext/server_credentials.cc
2872 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002873openssl_fallback:
2874 base_uri: http://openssl.org/source/
2875 extraction_dir: openssl-1.0.2f
2876 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002877php_config_m4:
2878 deps:
2879 - grpc
2880 - gpr
2881 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002882 headers:
2883 - src/php/ext/grpc/byte_buffer.h
2884 - src/php/ext/grpc/call.h
2885 - src/php/ext/grpc/call_credentials.h
2886 - src/php/ext/grpc/channel.h
2887 - src/php/ext/grpc/channel_credentials.h
2888 - src/php/ext/grpc/completion_queue.h
2889 - src/php/ext/grpc/php_grpc.h
2890 - src/php/ext/grpc/server.h
2891 - src/php/ext/grpc/server_credentials.h
2892 - src/php/ext/grpc/timeval.h
2893 src:
2894 - src/php/ext/grpc/byte_buffer.c
2895 - src/php/ext/grpc/call.c
2896 - src/php/ext/grpc/call_credentials.c
2897 - src/php/ext/grpc/channel.c
2898 - src/php/ext/grpc/channel_credentials.c
2899 - src/php/ext/grpc/completion_queue.c
2900 - src/php/ext/grpc/php_grpc.c
2901 - src/php/ext/grpc/server.c
2902 - src/php/ext/grpc/server_credentials.c
2903 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002904python_dependencies:
2905 deps:
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002908 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002909 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002910ruby_gem:
2911 deps:
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002914 - boringssl
2915 - z