blob: c025b250e9313b140496ea884e8c07aa2ad1e2d8 [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
176 - src/cpp/common/create_auth_context.h
177 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700178 - src/cpp/server/thread_pool_interface.h
179 src:
180 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/client/client_context.cc
182 - src/cpp/client/create_channel.cc
183 - src/cpp/client/create_channel_internal.cc
184 - src/cpp/client/credentials.cc
185 - src/cpp/client/generic_stub.cc
186 - src/cpp/client/insecure_credentials.cc
187 - src/cpp/common/call.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
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800205- name: grpc++_codegen
206 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800207 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800208 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/call_hook.h
211 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800212 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800213 - include/grpc++/impl/codegen/client_unary_call.h
214 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215 - include/grpc++/impl/codegen/completion_queue_tag.h
216 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800218 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800219 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800220 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800221 - include/grpc++/impl/codegen/rpc_method.h
222 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800223 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800224 - include/grpc++/impl/codegen/serialization_traits.h
225 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800228 - include/grpc++/impl/codegen/status.h
229 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800230 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800231 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800232 - include/grpc++/impl/codegen/sync.h
233 - include/grpc++/impl/codegen/sync_cxx11.h
234 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800235 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800237 src:
238 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700239- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700240 public_headers:
241 - include/grpc/byte_buffer.h
242 - include/grpc/byte_buffer_reader.h
243 - include/grpc/compression.h
244 - include/grpc/grpc.h
245 - include/grpc/status.h
246 headers:
247 - src/core/census/grpc_filter.h
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800261 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700262 - src/core/client_config/lb_policies/pick_first.h
263 - src/core/client_config/lb_policies/round_robin.h
264 - src/core/client_config/lb_policy.h
265 - src/core/client_config/lb_policy_factory.h
266 - src/core/client_config/lb_policy_registry.h
267 - src/core/client_config/resolver.h
268 - src/core/client_config/resolver_factory.h
269 - src/core/client_config/resolver_registry.h
270 - src/core/client_config/resolvers/dns_resolver.h
271 - src/core/client_config/resolvers/sockaddr_resolver.h
272 - src/core/client_config/subchannel.h
273 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800274 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700275 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800276 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700277 - src/core/compression/message_compress.h
278 - src/core/debug/trace.h
279 - src/core/httpcli/format_request.h
280 - src/core/httpcli/httpcli.h
281 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 - src/core/iomgr/closure.h
283 - src/core/iomgr/endpoint.h
284 - src/core/iomgr/endpoint_pair.h
285 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700286 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 - src/core/iomgr/fd_posix.h
288 - src/core/iomgr/iocp_windows.h
289 - src/core/iomgr/iomgr.h
290 - src/core/iomgr/iomgr_internal.h
291 - src/core/iomgr/iomgr_posix.h
292 - src/core/iomgr/pollset.h
293 - src/core/iomgr/pollset_posix.h
294 - src/core/iomgr/pollset_set.h
295 - src/core/iomgr/pollset_set_posix.h
296 - src/core/iomgr/pollset_set_windows.h
297 - src/core/iomgr/pollset_windows.h
298 - src/core/iomgr/resolve_address.h
299 - src/core/iomgr/sockaddr.h
300 - src/core/iomgr/sockaddr_posix.h
301 - src/core/iomgr/sockaddr_utils.h
302 - src/core/iomgr/sockaddr_win32.h
303 - src/core/iomgr/socket_utils_posix.h
304 - src/core/iomgr/socket_windows.h
305 - src/core/iomgr/tcp_client.h
306 - src/core/iomgr/tcp_posix.h
307 - src/core/iomgr/tcp_server.h
308 - src/core/iomgr/tcp_windows.h
309 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700310 - src/core/iomgr/timer.h
311 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700312 - src/core/iomgr/udp_server.h
313 - src/core/iomgr/wakeup_fd_pipe.h
314 - src/core/iomgr/wakeup_fd_posix.h
315 - src/core/iomgr/workqueue.h
316 - src/core/iomgr/workqueue_posix.h
317 - src/core/iomgr/workqueue_windows.h
318 - src/core/json/json.h
319 - src/core/json/json_common.h
320 - src/core/json/json_reader.h
321 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800322 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700323 - src/core/statistics/census_interface.h
324 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700325 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700327 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700328 - src/core/surface/channel.h
329 - src/core/surface/completion_queue.h
330 - src/core/surface/event_string.h
331 - src/core/surface/init.h
332 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700333 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800334 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700335 - src/core/transport/chttp2/alpn.h
336 - src/core/transport/chttp2/bin_encoder.h
337 - src/core/transport/chttp2/frame.h
338 - src/core/transport/chttp2/frame_data.h
339 - src/core/transport/chttp2/frame_goaway.h
340 - src/core/transport/chttp2/frame_ping.h
341 - src/core/transport/chttp2/frame_rst_stream.h
342 - src/core/transport/chttp2/frame_settings.h
343 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800344 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700345 - src/core/transport/chttp2/hpack_parser.h
346 - src/core/transport/chttp2/hpack_table.h
347 - src/core/transport/chttp2/http2_errors.h
348 - src/core/transport/chttp2/huffsyms.h
349 - src/core/transport/chttp2/incoming_metadata.h
350 - src/core/transport/chttp2/internal.h
351 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700352 - src/core/transport/chttp2/stream_map.h
353 - src/core/transport/chttp2/timeout_encoding.h
354 - src/core/transport/chttp2/varint.h
355 - src/core/transport/chttp2_transport.h
356 - src/core/transport/connectivity_state.h
357 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800358 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800359 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700360 - src/core/transport/transport.h
361 - src/core/transport/transport_impl.h
362 src:
363 - src/core/census/grpc_context.c
364 - src/core/census/grpc_filter.c
365 - src/core/channel/channel_args.c
366 - src/core/channel/channel_stack.c
367 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700368 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700369 - src/core/channel/compress_filter.c
370 - src/core/channel/connected_channel.c
371 - src/core/channel/http_client_filter.c
372 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800373 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700374 - src/core/client_config/client_config.c
375 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800376 - src/core/client_config/default_initial_connect_string.c
377 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800378 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700379 - src/core/client_config/lb_policies/pick_first.c
380 - src/core/client_config/lb_policies/round_robin.c
381 - src/core/client_config/lb_policy.c
382 - src/core/client_config/lb_policy_factory.c
383 - src/core/client_config/lb_policy_registry.c
384 - src/core/client_config/resolver.c
385 - src/core/client_config/resolver_factory.c
386 - src/core/client_config/resolver_registry.c
387 - src/core/client_config/resolvers/dns_resolver.c
388 - src/core/client_config/resolvers/sockaddr_resolver.c
389 - src/core/client_config/subchannel.c
390 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800391 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700392 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800393 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700394 - src/core/compression/message_compress.c
395 - src/core/debug/trace.c
396 - src/core/httpcli/format_request.c
397 - src/core/httpcli/httpcli.c
398 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700399 - src/core/iomgr/closure.c
400 - src/core/iomgr/endpoint.c
401 - src/core/iomgr/endpoint_pair_posix.c
402 - src/core/iomgr/endpoint_pair_windows.c
403 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700404 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700405 - src/core/iomgr/fd_posix.c
406 - src/core/iomgr/iocp_windows.c
407 - src/core/iomgr/iomgr.c
408 - src/core/iomgr/iomgr_posix.c
409 - src/core/iomgr/iomgr_windows.c
410 - src/core/iomgr/pollset_multipoller_with_epoll.c
411 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
412 - src/core/iomgr/pollset_posix.c
413 - src/core/iomgr/pollset_set_posix.c
414 - src/core/iomgr/pollset_set_windows.c
415 - src/core/iomgr/pollset_windows.c
416 - src/core/iomgr/resolve_address_posix.c
417 - src/core/iomgr/resolve_address_windows.c
418 - src/core/iomgr/sockaddr_utils.c
419 - src/core/iomgr/socket_utils_common_posix.c
420 - src/core/iomgr/socket_utils_linux.c
421 - src/core/iomgr/socket_utils_posix.c
422 - src/core/iomgr/socket_windows.c
423 - src/core/iomgr/tcp_client_posix.c
424 - src/core/iomgr/tcp_client_windows.c
425 - src/core/iomgr/tcp_posix.c
426 - src/core/iomgr/tcp_server_posix.c
427 - src/core/iomgr/tcp_server_windows.c
428 - src/core/iomgr/tcp_windows.c
429 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700430 - src/core/iomgr/timer.c
431 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700432 - src/core/iomgr/udp_server.c
433 - src/core/iomgr/wakeup_fd_eventfd.c
434 - src/core/iomgr/wakeup_fd_nospecial.c
435 - src/core/iomgr/wakeup_fd_pipe.c
436 - src/core/iomgr/wakeup_fd_posix.c
437 - src/core/iomgr/workqueue_posix.c
438 - src/core/iomgr/workqueue_windows.c
439 - src/core/json/json.c
440 - src/core/json/json_reader.c
441 - src/core/json/json_string.c
442 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800443 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100444 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700445 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700446 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700447 - src/core/surface/byte_buffer_reader.c
448 - src/core/surface/call.c
449 - src/core/surface/call_details.c
450 - src/core/surface/call_log_batch.c
451 - src/core/surface/channel.c
452 - src/core/surface/channel_connectivity.c
453 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800454 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700455 - src/core/surface/completion_queue.c
456 - src/core/surface/event_string.c
457 - src/core/surface/init.c
458 - src/core/surface/lame_client.c
459 - src/core/surface/metadata_array.c
460 - src/core/surface/server.c
461 - src/core/surface/server_chttp2.c
462 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800463 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700464 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800465 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700466 - src/core/transport/chttp2/alpn.c
467 - src/core/transport/chttp2/bin_encoder.c
468 - src/core/transport/chttp2/frame_data.c
469 - src/core/transport/chttp2/frame_goaway.c
470 - src/core/transport/chttp2/frame_ping.c
471 - src/core/transport/chttp2/frame_rst_stream.c
472 - src/core/transport/chttp2/frame_settings.c
473 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800474 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700475 - src/core/transport/chttp2/hpack_parser.c
476 - src/core/transport/chttp2/hpack_table.c
477 - src/core/transport/chttp2/huffsyms.c
478 - src/core/transport/chttp2/incoming_metadata.c
479 - src/core/transport/chttp2/parsing.c
480 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700481 - src/core/transport/chttp2/stream_lists.c
482 - src/core/transport/chttp2/stream_map.c
483 - src/core/transport/chttp2/timeout_encoding.c
484 - src/core/transport/chttp2/varint.c
485 - src/core/transport/chttp2/writing.c
486 - src/core/transport/chttp2_transport.c
487 - src/core/transport/connectivity_state.c
488 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800489 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800490 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700491 - src/core/transport/transport.c
492 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800493- name: grpc_codegen
494 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/byte_buffer.h
496 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800497 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800499 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800500 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100501- name: grpc_secure
502 headers:
503 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800504 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100505 - src/core/security/credentials.h
506 - src/core/security/handshake.h
507 - src/core/security/json_token.h
508 - src/core/security/jwt_verifier.h
509 - src/core/security/secure_endpoint.h
510 - src/core/security/security_connector.h
511 - src/core/security/security_context.h
512 - src/core/tsi/fake_transport_security.h
513 - src/core/tsi/ssl_transport_security.h
514 - src/core/tsi/ssl_types.h
515 - src/core/tsi/transport_security.h
516 - src/core/tsi/transport_security_interface.h
517 src:
518 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800519 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100520 - src/core/security/client_auth_filter.c
521 - src/core/security/credentials.c
522 - src/core/security/credentials_metadata.c
523 - src/core/security/credentials_posix.c
524 - src/core/security/credentials_win32.c
525 - src/core/security/google_default_credentials.c
526 - src/core/security/handshake.c
527 - src/core/security/json_token.c
528 - src/core/security/jwt_verifier.c
529 - src/core/security/secure_endpoint.c
530 - src/core/security/security_connector.c
531 - src/core/security/security_context.c
532 - src/core/security/server_auth_filter.c
533 - src/core/security/server_secure_chttp2.c
534 - src/core/surface/init_secure.c
535 - src/core/surface/secure_channel_create.c
536 - src/core/tsi/fake_transport_security.c
537 - src/core/tsi/ssl_transport_security.c
538 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700539- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700540 headers:
541 - test/core/end2end/cq_verifier.h
542 - test/core/end2end/fixtures/proxy.h
543 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/grpc_profiler.h
545 - test/core/util/parse_hexstring.h
546 - test/core/util/port.h
547 - test/core/util/slice_splitter.h
548 src:
549 - test/core/end2end/cq_verifier.c
550 - test/core/end2end/fixtures/proxy.c
551 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700552 - test/core/util/grpc_profiler.c
553 - test/core/util/parse_hexstring.c
554 - test/core/util/port_posix.c
555 - test/core/util/port_windows.c
556 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800557- name: nanopb
558 headers:
559 - third_party/nanopb/pb.h
560 - third_party/nanopb/pb_common.h
561 - third_party/nanopb/pb_decode.h
562 - third_party/nanopb/pb_encode.h
563 src:
564 - third_party/nanopb/pb_common.c
565 - third_party/nanopb/pb_decode.c
566 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100567libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800568- name: gpr
569 build: all
570 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800571 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800572 - gpr
573 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800574 secure: false
575 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
576- name: gpr_test_util
577 build: private
578 language: c
579 headers:
580 - test/core/util/test_config.h
581 src:
582 - test/core/util/test_config.c
583 deps:
584 - gpr
585 secure: false
586 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587- name: grpc
588 build: all
589 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700590 public_headers:
591 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800592 deps:
593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700594 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800595 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700596 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700597 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100598 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100600 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700601 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800602 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700603 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700604 vs_packages:
605 - grpc.dependencies.openssl
606 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700607 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100608- name: grpc_dll
609 build: private
610 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100611 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100612 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100613 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100614 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100615 build_system:
616 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100617 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100618 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100619 vs_config_type: DynamicLibrary
620 vs_packages:
621 - grpc.dependencies.openssl
622 - grpc.dependencies.zlib
623 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
624 vs_props:
625 - zlib
626 - openssl
627 - winsock
628 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700629- name: grpc_test_util
630 build: private
631 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700632 headers:
633 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800634 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 src:
636 - test/core/end2end/data/server1_cert.c
637 - test/core/end2end/data/server1_key.c
638 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800639 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700640 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800641 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800642 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700643 - grpc
644 filegroups:
645 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700646 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
647- name: grpc_test_util_unsecure
648 build: private
649 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700650 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800651 - gpr
652 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800653 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700654 filegroups:
655 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700656 secure: false
657 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
658- name: grpc_unsecure
659 build: all
660 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700661 src:
662 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 deps:
664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700665 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800666 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700667 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700668 filegroups:
669 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800670 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700671 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800672 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700673 secure: false
674 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
675- name: grpc_zookeeper
676 build: all
677 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700678 public_headers:
679 - include/grpc/grpc_zookeeper.h
680 headers:
681 - src/core/client_config/resolvers/zookeeper_resolver.h
682 src:
683 - src/core/client_config/resolvers/zookeeper_resolver.c
684 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800685 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700686 - grpc
687 external_deps:
688 - zookeeper
689 platforms:
690 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700691 secure: false
692- name: reconnect_server
693 build: private
694 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700695 headers:
696 - test/core/util/reconnect_server.h
697 src:
698 - test/core/util/reconnect_server.c
699 deps:
yang-gc9fca182015-11-06 16:41:33 -0800700 - test_tcp_server
701 - grpc_test_util
702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800703 - gpr_test_util
704 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800705- name: test_tcp_server
706 build: private
707 language: c
708 headers:
709 - test/core/util/test_tcp_server.h
710 src:
711 - test/core/util/test_tcp_server.c
712 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700713 - grpc_test_util
714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800715 - gpr_test_util
716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700717- name: grpc++
718 build: all
719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700720 headers:
721 - src/cpp/client/secure_credentials.h
722 - src/cpp/common/secure_auth_context.h
723 - src/cpp/server/secure_server_credentials.h
724 src:
Craig Tiller25834342015-09-25 08:08:24 -0700725 - src/cpp/client/secure_credentials.cc
726 - src/cpp/common/auth_property_iterator.cc
727 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800728 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700729 - src/cpp/common/secure_create_auth_context.cc
730 - src/cpp/server/secure_server_credentials.cc
731 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700732 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700733 baselib: true
734 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700735 filegroups:
736 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800737 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700738 secure: check
739 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
740- name: grpc++_test_config
741 build: private
742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700743 headers:
744 - test/cpp/util/test_config.h
745 src:
746 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700747- name: grpc++_test_util
748 build: private
749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700750 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800751 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800752 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700753 - test/cpp/util/cli_call.h
754 - test/cpp/util/create_test_channel.h
755 - test/cpp/util/string_ref_helper.h
756 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800757 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700758 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800759 - src/proto/grpc/testing/echo_messages.proto
760 - src/proto/grpc/testing/echo.proto
761 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800762 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800763 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700764 - test/cpp/util/cli_call.cc
765 - test/cpp/util/create_test_channel.cc
766 - test/cpp/util/string_ref_helper.cc
767 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800768 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700769 deps:
770 - grpc++
771 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc++_unsecure
773 build: all
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 src:
776 - src/cpp/common/insecure_create_auth_context.cc
777 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800778 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700779 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 baselib: true
781 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700782 filegroups:
783 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800784 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 secure: false
786 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
787- name: grpc_plugin_support
788 build: protoc
789 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700790 headers:
791 - include/grpc++/support/config.h
792 - include/grpc++/support/config_protobuf.h
793 - src/compiler/config.h
794 - src/compiler/cpp_generator.h
795 - src/compiler/cpp_generator_helpers.h
796 - src/compiler/csharp_generator.h
797 - src/compiler/csharp_generator_helpers.h
798 - src/compiler/generator_helpers.h
799 - src/compiler/objective_c_generator.h
800 - src/compiler/objective_c_generator_helpers.h
801 - src/compiler/python_generator.h
802 - src/compiler/ruby_generator.h
803 - src/compiler/ruby_generator_helpers-inl.h
804 - src/compiler/ruby_generator_map-inl.h
805 - src/compiler/ruby_generator_string-inl.h
806 src:
807 - src/compiler/cpp_generator.cc
808 - src/compiler/csharp_generator.cc
809 - src/compiler/objective_c_generator.cc
810 - src/compiler/python_generator.cc
811 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800813 filegroups:
814 - grpc++_codegen
815 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800816 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 secure: false
818 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800819 vs_props:
820 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821- name: interop_client_helper
822 build: private
823 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700824 headers:
825 - test/cpp/interop/client_helper.h
826 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800827 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700828 - test/cpp/interop/client_helper.cc
829 deps:
830 - grpc++_test_util
831 - grpc_test_util
832 - grpc++
833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835- name: interop_client_main
836 build: private
837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700838 headers:
839 - test/cpp/interop/interop_client.h
840 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800841 - src/proto/grpc/testing/empty.proto
842 - src/proto/grpc/testing/messages.proto
843 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700844 - test/cpp/interop/client.cc
845 - test/cpp/interop/interop_client.cc
846 deps:
847 - interop_client_helper
848 - grpc++_test_util
849 - grpc_test_util
850 - grpc++
851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800852 - gpr_test_util
853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700854 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855- name: interop_server_helper
856 build: private
857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700858 headers:
859 - test/cpp/interop/server_helper.h
860 src:
861 - test/cpp/interop/server_helper.cc
862 deps:
863 - grpc_test_util
864 - grpc++
865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867- name: interop_server_main
868 build: private
869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800871 - src/proto/grpc/testing/empty.proto
872 - src/proto/grpc/testing/messages.proto
873 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800874 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700875 deps:
876 - interop_server_helper
877 - grpc++_test_util
878 - grpc_test_util
879 - grpc++
880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800881 - gpr_test_util
882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700883 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884- name: qps
885 build: private
886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700887 headers:
888 - test/cpp/qps/client.h
889 - test/cpp/qps/driver.h
890 - test/cpp/qps/histogram.h
891 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800892 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700893 - test/cpp/qps/perf_db_client.h
894 - test/cpp/qps/qps_worker.h
895 - test/cpp/qps/report.h
896 - test/cpp/qps/server.h
897 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800898 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700899 - test/cpp/util/benchmark_config.h
900 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800901 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800902 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800903 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800904 - src/proto/grpc/testing/control.proto
905 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800906 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700907 - test/cpp/qps/client_async.cc
908 - test/cpp/qps/client_sync.cc
909 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800910 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700911 - test/cpp/qps/perf_db_client.cc
912 - test/cpp/qps/qps_worker.cc
913 - test/cpp/qps/report.cc
914 - test/cpp/qps/server_async.cc
915 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800916 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700917 - test/cpp/util/benchmark_config.cc
918 deps:
919 - grpc_test_util
920 - grpc++_test_util
921 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922- name: grpc_csharp_ext
923 build: all
924 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700925 src:
926 - src/csharp/ext/grpc_csharp_ext.c
927 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800930 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800931 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932 dll: only
933 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700934 vs_packages:
935 - grpc.dependencies.openssl
936 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700938 vs_props:
939 - zlib
940 - openssl
941 - winsock
942 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100944- name: alarm_test
945 build: test
946 language: c
947 src:
948 - test/core/surface/alarm_test.c
949 deps:
950 - grpc_test_util
951 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800952 - gpr_test_util
953 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800954- name: algorithm_test
955 build: test
956 language: c
957 src:
958 - test/core/compression/algorithm_test.c
959 deps:
960 - grpc_test_util
961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 - gpr_test_util
963 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800964- name: alloc_test
965 build: test
966 language: c
967 src:
968 - test/core/support/alloc_test.c
969 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800970 - gpr_test_util
971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: alpn_test
973 build: test
974 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700975 src:
976 - test/core/transport/chttp2/alpn_test.c
977 deps:
978 - grpc_test_util
979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800980 - gpr_test_util
981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982- name: bin_encoder_test
983 build: test
984 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700985 src:
986 - test/core/transport/chttp2/bin_encoder_test.c
987 deps:
988 - grpc_test_util
989 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800990- name: census_context_test
991 build: test
992 language: c
993 src:
994 - test/core/census/context_test.c
995 deps:
996 - grpc_test_util
997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800998 - gpr_test_util
999 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001000- name: channel_create_test
1001 build: test
1002 language: c
1003 src:
1004 - test/core/surface/channel_create_test.c
1005 deps:
1006 - grpc_test_util
1007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001008 - gpr_test_util
1009 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001010- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011 build: test
1012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001013 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001014 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001015 deps:
1016 - grpc_test_util
1017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001018 - gpr_test_util
1019 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001020- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021 build: test
1022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001023 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001024 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001025 deps:
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030- name: chttp2_stream_map_test
1031 build: test
1032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001033 src:
1034 - test/core/transport/chttp2/stream_map_test.c
1035 deps:
1036 - grpc_test_util
1037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001038 - gpr_test_util
1039 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001040- name: chttp2_varint_test
1041 build: test
1042 language: c
1043 src:
1044 - test/core/transport/chttp2/varint_test.c
1045 deps:
1046 - grpc_test_util
1047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001048 - gpr_test_util
1049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: compression_test
1051 build: test
1052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001053 src:
1054 - test/core/compression/compression_test.c
1055 deps:
1056 - grpc_test_util
1057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 - gpr_test_util
1059 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001060- name: dns_resolver_test
1061 build: test
1062 language: c
1063 src:
1064 - test/core/client_config/resolvers/dns_resolver_test.c
1065 deps:
1066 - grpc_test_util
1067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr_test_util
1069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001071 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072 build: test
1073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001074 src:
1075 - test/core/end2end/dualstack_socket_test.c
1076 deps:
1077 - grpc_test_util
1078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 - gpr_test_util
1080 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001081 platforms:
1082 - mac
1083 - linux
1084 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001085- name: endpoint_pair_test
1086 build: test
1087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001088 src:
1089 - test/core/iomgr/endpoint_pair_test.c
1090 deps:
1091 - grpc_test_util
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr_test_util
1094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095- name: fd_conservation_posix_test
1096 build: test
1097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001098 src:
1099 - test/core/iomgr/fd_conservation_posix_test.c
1100 deps:
1101 - grpc_test_util
1102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001103 - gpr_test_util
1104 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001105 platforms:
1106 - mac
1107 - linux
1108 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109- name: fd_posix_test
1110 build: test
1111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001112 src:
1113 - test/core/iomgr/fd_posix_test.c
1114 deps:
1115 - grpc_test_util
1116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001117 - gpr_test_util
1118 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001119 platforms:
1120 - mac
1121 - linux
1122 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123- name: fling_client
1124 build: test
1125 run: false
1126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001127 src:
1128 - test/core/fling/client.c
1129 deps:
1130 - grpc_test_util
1131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 - gpr_test_util
1133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: fling_server
1135 build: test
1136 run: false
1137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001138 src:
1139 - test/core/fling/server.c
1140 deps:
1141 - grpc_test_util
1142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 - gpr_test_util
1144 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001146 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147 build: test
1148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001149 src:
1150 - test/core/fling/fling_stream_test.c
1151 deps:
1152 - grpc_test_util
1153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr_test_util
1155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001156 platforms:
1157 - mac
1158 - linux
1159 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001160- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001161 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 build: test
1163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001164 src:
1165 - test/core/fling/fling_test.c
1166 deps:
1167 - grpc_test_util
1168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr_test_util
1170 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001171 platforms:
1172 - mac
1173 - linux
1174 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175- name: gen_hpack_tables
1176 build: tool
1177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001178 src:
1179 - tools/codegen/core/gen_hpack_tables.c
1180 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001182 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183- name: gen_legal_metadata_characters
1184 build: tool
1185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
1187 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001189- name: gpr_avl_test
1190 build: test
1191 language: c
1192 src:
1193 - test/core/support/avl_test.c
1194 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001195 - gpr_test_util
1196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197- name: gpr_cmdline_test
1198 build: test
1199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001200 src:
1201 - test/core/support/cmdline_test.c
1202 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001205- name: gpr_cpu_test
1206 build: test
1207 language: c
1208 src:
1209 - test/core/support/cpu_test.c
1210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213- name: gpr_env_test
1214 build: test
1215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001216 src:
1217 - test/core/support/env_test.c
1218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: gpr_histogram_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/support/histogram_test.c
1226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: gpr_host_port_test
1230 build: test
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
1233 - test/core/support/host_port_test.c
1234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001237- name: gpr_load_file_test
1238 build: test
1239 language: c
1240 src:
1241 - test/core/support/load_file_test.c
1242 deps:
1243 - gpr_test_util
1244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: gpr_log_test
1246 build: test
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 src:
1249 - test/core/support/log_test.c
1250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr_test_util
1252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: gpr_slice_buffer_test
1254 build: test
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
1257 - test/core/support/slice_buffer_test.c
1258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261- name: gpr_slice_test
1262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
1265 - test/core/support/slice_test.c
1266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001270 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 build: test
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 src:
1274 - test/core/support/stack_lockfree_test.c
1275 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278- name: gpr_string_test
1279 build: test
1280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001281 src:
1282 - test/core/support/string_test.c
1283 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001287 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/support/sync_test.c
1292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001296 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/support/thd_test.c
1301 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: gpr_time_test
1305 build: test
1306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001307 src:
1308 - test/core/support/time_test.c
1309 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: gpr_tls_test
1313 build: test
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/support/tls_test.c
1317 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 - gpr_test_util
1319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: gpr_useful_test
1321 build: test
1322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001323 src:
1324 - test/core/support/useful_test.c
1325 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr_test_util
1327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: grpc_auth_context_test
1329 build: test
1330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001331 src:
1332 - test/core/security/auth_context_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001338- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339 build: test
1340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001341 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001342 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001343 deps:
1344 - grpc_test_util
1345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: grpc_byte_buffer_reader_test
1349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/surface/byte_buffer_reader_test.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358- name: grpc_channel_args_test
1359 build: test
1360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - test/core/channel/channel_args_test.c
1363 deps:
1364 - grpc_test_util
1365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr_test_util
1367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: grpc_channel_stack_test
1369 build: test
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
1372 - test/core/channel/channel_stack_test.c
1373 deps:
1374 - grpc_test_util
1375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 - gpr_test_util
1377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: grpc_completion_queue_test
1379 build: test
1380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001381 src:
1382 - test/core/surface/completion_queue_test.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr_test_util
1387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001388- name: grpc_create_jwt
1389 build: tool
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/security/create_jwt.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc_credentials_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/security/credentials_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: grpc_fetch_oauth2
1409 build: tool
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/security/fetch_oauth2.c
1413 deps:
1414 - grpc_test_util
1415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001418- name: grpc_invalid_channel_args_test
1419 build: test
1420 language: c
1421 src:
1422 - test/core/surface/invalid_channel_args_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428- name: grpc_json_token_test
1429 build: test
1430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001431 src:
1432 - test/core/security/json_token_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001438 platforms:
1439 - linux
1440 - posix
1441 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: grpc_jwt_verifier_test
1443 build: test
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/security/jwt_verifier_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: grpc_print_google_default_creds_token
1453 build: tool
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/security/print_google_default_creds_token.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: grpc_security_connector_test
1463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/security/security_connector_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: grpc_verify_jwt
1473 build: tool
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/security/verify_jwt.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: hpack_parser_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/transport/chttp2/hpack_parser_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: hpack_table_test
1493 build: test
1494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001495 src:
1496 - test/core/transport/chttp2/hpack_table_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: httpcli_format_request_test
1503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - test/core/httpcli/format_request_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: httpcli_parser_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/httpcli/parser_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001523 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/httpcli/httpcli_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001533 platforms:
1534 - mac
1535 - linux
1536 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001537- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001538 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001539 build: test
1540 language: c
1541 src:
1542 - test/core/httpcli/httpscli_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001548 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001549 - linux
yang-gf1183302015-12-07 16:02:05 -08001550- name: init_test
1551 build: test
1552 language: c
1553 src:
1554 - test/core/surface/init_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001560- name: invalid_call_argument_test
1561 build: test
1562 language: c
1563 src:
1564 - test/core/end2end/invalid_call_argument_test.c
1565 deps:
1566 - grpc_test_util
1567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: json_rewrite
1571 build: test
1572 run: false
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/json/json_rewrite.c
1576 deps:
1577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: json_rewrite_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/json/json_rewrite_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001589- name: json_stream_error_test
1590 build: test
1591 language: c
1592 src:
1593 - test/core/json/json_stream_error_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: json_test
1600 build: test
1601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001602 src:
1603 - test/core/json/json_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: lame_client_test
1610 build: test
1611 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001612 src:
1613 - test/core/surface/lame_client_test.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001617 - gpr_test_util
1618 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001619- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001620 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/client_config/lb_policies_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: low_level_ping_pong_benchmark
1631 build: benchmark
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/network_benchmarks/low_level_ping_pong.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001640 platforms:
1641 - mac
1642 - linux
1643 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: message_compress_test
1645 build: test
1646 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001647 src:
1648 - test/core/compression/message_compress_test.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001654- name: mlog_test
1655 build: test
1656 language: c
1657 src:
1658 - test/core/census/mlog_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
1662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: multiple_server_queues_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/end2end/multiple_server_queues_test.c
1669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674- name: murmur_hash_test
1675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/support/murmur_hash_test.c
1679 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001683 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684 build: test
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/end2end/no_server_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: resolve_address_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/iomgr/resolve_address_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
yang-gd482e592015-12-10 14:04:00 -08001703- name: secure_channel_create_test
1704 build: test
1705 language: c
1706 src:
1707 - test/core/surface/secure_channel_create_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: secure_endpoint_test
1714 build: test
1715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001716 src:
1717 - test/core/security/secure_endpoint_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001723- name: server_chttp2_test
1724 build: test
1725 language: c
1726 src:
1727 - test/core/surface/server_chttp2_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001733- name: server_test
1734 build: test
1735 language: c
1736 src:
1737 - test/core/surface/server_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001743- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001744 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001745 build: test
1746 language: c
1747 src:
1748 - test/core/client_config/set_initial_connect_string_test.c
1749 deps:
1750 - test_tcp_server
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001755- name: sockaddr_resolver_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001763 - gpr_test_util
1764 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: sockaddr_utils_test
1766 build: test
1767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - test/core/iomgr/sockaddr_utils_test.c
1770 deps:
1771 - grpc_test_util
1772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001775- name: socket_utils_test
1776 build: test
1777 language: c
1778 src:
1779 - test/core/iomgr/socket_utils_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001785 platforms:
1786 - mac
1787 - linux
1788 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001790 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/iomgr/tcp_client_posix_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001800 platforms:
1801 - mac
1802 - linux
1803 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001805 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/iomgr/tcp_posix_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001815 platforms:
1816 - mac
1817 - linux
1818 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: tcp_server_posix_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/iomgr/tcp_server_posix_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001829 platforms:
1830 - mac
1831 - linux
1832 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: time_averaged_stats_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/iomgr/time_averaged_stats_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: timeout_encoding_test
1844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
1847 - test/core/transport/chttp2/timeout_encoding_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001853- name: timer_heap_test
1854 build: test
1855 language: c
1856 src:
1857 - test/core/iomgr/timer_heap_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001863- name: timer_list_test
1864 build: test
1865 language: c
1866 src:
1867 - test/core/iomgr/timer_list_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: timers_test
1874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/profiling/timers_test.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001883- name: transport_connectivity_state_test
1884 build: test
1885 language: c
1886 src:
1887 - test/core/transport/connectivity_state_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: transport_metadata_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/transport/metadata_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: transport_security_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/tsi/transport_security_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001913 platforms:
1914 - linux
1915 - posix
1916 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: udp_server_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/iomgr/udp_server_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001927 platforms:
1928 - mac
1929 - linux
1930 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931- name: uri_parser_test
1932 build: test
1933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001934 src:
1935 - test/core/client_config/uri_parser_test.c
1936 deps:
1937 - grpc_test_util
1938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001941- name: workqueue_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/iomgr/workqueue_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001951 platforms:
1952 - mac
1953 - linux
1954 - posix
vjpai04e992a2016-02-10 16:58:38 -08001955- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001956 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08001957 build: test
1958 language: c++
1959 src:
1960 - test/cpp/common/alarm_cpp_test.cc
1961 deps:
1962 - grpc++_test_util
1963 - grpc_test_util
1964 - grpc++
1965 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001969 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970 build: test
1971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/cpp/end2end/async_end2end_test.cc
1974 deps:
1975 - grpc++_test_util
1976 - grpc_test_util
1977 - grpc++
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: async_streaming_ping_pong_test
1982 build: test
1983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/cpp/qps/async_streaming_ping_pong_test.cc
1986 deps:
1987 - qps
1988 - grpc++_test_util
1989 - grpc_test_util
1990 - grpc++
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001994 platforms:
1995 - mac
1996 - linux
1997 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: async_unary_ping_pong_test
1999 build: test
2000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/cpp/qps/async_unary_ping_pong_test.cc
2003 deps:
2004 - qps
2005 - grpc++_test_util
2006 - grpc_test_util
2007 - grpc++
2008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002011 platforms:
2012 - mac
2013 - linux
2014 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002016 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017 build: test
2018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/cpp/common/auth_property_iterator_test.cc
2021 deps:
2022 - grpc++_test_util
2023 - grpc_test_util
2024 - grpc++
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002029 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030 build: test
2031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
yang-g52705592015-11-25 11:45:33 -08002033 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002034 deps:
2035 - grpc++
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 build: test
2041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/cpp/util/cli_call_test.cc
2044 deps:
2045 - grpc++_test_util
2046 - grpc_test_util
2047 - grpc++
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002052 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002053 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054 build: test
2055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/cpp/end2end/client_crash_test.cc
2058 deps:
2059 - grpc++_test_util
2060 - grpc_test_util
2061 - grpc++
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002065 platforms:
2066 - mac
2067 - linux
2068 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: client_crash_test_server
2070 build: test
2071 run: false
2072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002073 src:
2074 - test/cpp/end2end/client_crash_test_server.cc
2075 deps:
2076 - grpc++_test_util
2077 - grpc_test_util
2078 - grpc++
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002083 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084 build: test
2085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/cpp/client/credentials_test.cc
2088 deps:
2089 - grpc++
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094 build: test
2095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/cpp/util/byte_buffer_test.cc
2098 deps:
2099 - grpc_test_util
2100 - grpc++
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002105 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106 build: test
2107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/cpp/util/slice_test.cc
2110 deps:
2111 - grpc_test_util
2112 - grpc++
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002117 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118 build: test
2119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/cpp/util/string_ref_test.cc
2122 deps:
2123 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002125 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126 build: test
2127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/cpp/util/time_test.cc
2130 deps:
2131 - grpc_test_util
2132 - grpc++
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002137 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002138 cpu_cost: 0.5
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/end2end/end2end_test.cc
2143 deps:
2144 - grpc++_test_util
2145 - grpc_test_util
2146 - grpc++
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
vjpai083dc622016-01-11 09:41:17 -08002150- name: generic_async_streaming_ping_pong_test
2151 build: test
2152 language: c++
2153 src:
2154 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2155 deps:
2156 - qps
2157 - grpc++_test_util
2158 - grpc_test_util
2159 - grpc++
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
vjpai083dc622016-01-11 09:41:17 -08002163 platforms:
2164 - mac
2165 - linux
2166 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002168 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 build: test
2170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - test/cpp/end2end/generic_end2end_test.cc
2173 deps:
2174 - grpc++_test_util
2175 - grpc_test_util
2176 - grpc++
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: grpc_cli
2181 build: test
2182 run: false
2183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/cpp/util/grpc_cli.cc
2186 deps:
2187 - grpc++_test_util
2188 - grpc_test_util
2189 - grpc++
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002193 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: grpc_cpp_plugin
2195 build: protoc
2196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - src/compiler/cpp_plugin.cc
2199 deps:
2200 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 secure: false
2202 vs_config_type: Application
2203 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2204- name: grpc_csharp_plugin
2205 build: protoc
2206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - src/compiler/csharp_plugin.cc
2209 deps:
2210 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211 secure: false
2212 vs_config_type: Application
2213 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2214- name: grpc_objective_c_plugin
2215 build: protoc
2216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - src/compiler/objective_c_plugin.cc
2219 deps:
2220 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221 secure: false
2222 vs_config_type: Application
2223 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2224- name: grpc_python_plugin
2225 build: protoc
2226 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - src/compiler/python_plugin.cc
2229 deps:
2230 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231 secure: false
2232 vs_config_type: Application
2233 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2234- name: grpc_ruby_plugin
2235 build: protoc
2236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - src/compiler/ruby_plugin.cc
2239 deps:
2240 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241 secure: false
2242 vs_config_type: Application
2243 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002244- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002245 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002246 build: test
2247 language: c++
2248 src:
2249 - src/proto/grpc/lb/v0/load_balancer.proto
2250 - test/cpp/grpclb/grpclb_api_test.cc
2251 deps:
2252 - grpc++_test_util
2253 - grpc_test_util
2254 - grpc++
2255 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002256- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002257 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002258 build: test
2259 language: c++
2260 src:
2261 - test/cpp/end2end/hybrid_end2end_test.cc
2262 deps:
2263 - grpc++_test_util
2264 - grpc_test_util
2265 - grpc++
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: interop_client
2270 build: test
2271 run: false
2272 language: c++
2273 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
2275 - interop_client_main
2276 - interop_client_helper
2277 - grpc++_test_util
2278 - grpc_test_util
2279 - grpc++
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002283 - grpc++_test_config
2284 platforms:
2285 - mac
2286 - linux
2287 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288- name: interop_server
2289 build: test
2290 run: false
2291 language: c++
2292 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002293 deps:
2294 - interop_server_main
2295 - interop_server_helper
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 Tiller25834342015-09-25 08:08:24 -07002302 - grpc++_test_config
2303 platforms:
2304 - mac
2305 - linux
2306 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002308 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309 build: test
2310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/cpp/interop/interop_test.cc
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002318 platforms:
2319 - mac
2320 - linux
2321 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002322- name: metrics_client
2323 build: test
2324 run: false
2325 language: c++
2326 headers:
2327 - test/cpp/util/metrics_server.h
2328 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002329 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002330 - test/cpp/interop/metrics_client.cc
2331 deps:
2332 - grpc++
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002335 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002337 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338 build: test
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/end2end/mock_test.cc
2342 deps:
2343 - grpc++_test_util
2344 - grpc_test_util
2345 - grpc++
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: qps_driver
2350 build: benchmark
2351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/cpp/qps/qps_driver.cc
2354 deps:
2355 - qps
2356 - grpc++_test_util
2357 - grpc_test_util
2358 - grpc++
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002362 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: qps_interarrival_test
2364 build: test
2365 run: false
2366 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/cpp/qps/qps_interarrival_test.cc
2369 deps:
2370 - qps
2371 - grpc++_test_util
2372 - grpc_test_util
2373 - grpc++
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002377 platforms:
2378 - mac
2379 - linux
2380 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: qps_openloop_test
Vijay Pai3b288722016-02-19 00:28:28 -08002382 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383 build: test
2384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/cpp/qps/qps_openloop_test.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
2396 platforms:
2397 - mac
2398 - linux
2399 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002401 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402 build: test
2403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
2405 - test/cpp/qps/qps_test.cc
2406 deps:
2407 - qps
2408 - grpc++_test_util
2409 - grpc_test_util
2410 - grpc++
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002414 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002415 platforms:
2416 - mac
2417 - linux
2418 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: qps_worker
2420 build: benchmark
2421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002422 headers:
2423 - test/cpp/qps/client.h
2424 - test/cpp/qps/server.h
2425 src:
2426 - test/cpp/qps/worker.cc
2427 deps:
2428 - qps
2429 - grpc++_test_util
2430 - grpc_test_util
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002435 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436- name: reconnect_interop_client
2437 build: test
2438 run: false
2439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002441 - src/proto/grpc/testing/empty.proto
2442 - src/proto/grpc/testing/messages.proto
2443 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002444 - test/cpp/interop/reconnect_interop_client.cc
2445 deps:
2446 - grpc++_test_util
2447 - grpc_test_util
2448 - grpc++
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002452 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: reconnect_interop_server
2454 build: test
2455 run: false
2456 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002458 - src/proto/grpc/testing/empty.proto
2459 - src/proto/grpc/testing/messages.proto
2460 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002461 - test/cpp/interop/reconnect_interop_server.cc
2462 deps:
2463 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002464 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc++_test_util
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002471 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002473 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002474 build: test
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 src:
2477 - test/cpp/common/secure_auth_context_test.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
vjpaif8603ad2015-11-04 12:49:33 -08002485- name: secure_sync_unary_ping_pong_test
2486 build: test
2487 language: c++
2488 src:
2489 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2490 deps:
2491 - qps
2492 - grpc++_test_util
2493 - grpc_test_util
2494 - grpc++
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002498 platforms:
2499 - mac
2500 - linux
2501 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002503 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002504 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002505 build: test
2506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
2508 - test/cpp/end2end/server_crash_test.cc
2509 deps:
2510 - grpc++_test_util
2511 - grpc_test_util
2512 - grpc++
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002516 platforms:
2517 - mac
2518 - linux
2519 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: server_crash_test_client
2521 build: test
2522 run: false
2523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/cpp/end2end/server_crash_test_client.cc
2526 deps:
2527 - grpc++_test_util
2528 - grpc_test_util
2529 - grpc++
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002534 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535 build: test
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - test/cpp/end2end/shutdown_test.cc
2539 deps:
2540 - grpc++_test_util
2541 - grpc_test_util
2542 - grpc++
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: status_test
2547 build: test
2548 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002549 src:
2550 - test/cpp/util/status_test.cc
2551 deps:
2552 - grpc_test_util
2553 - grpc++
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002557- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002558 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002559 build: test
2560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/cpp/end2end/streaming_throughput_test.cc
2563 deps:
2564 - grpc++_test_util
2565 - grpc_test_util
2566 - grpc++
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002570 platforms:
2571 - mac
2572 - linux
2573 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002574- name: stress_test
2575 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002576 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002577 language: c++
2578 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002579 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002580 - test/cpp/interop/interop_client.h
2581 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002582 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002583 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002584 - src/proto/grpc/testing/empty.proto
2585 - src/proto/grpc/testing/messages.proto
2586 - src/proto/grpc/testing/metrics.proto
2587 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002588 - test/cpp/interop/interop_client.cc
2589 - test/cpp/interop/stress_interop_client.cc
2590 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002591 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002592 deps:
2593 - grpc++_test_util
2594 - grpc_test_util
2595 - grpc++
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002599 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: sync_streaming_ping_pong_test
2601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2605 deps:
2606 - qps
2607 - grpc++_test_util
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002613 platforms:
2614 - mac
2615 - linux
2616 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: sync_unary_ping_pong_test
2618 build: test
2619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - test/cpp/qps/sync_unary_ping_pong_test.cc
2622 deps:
2623 - qps
2624 - grpc++_test_util
2625 - grpc_test_util
2626 - grpc++
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 platforms:
2631 - mac
2632 - linux
2633 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002635 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002636 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
2640 - test/cpp/end2end/thread_stress_test.cc
2641 deps:
2642 - grpc++_test_util
2643 - grpc_test_util
2644 - grpc++
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002649 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002651 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002653 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002654 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002655 - test/cpp/end2end/zookeeper_test.cc
2656 deps:
2657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc_zookeeper
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002664 external_deps:
2665 - zookeeper
2666 platforms:
2667 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002668- name: public_headers_must_be_c89
2669 build: test
2670 language: c89
2671 src:
2672 - test/core/surface/public_headers_must_be_c89.c
2673 deps:
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002677- linkage: static
2678 name: grpc.dependencies.zlib
2679 props: false
2680 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002681 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002682- linkage: static
2683 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002684 props: true
2685 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002686 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002687- name: gflags
2688 props: false
2689 redist: false
2690 version: 2.1.2.1
2691- name: gtest
2692 props: false
2693 redist: false
2694 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002695configs:
2696 asan:
2697 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002698 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002699 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002700 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002701 LD: clang
2702 LDFLAGS: -fsanitize=address
2703 LDXX: clang++
2704 compile_the_world: true
2705 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002706 ASAN_OPTIONS: detect_leaks=1:color=always
2707 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002708 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002709 asan-noleaks:
2710 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002711 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002712 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002713 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002714 LD: clang
2715 LDFLAGS: -fsanitize=address
2716 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002717 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002718 test_environ:
2719 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002720 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002721 basicprof:
2722 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2723 DEFINES: NDEBUG
2724 dbg:
2725 CPPFLAGS: -O0
2726 DEFINES: _DEBUG DEBUG
Craig Tilleref1bf872016-02-28 17:37:33 -08002727 esan:
2728 CPPFLAGS: -O0
2729 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillera0f85172016-01-20 15:56:06 -08002730 gcov:
2731 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002732 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002733 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002734 DEFINES: _DEBUG DEBUG GPR_GCOV
2735 LD: gcc
2736 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2737 LDXX: g++
2738 helgrind:
2739 CPPFLAGS: -O0
2740 DEFINES: _DEBUG DEBUG
2741 LDFLAGS: -rdynamic
2742 timeout_multiplier: 20
2743 valgrind: --tool=helgrind
2744 memcheck:
2745 CPPFLAGS: -O0
2746 DEFINES: _DEBUG DEBUG
2747 LDFLAGS: -rdynamic
2748 timeout_multiplier: 10
2749 valgrind: --tool=memcheck --leak-check=full
2750 msan:
2751 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002752 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002753 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002754 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002755 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002756 DEFINES: NDEBUG
2757 LD: clang
2758 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2759 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2760 LDXX: clang++
2761 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002762 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002763 mutrace:
2764 CPPFLAGS: -O0
2765 DEFINES: _DEBUG DEBUG
2766 LDFLAGS: -rdynamic
2767 opt:
2768 CPPFLAGS: -O2
2769 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002770 stapprof:
2771 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2772 DEFINES: NDEBUG
2773 tsan:
2774 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002775 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002776 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002777 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002778 LD: clang
2779 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2780 LDXX: clang++
2781 compile_the_world: true
2782 test_environ:
2783 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002784 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002785 ubsan:
2786 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002787 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002788 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002789 DEFINES: NDEBUG
2790 LD: clang
2791 LDFLAGS: -fsanitize=undefined
2792 LDXX: clang++
2793 compile_the_world: true
2794 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002795defaults:
2796 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002797 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002798 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002799 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002800 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002801 global:
2802 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2803 LDFLAGS: -g
2804 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002805 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002806 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002807node_modules:
2808- deps:
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002811 - boringssl
2812 - z
murgatroid9994a75412015-11-19 14:04:53 -08002813 headers:
2814 - src/node/ext/byte_buffer.h
2815 - src/node/ext/call.h
2816 - src/node/ext/call_credentials.h
2817 - src/node/ext/channel.h
2818 - src/node/ext/channel_credentials.h
2819 - src/node/ext/completion_queue_async_worker.h
2820 - src/node/ext/server.h
2821 - src/node/ext/server_credentials.h
2822 - src/node/ext/timeval.h
2823 js:
2824 - src/node/index.js
2825 - src/node/src/client.js
2826 - src/node/src/common.js
2827 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002828 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002829 - src/node/src/metadata.js
2830 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002831 name: grpc_node
2832 src:
2833 - src/node/ext/byte_buffer.cc
2834 - src/node/ext/call.cc
2835 - src/node/ext/call_credentials.cc
2836 - src/node/ext/channel.cc
2837 - src/node/ext/channel_credentials.cc
2838 - src/node/ext/completion_queue_async_worker.cc
2839 - src/node/ext/node_grpc.cc
2840 - src/node/ext/server.cc
2841 - src/node/ext/server_credentials.cc
2842 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002843openssl_fallback:
2844 base_uri: http://openssl.org/source/
2845 extraction_dir: openssl-1.0.2f
2846 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002847php_config_m4:
2848 deps:
2849 - grpc
2850 - gpr
2851 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002852 headers:
2853 - src/php/ext/grpc/byte_buffer.h
2854 - src/php/ext/grpc/call.h
2855 - src/php/ext/grpc/call_credentials.h
2856 - src/php/ext/grpc/channel.h
2857 - src/php/ext/grpc/channel_credentials.h
2858 - src/php/ext/grpc/completion_queue.h
2859 - src/php/ext/grpc/php_grpc.h
2860 - src/php/ext/grpc/server.h
2861 - src/php/ext/grpc/server_credentials.h
2862 - src/php/ext/grpc/timeval.h
2863 src:
2864 - src/php/ext/grpc/byte_buffer.c
2865 - src/php/ext/grpc/call.c
2866 - src/php/ext/grpc/call_credentials.c
2867 - src/php/ext/grpc/channel.c
2868 - src/php/ext/grpc/channel_credentials.c
2869 - src/php/ext/grpc/completion_queue.c
2870 - src/php/ext/grpc/php_grpc.c
2871 - src/php/ext/grpc/server.c
2872 - src/php/ext/grpc/server_credentials.c
2873 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002874python_dependencies:
2875 deps:
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002878 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002879 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002880ruby_gem:
2881 deps:
2882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885 - z