blob: a7365a34a350dae0b851786cf1acae1b851ed37b [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch77715442016-02-22 14:20:25 -080017 - src/core/census/mlog.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch77715442016-02-22 14:20:25 -080022 - src/core/census/mlog.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
Craig Tiller732a8752016-02-22 15:59:19 -080060 - src/core/support/load_file.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
Craig Tiller732a8752016-02-22 15:59:19 -080067 - src/core/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 src:
69 - src/core/profiling/basic_timers.c
70 - src/core/profiling/stap_timers.c
71 - src/core/support/alloc.c
72 - src/core/support/avl.c
73 - src/core/support/cmdline.c
74 - src/core/support/cpu_iphone.c
75 - src/core/support/cpu_linux.c
76 - src/core/support/cpu_posix.c
77 - src/core/support/cpu_windows.c
78 - src/core/support/env_linux.c
79 - src/core/support/env_posix.c
80 - src/core/support/env_win32.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 - src/core/support/histogram.c
82 - src/core/support/host_port.c
Craig Tiller732a8752016-02-22 15:59:19 -080083 - src/core/support/load_file.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010084 - src/core/support/log.c
85 - src/core/support/log_android.c
86 - src/core/support/log_linux.c
87 - src/core/support/log_posix.c
88 - src/core/support/log_win32.c
89 - src/core/support/murmur_hash.c
90 - src/core/support/slice.c
91 - src/core/support/slice_buffer.c
92 - src/core/support/stack_lockfree.c
93 - src/core/support/string.c
94 - src/core/support/string_posix.c
95 - src/core/support/string_win32.c
96 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010097 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010098 - src/core/support/sync.c
99 - src/core/support/sync_posix.c
100 - src/core/support/sync_win32.c
101 - src/core/support/thd.c
102 - src/core/support/thd_posix.c
103 - src/core/support/thd_win32.c
104 - src/core/support/time.c
105 - src/core/support/time_posix.c
106 - src/core/support/time_precise.c
107 - src/core/support/time_win32.c
108 - src/core/support/tls_pthread.c
Craig Tiller732a8752016-02-22 15:59:19 -0800109 - src/core/support/tmpfile_posix.c
110 - src/core/support/tmpfile_win32.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100111 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800112- name: gpr_codegen
113 public_headers:
114 - include/grpc/impl/codegen/alloc.h
115 - include/grpc/impl/codegen/atm.h
116 - include/grpc/impl/codegen/atm_gcc_atomic.h
117 - include/grpc/impl/codegen/atm_gcc_sync.h
118 - include/grpc/impl/codegen/atm_win32.h
119 - include/grpc/impl/codegen/log.h
120 - include/grpc/impl/codegen/port_platform.h
121 - include/grpc/impl/codegen/slice.h
122 - include/grpc/impl/codegen/slice_buffer.h
123 - include/grpc/impl/codegen/sync.h
124 - include/grpc/impl/codegen/sync_generic.h
125 - include/grpc/impl/codegen/sync_posix.h
126 - include/grpc/impl/codegen/sync_win32.h
127 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700128- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700129 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800130 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700131 - include/grpc++/channel.h
132 - include/grpc++/client_context.h
133 - include/grpc++/completion_queue.h
134 - include/grpc++/create_channel.h
135 - include/grpc++/generic/async_generic_service.h
136 - include/grpc++/generic/generic_stub.h
137 - include/grpc++/grpc++.h
138 - include/grpc++/impl/call.h
139 - include/grpc++/impl/client_unary_call.h
140 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800141 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700142 - include/grpc++/impl/proto_utils.h
143 - include/grpc++/impl/rpc_method.h
144 - include/grpc++/impl/rpc_service_method.h
145 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800146 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700147 - include/grpc++/impl/service_type.h
148 - include/grpc++/impl/sync.h
149 - include/grpc++/impl/sync_cxx11.h
150 - include/grpc++/impl/sync_no_cxx11.h
151 - include/grpc++/impl/thd.h
152 - include/grpc++/impl/thd_cxx11.h
153 - include/grpc++/impl/thd_no_cxx11.h
154 - include/grpc++/security/auth_context.h
155 - include/grpc++/security/auth_metadata_processor.h
156 - include/grpc++/security/credentials.h
157 - include/grpc++/security/server_credentials.h
158 - include/grpc++/server.h
159 - include/grpc++/server_builder.h
160 - include/grpc++/server_context.h
161 - include/grpc++/support/async_stream.h
162 - include/grpc++/support/async_unary_call.h
163 - include/grpc++/support/byte_buffer.h
164 - include/grpc++/support/channel_arguments.h
165 - include/grpc++/support/config.h
166 - include/grpc++/support/config_protobuf.h
167 - include/grpc++/support/slice.h
168 - include/grpc++/support/status.h
169 - include/grpc++/support/status_code_enum.h
170 - include/grpc++/support/string_ref.h
171 - include/grpc++/support/stub_options.h
172 - include/grpc++/support/sync_stream.h
173 - include/grpc++/support/time.h
174 headers:
175 - src/cpp/client/create_channel_internal.h
176 - src/cpp/common/create_auth_context.h
177 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700178 - src/cpp/server/thread_pool_interface.h
179 src:
180 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700181 - src/cpp/client/client_context.cc
182 - src/cpp/client/create_channel.cc
183 - src/cpp/client/create_channel_internal.cc
184 - src/cpp/client/credentials.cc
185 - src/cpp/client/generic_stub.cc
186 - src/cpp/client/insecure_credentials.cc
187 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800205- name: grpc++_codegen
206 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800207 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800208 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/call_hook.h
211 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800212 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800213 - include/grpc++/impl/codegen/client_unary_call.h
214 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215 - include/grpc++/impl/codegen/completion_queue_tag.h
216 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800218 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800219 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800220 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800221 - include/grpc++/impl/codegen/rpc_method.h
222 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800223 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800224 - include/grpc++/impl/codegen/serialization_traits.h
225 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800228 - include/grpc++/impl/codegen/status.h
229 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800230 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800231 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800232 - include/grpc++/impl/codegen/sync.h
233 - include/grpc++/impl/codegen/sync_cxx11.h
234 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800235 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800237 src:
238 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700239- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700240 public_headers:
241 - include/grpc/byte_buffer.h
242 - include/grpc/byte_buffer_reader.h
243 - include/grpc/compression.h
244 - include/grpc/grpc.h
245 - include/grpc/status.h
246 headers:
247 - src/core/census/grpc_filter.h
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800261 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700262 - src/core/client_config/lb_policies/pick_first.h
263 - src/core/client_config/lb_policies/round_robin.h
264 - src/core/client_config/lb_policy.h
265 - src/core/client_config/lb_policy_factory.h
266 - src/core/client_config/lb_policy_registry.h
267 - src/core/client_config/resolver.h
268 - src/core/client_config/resolver_factory.h
269 - src/core/client_config/resolver_registry.h
270 - src/core/client_config/resolvers/dns_resolver.h
271 - src/core/client_config/resolvers/sockaddr_resolver.h
272 - src/core/client_config/subchannel.h
273 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800274 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700275 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800276 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700277 - src/core/compression/message_compress.h
278 - src/core/debug/trace.h
279 - src/core/httpcli/format_request.h
280 - src/core/httpcli/httpcli.h
281 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 - src/core/iomgr/closure.h
283 - src/core/iomgr/endpoint.h
284 - src/core/iomgr/endpoint_pair.h
285 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700286 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 - src/core/iomgr/fd_posix.h
288 - src/core/iomgr/iocp_windows.h
289 - src/core/iomgr/iomgr.h
290 - src/core/iomgr/iomgr_internal.h
291 - src/core/iomgr/iomgr_posix.h
292 - src/core/iomgr/pollset.h
293 - src/core/iomgr/pollset_posix.h
294 - src/core/iomgr/pollset_set.h
295 - src/core/iomgr/pollset_set_posix.h
296 - src/core/iomgr/pollset_set_windows.h
297 - src/core/iomgr/pollset_windows.h
298 - src/core/iomgr/resolve_address.h
299 - src/core/iomgr/sockaddr.h
300 - src/core/iomgr/sockaddr_posix.h
301 - src/core/iomgr/sockaddr_utils.h
302 - src/core/iomgr/sockaddr_win32.h
303 - src/core/iomgr/socket_utils_posix.h
304 - src/core/iomgr/socket_windows.h
305 - src/core/iomgr/tcp_client.h
306 - src/core/iomgr/tcp_posix.h
307 - src/core/iomgr/tcp_server.h
308 - src/core/iomgr/tcp_windows.h
309 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700310 - src/core/iomgr/timer.h
311 - src/core/iomgr/timer_heap.h
Craig Tiller25834342015-09-25 08:08:24 -0700312 - src/core/iomgr/udp_server.h
313 - src/core/iomgr/wakeup_fd_pipe.h
314 - src/core/iomgr/wakeup_fd_posix.h
315 - src/core/iomgr/workqueue.h
316 - src/core/iomgr/workqueue_posix.h
317 - src/core/iomgr/workqueue_windows.h
318 - src/core/json/json.h
319 - src/core/json/json_common.h
320 - src/core/json/json_reader.h
321 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800322 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700323 - src/core/statistics/census_interface.h
324 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700325 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700327 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700328 - src/core/surface/channel.h
329 - src/core/surface/completion_queue.h
330 - src/core/surface/event_string.h
331 - src/core/surface/init.h
332 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700333 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800334 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700335 - src/core/transport/chttp2/alpn.h
336 - src/core/transport/chttp2/bin_encoder.h
337 - src/core/transport/chttp2/frame.h
338 - src/core/transport/chttp2/frame_data.h
339 - src/core/transport/chttp2/frame_goaway.h
340 - src/core/transport/chttp2/frame_ping.h
341 - src/core/transport/chttp2/frame_rst_stream.h
342 - src/core/transport/chttp2/frame_settings.h
343 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800344 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700345 - src/core/transport/chttp2/hpack_parser.h
346 - src/core/transport/chttp2/hpack_table.h
347 - src/core/transport/chttp2/http2_errors.h
348 - src/core/transport/chttp2/huffsyms.h
349 - src/core/transport/chttp2/incoming_metadata.h
350 - src/core/transport/chttp2/internal.h
351 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700352 - src/core/transport/chttp2/stream_map.h
353 - src/core/transport/chttp2/timeout_encoding.h
354 - src/core/transport/chttp2/varint.h
355 - src/core/transport/chttp2_transport.h
356 - src/core/transport/connectivity_state.h
357 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800358 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800359 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700360 - src/core/transport/transport.h
361 - src/core/transport/transport_impl.h
362 src:
363 - src/core/census/grpc_context.c
364 - src/core/census/grpc_filter.c
365 - src/core/channel/channel_args.c
366 - src/core/channel/channel_stack.c
367 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700368 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700369 - src/core/channel/compress_filter.c
370 - src/core/channel/connected_channel.c
371 - src/core/channel/http_client_filter.c
372 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800373 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700374 - src/core/client_config/client_config.c
375 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800376 - src/core/client_config/default_initial_connect_string.c
377 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800378 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700379 - src/core/client_config/lb_policies/pick_first.c
380 - src/core/client_config/lb_policies/round_robin.c
381 - src/core/client_config/lb_policy.c
382 - src/core/client_config/lb_policy_factory.c
383 - src/core/client_config/lb_policy_registry.c
384 - src/core/client_config/resolver.c
385 - src/core/client_config/resolver_factory.c
386 - src/core/client_config/resolver_registry.c
387 - src/core/client_config/resolvers/dns_resolver.c
388 - src/core/client_config/resolvers/sockaddr_resolver.c
389 - src/core/client_config/subchannel.c
390 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800391 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700392 - src/core/client_config/uri_parser.c
Craig Tiller732a8752016-02-22 15:59:19 -0800393 - src/core/compression/compression_algorithm.c
Craig Tiller25834342015-09-25 08:08:24 -0700394 - src/core/compression/message_compress.c
395 - src/core/debug/trace.c
396 - src/core/httpcli/format_request.c
397 - src/core/httpcli/httpcli.c
398 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700399 - src/core/iomgr/closure.c
400 - src/core/iomgr/endpoint.c
401 - src/core/iomgr/endpoint_pair_posix.c
402 - src/core/iomgr/endpoint_pair_windows.c
403 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700404 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700405 - src/core/iomgr/fd_posix.c
406 - src/core/iomgr/iocp_windows.c
407 - src/core/iomgr/iomgr.c
408 - src/core/iomgr/iomgr_posix.c
409 - src/core/iomgr/iomgr_windows.c
410 - src/core/iomgr/pollset_multipoller_with_epoll.c
411 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
412 - src/core/iomgr/pollset_posix.c
413 - src/core/iomgr/pollset_set_posix.c
414 - src/core/iomgr/pollset_set_windows.c
415 - src/core/iomgr/pollset_windows.c
416 - src/core/iomgr/resolve_address_posix.c
417 - src/core/iomgr/resolve_address_windows.c
418 - src/core/iomgr/sockaddr_utils.c
419 - src/core/iomgr/socket_utils_common_posix.c
420 - src/core/iomgr/socket_utils_linux.c
421 - src/core/iomgr/socket_utils_posix.c
422 - src/core/iomgr/socket_windows.c
423 - src/core/iomgr/tcp_client_posix.c
424 - src/core/iomgr/tcp_client_windows.c
425 - src/core/iomgr/tcp_posix.c
426 - src/core/iomgr/tcp_server_posix.c
427 - src/core/iomgr/tcp_server_windows.c
428 - src/core/iomgr/tcp_windows.c
429 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700430 - src/core/iomgr/timer.c
431 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700432 - src/core/iomgr/udp_server.c
433 - src/core/iomgr/wakeup_fd_eventfd.c
434 - src/core/iomgr/wakeup_fd_nospecial.c
435 - src/core/iomgr/wakeup_fd_pipe.c
436 - src/core/iomgr/wakeup_fd_posix.c
437 - src/core/iomgr/workqueue_posix.c
438 - src/core/iomgr/workqueue_windows.c
439 - src/core/json/json.c
440 - src/core/json/json_reader.c
441 - src/core/json/json_string.c
442 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800443 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100444 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700445 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700446 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700447 - src/core/surface/byte_buffer_reader.c
448 - src/core/surface/call.c
449 - src/core/surface/call_details.c
450 - src/core/surface/call_log_batch.c
451 - src/core/surface/channel.c
452 - src/core/surface/channel_connectivity.c
453 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800454 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700455 - src/core/surface/completion_queue.c
456 - src/core/surface/event_string.c
457 - src/core/surface/init.c
458 - src/core/surface/lame_client.c
459 - src/core/surface/metadata_array.c
460 - src/core/surface/server.c
461 - src/core/surface/server_chttp2.c
462 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800463 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700464 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800465 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700466 - src/core/transport/chttp2/alpn.c
467 - src/core/transport/chttp2/bin_encoder.c
468 - src/core/transport/chttp2/frame_data.c
469 - src/core/transport/chttp2/frame_goaway.c
470 - src/core/transport/chttp2/frame_ping.c
471 - src/core/transport/chttp2/frame_rst_stream.c
472 - src/core/transport/chttp2/frame_settings.c
473 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800474 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700475 - src/core/transport/chttp2/hpack_parser.c
476 - src/core/transport/chttp2/hpack_table.c
477 - src/core/transport/chttp2/huffsyms.c
478 - src/core/transport/chttp2/incoming_metadata.c
479 - src/core/transport/chttp2/parsing.c
480 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700481 - src/core/transport/chttp2/stream_lists.c
482 - src/core/transport/chttp2/stream_map.c
483 - src/core/transport/chttp2/timeout_encoding.c
484 - src/core/transport/chttp2/varint.c
485 - src/core/transport/chttp2/writing.c
486 - src/core/transport/chttp2_transport.c
487 - src/core/transport/connectivity_state.c
488 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800489 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800490 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700491 - src/core/transport/transport.c
492 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800493- name: grpc_codegen
494 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/byte_buffer.h
496 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800497 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800499 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800500 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100501- name: grpc_secure
502 headers:
503 - src/core/security/auth_filters.h
Craig Tiller732a8752016-02-22 15:59:19 -0800504 - src/core/security/b64.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100505 - src/core/security/credentials.h
506 - src/core/security/handshake.h
507 - src/core/security/json_token.h
508 - src/core/security/jwt_verifier.h
509 - src/core/security/secure_endpoint.h
510 - src/core/security/security_connector.h
511 - src/core/security/security_context.h
512 - src/core/tsi/fake_transport_security.h
513 - src/core/tsi/ssl_transport_security.h
514 - src/core/tsi/ssl_types.h
515 - src/core/tsi/transport_security.h
516 - src/core/tsi/transport_security_interface.h
517 src:
518 - src/core/httpcli/httpcli_security_connector.c
Craig Tiller732a8752016-02-22 15:59:19 -0800519 - src/core/security/b64.c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100520 - src/core/security/client_auth_filter.c
521 - src/core/security/credentials.c
522 - src/core/security/credentials_metadata.c
523 - src/core/security/credentials_posix.c
524 - src/core/security/credentials_win32.c
525 - src/core/security/google_default_credentials.c
526 - src/core/security/handshake.c
527 - src/core/security/json_token.c
528 - src/core/security/jwt_verifier.c
529 - src/core/security/secure_endpoint.c
530 - src/core/security/security_connector.c
531 - src/core/security/security_context.c
532 - src/core/security/server_auth_filter.c
533 - src/core/security/server_secure_chttp2.c
534 - src/core/surface/init_secure.c
535 - src/core/surface/secure_channel_create.c
536 - src/core/tsi/fake_transport_security.c
537 - src/core/tsi/ssl_transport_security.c
538 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700539- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700540 headers:
541 - test/core/end2end/cq_verifier.h
542 - test/core/end2end/fixtures/proxy.h
543 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/grpc_profiler.h
545 - test/core/util/parse_hexstring.h
546 - test/core/util/port.h
547 - test/core/util/slice_splitter.h
548 src:
549 - test/core/end2end/cq_verifier.c
550 - test/core/end2end/fixtures/proxy.c
551 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700552 - test/core/util/grpc_profiler.c
553 - test/core/util/parse_hexstring.c
554 - test/core/util/port_posix.c
555 - test/core/util/port_windows.c
556 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800557- name: nanopb
558 headers:
559 - third_party/nanopb/pb.h
560 - third_party/nanopb/pb_common.h
561 - third_party/nanopb/pb_decode.h
562 - third_party/nanopb/pb_encode.h
563 src:
564 - third_party/nanopb/pb_common.c
565 - third_party/nanopb/pb_decode.c
566 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100567libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800568- name: gpr
569 build: all
570 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800571 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800572 - gpr
573 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800574 secure: false
575 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
576- name: gpr_test_util
577 build: private
578 language: c
579 headers:
580 - test/core/util/test_config.h
581 src:
582 - test/core/util/test_config.c
583 deps:
584 - gpr
585 secure: false
586 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587- name: grpc
588 build: all
589 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700590 public_headers:
591 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800592 deps:
593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700594 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800595 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700596 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700597 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100598 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100600 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700601 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800602 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700603 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700604 vs_packages:
605 - grpc.dependencies.openssl
606 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700607 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100608- name: grpc_dll
609 build: private
610 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100611 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100612 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100613 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100614 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100615 build_system:
616 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100617 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100618 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100619 vs_config_type: DynamicLibrary
620 vs_packages:
621 - grpc.dependencies.openssl
622 - grpc.dependencies.zlib
623 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
624 vs_props:
625 - zlib
626 - openssl
627 - winsock
628 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700629- name: grpc_test_util
630 build: private
631 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700632 headers:
633 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800634 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 src:
636 - test/core/end2end/data/server1_cert.c
637 - test/core/end2end/data/server1_key.c
638 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800639 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700640 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800641 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800642 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700643 - grpc
644 filegroups:
645 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700646 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
647- name: grpc_test_util_unsecure
648 build: private
649 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700650 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800651 - gpr
652 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800653 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700654 filegroups:
655 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700656 secure: false
657 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
658- name: grpc_unsecure
659 build: all
660 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700661 src:
662 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 deps:
664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700665 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800666 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700667 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700668 filegroups:
669 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800670 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700671 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800672 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700673 secure: false
674 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
675- name: grpc_zookeeper
676 build: all
677 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700678 public_headers:
679 - include/grpc/grpc_zookeeper.h
680 headers:
681 - src/core/client_config/resolvers/zookeeper_resolver.h
682 src:
683 - src/core/client_config/resolvers/zookeeper_resolver.c
684 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800685 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700686 - grpc
687 external_deps:
688 - zookeeper
689 platforms:
690 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700691 secure: false
692- name: reconnect_server
693 build: private
694 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700695 headers:
696 - test/core/util/reconnect_server.h
697 src:
698 - test/core/util/reconnect_server.c
699 deps:
yang-gc9fca182015-11-06 16:41:33 -0800700 - test_tcp_server
701 - grpc_test_util
702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800703 - gpr_test_util
704 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800705- name: test_tcp_server
706 build: private
707 language: c
708 headers:
709 - test/core/util/test_tcp_server.h
710 src:
711 - test/core/util/test_tcp_server.c
712 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700713 - grpc_test_util
714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800715 - gpr_test_util
716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700717- name: grpc++
718 build: all
719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700720 headers:
721 - src/cpp/client/secure_credentials.h
722 - src/cpp/common/secure_auth_context.h
723 - src/cpp/server/secure_server_credentials.h
724 src:
Craig Tiller25834342015-09-25 08:08:24 -0700725 - src/cpp/client/secure_credentials.cc
726 - src/cpp/common/auth_property_iterator.cc
727 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800728 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700729 - src/cpp/common/secure_create_auth_context.cc
730 - src/cpp/server/secure_server_credentials.cc
731 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700732 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700733 baselib: true
734 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700735 filegroups:
736 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800737 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700738 secure: check
739 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
740- name: grpc++_test_config
741 build: private
742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700743 headers:
744 - test/cpp/util/test_config.h
745 src:
746 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700747- name: grpc++_test_util
748 build: private
749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700750 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800751 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800752 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700753 - test/cpp/util/cli_call.h
754 - test/cpp/util/create_test_channel.h
755 - test/cpp/util/string_ref_helper.h
756 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800757 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700758 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800759 - src/proto/grpc/testing/echo_messages.proto
760 - src/proto/grpc/testing/echo.proto
761 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800762 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800763 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700764 - test/cpp/util/cli_call.cc
765 - test/cpp/util/create_test_channel.cc
766 - test/cpp/util/string_ref_helper.cc
767 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800768 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700769 deps:
770 - grpc++
771 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc++_unsecure
773 build: all
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 src:
776 - src/cpp/common/insecure_create_auth_context.cc
777 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800778 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700779 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 baselib: true
781 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700782 filegroups:
783 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800784 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 secure: false
786 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
787- name: grpc_plugin_support
788 build: protoc
789 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700790 headers:
791 - include/grpc++/support/config.h
792 - include/grpc++/support/config_protobuf.h
793 - src/compiler/config.h
794 - src/compiler/cpp_generator.h
795 - src/compiler/cpp_generator_helpers.h
796 - src/compiler/csharp_generator.h
797 - src/compiler/csharp_generator_helpers.h
798 - src/compiler/generator_helpers.h
799 - src/compiler/objective_c_generator.h
800 - src/compiler/objective_c_generator_helpers.h
801 - src/compiler/python_generator.h
802 - src/compiler/ruby_generator.h
803 - src/compiler/ruby_generator_helpers-inl.h
804 - src/compiler/ruby_generator_map-inl.h
805 - src/compiler/ruby_generator_string-inl.h
806 src:
807 - src/compiler/cpp_generator.cc
808 - src/compiler/csharp_generator.cc
809 - src/compiler/objective_c_generator.cc
810 - src/compiler/python_generator.cc
811 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800813 filegroups:
814 - grpc++_codegen
815 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800816 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 secure: false
818 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800819 vs_props:
820 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821- name: interop_client_helper
822 build: private
823 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700824 headers:
825 - test/cpp/interop/client_helper.h
826 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800827 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700828 - test/cpp/interop/client_helper.cc
829 deps:
830 - grpc++_test_util
831 - grpc_test_util
832 - grpc++
833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835- name: interop_client_main
836 build: private
837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700838 headers:
839 - test/cpp/interop/interop_client.h
840 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800841 - src/proto/grpc/testing/empty.proto
842 - src/proto/grpc/testing/messages.proto
843 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700844 - test/cpp/interop/client.cc
845 - test/cpp/interop/interop_client.cc
846 deps:
847 - interop_client_helper
848 - grpc++_test_util
849 - grpc_test_util
850 - grpc++
851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800852 - gpr_test_util
853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700854 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700855- name: interop_server_helper
856 build: private
857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700858 headers:
859 - test/cpp/interop/server_helper.h
860 src:
861 - test/cpp/interop/server_helper.cc
862 deps:
863 - grpc_test_util
864 - grpc++
865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867- name: interop_server_main
868 build: private
869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800871 - src/proto/grpc/testing/empty.proto
872 - src/proto/grpc/testing/messages.proto
873 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -0800874 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -0700875 deps:
876 - interop_server_helper
877 - grpc++_test_util
878 - grpc_test_util
879 - grpc++
880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800881 - gpr_test_util
882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700883 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884- name: qps
885 build: private
886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700887 headers:
888 - test/cpp/qps/client.h
889 - test/cpp/qps/driver.h
890 - test/cpp/qps/histogram.h
891 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800892 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700893 - test/cpp/qps/perf_db_client.h
894 - test/cpp/qps/qps_worker.h
895 - test/cpp/qps/report.h
896 - test/cpp/qps/server.h
897 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -0800898 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -0700899 - test/cpp/util/benchmark_config.h
900 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800901 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800902 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800903 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800904 - src/proto/grpc/testing/control.proto
905 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800906 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700907 - test/cpp/qps/client_async.cc
908 - test/cpp/qps/client_sync.cc
909 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800910 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700911 - test/cpp/qps/perf_db_client.cc
912 - test/cpp/qps/qps_worker.cc
913 - test/cpp/qps/report.cc
914 - test/cpp/qps/server_async.cc
915 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -0800916 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -0700917 - test/cpp/util/benchmark_config.cc
918 deps:
919 - grpc_test_util
920 - grpc++_test_util
921 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922- name: grpc_csharp_ext
923 build: all
924 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700925 src:
926 - src/csharp/ext/grpc_csharp_ext.c
927 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800930 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800931 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932 dll: only
933 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700934 vs_packages:
935 - grpc.dependencies.openssl
936 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700938 vs_props:
939 - zlib
940 - openssl
941 - winsock
942 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100944- name: alarm_test
945 build: test
946 language: c
947 src:
948 - test/core/surface/alarm_test.c
949 deps:
950 - grpc_test_util
951 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800952 - gpr_test_util
953 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800954- name: algorithm_test
955 build: test
956 language: c
957 src:
958 - test/core/compression/algorithm_test.c
959 deps:
960 - grpc_test_util
961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 - gpr_test_util
963 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800964- name: alloc_test
965 build: test
966 language: c
967 src:
968 - test/core/support/alloc_test.c
969 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800970 - gpr_test_util
971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: alpn_test
973 build: test
974 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700975 src:
976 - test/core/transport/chttp2/alpn_test.c
977 deps:
978 - grpc_test_util
979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800980 - gpr_test_util
981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982- name: bin_encoder_test
983 build: test
984 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700985 src:
986 - test/core/transport/chttp2/bin_encoder_test.c
987 deps:
988 - grpc_test_util
989 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800990- name: census_context_test
991 build: test
992 language: c
993 src:
994 - test/core/census/context_test.c
995 deps:
996 - grpc_test_util
997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800998 - gpr_test_util
999 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001000- name: channel_create_test
1001 build: test
1002 language: c
1003 src:
1004 - test/core/surface/channel_create_test.c
1005 deps:
1006 - grpc_test_util
1007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001008 - gpr_test_util
1009 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001010- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011 build: test
1012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001013 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001014 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001015 deps:
1016 - grpc_test_util
1017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001018 - gpr_test_util
1019 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001020- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021 build: test
1022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001023 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001024 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001025 deps:
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030- name: chttp2_stream_map_test
1031 build: test
1032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001033 src:
1034 - test/core/transport/chttp2/stream_map_test.c
1035 deps:
1036 - grpc_test_util
1037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001038 - gpr_test_util
1039 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001040- name: chttp2_varint_test
1041 build: test
1042 language: c
1043 src:
1044 - test/core/transport/chttp2/varint_test.c
1045 deps:
1046 - grpc_test_util
1047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001048 - gpr_test_util
1049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: compression_test
1051 build: test
1052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001053 src:
1054 - test/core/compression/compression_test.c
1055 deps:
1056 - grpc_test_util
1057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 - gpr_test_util
1059 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001060- name: concurrent_connectivity_test
1061 build: test
1062 language: c
1063 src:
1064 - test/core/surface/concurrent_connectivity_test.c
1065 deps:
1066 - grpc_test_util
1067 - grpc
1068 - gpr_test_util
1069 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001070- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001071 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001072 build: test
1073 language: c
1074 src:
1075 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1076 deps:
1077 - grpc_test_util
1078 - grpc
1079 - gpr_test_util
1080 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001081- name: dns_resolver_test
1082 build: test
1083 language: c
1084 src:
1085 - test/core/client_config/resolvers/dns_resolver_test.c
1086 deps:
1087 - grpc_test_util
1088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr_test_util
1090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001092 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093 build: test
1094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001095 src:
1096 - test/core/end2end/dualstack_socket_test.c
1097 deps:
1098 - grpc_test_util
1099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr_test_util
1101 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001102 platforms:
1103 - mac
1104 - linux
1105 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001106- name: endpoint_pair_test
1107 build: test
1108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001109 src:
1110 - test/core/iomgr/endpoint_pair_test.c
1111 deps:
1112 - grpc_test_util
1113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001114 - gpr_test_util
1115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: fd_conservation_posix_test
1117 build: test
1118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
1120 - test/core/iomgr/fd_conservation_posix_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001126 platforms:
1127 - mac
1128 - linux
1129 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: fd_posix_test
1131 build: test
1132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001133 src:
1134 - test/core/iomgr/fd_posix_test.c
1135 deps:
1136 - grpc_test_util
1137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001138 - gpr_test_util
1139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001140 platforms:
1141 - mac
1142 - linux
1143 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144- name: fling_client
1145 build: test
1146 run: false
1147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001148 src:
1149 - test/core/fling/client.c
1150 deps:
1151 - grpc_test_util
1152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr_test_util
1154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: fling_server
1156 build: test
1157 run: false
1158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001159 src:
1160 - test/core/fling/server.c
1161 deps:
1162 - grpc_test_util
1163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr_test_util
1165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001167 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 build: test
1169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
1171 - test/core/fling/fling_stream_test.c
1172 deps:
1173 - grpc_test_util
1174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001177 platforms:
1178 - mac
1179 - linux
1180 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001182 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 build: test
1184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
1186 - test/core/fling/fling_test.c
1187 deps:
1188 - grpc_test_util
1189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001192 platforms:
1193 - mac
1194 - linux
1195 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: gen_hpack_tables
1197 build: tool
1198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001199 src:
1200 - tools/codegen/core/gen_hpack_tables.c
1201 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001202 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001203 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: gen_legal_metadata_characters
1205 build: tool
1206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001207 src:
1208 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001210- name: gpr_avl_test
1211 build: test
1212 language: c
1213 src:
1214 - test/core/support/avl_test.c
1215 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 - gpr_test_util
1217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218- name: gpr_cmdline_test
1219 build: test
1220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001221 src:
1222 - test/core/support/cmdline_test.c
1223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001224 - gpr_test_util
1225 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001226- name: gpr_cpu_test
1227 build: test
1228 language: c
1229 src:
1230 - test/core/support/cpu_test.c
1231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 - gpr_test_util
1233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234- name: gpr_env_test
1235 build: test
1236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001237 src:
1238 - test/core/support/env_test.c
1239 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: gpr_histogram_test
1243 build: test
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
1246 - test/core/support/histogram_test.c
1247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 - gpr_test_util
1249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: gpr_host_port_test
1251 build: test
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/support/host_port_test.c
1255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001258- name: gpr_load_file_test
1259 build: test
1260 language: c
1261 src:
1262 - test/core/support/load_file_test.c
1263 deps:
1264 - gpr_test_util
1265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: gpr_log_test
1267 build: test
1268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001269 src:
1270 - test/core/support/log_test.c
1271 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001272 - gpr_test_util
1273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: gpr_slice_buffer_test
1275 build: test
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 src:
1278 - test/core/support/slice_buffer_test.c
1279 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: gpr_slice_test
1283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/support/slice_test.c
1287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001291 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292 build: test
1293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001294 src:
1295 - test/core/support/stack_lockfree_test.c
1296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr_test_util
1298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299- name: gpr_string_test
1300 build: test
1301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
1303 - test/core/support/string_test.c
1304 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001308 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/support/sync_test.c
1313 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001317 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001318 build: test
1319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001320 src:
1321 - test/core/support/thd_test.c
1322 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: gpr_time_test
1326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/support/time_test.c
1330 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001331 - gpr_test_util
1332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333- name: gpr_tls_test
1334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/support/tls_test.c
1338 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: gpr_useful_test
1342 build: test
1343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
1345 - test/core/support/useful_test.c
1346 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr_test_util
1348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: grpc_auth_context_test
1350 build: test
1351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001352 src:
1353 - test/core/security/auth_context_test.c
1354 deps:
1355 - grpc_test_util
1356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001359- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 build: test
1361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001363 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001364 deps:
1365 - grpc_test_util
1366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369- name: grpc_byte_buffer_reader_test
1370 build: test
1371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001372 src:
1373 - test/core/surface/byte_buffer_reader_test.c
1374 deps:
1375 - grpc_test_util
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr_test_util
1378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379- name: grpc_channel_args_test
1380 build: test
1381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001382 src:
1383 - test/core/channel/channel_args_test.c
1384 deps:
1385 - grpc_test_util
1386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001387 - gpr_test_util
1388 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: grpc_channel_stack_test
1390 build: test
1391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001392 src:
1393 - test/core/channel/channel_stack_test.c
1394 deps:
1395 - grpc_test_util
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: grpc_completion_queue_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/surface/completion_queue_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001407 - gpr_test_util
1408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: grpc_create_jwt
1410 build: tool
1411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001412 src:
1413 - test/core/security/create_jwt.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 - gpr_test_util
1418 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419- name: grpc_credentials_test
1420 build: test
1421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001422 src:
1423 - test/core/security/credentials_test.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001427 - gpr_test_util
1428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001429- name: grpc_fetch_oauth2
1430 build: tool
1431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001432 src:
1433 - test/core/security/fetch_oauth2.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001439- name: grpc_invalid_channel_args_test
1440 build: test
1441 language: c
1442 src:
1443 - test/core/surface/invalid_channel_args_test.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: grpc_json_token_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/security/json_token_test.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001459 platforms:
1460 - linux
1461 - posix
1462 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: grpc_jwt_verifier_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/security/jwt_verifier_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001473- name: grpc_print_google_default_creds_token
1474 build: tool
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/security/print_google_default_creds_token.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: grpc_security_connector_test
1484 build: test
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/security/security_connector_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: grpc_verify_jwt
1494 build: tool
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/security/verify_jwt.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: hpack_parser_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/transport/chttp2/hpack_parser_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001513- name: hpack_table_test
1514 build: test
1515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001516 src:
1517 - test/core/transport/chttp2/hpack_table_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: httpcli_format_request_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/httpcli/format_request_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: httpcli_parser_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/httpcli/parser_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001543- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001544 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001545 build: test
1546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - test/core/httpcli/httpcli_test.c
1549 deps:
1550 - grpc_test_util
1551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001554 platforms:
1555 - mac
1556 - linux
1557 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001558- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001559 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001560 build: test
1561 language: c
1562 src:
1563 - test/core/httpcli/httpscli_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001569 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001570 - linux
yang-gf1183302015-12-07 16:02:05 -08001571- name: init_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/surface/init_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001581- name: internal_api_canary_iomgr_test
1582 build: test
1583 run: false
1584 language: c
1585 src:
1586 - test/core/internal_api_canaries/iomgr.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
1590 - gpr_test_util
1591 - gpr
1592- name: internal_api_canary_support_test
1593 build: test
1594 run: false
1595 language: c
1596 src:
1597 - test/core/internal_api_canaries/iomgr.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
1601 - gpr_test_util
1602 - gpr
1603- name: internal_api_canary_transport_test
1604 build: test
1605 run: false
1606 language: c
1607 src:
1608 - test/core/internal_api_canaries/iomgr.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
1612 - gpr_test_util
1613 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001614- name: invalid_call_argument_test
1615 build: test
1616 language: c
1617 src:
1618 - test/core/end2end/invalid_call_argument_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: json_rewrite
1625 build: test
1626 run: false
1627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
1629 - test/core/json/json_rewrite.c
1630 deps:
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: json_rewrite_test
1634 build: test
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/json/json_rewrite_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr_test_util
1642 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001643- name: json_stream_error_test
1644 build: test
1645 language: c
1646 src:
1647 - test/core/json/json_stream_error_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: json_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/json/json_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: lame_client_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/surface/lame_client_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001673- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001674 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/client_config/lb_policies_test.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684- name: low_level_ping_pong_benchmark
1685 build: benchmark
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/network_benchmarks/low_level_ping_pong.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001694 platforms:
1695 - mac
1696 - linux
1697 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: message_compress_test
1699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/compression/message_compress_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001708- name: mlog_test
1709 build: test
1710 language: c
1711 src:
1712 - test/core/census/mlog_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
1716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: multiple_server_queues_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/end2end/multiple_server_queues_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: murmur_hash_test
1729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/support/murmur_hash_test.c
1733 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001737 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/end2end/no_server_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: resolve_address_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/iomgr/resolve_address_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
yang-gd482e592015-12-10 14:04:00 -08001757- name: secure_channel_create_test
1758 build: test
1759 language: c
1760 src:
1761 - test/core/surface/secure_channel_create_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: secure_endpoint_test
1768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/security/secure_endpoint_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001777- name: server_chttp2_test
1778 build: test
1779 language: c
1780 src:
1781 - test/core/surface/server_chttp2_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001787- name: server_test
1788 build: test
1789 language: c
1790 src:
1791 - test/core/surface/server_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001797- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001798 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001799 build: test
1800 language: c
1801 src:
1802 - test/core/client_config/set_initial_connect_string_test.c
1803 deps:
1804 - test_tcp_server
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001809- name: sockaddr_resolver_test
1810 build: test
1811 language: c
1812 src:
1813 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: sockaddr_utils_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/iomgr/sockaddr_utils_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001829- name: socket_utils_test
1830 build: test
1831 language: c
1832 src:
1833 - test/core/iomgr/socket_utils_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001839 platforms:
1840 - mac
1841 - linux
1842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001844 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/iomgr/tcp_client_posix_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001854 platforms:
1855 - mac
1856 - linux
1857 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001859 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/iomgr/tcp_posix_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001869 platforms:
1870 - mac
1871 - linux
1872 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: tcp_server_posix_test
1874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/iomgr/tcp_server_posix_test.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001883 platforms:
1884 - mac
1885 - linux
1886 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: time_averaged_stats_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/iomgr/time_averaged_stats_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: timeout_encoding_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/transport/chttp2/timeout_encoding_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001907- name: timer_heap_test
1908 build: test
1909 language: c
1910 src:
1911 - test/core/iomgr/timer_heap_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001917- name: timer_list_test
1918 build: test
1919 language: c
1920 src:
1921 - test/core/iomgr/timer_list_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: timers_test
1928 build: test
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/core/profiling/timers_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001937- name: transport_connectivity_state_test
1938 build: test
1939 language: c
1940 src:
1941 - test/core/transport/connectivity_state_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: transport_metadata_test
1948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/transport/metadata_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: transport_security_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/tsi/transport_security_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001967 platforms:
1968 - linux
1969 - posix
1970 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: udp_server_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/iomgr/udp_server_test.c
1976 deps:
1977 - grpc_test_util
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr_test_util
1980 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001981 platforms:
1982 - mac
1983 - linux
1984 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: uri_parser_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/client_config/uri_parser_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001995- name: workqueue_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/iomgr/workqueue_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002005 platforms:
2006 - mac
2007 - linux
2008 - posix
vjpai04e992a2016-02-10 16:58:38 -08002009- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002010 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002011 build: test
2012 language: c++
2013 src:
2014 - test/cpp/common/alarm_cpp_test.cc
2015 deps:
2016 - grpc++_test_util
2017 - grpc_test_util
2018 - grpc++
2019 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002023 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024 build: test
2025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/cpp/end2end/async_end2end_test.cc
2028 deps:
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 Tillerbf4b2242015-08-31 15:53:53 -07002035- name: async_streaming_ping_pong_test
2036 build: test
2037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/cpp/qps/async_streaming_ping_pong_test.cc
2040 deps:
2041 - qps
2042 - grpc++_test_util
2043 - grpc_test_util
2044 - grpc++
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002048 platforms:
2049 - mac
2050 - linux
2051 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: async_unary_ping_pong_test
2053 build: test
2054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
2056 - test/cpp/qps/async_unary_ping_pong_test.cc
2057 deps:
2058 - qps
2059 - grpc++_test_util
2060 - grpc_test_util
2061 - grpc++
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002065 platforms:
2066 - mac
2067 - linux
2068 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002070 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071 build: test
2072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002073 src:
2074 - test/cpp/common/auth_property_iterator_test.cc
2075 deps:
2076 - grpc++_test_util
2077 - grpc_test_util
2078 - grpc++
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002083 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084 build: test
2085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
yang-g52705592015-11-25 11:45:33 -08002087 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002088 deps:
2089 - grpc++
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094 build: test
2095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/cpp/util/cli_call_test.cc
2098 deps:
2099 - grpc++_test_util
2100 - grpc_test_util
2101 - grpc++
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002106 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002107 cpu_cost: 0.1
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/end2end/client_crash_test.cc
2112 deps:
2113 - grpc++_test_util
2114 - grpc_test_util
2115 - grpc++
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002119 platforms:
2120 - mac
2121 - linux
2122 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: client_crash_test_server
2124 build: test
2125 run: false
2126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/cpp/end2end/client_crash_test_server.cc
2129 deps:
2130 - grpc++_test_util
2131 - grpc_test_util
2132 - grpc++
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002137 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138 build: test
2139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/cpp/client/credentials_test.cc
2142 deps:
2143 - grpc++
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002147 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148 build: test
2149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/cpp/util/byte_buffer_test.cc
2152 deps:
2153 - grpc_test_util
2154 - grpc++
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002159 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160 build: test
2161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/cpp/util/slice_test.cc
2164 deps:
2165 - grpc_test_util
2166 - grpc++
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002171 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172 build: test
2173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/cpp/util/string_ref_test.cc
2176 deps:
2177 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002179 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180 build: test
2181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/cpp/util/time_test.cc
2184 deps:
2185 - grpc_test_util
2186 - grpc++
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002191 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002192 cpu_cost: 0.5
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/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
vjpai083dc622016-01-11 09:41:17 -08002204- name: generic_async_streaming_ping_pong_test
2205 build: test
2206 language: c++
2207 src:
2208 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2209 deps:
2210 - qps
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
vjpai083dc622016-01-11 09:41:17 -08002217 platforms:
2218 - mac
2219 - linux
2220 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002222 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223 build: test
2224 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/cpp/end2end/generic_end2end_test.cc
2227 deps:
2228 - grpc++_test_util
2229 - grpc_test_util
2230 - grpc++
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002234- name: grpc_cli
2235 build: test
2236 run: false
2237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002238 src:
2239 - test/cpp/util/grpc_cli.cc
2240 deps:
2241 - grpc++_test_util
2242 - grpc_test_util
2243 - grpc++
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002247 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: grpc_cpp_plugin
2249 build: protoc
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - src/compiler/cpp_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: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2258- name: grpc_csharp_plugin
2259 build: protoc
2260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002261 src:
2262 - src/compiler/csharp_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: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2268- name: grpc_objective_c_plugin
2269 build: protoc
2270 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - src/compiler/objective_c_plugin.cc
2273 deps:
2274 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275 secure: false
2276 vs_config_type: Application
2277 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2278- name: grpc_python_plugin
2279 build: protoc
2280 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - src/compiler/python_plugin.cc
2283 deps:
2284 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285 secure: false
2286 vs_config_type: Application
2287 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2288- name: grpc_ruby_plugin
2289 build: protoc
2290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002291 src:
2292 - src/compiler/ruby_plugin.cc
2293 deps:
2294 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295 secure: false
2296 vs_config_type: Application
2297 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002298- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002299 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002300 build: test
2301 language: c++
2302 src:
2303 - src/proto/grpc/lb/v0/load_balancer.proto
2304 - test/cpp/grpclb/grpclb_api_test.cc
2305 deps:
2306 - grpc++_test_util
2307 - grpc_test_util
2308 - grpc++
2309 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002310- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002311 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002312 build: test
2313 language: c++
2314 src:
2315 - test/cpp/end2end/hybrid_end2end_test.cc
2316 deps:
2317 - grpc++_test_util
2318 - grpc_test_util
2319 - grpc++
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323- name: interop_client
2324 build: test
2325 run: false
2326 language: c++
2327 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002328 deps:
2329 - interop_client_main
2330 - interop_client_helper
2331 - grpc++_test_util
2332 - grpc_test_util
2333 - grpc++
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002337 - grpc++_test_config
2338 platforms:
2339 - mac
2340 - linux
2341 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: interop_server
2343 build: test
2344 run: false
2345 language: c++
2346 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002347 deps:
2348 - interop_server_main
2349 - interop_server_helper
2350 - grpc++_test_util
2351 - grpc_test_util
2352 - grpc++
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002356 - grpc++_test_config
2357 platforms:
2358 - mac
2359 - linux
2360 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002361- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002362 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363 build: test
2364 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
2366 - test/cpp/interop/interop_test.cc
2367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002372 platforms:
2373 - mac
2374 - linux
2375 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002376- name: metrics_client
2377 build: test
2378 run: false
2379 language: c++
2380 headers:
2381 - test/cpp/util/metrics_server.h
2382 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002383 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002384 - test/cpp/interop/metrics_client.cc
2385 deps:
2386 - grpc++
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002389 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002391 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392 build: test
2393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/cpp/end2end/mock_test.cc
2396 deps:
2397 - grpc++_test_util
2398 - grpc_test_util
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002403- name: qps_driver
2404 build: benchmark
2405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/cpp/qps/qps_driver.cc
2408 deps:
2409 - qps
2410 - grpc++_test_util
2411 - grpc_test_util
2412 - grpc++
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002416 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: qps_interarrival_test
2418 build: test
2419 run: false
2420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/cpp/qps/qps_interarrival_test.cc
2423 deps:
2424 - qps
2425 - grpc++_test_util
2426 - grpc_test_util
2427 - grpc++
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002431 platforms:
2432 - mac
2433 - linux
2434 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: qps_openloop_test
Vijay Pai3b288722016-02-19 00:28:28 -08002436 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437 build: test
2438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/cpp/qps/qps_openloop_test.cc
2441 deps:
2442 - qps
2443 - grpc++_test_util
2444 - grpc_test_util
2445 - grpc++
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002449 - grpc++_test_config
2450 platforms:
2451 - mac
2452 - linux
2453 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002455 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456 build: test
2457 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002458 src:
2459 - test/cpp/qps/qps_test.cc
2460 deps:
2461 - qps
2462 - grpc++_test_util
2463 - grpc_test_util
2464 - grpc++
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002468 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002469 platforms:
2470 - mac
2471 - linux
2472 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: qps_worker
2474 build: benchmark
2475 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002476 headers:
2477 - test/cpp/qps/client.h
2478 - test/cpp/qps/server.h
2479 src:
2480 - test/cpp/qps/worker.cc
2481 deps:
2482 - qps
2483 - grpc++_test_util
2484 - grpc_test_util
2485 - grpc++
2486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002489 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: reconnect_interop_client
2491 build: test
2492 run: false
2493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002495 - src/proto/grpc/testing/empty.proto
2496 - src/proto/grpc/testing/messages.proto
2497 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002498 - test/cpp/interop/reconnect_interop_client.cc
2499 deps:
2500 - grpc++_test_util
2501 - grpc_test_util
2502 - grpc++
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002506 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: reconnect_interop_server
2508 build: test
2509 run: false
2510 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002512 - src/proto/grpc/testing/empty.proto
2513 - src/proto/grpc/testing/messages.proto
2514 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002515 - test/cpp/interop/reconnect_interop_server.cc
2516 deps:
2517 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002518 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002519 - grpc++_test_util
2520 - grpc_test_util
2521 - grpc++
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002525 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002527 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528 build: test
2529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/cpp/common/secure_auth_context_test.cc
2532 deps:
2533 - grpc++_test_util
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002539- name: secure_sync_unary_ping_pong_test
2540 build: test
2541 language: c++
2542 src:
2543 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2544 deps:
2545 - qps
2546 - grpc++_test_util
2547 - grpc_test_util
2548 - grpc++
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002552 platforms:
2553 - mac
2554 - linux
2555 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002557 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002558 cpu_cost: 0.1
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/server_crash_test.cc
2563 deps:
2564 - grpc++_test_util
2565 - grpc_test_util
2566 - grpc++
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002570 platforms:
2571 - mac
2572 - linux
2573 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574- name: server_crash_test_client
2575 build: test
2576 run: false
2577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002578 src:
2579 - test/cpp/end2end/server_crash_test_client.cc
2580 deps:
2581 - grpc++_test_util
2582 - grpc_test_util
2583 - grpc++
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002588 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589 build: test
2590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/cpp/end2end/shutdown_test.cc
2593 deps:
2594 - grpc++_test_util
2595 - grpc_test_util
2596 - grpc++
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: status_test
2601 build: test
2602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/cpp/util/status_test.cc
2605 deps:
2606 - grpc_test_util
2607 - grpc++
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002611- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002612 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002613 build: test
2614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
2616 - test/cpp/end2end/streaming_throughput_test.cc
2617 deps:
2618 - grpc++_test_util
2619 - grpc_test_util
2620 - grpc++
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002624 platforms:
2625 - mac
2626 - linux
2627 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002628- name: stress_test
2629 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002630 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002631 language: c++
2632 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002633 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002634 - test/cpp/interop/interop_client.h
2635 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002636 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002637 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002638 - src/proto/grpc/testing/empty.proto
2639 - src/proto/grpc/testing/messages.proto
2640 - src/proto/grpc/testing/metrics.proto
2641 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002642 - test/cpp/interop/interop_client.cc
2643 - test/cpp/interop/stress_interop_client.cc
2644 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002645 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002646 deps:
2647 - grpc++_test_util
2648 - grpc_test_util
2649 - grpc++
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002653 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: sync_streaming_ping_pong_test
2655 build: test
2656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2659 deps:
2660 - qps
2661 - grpc++_test_util
2662 - grpc_test_util
2663 - grpc++
2664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 - gpr_test_util
2666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002667 platforms:
2668 - mac
2669 - linux
2670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: sync_unary_ping_pong_test
2672 build: test
2673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002674 src:
2675 - test/cpp/qps/sync_unary_ping_pong_test.cc
2676 deps:
2677 - qps
2678 - grpc++_test_util
2679 - grpc_test_util
2680 - grpc++
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002684 platforms:
2685 - mac
2686 - linux
2687 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002689 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002690 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691 build: test
2692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - test/cpp/end2end/thread_stress_test.cc
2695 deps:
2696 - grpc++_test_util
2697 - grpc_test_util
2698 - grpc++
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002703 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002705 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002708 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002709 - test/cpp/end2end/zookeeper_test.cc
2710 deps:
2711 - grpc++_test_util
2712 - grpc_test_util
2713 - grpc++
2714 - grpc_zookeeper
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002718 external_deps:
2719 - zookeeper
2720 platforms:
2721 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002722- name: public_headers_must_be_c89
2723 build: test
2724 language: c89
2725 src:
2726 - test/core/surface/public_headers_must_be_c89.c
2727 deps:
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002731- linkage: static
2732 name: grpc.dependencies.zlib
2733 props: false
2734 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002735 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002736- linkage: static
2737 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002738 props: true
2739 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002740 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002741- name: gflags
2742 props: false
2743 redist: false
2744 version: 2.1.2.1
2745- name: gtest
2746 props: false
2747 redist: false
2748 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002749configs:
2750 asan:
2751 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002752 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002753 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002754 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002755 LD: clang
2756 LDFLAGS: -fsanitize=address
2757 LDXX: clang++
2758 compile_the_world: true
2759 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002760 ASAN_OPTIONS: detect_leaks=1:color=always
2761 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08002762 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002763 asan-noleaks:
2764 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002765 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002766 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002767 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002768 LD: clang
2769 LDFLAGS: -fsanitize=address
2770 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002771 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002772 test_environ:
2773 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08002774 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08002775 basicprof:
2776 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2777 DEFINES: NDEBUG
2778 dbg:
2779 CPPFLAGS: -O0
2780 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002781 gcov:
2782 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002783 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002784 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002785 DEFINES: _DEBUG DEBUG GPR_GCOV
2786 LD: gcc
2787 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2788 LDXX: g++
2789 helgrind:
2790 CPPFLAGS: -O0
2791 DEFINES: _DEBUG DEBUG
2792 LDFLAGS: -rdynamic
2793 timeout_multiplier: 20
2794 valgrind: --tool=helgrind
2795 memcheck:
2796 CPPFLAGS: -O0
2797 DEFINES: _DEBUG DEBUG
2798 LDFLAGS: -rdynamic
2799 timeout_multiplier: 10
2800 valgrind: --tool=memcheck --leak-check=full
2801 msan:
2802 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002803 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002804 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002805 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002806 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002807 DEFINES: NDEBUG
2808 LD: clang
2809 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2810 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2811 LDXX: clang++
2812 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08002813 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08002814 mutrace:
2815 CPPFLAGS: -O0
2816 DEFINES: _DEBUG DEBUG
2817 LDFLAGS: -rdynamic
2818 opt:
2819 CPPFLAGS: -O2
2820 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002821 stapprof:
2822 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2823 DEFINES: NDEBUG
2824 tsan:
2825 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002826 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002827 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002828 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002829 LD: clang
2830 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2831 LDXX: clang++
2832 compile_the_world: true
2833 test_environ:
2834 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08002835 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08002836 ubsan:
2837 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002838 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002839 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002840 DEFINES: NDEBUG
2841 LD: clang
2842 LDFLAGS: -fsanitize=undefined
2843 LDXX: clang++
2844 compile_the_world: true
2845 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002846defaults:
2847 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002848 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002849 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002850 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002851 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002852 global:
2853 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2854 LDFLAGS: -g
2855 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002856 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002857 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002858node_modules:
2859- deps:
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002862 - boringssl
2863 - z
murgatroid9994a75412015-11-19 14:04:53 -08002864 headers:
2865 - src/node/ext/byte_buffer.h
2866 - src/node/ext/call.h
2867 - src/node/ext/call_credentials.h
2868 - src/node/ext/channel.h
2869 - src/node/ext/channel_credentials.h
2870 - src/node/ext/completion_queue_async_worker.h
2871 - src/node/ext/server.h
2872 - src/node/ext/server_credentials.h
2873 - src/node/ext/timeval.h
2874 js:
2875 - src/node/index.js
2876 - src/node/src/client.js
2877 - src/node/src/common.js
2878 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002879 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002880 - src/node/src/metadata.js
2881 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002882 name: grpc_node
2883 src:
2884 - src/node/ext/byte_buffer.cc
2885 - src/node/ext/call.cc
2886 - src/node/ext/call_credentials.cc
2887 - src/node/ext/channel.cc
2888 - src/node/ext/channel_credentials.cc
2889 - src/node/ext/completion_queue_async_worker.cc
2890 - src/node/ext/node_grpc.cc
2891 - src/node/ext/server.cc
2892 - src/node/ext/server_credentials.cc
2893 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08002894openssl_fallback:
2895 base_uri: http://openssl.org/source/
2896 extraction_dir: openssl-1.0.2f
2897 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002898php_config_m4:
2899 deps:
2900 - grpc
2901 - gpr
2902 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08002903 headers:
2904 - src/php/ext/grpc/byte_buffer.h
2905 - src/php/ext/grpc/call.h
2906 - src/php/ext/grpc/call_credentials.h
2907 - src/php/ext/grpc/channel.h
2908 - src/php/ext/grpc/channel_credentials.h
2909 - src/php/ext/grpc/completion_queue.h
2910 - src/php/ext/grpc/php_grpc.h
2911 - src/php/ext/grpc/server.h
2912 - src/php/ext/grpc/server_credentials.h
2913 - src/php/ext/grpc/timeval.h
2914 src:
2915 - src/php/ext/grpc/byte_buffer.c
2916 - src/php/ext/grpc/call.c
2917 - src/php/ext/grpc/call_credentials.c
2918 - src/php/ext/grpc/channel.c
2919 - src/php/ext/grpc/channel_credentials.c
2920 - src/php/ext/grpc/completion_queue.c
2921 - src/php/ext/grpc/php_grpc.c
2922 - src/php/ext/grpc/server.c
2923 - src/php/ext/grpc/server_credentials.c
2924 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002925python_dependencies:
2926 deps:
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002929 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002930 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002931ruby_gem:
2932 deps:
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002935 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936 - z