blob: 3f9abccf9f653a7654cd5839320f6572980ccd49 [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
ahedberg43df2952016-03-18 10:46:38 -0400313 - src/core/iomgr/unix_sockets_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700314 - src/core/iomgr/wakeup_fd_pipe.h
315 - src/core/iomgr/wakeup_fd_posix.h
316 - src/core/iomgr/workqueue.h
317 - src/core/iomgr/workqueue_posix.h
318 - src/core/iomgr/workqueue_windows.h
319 - src/core/json/json.h
320 - src/core/json/json_common.h
321 - src/core/json/json_reader.h
322 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800323 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700324 - src/core/statistics/census_interface.h
325 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700326 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700327 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700328 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700329 - src/core/surface/channel.h
330 - src/core/surface/completion_queue.h
331 - src/core/surface/event_string.h
332 - src/core/surface/init.h
333 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700334 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800335 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700336 - src/core/transport/chttp2/alpn.h
337 - src/core/transport/chttp2/bin_encoder.h
338 - src/core/transport/chttp2/frame.h
339 - src/core/transport/chttp2/frame_data.h
340 - src/core/transport/chttp2/frame_goaway.h
341 - src/core/transport/chttp2/frame_ping.h
342 - src/core/transport/chttp2/frame_rst_stream.h
343 - src/core/transport/chttp2/frame_settings.h
344 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800345 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700346 - src/core/transport/chttp2/hpack_parser.h
347 - src/core/transport/chttp2/hpack_table.h
348 - src/core/transport/chttp2/http2_errors.h
349 - src/core/transport/chttp2/huffsyms.h
350 - src/core/transport/chttp2/incoming_metadata.h
351 - src/core/transport/chttp2/internal.h
352 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700353 - src/core/transport/chttp2/stream_map.h
354 - src/core/transport/chttp2/timeout_encoding.h
355 - src/core/transport/chttp2/varint.h
356 - src/core/transport/chttp2_transport.h
357 - src/core/transport/connectivity_state.h
358 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800359 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800360 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700361 - src/core/transport/transport.h
362 - src/core/transport/transport_impl.h
363 src:
364 - src/core/census/grpc_context.c
365 - src/core/census/grpc_filter.c
366 - src/core/channel/channel_args.c
367 - src/core/channel/channel_stack.c
368 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700369 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700370 - src/core/channel/compress_filter.c
371 - src/core/channel/connected_channel.c
372 - src/core/channel/http_client_filter.c
373 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800374 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700375 - src/core/client_config/client_config.c
376 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800377 - src/core/client_config/default_initial_connect_string.c
378 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800379 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700380 - src/core/client_config/lb_policies/pick_first.c
381 - src/core/client_config/lb_policies/round_robin.c
382 - src/core/client_config/lb_policy.c
383 - src/core/client_config/lb_policy_factory.c
384 - src/core/client_config/lb_policy_registry.c
385 - src/core/client_config/resolver.c
386 - src/core/client_config/resolver_factory.c
387 - src/core/client_config/resolver_registry.c
388 - src/core/client_config/resolvers/dns_resolver.c
389 - src/core/client_config/resolvers/sockaddr_resolver.c
390 - src/core/client_config/subchannel.c
391 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800392 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700393 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800394 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700395 - src/core/compression/message_compress.c
396 - src/core/debug/trace.c
397 - src/core/httpcli/format_request.c
398 - src/core/httpcli/httpcli.c
399 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700400 - src/core/iomgr/closure.c
401 - src/core/iomgr/endpoint.c
402 - src/core/iomgr/endpoint_pair_posix.c
403 - src/core/iomgr/endpoint_pair_windows.c
404 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700405 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700406 - src/core/iomgr/fd_posix.c
407 - src/core/iomgr/iocp_windows.c
408 - src/core/iomgr/iomgr.c
409 - src/core/iomgr/iomgr_posix.c
410 - src/core/iomgr/iomgr_windows.c
411 - src/core/iomgr/pollset_multipoller_with_epoll.c
412 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
413 - src/core/iomgr/pollset_posix.c
414 - src/core/iomgr/pollset_set_posix.c
415 - src/core/iomgr/pollset_set_windows.c
416 - src/core/iomgr/pollset_windows.c
417 - src/core/iomgr/resolve_address_posix.c
418 - src/core/iomgr/resolve_address_windows.c
419 - src/core/iomgr/sockaddr_utils.c
420 - src/core/iomgr/socket_utils_common_posix.c
421 - src/core/iomgr/socket_utils_linux.c
422 - src/core/iomgr/socket_utils_posix.c
423 - src/core/iomgr/socket_windows.c
424 - src/core/iomgr/tcp_client_posix.c
425 - src/core/iomgr/tcp_client_windows.c
426 - src/core/iomgr/tcp_posix.c
427 - src/core/iomgr/tcp_server_posix.c
428 - src/core/iomgr/tcp_server_windows.c
429 - src/core/iomgr/tcp_windows.c
430 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700431 - src/core/iomgr/timer.c
432 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700433 - src/core/iomgr/udp_server.c
ahedberg43df2952016-03-18 10:46:38 -0400434 - src/core/iomgr/unix_sockets_posix.c
435 - src/core/iomgr/unix_sockets_posix_noop.c
Craig Tiller25834342015-09-25 08:08:24 -0700436 - src/core/iomgr/wakeup_fd_eventfd.c
437 - src/core/iomgr/wakeup_fd_nospecial.c
438 - src/core/iomgr/wakeup_fd_pipe.c
439 - src/core/iomgr/wakeup_fd_posix.c
440 - src/core/iomgr/workqueue_posix.c
441 - src/core/iomgr/workqueue_windows.c
442 - src/core/json/json.c
443 - src/core/json/json_reader.c
444 - src/core/json/json_string.c
445 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800446 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100447 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700448 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700449 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/byte_buffer_reader.c
451 - src/core/surface/call.c
452 - src/core/surface/call_details.c
453 - src/core/surface/call_log_batch.c
454 - src/core/surface/channel.c
455 - src/core/surface/channel_connectivity.c
456 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800457 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700458 - src/core/surface/completion_queue.c
459 - src/core/surface/event_string.c
460 - src/core/surface/init.c
461 - src/core/surface/lame_client.c
462 - src/core/surface/metadata_array.c
463 - src/core/surface/server.c
464 - src/core/surface/server_chttp2.c
465 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800466 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700467 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800468 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - src/core/transport/chttp2/alpn.c
470 - src/core/transport/chttp2/bin_encoder.c
471 - src/core/transport/chttp2/frame_data.c
472 - src/core/transport/chttp2/frame_goaway.c
473 - src/core/transport/chttp2/frame_ping.c
474 - src/core/transport/chttp2/frame_rst_stream.c
475 - src/core/transport/chttp2/frame_settings.c
476 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800477 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/hpack_parser.c
479 - src/core/transport/chttp2/hpack_table.c
480 - src/core/transport/chttp2/huffsyms.c
481 - src/core/transport/chttp2/incoming_metadata.c
482 - src/core/transport/chttp2/parsing.c
483 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700484 - src/core/transport/chttp2/stream_lists.c
485 - src/core/transport/chttp2/stream_map.c
486 - src/core/transport/chttp2/timeout_encoding.c
487 - src/core/transport/chttp2/varint.c
488 - src/core/transport/chttp2/writing.c
489 - src/core/transport/chttp2_transport.c
490 - src/core/transport/connectivity_state.c
491 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800492 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800493 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700494 - src/core/transport/transport.c
495 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800496- name: grpc_codegen
497 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/byte_buffer.h
499 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800500 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800501 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800502 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504- name: grpc_secure
505 headers:
506 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800507 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100508 - src/core/security/credentials.h
509 - src/core/security/handshake.h
510 - src/core/security/json_token.h
511 - src/core/security/jwt_verifier.h
512 - src/core/security/secure_endpoint.h
513 - src/core/security/security_connector.h
514 - src/core/security/security_context.h
515 - src/core/tsi/fake_transport_security.h
516 - src/core/tsi/ssl_transport_security.h
517 - src/core/tsi/ssl_types.h
518 - src/core/tsi/transport_security.h
519 - src/core/tsi/transport_security_interface.h
520 src:
521 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800522 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100523 - src/core/security/client_auth_filter.c
524 - src/core/security/credentials.c
525 - src/core/security/credentials_metadata.c
526 - src/core/security/credentials_posix.c
527 - src/core/security/credentials_win32.c
528 - src/core/security/google_default_credentials.c
529 - src/core/security/handshake.c
530 - src/core/security/json_token.c
531 - src/core/security/jwt_verifier.c
532 - src/core/security/secure_endpoint.c
533 - src/core/security/security_connector.c
534 - src/core/security/security_context.c
535 - src/core/security/server_auth_filter.c
536 - src/core/security/server_secure_chttp2.c
537 - src/core/surface/init_secure.c
538 - src/core/surface/secure_channel_create.c
539 - src/core/tsi/fake_transport_security.c
540 - src/core/tsi/ssl_transport_security.c
541 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700542- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700543 headers:
544 - test/core/end2end/cq_verifier.h
545 - test/core/end2end/fixtures/proxy.h
546 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/grpc_profiler.h
548 - test/core/util/parse_hexstring.h
549 - test/core/util/port.h
550 - test/core/util/slice_splitter.h
551 src:
552 - test/core/end2end/cq_verifier.c
553 - test/core/end2end/fixtures/proxy.c
554 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/grpc_profiler.c
556 - test/core/util/parse_hexstring.c
557 - test/core/util/port_posix.c
558 - test/core/util/port_windows.c
559 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800560- name: nanopb
561 headers:
562 - third_party/nanopb/pb.h
563 - third_party/nanopb/pb_common.h
564 - third_party/nanopb/pb_decode.h
565 - third_party/nanopb/pb_encode.h
566 src:
567 - third_party/nanopb/pb_common.c
568 - third_party/nanopb/pb_decode.c
569 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100570libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800571- name: gpr
572 build: all
573 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800574 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800575 - gpr
576 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800577 secure: false
578 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
579- name: gpr_test_util
580 build: private
581 language: c
582 headers:
583 - test/core/util/test_config.h
584 src:
585 - test/core/util/test_config.c
586 deps:
587 - gpr
588 secure: false
589 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700590- name: grpc
591 build: all
592 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700593 public_headers:
594 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800595 deps:
596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700597 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800598 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700600 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100601 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700602 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100603 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700604 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800605 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700606 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700607 vs_packages:
608 - grpc.dependencies.openssl
609 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700610 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100611- name: grpc_dll
612 build: private
613 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100614 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100615 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100616 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100617 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100618 build_system:
619 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100620 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100621 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100622 vs_config_type: DynamicLibrary
623 vs_packages:
624 - grpc.dependencies.openssl
625 - grpc.dependencies.zlib
626 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
627 vs_props:
628 - zlib
629 - openssl
630 - winsock
631 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700632- name: grpc_test_util
633 build: private
634 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700635 headers:
636 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800637 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700638 src:
639 - test/core/end2end/data/server1_cert.c
640 - test/core/end2end/data/server1_key.c
641 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800642 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800644 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700646 - grpc
647 filegroups:
648 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700649 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
650- name: grpc_test_util_unsecure
651 build: private
652 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800654 - gpr
655 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800656 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700657 filegroups:
658 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700659 secure: false
660 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
661- name: grpc_unsecure
662 build: all
663 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700664 src:
665 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800666 deps:
667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700668 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800669 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700670 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700671 filegroups:
672 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800673 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700674 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800675 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700676 secure: false
677 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
678- name: grpc_zookeeper
679 build: all
680 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700681 public_headers:
682 - include/grpc/grpc_zookeeper.h
683 headers:
684 - src/core/client_config/resolvers/zookeeper_resolver.h
685 src:
686 - src/core/client_config/resolvers/zookeeper_resolver.c
687 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800688 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700689 - grpc
690 external_deps:
691 - zookeeper
692 platforms:
693 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700694 secure: false
695- name: reconnect_server
696 build: private
697 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700698 headers:
699 - test/core/util/reconnect_server.h
700 src:
701 - test/core/util/reconnect_server.c
702 deps:
yang-gc9fca182015-11-06 16:41:33 -0800703 - test_tcp_server
704 - grpc_test_util
705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800706 - gpr_test_util
707 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800708- name: test_tcp_server
709 build: private
710 language: c
711 headers:
712 - test/core/util/test_tcp_server.h
713 src:
714 - test/core/util/test_tcp_server.c
715 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700716 - grpc_test_util
717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800718 - gpr_test_util
719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc++
721 build: all
722 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700723 headers:
724 - src/cpp/client/secure_credentials.h
725 - src/cpp/common/secure_auth_context.h
726 - src/cpp/server/secure_server_credentials.h
727 src:
Craig Tiller25834342015-09-25 08:08:24 -0700728 - src/cpp/client/secure_credentials.cc
729 - src/cpp/common/auth_property_iterator.cc
730 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800731 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700732 - src/cpp/common/secure_create_auth_context.cc
733 - src/cpp/server/secure_server_credentials.cc
734 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700735 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700736 baselib: true
737 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700738 filegroups:
739 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800740 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741 secure: check
742 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
743- name: grpc++_test_config
744 build: private
745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700746 headers:
747 - test/cpp/util/test_config.h
748 src:
749 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700750- name: grpc++_test_util
751 build: private
752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700753 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800754 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800755 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700756 - test/cpp/util/cli_call.h
757 - test/cpp/util/create_test_channel.h
758 - test/cpp/util/string_ref_helper.h
759 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800760 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700761 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800762 - src/proto/grpc/testing/echo_messages.proto
763 - src/proto/grpc/testing/echo.proto
764 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800765 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800766 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700767 - test/cpp/util/cli_call.cc
768 - test/cpp/util/create_test_channel.cc
769 - test/cpp/util/string_ref_helper.cc
770 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800771 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700772 deps:
773 - grpc++
774 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700775- name: grpc++_unsecure
776 build: all
777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700778 src:
779 - src/cpp/common/insecure_create_auth_context.cc
780 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700782 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783 baselib: true
784 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700785 filegroups:
786 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800787 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700788 secure: false
789 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
790- name: grpc_plugin_support
791 build: protoc
792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700793 headers:
794 - include/grpc++/support/config.h
795 - include/grpc++/support/config_protobuf.h
796 - src/compiler/config.h
797 - src/compiler/cpp_generator.h
798 - src/compiler/cpp_generator_helpers.h
799 - src/compiler/csharp_generator.h
800 - src/compiler/csharp_generator_helpers.h
801 - src/compiler/generator_helpers.h
802 - src/compiler/objective_c_generator.h
803 - src/compiler/objective_c_generator_helpers.h
804 - src/compiler/python_generator.h
805 - src/compiler/ruby_generator.h
806 - src/compiler/ruby_generator_helpers-inl.h
807 - src/compiler/ruby_generator_map-inl.h
808 - src/compiler/ruby_generator_string-inl.h
809 src:
810 - src/compiler/cpp_generator.cc
811 - src/compiler/csharp_generator.cc
812 - src/compiler/objective_c_generator.cc
813 - src/compiler/python_generator.cc
814 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800816 filegroups:
817 - grpc++_codegen
818 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800819 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820 secure: false
821 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800822 vs_props:
823 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700824- name: interop_client_helper
825 build: private
826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700827 headers:
828 - test/cpp/interop/client_helper.h
829 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800830 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700831 - test/cpp/interop/client_helper.cc
832 deps:
833 - grpc++_test_util
834 - grpc_test_util
835 - grpc++
836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700838- name: interop_client_main
839 build: private
840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700841 headers:
842 - test/cpp/interop/interop_client.h
843 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800844 - src/proto/grpc/testing/empty.proto
845 - src/proto/grpc/testing/messages.proto
846 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700847 - test/cpp/interop/client.cc
848 - test/cpp/interop/interop_client.cc
849 deps:
850 - interop_client_helper
851 - grpc++_test_util
852 - grpc_test_util
853 - grpc++
854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800855 - gpr_test_util
856 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700857 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858- name: interop_server_helper
859 build: private
860 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700861 headers:
862 - test/cpp/interop/server_helper.h
863 src:
864 - test/cpp/interop/server_helper.cc
865 deps:
866 - grpc_test_util
867 - grpc++
868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870- name: interop_server_main
871 build: private
872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700873 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800874 - src/proto/grpc/testing/empty.proto
875 - src/proto/grpc/testing/messages.proto
876 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800877 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700878 deps:
879 - interop_server_helper
880 - grpc++_test_util
881 - grpc_test_util
882 - grpc++
883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800884 - gpr_test_util
885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700886 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887- name: qps
888 build: private
889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700890 headers:
891 - test/cpp/qps/client.h
892 - test/cpp/qps/driver.h
893 - test/cpp/qps/histogram.h
894 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800895 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700896 - test/cpp/qps/perf_db_client.h
897 - test/cpp/qps/qps_worker.h
898 - test/cpp/qps/report.h
899 - test/cpp/qps/server.h
900 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800901 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700902 - test/cpp/util/benchmark_config.h
903 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800904 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800905 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800906 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800907 - src/proto/grpc/testing/control.proto
908 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800909 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700910 - test/cpp/qps/client_async.cc
911 - test/cpp/qps/client_sync.cc
912 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800913 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700914 - test/cpp/qps/perf_db_client.cc
915 - test/cpp/qps/qps_worker.cc
916 - test/cpp/qps/report.cc
917 - test/cpp/qps/server_async.cc
918 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800919 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700920 - test/cpp/util/benchmark_config.cc
921 deps:
922 - grpc_test_util
923 - grpc++_test_util
924 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925- name: grpc_csharp_ext
926 build: all
927 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700928 src:
929 - src/csharp/ext/grpc_csharp_ext.c
930 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800933 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800934 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700935 dll: only
936 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700937 vs_packages:
938 - grpc.dependencies.openssl
939 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700941 vs_props:
942 - zlib
943 - openssl
944 - winsock
945 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100947- name: alarm_test
948 build: test
949 language: c
950 src:
951 - test/core/surface/alarm_test.c
952 deps:
953 - grpc_test_util
954 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800955 - gpr_test_util
956 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800957- name: algorithm_test
958 build: test
959 language: c
960 src:
961 - test/core/compression/algorithm_test.c
962 deps:
963 - grpc_test_util
964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr_test_util
966 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800967- name: alloc_test
968 build: test
969 language: c
970 src:
971 - test/core/support/alloc_test.c
972 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800973 - gpr_test_util
974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975- name: alpn_test
976 build: test
977 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700978 src:
979 - test/core/transport/chttp2/alpn_test.c
980 deps:
981 - grpc_test_util
982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 - gpr_test_util
984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985- name: bin_encoder_test
986 build: test
987 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700988 src:
989 - test/core/transport/chttp2/bin_encoder_test.c
990 deps:
991 - grpc_test_util
992 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800993- name: census_context_test
994 build: test
995 language: c
996 src:
997 - test/core/census/context_test.c
998 deps:
999 - grpc_test_util
1000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr_test_util
1002 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001003- name: channel_create_test
1004 build: test
1005 language: c
1006 src:
1007 - test/core/surface/channel_create_test.c
1008 deps:
1009 - grpc_test_util
1010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
1012 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001013- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014 build: test
1015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001016 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001017 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001018 deps:
1019 - grpc_test_util
1020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
1022 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001023- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024 build: test
1025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001026 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001027 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001028 deps:
1029 - grpc_test_util
1030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr_test_util
1032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033- name: chttp2_stream_map_test
1034 build: test
1035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001036 src:
1037 - test/core/transport/chttp2/stream_map_test.c
1038 deps:
1039 - grpc_test_util
1040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001041 - gpr_test_util
1042 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001043- name: chttp2_varint_test
1044 build: test
1045 language: c
1046 src:
1047 - test/core/transport/chttp2/varint_test.c
1048 deps:
1049 - grpc_test_util
1050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001051 - gpr_test_util
1052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053- name: compression_test
1054 build: test
1055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001056 src:
1057 - test/core/compression/compression_test.c
1058 deps:
1059 - grpc_test_util
1060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr_test_util
1062 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001063- name: concurrent_connectivity_test
1064 build: test
1065 language: c
1066 src:
1067 - test/core/surface/concurrent_connectivity_test.c
1068 deps:
1069 - grpc_test_util
1070 - grpc
1071 - gpr_test_util
1072 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001073- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001074 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001075 build: test
1076 language: c
1077 src:
1078 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1079 deps:
1080 - grpc_test_util
1081 - grpc
1082 - gpr_test_util
1083 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001084- name: dns_resolver_test
1085 build: test
1086 language: c
1087 src:
1088 - test/core/client_config/resolvers/dns_resolver_test.c
1089 deps:
1090 - grpc_test_util
1091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001092 - gpr_test_util
1093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001094- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001095 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096 build: test
1097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001098 src:
1099 - test/core/end2end/dualstack_socket_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 Tillere0b8a422015-08-31 16:03:39 -07001109- name: endpoint_pair_test
1110 build: test
1111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001112 src:
1113 - test/core/iomgr/endpoint_pair_test.c
1114 deps:
1115 - grpc_test_util
1116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001117 - gpr_test_util
1118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119- name: fd_conservation_posix_test
1120 build: test
1121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001122 src:
1123 - test/core/iomgr/fd_conservation_posix_test.c
1124 deps:
1125 - grpc_test_util
1126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 - gpr_test_util
1128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001129 platforms:
1130 - mac
1131 - linux
1132 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: fd_posix_test
1134 build: test
1135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001136 src:
1137 - test/core/iomgr/fd_posix_test.c
1138 deps:
1139 - grpc_test_util
1140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 - gpr_test_util
1142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001143 platforms:
1144 - mac
1145 - linux
1146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: fling_client
1148 build: test
1149 run: false
1150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001151 src:
1152 - test/core/fling/client.c
1153 deps:
1154 - grpc_test_util
1155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001156 - gpr_test_util
1157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: fling_server
1159 build: test
1160 run: false
1161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001162 src:
1163 - test/core/fling/server.c
1164 deps:
1165 - grpc_test_util
1166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001167 - gpr_test_util
1168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001170 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 build: test
1172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001173 src:
1174 - test/core/fling/fling_stream_test.c
1175 deps:
1176 - grpc_test_util
1177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr_test_util
1179 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001180 platforms:
1181 - mac
1182 - linux
1183 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001185 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 build: test
1187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001188 src:
1189 - test/core/fling/fling_test.c
1190 deps:
1191 - grpc_test_util
1192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001193 - gpr_test_util
1194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001195 platforms:
1196 - mac
1197 - linux
1198 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: gen_hpack_tables
1200 build: tool
1201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
1203 - tools/codegen/core/gen_hpack_tables.c
1204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001206 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: gen_legal_metadata_characters
1208 build: tool
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 src:
1211 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001213- name: gpr_avl_test
1214 build: test
1215 language: c
1216 src:
1217 - test/core/support/avl_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_cmdline_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/support/cmdline_test.c
1226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001229- name: gpr_cpu_test
1230 build: test
1231 language: c
1232 src:
1233 - test/core/support/cpu_test.c
1234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: gpr_env_test
1238 build: test
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
1241 - test/core/support/env_test.c
1242 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001243 - gpr_test_util
1244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: gpr_histogram_test
1246 build: test
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 src:
1249 - test/core/support/histogram_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_host_port_test
1254 build: test
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
1257 - test/core/support/host_port_test.c
1258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001261- name: gpr_load_file_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/support/load_file_test.c
1266 deps:
1267 - gpr_test_util
1268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: gpr_log_test
1270 build: test
1271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001272 src:
1273 - test/core/support/log_test.c
1274 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277- name: gpr_slice_buffer_test
1278 build: test
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 src:
1281 - test/core/support/slice_buffer_test.c
1282 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr_test_util
1284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: gpr_slice_test
1286 build: test
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
1289 - test/core/support/slice_test.c
1290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001294 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295 build: test
1296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001297 src:
1298 - test/core/support/stack_lockfree_test.c
1299 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001302- name: gpr_string_test
1303 build: test
1304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001305 src:
1306 - test/core/support/string_test.c
1307 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001311 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312 build: test
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/support/sync_test.c
1316 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001317 - gpr_test_util
1318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001319- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001320 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321 build: test
1322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001323 src:
1324 - test/core/support/thd_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: gpr_time_test
1329 build: test
1330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001331 src:
1332 - test/core/support/time_test.c
1333 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr_test_util
1335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: gpr_tls_test
1337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/support/tls_test.c
1341 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001342 - gpr_test_util
1343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: gpr_useful_test
1345 build: test
1346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - test/core/support/useful_test.c
1349 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 - gpr_test_util
1351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352- name: grpc_auth_context_test
1353 build: test
1354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001355 src:
1356 - test/core/security/auth_context_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr_test_util
1361 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001362- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363 build: test
1364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001365 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001366 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: grpc_byte_buffer_reader_test
1373 build: test
1374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001375 src:
1376 - test/core/surface/byte_buffer_reader_test.c
1377 deps:
1378 - grpc_test_util
1379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001382- name: grpc_channel_args_test
1383 build: test
1384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001385 src:
1386 - test/core/channel/channel_args_test.c
1387 deps:
1388 - grpc_test_util
1389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001390 - gpr_test_util
1391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392- name: grpc_channel_stack_test
1393 build: test
1394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001395 src:
1396 - test/core/channel/channel_stack_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: grpc_completion_queue_test
1403 build: test
1404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001405 src:
1406 - test/core/surface/completion_queue_test.c
1407 deps:
1408 - grpc_test_util
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc_create_jwt
1413 build: tool
1414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - test/core/security/create_jwt.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: grpc_credentials_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/security/credentials_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432- name: grpc_fetch_oauth2
1433 build: tool
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/security/fetch_oauth2.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001442- name: grpc_invalid_channel_args_test
1443 build: test
1444 language: c
1445 src:
1446 - test/core/surface/invalid_channel_args_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_json_token_test
1453 build: test
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/security/json_token_test.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001462 platforms:
1463 - linux
1464 - posix
1465 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: grpc_jwt_verifier_test
1467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/security/jwt_verifier_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: grpc_print_google_default_creds_token
1477 build: tool
1478 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
1480 - test/core/security/print_google_default_creds_token.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: grpc_security_connector_test
1487 build: test
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
1490 - test/core/security/security_connector_test.c
1491 deps:
1492 - grpc_test_util
1493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001494 - gpr_test_util
1495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: grpc_verify_jwt
1497 build: tool
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/security/verify_jwt.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: hpack_parser_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/transport/chttp2/hpack_parser_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516- name: hpack_table_test
1517 build: test
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 src:
1520 - test/core/transport/chttp2/hpack_table_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: httpcli_format_request_test
1527 build: test
1528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001529 src:
1530 - test/core/httpcli/format_request_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536- name: httpcli_parser_test
1537 build: test
1538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001539 src:
1540 - test/core/httpcli/parser_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001547 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/httpcli/httpcli_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001557 platforms:
1558 - mac
1559 - linux
1560 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001561- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001562 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001563 build: test
1564 language: c
1565 src:
1566 - test/core/httpcli/httpscli_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001572 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001573 - linux
yang-gf1183302015-12-07 16:02:05 -08001574- name: init_test
1575 build: test
1576 language: c
1577 src:
1578 - test/core/surface/init_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001582 - gpr_test_util
1583 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001584- name: invalid_call_argument_test
1585 build: test
1586 language: c
1587 src:
1588 - test/core/end2end/invalid_call_argument_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: json_rewrite
1595 build: test
1596 run: false
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/json/json_rewrite.c
1600 deps:
1601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: json_rewrite_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/json/json_rewrite_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001613- name: json_stream_error_test
1614 build: test
1615 language: c
1616 src:
1617 - test/core/json/json_stream_error_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: json_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/json/json_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: lame_client_test
1634 build: test
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/surface/lame_client_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001643- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001644 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001645 build: test
1646 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001647 src:
1648 - test/core/client_config/lb_policies_test.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: low_level_ping_pong_benchmark
1655 build: benchmark
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/network_benchmarks/low_level_ping_pong.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001664 platforms:
1665 - mac
1666 - linux
1667 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: message_compress_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/compression/message_compress_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001678- name: mlog_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/census/mlog_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
1686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: multiple_server_queues_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/end2end/multiple_server_queues_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: murmur_hash_test
1699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/support/murmur_hash_test.c
1703 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001707 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/end2end/no_server_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: resolve_address_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/iomgr/resolve_address_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
yang-gd482e592015-12-10 14:04:00 -08001727- name: secure_channel_create_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/surface/secure_channel_create_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: secure_endpoint_test
1738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/security/secure_endpoint_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001747- name: server_chttp2_test
1748 build: test
1749 language: c
1750 src:
1751 - test/core/surface/server_chttp2_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001757- name: server_test
1758 build: test
1759 language: c
1760 src:
1761 - test/core/surface/server_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001767- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001768 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001769 build: test
1770 language: c
1771 src:
1772 - test/core/client_config/set_initial_connect_string_test.c
1773 deps:
1774 - test_tcp_server
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001779- name: sockaddr_resolver_test
1780 build: test
1781 language: c
1782 src:
1783 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: sockaddr_utils_test
1790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/iomgr/sockaddr_utils_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001799- name: socket_utils_test
1800 build: test
1801 language: c
1802 src:
1803 - test/core/iomgr/socket_utils_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001809 platforms:
1810 - mac
1811 - linux
1812 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001814 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/iomgr/tcp_client_posix_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001824 platforms:
1825 - mac
1826 - linux
1827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001829 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/iomgr/tcp_posix_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001839 platforms:
1840 - mac
1841 - linux
1842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: tcp_server_posix_test
1844 build: test
1845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001846 src:
1847 - test/core/iomgr/tcp_server_posix_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001853 platforms:
1854 - mac
1855 - linux
1856 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: time_averaged_stats_test
1858 build: test
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/iomgr/time_averaged_stats_test.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: timeout_encoding_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/transport/chttp2/timeout_encoding_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001877- name: timer_heap_test
1878 build: test
1879 language: c
1880 src:
1881 - test/core/iomgr/timer_heap_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001887- name: timer_list_test
1888 build: test
1889 language: c
1890 src:
1891 - test/core/iomgr/timer_list_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: timers_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/profiling/timers_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001907- name: transport_connectivity_state_test
1908 build: test
1909 language: c
1910 src:
1911 - test/core/transport/connectivity_state_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: transport_metadata_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/transport/metadata_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: transport_security_test
1928 build: test
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/core/tsi/transport_security_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001937 platforms:
1938 - linux
1939 - posix
1940 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: udp_server_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/iomgr/udp_server_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: uri_parser_test
1956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/client_config/uri_parser_test.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001965- name: workqueue_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/iomgr/workqueue_test.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001975 platforms:
1976 - mac
1977 - linux
1978 - posix
vjpai04e992a2016-02-10 16:58:38 -08001979- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001980 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08001981 build: test
1982 language: c++
1983 src:
1984 - test/cpp/common/alarm_cpp_test.cc
1985 deps:
1986 - grpc++_test_util
1987 - grpc_test_util
1988 - grpc++
1989 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08001993 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994 build: test
1995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/cpp/end2end/async_end2end_test.cc
1998 deps:
1999 - grpc++_test_util
2000 - grpc_test_util
2001 - grpc++
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: async_streaming_ping_pong_test
2006 build: test
2007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/cpp/qps/async_streaming_ping_pong_test.cc
2010 deps:
2011 - qps
2012 - grpc++_test_util
2013 - grpc_test_util
2014 - grpc++
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002018 platforms:
2019 - mac
2020 - linux
2021 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: async_unary_ping_pong_test
2023 build: test
2024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/cpp/qps/async_unary_ping_pong_test.cc
2027 deps:
2028 - qps
2029 - grpc++_test_util
2030 - grpc_test_util
2031 - grpc++
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002035 platforms:
2036 - mac
2037 - linux
2038 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002040 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 build: test
2042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/cpp/common/auth_property_iterator_test.cc
2045 deps:
2046 - grpc++_test_util
2047 - grpc_test_util
2048 - grpc++
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002053 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054 build: test
2055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
yang-g52705592015-11-25 11:45:33 -08002057 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002058 deps:
2059 - grpc++
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002063 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064 build: test
2065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/cpp/util/cli_call_test.cc
2068 deps:
2069 - grpc++_test_util
2070 - grpc_test_util
2071 - grpc++
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002076 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002077 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002078 build: test
2079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/cpp/end2end/client_crash_test.cc
2082 deps:
2083 - grpc++_test_util
2084 - grpc_test_util
2085 - grpc++
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002089 platforms:
2090 - mac
2091 - linux
2092 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: client_crash_test_server
2094 build: test
2095 run: false
2096 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/cpp/end2end/client_crash_test_server.cc
2099 deps:
2100 - grpc++_test_util
2101 - grpc_test_util
2102 - grpc++
2103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002107 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108 build: test
2109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/cpp/client/credentials_test.cc
2112 deps:
2113 - grpc++
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: cxx_byte_buffer_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/byte_buffer_test.cc
2122 deps:
2123 - grpc_test_util
2124 - grpc++
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002129 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130 build: test
2131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/cpp/util/slice_test.cc
2134 deps:
2135 - grpc_test_util
2136 - grpc++
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002141 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 build: test
2143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/cpp/util/string_ref_test.cc
2146 deps:
2147 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002149 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150 build: test
2151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/cpp/util/time_test.cc
2154 deps:
2155 - grpc_test_util
2156 - grpc++
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002161 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002162 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163 build: test
2164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/cpp/end2end/end2end_test.cc
2167 deps:
2168 - grpc++_test_util
2169 - grpc_test_util
2170 - grpc++
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
vjpai083dc622016-01-11 09:41:17 -08002174- name: generic_async_streaming_ping_pong_test
2175 build: test
2176 language: c++
2177 src:
2178 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2179 deps:
2180 - qps
2181 - grpc++_test_util
2182 - grpc_test_util
2183 - grpc++
2184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002185 - gpr_test_util
2186 - gpr
vjpai083dc622016-01-11 09:41:17 -08002187 platforms:
2188 - mac
2189 - linux
2190 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002192 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193 build: test
2194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002195 src:
2196 - test/cpp/end2end/generic_end2end_test.cc
2197 deps:
2198 - grpc++_test_util
2199 - grpc_test_util
2200 - grpc++
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: grpc_cli
2205 build: test
2206 run: false
2207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/cpp/util/grpc_cli.cc
2210 deps:
2211 - grpc++_test_util
2212 - grpc_test_util
2213 - grpc++
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002217 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: grpc_cpp_plugin
2219 build: protoc
2220 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - src/compiler/cpp_plugin.cc
2223 deps:
2224 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002225 secure: false
2226 vs_config_type: Application
2227 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2228- name: grpc_csharp_plugin
2229 build: protoc
2230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - src/compiler/csharp_plugin.cc
2233 deps:
2234 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235 secure: false
2236 vs_config_type: Application
2237 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2238- name: grpc_objective_c_plugin
2239 build: protoc
2240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - src/compiler/objective_c_plugin.cc
2243 deps:
2244 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245 secure: false
2246 vs_config_type: Application
2247 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2248- name: grpc_python_plugin
2249 build: protoc
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - src/compiler/python_plugin.cc
2253 deps:
2254 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255 secure: false
2256 vs_config_type: Application
2257 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2258- name: grpc_ruby_plugin
2259 build: protoc
2260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
2262 - src/compiler/ruby_plugin.cc
2263 deps:
2264 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265 secure: false
2266 vs_config_type: Application
2267 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002268- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002269 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002270 build: test
2271 language: c++
2272 src:
2273 - src/proto/grpc/lb/v0/load_balancer.proto
2274 - test/cpp/grpclb/grpclb_api_test.cc
2275 deps:
2276 - grpc++_test_util
2277 - grpc_test_util
2278 - grpc++
2279 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002280- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002281 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002282 build: test
2283 language: c++
2284 src:
2285 - test/cpp/end2end/hybrid_end2end_test.cc
2286 deps:
2287 - grpc++_test_util
2288 - grpc_test_util
2289 - grpc++
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: interop_client
2294 build: test
2295 run: false
2296 language: c++
2297 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002298 deps:
2299 - interop_client_main
2300 - interop_client_helper
2301 - grpc++_test_util
2302 - grpc_test_util
2303 - grpc++
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 - grpc++_test_config
2308 platforms:
2309 - mac
2310 - linux
2311 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: interop_server
2313 build: test
2314 run: false
2315 language: c++
2316 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - interop_server_main
2319 - interop_server_helper
2320 - grpc++_test_util
2321 - grpc_test_util
2322 - grpc++
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002326 - grpc++_test_config
2327 platforms:
2328 - mac
2329 - linux
2330 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002332 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333 build: test
2334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/cpp/interop/interop_test.cc
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002342 platforms:
2343 - mac
2344 - linux
2345 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002346- name: metrics_client
2347 build: test
2348 run: false
2349 language: c++
2350 headers:
2351 - test/cpp/util/metrics_server.h
2352 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002353 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002354 - test/cpp/interop/metrics_client.cc
2355 deps:
2356 - grpc++
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002359 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002361 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362 build: test
2363 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
2365 - test/cpp/end2end/mock_test.cc
2366 deps:
2367 - grpc++_test_util
2368 - grpc_test_util
2369 - grpc++
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: qps_driver
2374 build: benchmark
2375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
2377 - test/cpp/qps/qps_driver.cc
2378 deps:
2379 - qps
2380 - grpc++_test_util
2381 - grpc_test_util
2382 - grpc++
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: qps_interarrival_test
2388 build: test
2389 run: false
2390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/cpp/qps/qps_interarrival_test.cc
2393 deps:
2394 - qps
2395 - grpc++_test_util
2396 - grpc_test_util
2397 - grpc++
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002401 platforms:
2402 - mac
2403 - linux
2404 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: qps_openloop_test
Vijay Pai3b288722016-02-19 00:28:28 -08002406 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002407 build: test
2408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/cpp/qps/qps_openloop_test.cc
2411 deps:
2412 - qps
2413 - grpc++_test_util
2414 - grpc_test_util
2415 - grpc++
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002419 - grpc++_test_config
2420 platforms:
2421 - mac
2422 - linux
2423 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002425 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426 build: test
2427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
2429 - test/cpp/qps/qps_test.cc
2430 deps:
2431 - qps
2432 - grpc++_test_util
2433 - grpc_test_util
2434 - grpc++
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002438 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002439 platforms:
2440 - mac
2441 - linux
2442 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: qps_worker
2444 build: benchmark
2445 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002446 headers:
2447 - test/cpp/qps/client.h
2448 - test/cpp/qps/server.h
2449 src:
2450 - test/cpp/qps/worker.cc
2451 deps:
2452 - qps
2453 - grpc++_test_util
2454 - grpc_test_util
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002459 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: reconnect_interop_client
2461 build: test
2462 run: false
2463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002465 - src/proto/grpc/testing/empty.proto
2466 - src/proto/grpc/testing/messages.proto
2467 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002468 - test/cpp/interop/reconnect_interop_client.cc
2469 deps:
2470 - grpc++_test_util
2471 - grpc_test_util
2472 - grpc++
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002476 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: reconnect_interop_server
2478 build: test
2479 run: false
2480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002482 - src/proto/grpc/testing/empty.proto
2483 - src/proto/grpc/testing/messages.proto
2484 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002485 - test/cpp/interop/reconnect_interop_server.cc
2486 deps:
2487 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002488 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002489 - grpc++_test_util
2490 - grpc_test_util
2491 - grpc++
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002495 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002497 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498 build: test
2499 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/cpp/common/secure_auth_context_test.cc
2502 deps:
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002509- name: secure_sync_unary_ping_pong_test
2510 build: test
2511 language: c++
2512 src:
2513 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2514 deps:
2515 - qps
2516 - grpc++_test_util
2517 - grpc_test_util
2518 - grpc++
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002522 platforms:
2523 - mac
2524 - linux
2525 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002527 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002528 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/cpp/end2end/server_crash_test.cc
2533 deps:
2534 - grpc++_test_util
2535 - grpc_test_util
2536 - grpc++
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002540 platforms:
2541 - mac
2542 - linux
2543 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: server_crash_test_client
2545 build: test
2546 run: false
2547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/cpp/end2end/server_crash_test_client.cc
2550 deps:
2551 - grpc++_test_util
2552 - grpc_test_util
2553 - grpc++
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002558 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559 build: test
2560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/cpp/end2end/shutdown_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 Tillerbf4b2242015-08-31 15:53:53 -07002570- name: status_test
2571 build: test
2572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/cpp/util/status_test.cc
2575 deps:
2576 - grpc_test_util
2577 - grpc++
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002581- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002582 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002583 build: test
2584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
2586 - test/cpp/end2end/streaming_throughput_test.cc
2587 deps:
2588 - grpc++_test_util
2589 - grpc_test_util
2590 - grpc++
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002594 platforms:
2595 - mac
2596 - linux
2597 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002598- name: stress_test
2599 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002600 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002601 language: c++
2602 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002603 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002604 - test/cpp/interop/interop_client.h
2605 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002606 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002607 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002608 - src/proto/grpc/testing/empty.proto
2609 - src/proto/grpc/testing/messages.proto
2610 - src/proto/grpc/testing/metrics.proto
2611 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002612 - test/cpp/interop/interop_client.cc
2613 - test/cpp/interop/stress_interop_client.cc
2614 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002615 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002616 deps:
2617 - grpc++_test_util
2618 - grpc_test_util
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002623 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: sync_streaming_ping_pong_test
2625 build: test
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2629 deps:
2630 - qps
2631 - grpc++_test_util
2632 - grpc_test_util
2633 - grpc++
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002637 platforms:
2638 - mac
2639 - linux
2640 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: sync_unary_ping_pong_test
2642 build: test
2643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - test/cpp/qps/sync_unary_ping_pong_test.cc
2646 deps:
2647 - qps
2648 - grpc++_test_util
2649 - grpc_test_util
2650 - grpc++
2651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002652 - gpr_test_util
2653 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002654 platforms:
2655 - mac
2656 - linux
2657 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002659 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002660 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661 build: test
2662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002663 src:
2664 - test/cpp/end2end/thread_stress_test.cc
2665 deps:
2666 - grpc++_test_util
2667 - grpc_test_util
2668 - grpc++
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002673 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002675 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002677 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002678 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002679 - test/cpp/end2end/zookeeper_test.cc
2680 deps:
2681 - grpc++_test_util
2682 - grpc_test_util
2683 - grpc++
2684 - grpc_zookeeper
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002688 external_deps:
2689 - zookeeper
2690 platforms:
2691 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002692- name: public_headers_must_be_c89
2693 build: test
2694 language: c89
2695 src:
2696 - test/core/surface/public_headers_must_be_c89.c
2697 deps:
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002701- linkage: static
2702 name: grpc.dependencies.zlib
2703 props: false
2704 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002705 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002706- linkage: static
2707 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002708 props: true
2709 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002710 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002711- name: gflags
2712 props: false
2713 redist: false
2714 version: 2.1.2.1
2715- name: gtest
2716 props: false
2717 redist: false
2718 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002719configs:
2720 asan:
2721 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002722 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002723 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002724 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002725 LD: clang
2726 LDFLAGS: -fsanitize=address
2727 LDXX: clang++
2728 compile_the_world: true
2729 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002730 ASAN_OPTIONS: detect_leaks=1:color=always
2731 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002732 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002733 asan-noleaks:
2734 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002735 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002736 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002737 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002738 LD: clang
2739 LDFLAGS: -fsanitize=address
2740 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002741 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002742 test_environ:
2743 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002744 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002745 basicprof:
2746 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2747 DEFINES: NDEBUG
2748 dbg:
2749 CPPFLAGS: -O0
2750 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002751 gcov:
2752 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002753 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002754 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002755 DEFINES: _DEBUG DEBUG GPR_GCOV
2756 LD: gcc
2757 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2758 LDXX: g++
2759 helgrind:
2760 CPPFLAGS: -O0
2761 DEFINES: _DEBUG DEBUG
2762 LDFLAGS: -rdynamic
2763 timeout_multiplier: 20
2764 valgrind: --tool=helgrind
2765 memcheck:
2766 CPPFLAGS: -O0
2767 DEFINES: _DEBUG DEBUG
2768 LDFLAGS: -rdynamic
2769 timeout_multiplier: 10
2770 valgrind: --tool=memcheck --leak-check=full
2771 msan:
2772 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002773 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002774 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002775 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002776 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002777 DEFINES: NDEBUG
2778 LD: clang
2779 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2780 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2781 LDXX: clang++
2782 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002783 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002784 mutrace:
2785 CPPFLAGS: -O0
2786 DEFINES: _DEBUG DEBUG
2787 LDFLAGS: -rdynamic
2788 opt:
2789 CPPFLAGS: -O2
2790 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002791 stapprof:
2792 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2793 DEFINES: NDEBUG
2794 tsan:
2795 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002796 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002797 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002798 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002799 LD: clang
2800 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2801 LDXX: clang++
2802 compile_the_world: true
2803 test_environ:
2804 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002805 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002806 ubsan:
2807 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002808 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002809 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002810 DEFINES: NDEBUG
2811 LD: clang
2812 LDFLAGS: -fsanitize=undefined
2813 LDXX: clang++
2814 compile_the_world: true
2815 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002816defaults:
2817 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002818 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002819 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002820 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002821 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002822 global:
2823 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2824 LDFLAGS: -g
2825 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002826 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002827 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002828node_modules:
2829- deps:
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002832 - boringssl
2833 - z
murgatroid9994a75412015-11-19 14:04:53 -08002834 headers:
2835 - src/node/ext/byte_buffer.h
2836 - src/node/ext/call.h
2837 - src/node/ext/call_credentials.h
2838 - src/node/ext/channel.h
2839 - src/node/ext/channel_credentials.h
2840 - src/node/ext/completion_queue_async_worker.h
2841 - src/node/ext/server.h
2842 - src/node/ext/server_credentials.h
2843 - src/node/ext/timeval.h
2844 js:
2845 - src/node/index.js
2846 - src/node/src/client.js
2847 - src/node/src/common.js
2848 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002849 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002850 - src/node/src/metadata.js
2851 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002852 name: grpc_node
2853 src:
2854 - src/node/ext/byte_buffer.cc
2855 - src/node/ext/call.cc
2856 - src/node/ext/call_credentials.cc
2857 - src/node/ext/channel.cc
2858 - src/node/ext/channel_credentials.cc
2859 - src/node/ext/completion_queue_async_worker.cc
2860 - src/node/ext/node_grpc.cc
2861 - src/node/ext/server.cc
2862 - src/node/ext/server_credentials.cc
2863 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002864openssl_fallback:
2865 base_uri: http://openssl.org/source/
2866 extraction_dir: openssl-1.0.2f
2867 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002868php_config_m4:
2869 deps:
2870 - grpc
2871 - gpr
2872 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002873 headers:
2874 - src/php/ext/grpc/byte_buffer.h
2875 - src/php/ext/grpc/call.h
2876 - src/php/ext/grpc/call_credentials.h
2877 - src/php/ext/grpc/channel.h
2878 - src/php/ext/grpc/channel_credentials.h
2879 - src/php/ext/grpc/completion_queue.h
2880 - src/php/ext/grpc/php_grpc.h
2881 - src/php/ext/grpc/server.h
2882 - src/php/ext/grpc/server_credentials.h
2883 - src/php/ext/grpc/timeval.h
2884 src:
2885 - src/php/ext/grpc/byte_buffer.c
2886 - src/php/ext/grpc/call.c
2887 - src/php/ext/grpc/call_credentials.c
2888 - src/php/ext/grpc/channel.c
2889 - src/php/ext/grpc/channel_credentials.c
2890 - src/php/ext/grpc/completion_queue.c
2891 - src/php/ext/grpc/php_grpc.c
2892 - src/php/ext/grpc/server.c
2893 - src/php/ext/grpc/server_credentials.c
2894 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002895python_dependencies:
2896 deps:
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002899 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002900 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002901ruby_gem:
2902 deps:
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906 - z