blob: 3d1e9b188359ef516ff8401163c3e5fc095d0f48 [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" Noble16caa502016-05-06 03:02:51 +020010 version: 0.15.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070019 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/mlog.h
22 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070023 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070025 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070026 - src/core/ext/census/grpc_context.c
27 - src/core/ext/census/grpc_filter.c
28 - src/core/ext/census/grpc_plugin.c
29 - src/core/ext/census/initialize.c
30 - src/core/ext/census/mlog.c
31 - src/core/ext/census/operation.c
32 - src/core/ext/census/placeholders.c
33 - src/core/ext/census/tracing.c
34 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070035 uses:
36 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070037 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070038- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010039 public_headers:
40 - include/grpc/support/alloc.h
41 - include/grpc/support/atm.h
42 - include/grpc/support/atm_gcc_atomic.h
43 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070044 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010045 - include/grpc/support/avl.h
46 - include/grpc/support/cmdline.h
47 - include/grpc/support/cpu.h
48 - include/grpc/support/histogram.h
49 - include/grpc/support/host_port.h
50 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070051 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010052 - include/grpc/support/port_platform.h
53 - include/grpc/support/slice.h
54 - include/grpc/support/slice_buffer.h
55 - include/grpc/support/string_util.h
56 - include/grpc/support/subprocess.h
57 - include/grpc/support/sync.h
58 - include/grpc/support/sync_generic.h
59 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070060 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010061 - include/grpc/support/thd.h
62 - include/grpc/support/time.h
63 - include/grpc/support/tls.h
64 - include/grpc/support/tls_gcc.h
65 - include/grpc/support/tls_msvc.h
66 - include/grpc/support/tls_pthread.h
67 - include/grpc/support/useful.h
68 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070069 - src/core/lib/profiling/timers.h
70 - src/core/lib/support/backoff.h
71 - src/core/lib/support/block_annotate.h
72 - src/core/lib/support/env.h
73 - src/core/lib/support/load_file.h
74 - src/core/lib/support/murmur_hash.h
75 - src/core/lib/support/stack_lockfree.h
76 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070077 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070078 - src/core/lib/support/thd_internal.h
79 - src/core/lib/support/time_precise.h
80 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010081 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/basic_timers.c
83 - src/core/lib/profiling/stap_timers.c
84 - src/core/lib/support/alloc.c
85 - src/core/lib/support/avl.c
86 - src/core/lib/support/backoff.c
87 - src/core/lib/support/cmdline.c
88 - src/core/lib/support/cpu_iphone.c
89 - src/core/lib/support/cpu_linux.c
90 - src/core/lib/support/cpu_posix.c
91 - src/core/lib/support/cpu_windows.c
92 - src/core/lib/support/env_linux.c
93 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070094 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/histogram.c
96 - src/core/lib/support/host_port.c
97 - src/core/lib/support/load_file.c
98 - src/core/lib/support/log.c
99 - src/core/lib/support/log_android.c
100 - src/core/lib/support/log_linux.c
101 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700102 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/murmur_hash.c
104 - src/core/lib/support/slice.c
105 - src/core/lib/support/slice_buffer.c
106 - src/core/lib/support/stack_lockfree.c
107 - src/core/lib/support/string.c
108 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700109 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700110 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/subprocess_posix.c
112 - src/core/lib/support/subprocess_windows.c
113 - src/core/lib/support/sync.c
114 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/thd.c
117 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700118 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/time.c
120 - src/core/lib/support/time_posix.c
121 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200124 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700128 uses:
129 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800130- name: gpr_codegen
131 public_headers:
132 - include/grpc/impl/codegen/alloc.h
133 - include/grpc/impl/codegen/atm.h
134 - include/grpc/impl/codegen/atm_gcc_atomic.h
135 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800137 - include/grpc/impl/codegen/log.h
138 - include/grpc/impl/codegen/port_platform.h
139 - include/grpc/impl/codegen/slice.h
140 - include/grpc/impl/codegen/slice_buffer.h
141 - include/grpc/impl/codegen/sync.h
142 - include/grpc/impl/codegen/sync_generic.h
143 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800145 - include/grpc/impl/codegen/time.h
yang-g34b58612016-06-03 17:30:09 -0700146- name: grpc++_codegen_base_src
147 src:
148 - src/cpp/codegen/codegen_init.cc
149 uses:
150 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700151- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700152 public_headers:
153 - include/grpc/byte_buffer.h
154 - include/grpc/byte_buffer_reader.h
155 - include/grpc/compression.h
156 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700157 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700158 - include/grpc/status.h
159 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/channel_args.h
161 - src/core/lib/channel/channel_stack.h
162 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700163 - src/core/lib/channel/compress_filter.h
164 - src/core/lib/channel/connected_channel.h
165 - src/core/lib/channel/context.h
166 - src/core/lib/channel/http_client_filter.h
167 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/compression/algorithm_metadata.h
169 - src/core/lib/compression/message_compress.h
170 - src/core/lib/debug/trace.h
171 - src/core/lib/http/format_request.h
172 - src/core/lib/http/httpcli.h
173 - src/core/lib/http/parser.h
174 - src/core/lib/iomgr/closure.h
175 - src/core/lib/iomgr/endpoint.h
176 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700177 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700178 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700179 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/exec_ctx.h
181 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/iocp_windows.h
183 - src/core/lib/iomgr/iomgr.h
184 - src/core/lib/iomgr/iomgr_internal.h
185 - src/core/lib/iomgr/iomgr_posix.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700186 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset_set_windows.h
190 - src/core/lib/iomgr/pollset_windows.h
191 - src/core/lib/iomgr/resolve_address.h
192 - src/core/lib/iomgr/sockaddr.h
193 - src/core/lib/iomgr/sockaddr_posix.h
194 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700195 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/socket_utils_posix.h
197 - src/core/lib/iomgr/socket_windows.h
198 - src/core/lib/iomgr/tcp_client.h
199 - src/core/lib/iomgr/tcp_posix.h
200 - src/core/lib/iomgr/tcp_server.h
201 - src/core/lib/iomgr/tcp_windows.h
202 - src/core/lib/iomgr/time_averaged_stats.h
203 - src/core/lib/iomgr/timer.h
204 - src/core/lib/iomgr/timer_heap.h
205 - src/core/lib/iomgr/udp_server.h
206 - src/core/lib/iomgr/unix_sockets_posix.h
207 - src/core/lib/iomgr/wakeup_fd_pipe.h
208 - src/core/lib/iomgr/wakeup_fd_posix.h
209 - src/core/lib/iomgr/workqueue.h
210 - src/core/lib/iomgr/workqueue_posix.h
211 - src/core/lib/iomgr/workqueue_windows.h
212 - src/core/lib/json/json.h
213 - src/core/lib/json/json_common.h
214 - src/core/lib/json/json_reader.h
215 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/surface/api_trace.h
217 - src/core/lib/surface/call.h
218 - src/core/lib/surface/call_test_only.h
219 - src/core/lib/surface/channel.h
220 - src/core/lib/surface/channel_init.h
221 - src/core/lib/surface/channel_stack_type.h
222 - src/core/lib/surface/completion_queue.h
223 - src/core/lib/surface/event_string.h
224 - src/core/lib/surface/init.h
225 - src/core/lib/surface/lame_client.h
226 - src/core/lib/surface/server.h
227 - src/core/lib/surface/surface_trace.h
228 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/transport/connectivity_state.h
230 - src/core/lib/transport/metadata.h
231 - src/core/lib/transport/metadata_batch.h
232 - src/core/lib/transport/static_metadata.h
233 - src/core/lib/transport/transport.h
234 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700235 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/channel/channel_args.c
237 - src/core/lib/channel/channel_stack.c
238 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/compress_filter.c
240 - src/core/lib/channel/connected_channel.c
241 - src/core/lib/channel/http_client_filter.c
242 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700243 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/compression/message_compress.c
245 - src/core/lib/debug/trace.c
246 - src/core/lib/http/format_request.c
247 - src/core/lib/http/httpcli.c
248 - src/core/lib/http/parser.c
249 - src/core/lib/iomgr/closure.c
250 - src/core/lib/iomgr/endpoint.c
251 - src/core/lib/iomgr/endpoint_pair_posix.c
252 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700253 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700254 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700255 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/exec_ctx.c
257 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/iomgr/iocp_windows.c
259 - src/core/lib/iomgr/iomgr.c
260 - src/core/lib/iomgr/iomgr_posix.c
261 - src/core/lib/iomgr/iomgr_windows.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700262 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/pollset_set_windows.c
264 - src/core/lib/iomgr/pollset_windows.c
265 - src/core/lib/iomgr/resolve_address_posix.c
266 - src/core/lib/iomgr/resolve_address_windows.c
267 - src/core/lib/iomgr/sockaddr_utils.c
268 - src/core/lib/iomgr/socket_utils_common_posix.c
269 - src/core/lib/iomgr/socket_utils_linux.c
270 - src/core/lib/iomgr/socket_utils_posix.c
271 - src/core/lib/iomgr/socket_windows.c
272 - src/core/lib/iomgr/tcp_client_posix.c
273 - src/core/lib/iomgr/tcp_client_windows.c
274 - src/core/lib/iomgr/tcp_posix.c
275 - src/core/lib/iomgr/tcp_server_posix.c
276 - src/core/lib/iomgr/tcp_server_windows.c
277 - src/core/lib/iomgr/tcp_windows.c
278 - src/core/lib/iomgr/time_averaged_stats.c
279 - src/core/lib/iomgr/timer.c
280 - src/core/lib/iomgr/timer_heap.c
281 - src/core/lib/iomgr/udp_server.c
282 - src/core/lib/iomgr/unix_sockets_posix.c
283 - src/core/lib/iomgr/unix_sockets_posix_noop.c
284 - src/core/lib/iomgr/wakeup_fd_eventfd.c
285 - src/core/lib/iomgr/wakeup_fd_nospecial.c
286 - src/core/lib/iomgr/wakeup_fd_pipe.c
287 - src/core/lib/iomgr/wakeup_fd_posix.c
288 - src/core/lib/iomgr/workqueue_posix.c
289 - src/core/lib/iomgr/workqueue_windows.c
290 - src/core/lib/json/json.c
291 - src/core/lib/json/json_reader.c
292 - src/core/lib/json/json_string.c
293 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/surface/alarm.c
295 - src/core/lib/surface/api_trace.c
296 - src/core/lib/surface/byte_buffer.c
297 - src/core/lib/surface/byte_buffer_reader.c
298 - src/core/lib/surface/call.c
299 - src/core/lib/surface/call_details.c
300 - src/core/lib/surface/call_log_batch.c
301 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/surface/channel_init.c
303 - src/core/lib/surface/channel_ping.c
304 - src/core/lib/surface/channel_stack_type.c
305 - src/core/lib/surface/completion_queue.c
306 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/surface/lame_client.c
308 - src/core/lib/surface/metadata_array.c
309 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/surface/validate_metadata.c
311 - src/core/lib/surface/version.c
312 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/transport/connectivity_state.c
314 - src/core/lib/transport/metadata.c
315 - src/core/lib/transport/metadata_batch.c
316 - src/core/lib/transport/static_metadata.c
317 - src/core/lib/transport/transport.c
318 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700319 deps:
320 - gpr
321 uses:
322 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700323- name: grpc_client_config
324 headers:
325 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700326 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700327 - src/core/ext/client_config/client_config.h
328 - src/core/ext/client_config/connector.h
329 - src/core/ext/client_config/initial_connect_string.h
330 - src/core/ext/client_config/lb_policy.h
331 - src/core/ext/client_config/lb_policy_factory.h
332 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700333 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700334 - src/core/ext/client_config/resolver.h
335 - src/core/ext/client_config/resolver_factory.h
336 - src/core/ext/client_config/resolver_registry.h
337 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700338 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700339 - src/core/ext/client_config/subchannel_index.h
340 - src/core/ext/client_config/uri_parser.h
341 src:
342 - src/core/ext/client_config/channel_connectivity.c
343 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700344 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700345 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700346 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/connector.c
348 - src/core/ext/client_config/default_initial_connect_string.c
349 - src/core/ext/client_config/initial_connect_string.c
350 - src/core/ext/client_config/lb_policy.c
351 - src/core/ext/client_config/lb_policy_factory.c
352 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700353 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700354 - src/core/ext/client_config/resolver.c
355 - src/core/ext/client_config/resolver_factory.c
356 - src/core/ext/client_config/resolver_registry.c
357 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700358 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700359 - src/core/ext/client_config/subchannel_index.c
360 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700361 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700362 uses:
363 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800364- name: grpc_codegen
365 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800366 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700367 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800369 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800371 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700373 uses:
374 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700375- name: grpc_lb_policy_grpclb
376 headers:
377 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700378 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700379 src:
380 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700381 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700382 uses:
383 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700385 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700386- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700387 src:
388 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700389 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700390 uses:
391 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700393- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700394 src:
395 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700396 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700397 uses:
398 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700399 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700400- name: grpc_load_reporting
401 headers:
402 - src/core/ext/load_reporting/load_reporting.h
403 - src/core/ext/load_reporting/load_reporting_filter.h
404 src:
405 - src/core/ext/load_reporting/load_reporting.c
406 - src/core/ext/load_reporting/load_reporting_filter.c
407 plugin: grpc_load_reporting_plugin
408 uses:
409 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700410- name: grpc_resolver_dns_native
411 src:
412 - src/core/ext/resolver/dns/native/dns_resolver.c
413 plugin: grpc_resolver_dns_native
414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700417- name: grpc_resolver_sockaddr
418 src:
419 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
420 plugin: grpc_resolver_sockaddr
421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100424- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700425 public_headers:
426 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700427 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100428 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700429 - src/core/lib/security/context/security_context.h
430 - src/core/lib/security/credentials/composite/composite_credentials.h
431 - src/core/lib/security/credentials/credentials.h
432 - src/core/lib/security/credentials/fake/fake_credentials.h
433 - src/core/lib/security/credentials/google_default/google_default_credentials.h
434 - src/core/lib/security/credentials/iam/iam_credentials.h
435 - src/core/lib/security/credentials/jwt/json_token.h
436 - src/core/lib/security/credentials/jwt/jwt_credentials.h
437 - src/core/lib/security/credentials/jwt/jwt_verifier.h
438 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
439 - src/core/lib/security/credentials/plugin/plugin_credentials.h
440 - src/core/lib/security/credentials/ssl/ssl_credentials.h
441 - src/core/lib/security/transport/auth_filters.h
442 - src/core/lib/security/transport/handshake.h
443 - src/core/lib/security/transport/secure_endpoint.h
444 - src/core/lib/security/transport/security_connector.h
445 - src/core/lib/security/util/b64.h
446 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100447 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700448 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700449 - src/core/lib/security/context/security_context.c
450 - src/core/lib/security/credentials/composite/composite_credentials.c
451 - src/core/lib/security/credentials/credentials.c
452 - src/core/lib/security/credentials/credentials_metadata.c
453 - src/core/lib/security/credentials/fake/fake_credentials.c
454 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700455 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700456 - src/core/lib/security/credentials/google_default/google_default_credentials.c
457 - src/core/lib/security/credentials/iam/iam_credentials.c
458 - src/core/lib/security/credentials/jwt/json_token.c
459 - src/core/lib/security/credentials/jwt/jwt_credentials.c
460 - src/core/lib/security/credentials/jwt/jwt_verifier.c
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
462 - src/core/lib/security/credentials/plugin/plugin_credentials.c
463 - src/core/lib/security/credentials/ssl/ssl_credentials.c
464 - src/core/lib/security/transport/client_auth_filter.c
465 - src/core/lib/security/transport/handshake.c
466 - src/core/lib/security/transport/secure_endpoint.c
467 - src/core/lib/security/transport/security_connector.c
468 - src/core/lib/security/transport/server_auth_filter.c
469 - src/core/lib/security/util/b64.c
470 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700471 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700472 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700473 uses:
474 - grpc_base
475 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700477- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700478 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700479 headers:
480 - test/core/end2end/cq_verifier.h
481 - test/core/end2end/fixtures/proxy.h
482 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700483 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200484 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700485 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700486 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700487 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700488 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700489 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/slice_splitter.h
491 src:
492 - test/core/end2end/cq_verifier.c
493 - test/core/end2end/fixtures/proxy.c
494 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700495 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200496 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700497 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700499 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700500 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700501 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/port_windows.c
503 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 deps:
505 - grpc
506 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700507- name: grpc_transport_chttp2
508 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700509 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700510 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
511 - src/core/ext/transport/chttp2/transport/frame.h
512 - src/core/ext/transport/chttp2/transport/frame_data.h
513 - src/core/ext/transport/chttp2/transport/frame_goaway.h
514 - src/core/ext/transport/chttp2/transport/frame_ping.h
515 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
516 - src/core/ext/transport/chttp2/transport/frame_settings.h
517 - src/core/ext/transport/chttp2/transport/frame_window_update.h
518 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
519 - src/core/ext/transport/chttp2/transport/hpack_parser.h
520 - src/core/ext/transport/chttp2/transport/hpack_table.h
521 - src/core/ext/transport/chttp2/transport/http2_errors.h
522 - src/core/ext/transport/chttp2/transport/huffsyms.h
523 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
524 - src/core/ext/transport/chttp2/transport/internal.h
525 - src/core/ext/transport/chttp2/transport/status_conversion.h
526 - src/core/ext/transport/chttp2/transport/stream_map.h
527 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
528 - src/core/ext/transport/chttp2/transport/varint.h
529 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700530 - src/core/ext/transport/chttp2/transport/bin_encoder.c
531 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700532 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
533 - src/core/ext/transport/chttp2/transport/frame_data.c
534 - src/core/ext/transport/chttp2/transport/frame_goaway.c
535 - src/core/ext/transport/chttp2/transport/frame_ping.c
536 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
537 - src/core/ext/transport/chttp2/transport/frame_settings.c
538 - src/core/ext/transport/chttp2/transport/frame_window_update.c
539 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
540 - src/core/ext/transport/chttp2/transport/hpack_parser.c
541 - src/core/ext/transport/chttp2/transport/hpack_table.c
542 - src/core/ext/transport/chttp2/transport/huffsyms.c
543 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
544 - src/core/ext/transport/chttp2/transport/parsing.c
545 - src/core/ext/transport/chttp2/transport/status_conversion.c
546 - src/core/ext/transport/chttp2/transport/stream_lists.c
547 - src/core/ext/transport/chttp2/transport/stream_map.c
548 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
549 - src/core/ext/transport/chttp2/transport/varint.c
550 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700551 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700552 uses:
553 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700554 - grpc_transport_chttp2_alpn
555- name: grpc_transport_chttp2_alpn
556 headers:
557 - src/core/ext/transport/chttp2/alpn/alpn.h
558 src:
559 - src/core/ext/transport/chttp2/alpn/alpn.c
560 deps:
561 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700562- name: grpc_transport_chttp2_client_insecure
563 src:
564 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700565 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700566 uses:
567 - grpc_transport_chttp2
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700570- name: grpc_transport_chttp2_client_secure
571 src:
572 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700573 uses:
574 - grpc_transport_chttp2
575 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700576 - grpc_client_config
577 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700578- name: grpc_transport_chttp2_server_insecure
579 src:
580 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700581 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700582 uses:
583 - grpc_transport_chttp2
584 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_server_secure
586 src:
587 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700592- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700593 public_headers:
594 - include/grpc/grpc_cronet.h
595 - include/grpc/grpc_security.h
596 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700597 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700598 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
599 src:
600 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
601 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
602 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700603 filegroups:
604 - grpc_base
605 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800606- name: nanopb
607 headers:
608 - third_party/nanopb/pb.h
609 - third_party/nanopb/pb_common.h
610 - third_party/nanopb/pb_decode.h
611 - third_party/nanopb/pb_encode.h
612 src:
613 - third_party/nanopb/pb_common.c
614 - third_party/nanopb/pb_decode.c
615 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616- name: tsi
617 headers:
618 - src/core/lib/tsi/fake_transport_security.h
619 - src/core/lib/tsi/ssl_transport_security.h
620 - src/core/lib/tsi/ssl_types.h
621 - src/core/lib/tsi/transport_security.h
622 - src/core/lib/tsi/transport_security_interface.h
623 src:
624 - src/core/lib/tsi/fake_transport_security.c
625 - src/core/lib/tsi/ssl_transport_security.c
626 - src/core/lib/tsi/transport_security.c
627 deps:
628 - gpr
629 secure: true
630- name: grpc++_base
631 language: c++
632 public_headers:
633 - include/grpc++/alarm.h
634 - include/grpc++/channel.h
635 - include/grpc++/client_context.h
636 - include/grpc++/completion_queue.h
637 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700638 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700639 - include/grpc++/generic/async_generic_service.h
640 - include/grpc++/generic/generic_stub.h
641 - include/grpc++/grpc++.h
642 - include/grpc++/impl/call.h
643 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700644 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/impl/grpc_library.h
646 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700647 - include/grpc++/impl/rpc_method.h
648 - include/grpc++/impl/rpc_service_method.h
649 - include/grpc++/impl/serialization_traits.h
650 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700651 - include/grpc++/impl/server_builder_plugin.h
652 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653 - include/grpc++/impl/service_type.h
654 - include/grpc++/impl/sync.h
655 - include/grpc++/impl/sync_cxx11.h
656 - include/grpc++/impl/sync_no_cxx11.h
657 - include/grpc++/impl/thd.h
658 - include/grpc++/impl/thd_cxx11.h
659 - include/grpc++/impl/thd_no_cxx11.h
660 - include/grpc++/security/auth_context.h
661 - include/grpc++/security/auth_metadata_processor.h
662 - include/grpc++/security/credentials.h
663 - include/grpc++/security/server_credentials.h
664 - include/grpc++/server.h
665 - include/grpc++/server_builder.h
666 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700667 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/support/async_stream.h
669 - include/grpc++/support/async_unary_call.h
670 - include/grpc++/support/byte_buffer.h
671 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700672 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700673 - include/grpc++/support/slice.h
674 - include/grpc++/support/status.h
675 - include/grpc++/support/status_code_enum.h
676 - include/grpc++/support/string_ref.h
677 - include/grpc++/support/stub_options.h
678 - include/grpc++/support/sync_stream.h
679 - include/grpc++/support/time.h
680 headers:
681 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700682 - src/cpp/server/dynamic_thread_pool.h
683 - src/cpp/server/thread_pool_interface.h
684 src:
685 - src/cpp/client/channel.cc
686 - src/cpp/client/client_context.cc
687 - src/cpp/client/create_channel.cc
688 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700689 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700690 - src/cpp/client/credentials.cc
691 - src/cpp/client/generic_stub.cc
692 - src/cpp/client/insecure_credentials.cc
693 - src/cpp/common/channel_arguments.cc
694 - src/cpp/common/completion_queue.cc
695 - src/cpp/common/core_codegen.cc
696 - src/cpp/common/rpc_method.cc
697 - src/cpp/server/async_generic_service.cc
698 - src/cpp/server/create_default_thread_pool.cc
699 - src/cpp/server/dynamic_thread_pool.cc
700 - src/cpp/server/insecure_server_credentials.cc
701 - src/cpp/server/server.cc
702 - src/cpp/server/server_builder.cc
703 - src/cpp/server/server_context.cc
704 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700705 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - src/cpp/util/byte_buffer.cc
707 - src/cpp/util/slice.cc
708 - src/cpp/util/status.cc
709 - src/cpp/util/string_ref.cc
710 - src/cpp/util/time.cc
711 deps:
712 - grpc
713 uses:
yang-g17487f92016-06-03 15:21:15 -0700714 - grpc++_codegen_base
715- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 language: c++
717 public_headers:
718 - include/grpc++/impl/codegen/async_stream.h
719 - include/grpc++/impl/codegen/async_unary_call.h
720 - include/grpc++/impl/codegen/call.h
721 - include/grpc++/impl/codegen/call_hook.h
722 - include/grpc++/impl/codegen/channel_interface.h
723 - include/grpc++/impl/codegen/client_context.h
724 - include/grpc++/impl/codegen/client_unary_call.h
725 - include/grpc++/impl/codegen/completion_queue.h
726 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700727 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/impl/codegen/core_codegen_interface.h
729 - include/grpc++/impl/codegen/create_auth_context.h
730 - include/grpc++/impl/codegen/grpc_library.h
731 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - include/grpc++/impl/codegen/rpc_method.h
733 - include/grpc++/impl/codegen/rpc_service_method.h
734 - include/grpc++/impl/codegen/security/auth_context.h
735 - include/grpc++/impl/codegen/serialization_traits.h
736 - include/grpc++/impl/codegen/server_context.h
737 - include/grpc++/impl/codegen/server_interface.h
738 - include/grpc++/impl/codegen/service_type.h
739 - include/grpc++/impl/codegen/status.h
740 - include/grpc++/impl/codegen/status_code_enum.h
741 - include/grpc++/impl/codegen/string_ref.h
742 - include/grpc++/impl/codegen/stub_options.h
743 - include/grpc++/impl/codegen/sync.h
744 - include/grpc++/impl/codegen/sync_cxx11.h
745 - include/grpc++/impl/codegen/sync_no_cxx11.h
746 - include/grpc++/impl/codegen/sync_stream.h
747 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 uses:
749 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700750- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 language: c++
752 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700753 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 uses:
yang-g17487f92016-06-03 15:21:15 -0700755 - grpc++_codegen_base
756 - grpc++_config_proto
757- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 language: c++
759 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100761libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800762- name: gpr
763 build: all
764 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800765 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700766 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800767 secure: false
768 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
769- name: gpr_test_util
770 build: private
771 language: c
772 headers:
773 - test/core/util/test_config.h
774 src:
775 - test/core/util/test_config.c
776 deps:
777 - gpr
778 secure: false
779 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780- name: grpc
781 build: all
782 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 src:
784 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800786 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700787 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700788 filegroups:
789 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - grpc_transport_chttp2_server_secure
791 - grpc_transport_chttp2_client_secure
792 - grpc_transport_chttp2_server_insecure
793 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700794 - grpc_lb_policy_grpclb
795 - grpc_lb_policy_pick_first
796 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700797 - grpc_resolver_dns_native
798 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700799 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100800 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700801 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700802 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700803 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700804 vs_packages:
805 - grpc.dependencies.openssl
806 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700808- name: grpc_cronet
809 build: all
810 language: c
811 src:
812 - src/core/lib/surface/init.c
813 baselib: true
814 deps_linkage: static
815 dll: true
816 filegroups:
817 - grpc_base
818 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700819 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700820 generate_plugin_registry: true
821 platforms:
822 - linux
823 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100824- name: grpc_dll
825 build: private
826 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100827 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100828 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100829 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100830 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100831 build_system:
832 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100833 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100834 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 vs_config_type: DynamicLibrary
836 vs_packages:
837 - grpc.dependencies.openssl
838 - grpc.dependencies.zlib
839 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
840 vs_props:
841 - zlib
842 - openssl
843 - winsock
844 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700845- name: grpc_test_util
846 build: private
847 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700848 headers:
849 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800850 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700851 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700852 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700853 - test/core/end2end/data/server1_cert.c
854 - test/core/end2end/data/server1_key.c
855 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800856 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700857 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700860 - grpc
861 filegroups:
862 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700863 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
864- name: grpc_test_util_unsecure
865 build: private
866 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800868 - gpr
869 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800870 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700871 filegroups:
872 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700873 secure: false
874 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
875- name: grpc_unsecure
876 build: all
877 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700878 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700880 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800882 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700884 filegroups:
885 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700886 - grpc_transport_chttp2_server_insecure
887 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700888 - grpc_resolver_dns_native
889 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700890 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700891 - grpc_lb_policy_grpclb
892 - grpc_lb_policy_pick_first
893 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700894 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700895 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896 secure: false
897 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
898- name: grpc_zookeeper
899 build: all
900 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700901 public_headers:
902 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700903 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700904 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700907 - grpc
908 external_deps:
909 - zookeeper
910 platforms:
911 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700912 secure: false
913- name: reconnect_server
914 build: private
915 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700916 headers:
917 - test/core/util/reconnect_server.h
918 src:
919 - test/core/util/reconnect_server.c
920 deps:
yang-gc9fca182015-11-06 16:41:33 -0800921 - test_tcp_server
922 - grpc_test_util
923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800924 - gpr_test_util
925 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800926- name: test_tcp_server
927 build: private
928 language: c
929 headers:
930 - test/core/util/test_tcp_server.h
931 src:
932 - test/core/util/test_tcp_server.c
933 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700934 - grpc_test_util
935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800936 - gpr_test_util
937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938- name: grpc++
939 build: all
940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700941 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700942 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700943 - src/cpp/client/secure_credentials.h
944 - src/cpp/common/secure_auth_context.h
945 - src/cpp/server/secure_server_credentials.h
946 src:
Craig Tiller25834342015-09-25 08:08:24 -0700947 - src/cpp/client/secure_credentials.cc
948 - src/cpp/common/auth_property_iterator.cc
949 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800950 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700951 - src/cpp/common/secure_create_auth_context.cc
952 - src/cpp/server/secure_server_credentials.cc
953 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700954 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955 baselib: true
956 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700957 filegroups:
958 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700959 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700960 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 secure: check
962 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700963- name: grpc++_reflection
964 build: all
965 language: c++
966 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700967 - include/grpc++/ext/proto_server_reflection_plugin.h
968 - include/grpc++/ext/reflection.grpc.pb.h
969 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700970 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700971 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700972 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700973 - src/cpp/ext/proto_server_reflection.cc
974 - src/cpp/ext/proto_server_reflection_plugin.cc
975 - src/cpp/ext/reflection.grpc.pb.cc
976 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700977 deps:
978 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700979 filegroups:
980 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981- name: grpc++_test_config
982 build: private
983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700984 headers:
985 - test/cpp/util/test_config.h
986 src:
987 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: grpc++_test_util
989 build: private
990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700991 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800992 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800993 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700994 - test/cpp/util/create_test_channel.h
995 - test/cpp/util/string_ref_helper.h
996 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800997 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700998 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800999 - src/proto/grpc/testing/echo_messages.proto
1000 - src/proto/grpc/testing/echo.proto
1001 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001002 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001003 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001004 - test/cpp/util/create_test_channel.cc
1005 - test/cpp/util/string_ref_helper.cc
1006 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001007 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001008 deps:
1009 - grpc++
1010 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001011 filegroups:
1012 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001013 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001014 - grpc++_codegen_proto
1015 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016- name: grpc++_unsecure
1017 build: all
1018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001019 src:
1020 - src/cpp/common/insecure_create_auth_context.cc
1021 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024 baselib: true
1025 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001026 filegroups:
1027 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001028 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001029 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 secure: false
1031 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001032- name: grpc_cli_libs
1033 build: private
1034 language: c++
1035 headers:
1036 - test/cpp/util/cli_call.h
1037 - test/cpp/util/proto_file_parser.h
1038 src:
1039 - test/cpp/util/cli_call.cc
1040 - test/cpp/util/proto_file_parser.cc
1041 deps:
1042 - grpc++
1043 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044- name: grpc_plugin_support
1045 build: protoc
1046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001047 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001048 - src/compiler/config.h
1049 - src/compiler/cpp_generator.h
1050 - src/compiler/cpp_generator_helpers.h
1051 - src/compiler/csharp_generator.h
1052 - src/compiler/csharp_generator_helpers.h
1053 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001054 - src/compiler/node_generator.h
1055 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001056 - src/compiler/objective_c_generator.h
1057 - src/compiler/objective_c_generator_helpers.h
1058 - src/compiler/python_generator.h
1059 - src/compiler/ruby_generator.h
1060 - src/compiler/ruby_generator_helpers-inl.h
1061 - src/compiler/ruby_generator_map-inl.h
1062 - src/compiler/ruby_generator_string-inl.h
1063 src:
1064 - src/compiler/cpp_generator.cc
1065 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001066 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001067 - src/compiler/objective_c_generator.cc
1068 - src/compiler/python_generator.cc
1069 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001070 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001071 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072 secure: false
1073 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001074 vs_props:
1075 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076- name: interop_client_helper
1077 build: private
1078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001079 headers:
1080 - test/cpp/interop/client_helper.h
1081 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001082 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001083 - test/cpp/interop/client_helper.cc
1084 deps:
1085 - grpc++_test_util
1086 - grpc_test_util
1087 - grpc++
1088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: interop_client_main
1091 build: private
1092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001093 headers:
1094 - test/cpp/interop/interop_client.h
1095 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001096 - src/proto/grpc/testing/empty.proto
1097 - src/proto/grpc/testing/messages.proto
1098 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001099 - test/cpp/interop/client.cc
1100 - test/cpp/interop/interop_client.cc
1101 deps:
1102 - interop_client_helper
1103 - grpc++_test_util
1104 - grpc_test_util
1105 - grpc++
1106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001107 - gpr_test_util
1108 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001109 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: interop_server_helper
1111 build: private
1112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001113 headers:
1114 - test/cpp/interop/server_helper.h
1115 src:
1116 - test/cpp/interop/server_helper.cc
1117 deps:
1118 - grpc_test_util
1119 - grpc++
1120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122- name: interop_server_main
1123 build: private
1124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001125 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001126 - src/proto/grpc/testing/empty.proto
1127 - src/proto/grpc/testing/messages.proto
1128 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001129 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001130 deps:
1131 - interop_server_helper
1132 - grpc++_test_util
1133 - grpc_test_util
1134 - grpc++
1135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr_test_util
1137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001138 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: qps
1140 build: private
1141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001142 headers:
1143 - test/cpp/qps/client.h
1144 - test/cpp/qps/driver.h
1145 - test/cpp/qps/histogram.h
1146 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001147 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001148 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001149 - test/cpp/qps/qps_worker.h
1150 - test/cpp/qps/report.h
1151 - test/cpp/qps/server.h
1152 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001153 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001154 - test/cpp/util/benchmark_config.h
1155 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001156 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001157 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001158 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001159 - src/proto/grpc/testing/control.proto
1160 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001161 - test/cpp/qps/client_async.cc
1162 - test/cpp/qps/client_sync.cc
1163 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001164 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001165 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 - test/cpp/qps/qps_worker.cc
1167 - test/cpp/qps/report.cc
1168 - test/cpp/qps/server_async.cc
1169 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001170 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001171 - test/cpp/util/benchmark_config.cc
1172 deps:
1173 - grpc_test_util
1174 - grpc++_test_util
1175 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176- name: grpc_csharp_ext
1177 build: all
1178 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
1180 - src/csharp/ext/grpc_csharp_ext.c
1181 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001183 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001184 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001185 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 dll: only
1187 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001188 vs_packages:
1189 - grpc.dependencies.openssl
1190 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001192 vs_props:
1193 - zlib
1194 - openssl
1195 - winsock
1196 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001198- name: alarm_test
1199 build: test
1200 language: c
1201 src:
1202 - test/core/surface/alarm_test.c
1203 deps:
1204 - grpc_test_util
1205 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001206 - gpr_test_util
1207 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001208- name: algorithm_test
1209 build: test
1210 language: c
1211 src:
1212 - test/core/compression/algorithm_test.c
1213 deps:
1214 - grpc_test_util
1215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001216 - gpr_test_util
1217 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001218- name: alloc_test
1219 build: test
1220 language: c
1221 src:
1222 - test/core/support/alloc_test.c
1223 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001224 - gpr_test_util
1225 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226- name: alpn_test
1227 build: test
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 src:
1230 - test/core/transport/chttp2/alpn_test.c
1231 deps:
1232 - grpc_test_util
1233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
1235 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001236- name: api_fuzzer
1237 build: fuzzer
1238 language: c
1239 src:
1240 - test/core/end2end/fuzzers/api_fuzzer.c
1241 deps:
1242 - grpc_test_util
1243 - grpc
1244 - gpr_test_util
1245 - gpr
1246 corpus_dirs:
1247 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001248 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001249 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: bin_encoder_test
1251 build: test
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/transport/chttp2/bin_encoder_test.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001258- name: census_context_test
1259 build: test
1260 language: c
1261 src:
1262 - test/core/census/context_test.c
1263 deps:
1264 - grpc_test_util
1265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001268- name: channel_create_test
1269 build: test
1270 language: c
1271 src:
1272 - test/core/surface/channel_create_test.c
1273 deps:
1274 - grpc_test_util
1275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001278- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279 build: test
1280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001281 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001282 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001283 deps:
1284 - grpc_test_util
1285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001288- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 build: test
1290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001292 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001293 deps:
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: chttp2_stream_map_test
1299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/transport/chttp2/stream_map_test.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001308- name: chttp2_varint_test
1309 build: test
1310 language: c
1311 src:
1312 - test/core/transport/chttp2/varint_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001318- name: client_fuzzer
1319 build: fuzzer
1320 language: c
1321 src:
1322 - test/core/end2end/fuzzers/client_fuzzer.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
1326 - gpr_test_util
1327 - gpr
1328 corpus_dirs:
1329 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001330 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001331 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001332- name: compression_test
1333 build: test
1334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001335 src:
1336 - test/core/compression/compression_test.c
1337 deps:
1338 - grpc_test_util
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001342- name: concurrent_connectivity_test
1343 build: test
1344 language: c
1345 src:
1346 - test/core/surface/concurrent_connectivity_test.c
1347 deps:
1348 - grpc_test_util
1349 - grpc
1350 - gpr_test_util
1351 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001352- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001353 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001354 build: test
1355 language: c
1356 src:
1357 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
1361 - gpr_test_util
1362 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001363- name: dns_resolver_test
1364 build: test
1365 language: c
1366 src:
1367 - test/core/client_config/resolvers/dns_resolver_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001374 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/end2end/dualstack_socket_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 platforms:
1385 - mac
1386 - linux
1387 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001388- name: endpoint_pair_test
1389 build: test
1390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001391 src:
1392 - test/core/iomgr/endpoint_pair_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: fd_conservation_posix_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/iomgr/fd_conservation_posix_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001408 platforms:
1409 - mac
1410 - linux
1411 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: fd_posix_test
1413 build: test
1414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - test/core/iomgr/fd_posix_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001422 platforms:
1423 - mac
1424 - linux
1425 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426- name: fling_client
1427 build: test
1428 run: false
1429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
1431 - test/core/fling/client.c
1432 deps:
1433 - grpc_test_util
1434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001435 - gpr_test_util
1436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: fling_server
1438 build: test
1439 run: false
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/fling/server.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001449 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/fling/fling_stream_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 - mac
1461 - linux
1462 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001464 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/fling/fling_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001474 platforms:
1475 - mac
1476 - linux
1477 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: gen_hpack_tables
1479 build: tool
1480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
1482 - tools/codegen/core/gen_hpack_tables.c
1483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001485 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486- name: gen_legal_metadata_characters
1487 build: tool
1488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001489 src:
1490 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001492- name: goaway_server_test
1493 cpu_cost: 0.1
1494 build: test
1495 language: c
1496 src:
1497 - test/core/end2end/goaway_server_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
1501 - gpr_test_util
1502 - gpr
1503 platforms:
1504 - mac
1505 - linux
1506 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001507- name: gpr_avl_test
1508 build: test
1509 language: c
1510 src:
1511 - test/core/support/avl_test.c
1512 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001515- name: gpr_backoff_test
1516 build: test
1517 language: c
1518 src:
1519 - test/core/support/backoff_test.c
1520 deps:
1521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: gpr_cmdline_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/support/cmdline_test.c
1528 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001531- name: gpr_cpu_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/cpu_test.c
1536 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: gpr_env_test
1540 build: test
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/support/env_test.c
1544 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gpr_histogram_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/support/histogram_test.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: gpr_host_port_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/support/host_port_test.c
1560 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001563- name: gpr_load_file_test
1564 build: test
1565 language: c
1566 src:
1567 - test/core/support/load_file_test.c
1568 deps:
1569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: gpr_log_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/support/log_test.c
1576 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: gpr_slice_buffer_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/support/slice_buffer_test.c
1584 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: gpr_slice_test
1588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/slice_test.c
1592 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001596 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/support/stack_lockfree_test.c
1601 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: gpr_string_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/string_test.c
1609 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001613 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/support/sync_test.c
1618 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001622 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/support/thd_test.c
1627 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: gpr_time_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/support/time_test.c
1635 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: gpr_tls_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/support/tls_test.c
1643 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: gpr_useful_test
1647 build: test
1648 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001649 src:
1650 - test/core/support/useful_test.c
1651 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001652 - gpr_test_util
1653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001654- name: grpc_auth_context_test
1655 build: test
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/security/auth_context_test.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001664- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001668 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674- name: grpc_byte_buffer_reader_test
1675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/surface/byte_buffer_reader_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: grpc_channel_args_test
1685 build: test
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/channel/channel_args_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: grpc_channel_stack_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/channel/channel_stack_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001704- name: grpc_completion_queue_test
1705 build: test
1706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001707 src:
1708 - test/core/surface/completion_queue_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: grpc_create_jwt
1715 build: tool
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/security/create_jwt.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: grpc_credentials_test
1725 build: test
1726 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001727 src:
1728 - test/core/security/credentials_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: grpc_fetch_oauth2
1735 build: tool
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/security/fetch_oauth2.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001744- name: grpc_invalid_channel_args_test
1745 build: test
1746 language: c
1747 src:
1748 - test/core/surface/invalid_channel_args_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754- name: grpc_json_token_test
1755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/security/json_token_test.c
1759 deps:
1760 - grpc_test_util
1761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001764 platforms:
1765 - linux
1766 - posix
1767 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: grpc_jwt_verifier_test
1769 build: test
1770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/security/jwt_verifier_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: grpc_print_google_default_creds_token
1779 build: tool
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/security/print_google_default_creds_token.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: grpc_security_connector_test
1789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/security/security_connector_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: grpc_verify_jwt
1799 build: tool
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/security/verify_jwt.c
1803 deps:
1804 - grpc_test_util
1805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001808- name: hpack_parser_fuzzer_test
1809 build: fuzzer
1810 language: c
1811 src:
1812 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
1818 corpus_dirs:
1819 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001820 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001821 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: hpack_parser_test
1823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/transport/chttp2/hpack_parser_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: hpack_table_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/transport/chttp2/hpack_table_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001842- name: http_fuzzer_test
1843 build: fuzzer
1844 language: c
1845 src:
1846 - test/core/http/fuzzer.c
1847 deps:
1848 - grpc_test_util
1849 - grpc
1850 - gpr_test_util
1851 - gpr
1852 corpus_dirs:
1853 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001854 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001855- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001859 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001865- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001869 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001876 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001880 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001886 platforms:
1887 - mac
1888 - linux
1889 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001890- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001891 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001892 build: test
1893 language: c
1894 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001895 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001901 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001902 - linux
yang-gf1183302015-12-07 16:02:05 -08001903- name: init_test
1904 build: test
1905 language: c
1906 src:
1907 - test/core/surface/init_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001913- name: internal_api_canary_iomgr_test
1914 build: test
1915 run: false
1916 language: c
1917 src:
1918 - test/core/internal_api_canaries/iomgr.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
1922 - gpr_test_util
1923 - gpr
1924- name: internal_api_canary_support_test
1925 build: test
1926 run: false
1927 language: c
1928 src:
1929 - test/core/internal_api_canaries/iomgr.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
1933 - gpr_test_util
1934 - gpr
1935- name: internal_api_canary_transport_test
1936 build: test
1937 run: false
1938 language: c
1939 src:
1940 - test/core/internal_api_canaries/iomgr.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
1944 - gpr_test_util
1945 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001946- name: invalid_call_argument_test
1947 build: test
1948 language: c
1949 src:
1950 - test/core/end2end/invalid_call_argument_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001956- name: json_fuzzer_test
1957 build: fuzzer
1958 language: c
1959 src:
1960 - test/core/json/fuzzer.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
1964 - gpr_test_util
1965 - gpr
1966 corpus_dirs:
1967 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001968 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: json_rewrite
1970 build: test
1971 run: false
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/json/json_rewrite.c
1975 deps:
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: json_rewrite_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/json/json_rewrite_test.c
1983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001988- name: json_stream_error_test
1989 build: test
1990 language: c
1991 src:
1992 - test/core/json/json_stream_error_test.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: json_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/json/json_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: lame_client_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/surface/lame_client_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002018- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002019 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002020 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/client_config/lb_policies_test.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: low_level_ping_pong_benchmark
2031 build: benchmark
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/network_benchmarks/low_level_ping_pong.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002040 platforms:
2041 - mac
2042 - linux
2043 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002044- name: message_compress_test
2045 build: test
2046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002047 src:
2048 - test/core/compression/message_compress_test.c
2049 deps:
2050 - grpc_test_util
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002054- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002055 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002056 build: test
2057 language: c
2058 src:
2059 - test/core/census/mlog_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: multiple_server_queues_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/end2end/multiple_server_queues_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: murmur_hash_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/support/murmur_hash_test.c
2080 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002083- name: nanopb_fuzzer_response_test
2084 build: fuzzer
2085 language: c
2086 src:
2087 - test/core/nanopb/fuzzer_response.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
2091 - gpr_test_util
2092 - gpr
2093 corpus_dirs:
2094 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002095 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002096- name: nanopb_fuzzer_serverlist_test
2097 build: fuzzer
2098 language: c
2099 src:
2100 - test/core/nanopb/fuzzer_serverlist.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
2104 - gpr_test_util
2105 - gpr
2106 corpus_dirs:
2107 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002108 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002110 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/end2end/no_server_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: resolve_address_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/iomgr/resolve_address_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
yang-gd482e592015-12-10 14:04:00 -08002130- name: secure_channel_create_test
2131 build: test
2132 language: c
2133 src:
2134 - test/core/surface/secure_channel_create_test.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: secure_endpoint_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/security/secure_endpoint_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002150- name: server_chttp2_test
2151 build: test
2152 language: c
2153 src:
2154 - test/core/surface/server_chttp2_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002160- name: server_fuzzer
2161 build: fuzzer
2162 language: c
2163 src:
2164 - test/core/end2end/fuzzers/server_fuzzer.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
2168 - gpr_test_util
2169 - gpr
2170 corpus_dirs:
2171 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002172 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002173 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002174- name: server_test
2175 build: test
2176 language: c
2177 src:
2178 - test/core/surface/server_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002184- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002185 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002186 build: test
2187 language: c
2188 src:
2189 - test/core/client_config/set_initial_connect_string_test.c
2190 deps:
2191 - test_tcp_server
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002196- name: sockaddr_resolver_test
2197 build: test
2198 language: c
2199 src:
2200 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: sockaddr_utils_test
2207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/iomgr/sockaddr_utils_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002216- name: socket_utils_test
2217 build: test
2218 language: c
2219 src:
2220 - test/core/iomgr/socket_utils_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002226 platforms:
2227 - mac
2228 - linux
2229 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002231 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/iomgr/tcp_client_posix_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002241 platforms:
2242 - mac
2243 - linux
2244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002246 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247 build: test
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/core/iomgr/tcp_posix_test.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002256 platforms:
2257 - mac
2258 - linux
2259 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: tcp_server_posix_test
2261 build: test
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
2264 - test/core/iomgr/tcp_server_posix_test.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr_test_util
2269 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002270 platforms:
2271 - mac
2272 - linux
2273 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: time_averaged_stats_test
2275 build: test
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - test/core/iomgr/time_averaged_stats_test.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: timeout_encoding_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/transport/chttp2/timeout_encoding_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002294- name: timer_heap_test
2295 build: test
2296 language: c
2297 src:
2298 - test/core/iomgr/timer_heap_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002304- name: timer_list_test
2305 build: test
2306 language: c
2307 src:
2308 - test/core/iomgr/timer_list_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: timers_test
2315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/core/profiling/timers_test.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002324- name: transport_connectivity_state_test
2325 build: test
2326 language: c
2327 src:
2328 - test/core/transport/connectivity_state_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: transport_metadata_test
2335 build: test
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/transport/metadata_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: transport_security_test
2345 build: test
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/tsi/transport_security_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002354 platforms:
2355 - linux
2356 - posix
2357 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002358- name: udp_server_test
2359 build: test
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/iomgr/udp_server_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002368 platforms:
2369 - mac
2370 - linux
2371 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002372- name: uri_fuzzer_test
2373 build: fuzzer
2374 language: c
2375 src:
2376 - test/core/client_config/uri_fuzzer_test.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
2380 - gpr_test_util
2381 - gpr
2382 corpus_dirs:
2383 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002384 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: uri_parser_test
2386 build: test
2387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
2389 - test/core/client_config/uri_parser_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002395- name: workqueue_test
2396 build: test
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/iomgr/workqueue_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002405 platforms:
2406 - mac
2407 - linux
2408 - posix
vjpai04e992a2016-02-10 16:58:38 -08002409- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002410 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002411 build: test
2412 language: c++
2413 src:
2414 - test/cpp/common/alarm_cpp_test.cc
2415 deps:
2416 - grpc++_test_util
2417 - grpc_test_util
2418 - grpc++
2419 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002420 - gpr_test_util
2421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002423 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424 build: test
2425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/cpp/end2end/async_end2end_test.cc
2428 deps:
2429 - grpc++_test_util
2430 - grpc_test_util
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002436 gtest: true
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/common/auth_property_iterator_test.cc
2441 deps:
2442 - grpc++_test_util
2443 - grpc_test_util
2444 - grpc++
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002449 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
yang-g52705592015-11-25 11:45:33 -08002453 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002454 deps:
2455 - grpc++
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/util/cli_call_test.cc
2464 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002465 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002466 - grpc++_test_util
2467 - grpc_test_util
2468 - grpc++
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002473 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002474 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475 build: test
2476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
2478 - test/cpp/end2end/client_crash_test.cc
2479 deps:
2480 - grpc++_test_util
2481 - grpc_test_util
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002486 platforms:
2487 - mac
2488 - linux
2489 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: client_crash_test_server
2491 build: test
2492 run: false
2493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/cpp/end2end/client_crash_test_server.cc
2496 deps:
2497 - grpc++_test_util
2498 - grpc_test_util
2499 - grpc++
2500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 - gpr_test_util
2502 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002503- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002504 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002505 build: test
2506 language: c++
2507 src:
2508 - src/proto/grpc/testing/control.proto
2509 - src/proto/grpc/testing/messages.proto
2510 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002511 - src/proto/grpc/testing/services.proto
2512 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002513 - test/cpp/codegen/codegen_test_full.cc
2514 deps:
2515 - grpc++
2516 - grpc
2517 - gpr
2518 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002519 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002520- name: codegen_test_minimal
2521 gtest: true
2522 build: test
2523 language: c++
2524 src:
2525 - src/proto/grpc/testing/control.proto
2526 - src/proto/grpc/testing/messages.proto
2527 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002528 - src/proto/grpc/testing/services.proto
2529 - src/proto/grpc/testing/stats.proto
2530 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002531 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002532 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002533 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002535 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536 build: test
2537 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
2539 - test/cpp/client/credentials_test.cc
2540 deps:
2541 - grpc++
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002545 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546 build: test
2547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/cpp/util/byte_buffer_test.cc
2550 deps:
2551 - grpc_test_util
2552 - grpc++
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002557 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558 build: test
2559 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002560 src:
2561 - test/cpp/util/slice_test.cc
2562 deps:
2563 - grpc_test_util
2564 - grpc++
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002569 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/cpp/util/string_ref_test.cc
2574 deps:
2575 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002577 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578 build: test
2579 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/cpp/util/time_test.cc
2582 deps:
2583 - grpc_test_util
2584 - grpc++
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002588- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002589 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002590 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591 build: test
2592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002593 src:
2594 - test/cpp/end2end/end2end_test.cc
2595 deps:
2596 - grpc++_test_util
2597 - grpc_test_util
2598 - grpc++
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002603 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604 build: test
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/end2end/generic_end2end_test.cc
2608 deps:
2609 - grpc++_test_util
2610 - grpc_test_util
2611 - grpc++
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002615- name: golden_file_test
2616 gtest: true
2617 build: test
2618 language: c++
2619 src:
2620 - src/proto/grpc/testing/compiler_test.proto
2621 - test/cpp/codegen/golden_file_test.cc
2622 deps:
2623 - grpc++
2624 - grpc
2625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: grpc_cli
2627 build: test
2628 run: false
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/util/grpc_cli.cc
2632 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002633 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002634 - grpc++_test_util
2635 - grpc_test_util
2636 - grpc++
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002640 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002641- name: grpc_cpp_plugin
2642 build: protoc
2643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - src/compiler/cpp_plugin.cc
2646 deps:
2647 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648 secure: false
2649 vs_config_type: Application
2650 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2651- name: grpc_csharp_plugin
2652 build: protoc
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - src/compiler/csharp_plugin.cc
2656 deps:
2657 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658 secure: false
2659 vs_config_type: Application
2660 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002661- name: grpc_node_plugin
2662 build: protoc
2663 language: c++
2664 src:
2665 - src/compiler/node_plugin.cc
2666 deps:
2667 - grpc_plugin_support
2668 secure: false
2669 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: grpc_objective_c_plugin
2671 build: protoc
2672 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002673 src:
2674 - src/compiler/objective_c_plugin.cc
2675 deps:
2676 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677 secure: false
2678 vs_config_type: Application
2679 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2680- name: grpc_python_plugin
2681 build: protoc
2682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - src/compiler/python_plugin.cc
2685 deps:
2686 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687 secure: false
2688 vs_config_type: Application
2689 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2690- name: grpc_ruby_plugin
2691 build: protoc
2692 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002693 src:
2694 - src/compiler/ruby_plugin.cc
2695 deps:
2696 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697 secure: false
2698 vs_config_type: Application
2699 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002700- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002701 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002702 build: test
2703 language: c++
2704 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002705 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002706 - test/cpp/grpclb/grpclb_api_test.cc
2707 deps:
2708 - grpc++_test_util
2709 - grpc_test_util
2710 - grpc++
2711 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002712- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002713 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002714 build: test
2715 language: c++
2716 src:
2717 - test/cpp/end2end/hybrid_end2end_test.cc
2718 deps:
2719 - grpc++_test_util
2720 - grpc_test_util
2721 - grpc++
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002725- name: interop_client
2726 build: test
2727 run: false
2728 language: c++
2729 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002730 deps:
2731 - interop_client_main
2732 - interop_client_helper
2733 - grpc++_test_util
2734 - grpc_test_util
2735 - grpc++
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002739 - grpc++_test_config
2740 platforms:
2741 - mac
2742 - linux
2743 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: interop_server
2745 build: test
2746 run: false
2747 language: c++
2748 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002749 deps:
2750 - interop_server_main
2751 - interop_server_helper
2752 - grpc++_test_util
2753 - grpc_test_util
2754 - grpc++
2755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002756 - gpr_test_util
2757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002758 - grpc++_test_config
2759 platforms:
2760 - mac
2761 - linux
2762 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002764 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765 build: test
2766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
2768 - test/cpp/interop/interop_test.cc
2769 deps:
2770 - grpc_test_util
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002774 platforms:
2775 - mac
2776 - linux
2777 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002778- name: json_run_localhost
2779 build: test
2780 run: false
2781 language: c++
2782 src:
2783 - test/cpp/qps/json_run_localhost.cc
2784 deps:
2785 - grpc++_test_util
2786 - grpc_test_util
2787 - grpc++
2788 - grpc
2789 - gpr_test_util
2790 - gpr
2791 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002792- name: metrics_client
2793 build: test
2794 run: false
2795 language: c++
2796 headers:
2797 - test/cpp/util/metrics_server.h
2798 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002799 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002800 - test/cpp/interop/metrics_client.cc
2801 deps:
2802 - grpc++
2803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002804 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002805 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002807 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808 build: test
2809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002810 src:
2811 - test/cpp/end2end/mock_test.cc
2812 deps:
2813 - grpc++_test_util
2814 - grpc_test_util
2815 - grpc++
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002819- name: proto_server_reflection_test
2820 gtest: true
2821 build: test
2822 language: c++
2823 headers:
2824 - test/cpp/util/proto_reflection_descriptor_database.h
2825 src:
2826 - test/cpp/end2end/proto_server_reflection_test.cc
2827 - test/cpp/util/proto_reflection_descriptor_database.cc
2828 deps:
2829 - grpc++_reflection
2830 - grpc++_test_util
2831 - grpc_test_util
2832 - grpc++
2833 - grpc
2834 - gpr_test_util
2835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: qps_interarrival_test
2837 build: test
2838 run: false
2839 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/cpp/qps/qps_interarrival_test.cc
2842 deps:
2843 - qps
2844 - grpc++_test_util
2845 - grpc_test_util
2846 - grpc++
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002850 platforms:
2851 - mac
2852 - linux
2853 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002854- name: qps_json_driver
2855 build: test
2856 run: false
2857 language: c++
2858 src:
2859 - test/cpp/qps/qps_json_driver.cc
2860 deps:
2861 - qps
2862 - grpc++_test_util
2863 - grpc_test_util
2864 - grpc++
2865 - grpc
2866 - gpr_test_util
2867 - gpr
2868 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002870 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871 build: test
2872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
2874 - test/cpp/qps/qps_openloop_test.cc
2875 deps:
2876 - qps
2877 - grpc++_test_util
2878 - grpc_test_util
2879 - grpc++
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002883 - grpc++_test_config
2884 platforms:
2885 - mac
2886 - linux
2887 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002889 build: test
2890 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002892 headers:
2893 - test/cpp/qps/client.h
2894 - test/cpp/qps/server.h
2895 src:
2896 - test/cpp/qps/worker.cc
2897 deps:
2898 - qps
2899 - grpc++_test_util
2900 - grpc_test_util
2901 - grpc++
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002905 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906- name: reconnect_interop_client
2907 build: test
2908 run: false
2909 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002910 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002911 - src/proto/grpc/testing/empty.proto
2912 - src/proto/grpc/testing/messages.proto
2913 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002914 - test/cpp/interop/reconnect_interop_client.cc
2915 deps:
2916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002922 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923- name: reconnect_interop_server
2924 build: test
2925 run: false
2926 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002927 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002928 - src/proto/grpc/testing/empty.proto
2929 - src/proto/grpc/testing/messages.proto
2930 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002931 - test/cpp/interop/reconnect_interop_server.cc
2932 deps:
2933 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002934 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002935 - grpc++_test_util
2936 - grpc_test_util
2937 - grpc++
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002941 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002942- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002943 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944 build: test
2945 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002946 src:
2947 - test/cpp/common/secure_auth_context_test.cc
2948 deps:
2949 - grpc++_test_util
2950 - grpc_test_util
2951 - grpc++
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002955- name: secure_sync_unary_ping_pong_test
2956 build: test
2957 language: c++
2958 src:
2959 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2960 deps:
2961 - qps
2962 - grpc++_test_util
2963 - grpc_test_util
2964 - grpc++
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002968 platforms:
2969 - mac
2970 - linux
2971 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002972- name: server_builder_plugin_test
2973 gtest: true
2974 build: test
2975 language: c++
2976 src:
2977 - test/cpp/end2end/server_builder_plugin_test.cc
2978 deps:
2979 - grpc++_test_util
2980 - grpc_test_util
2981 - grpc++
2982 - grpc
2983 - gpr_test_util
2984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002985- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002986 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002987 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988 build: test
2989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
2991 - test/cpp/end2end/server_crash_test.cc
2992 deps:
2993 - grpc++_test_util
2994 - grpc_test_util
2995 - grpc++
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002999 platforms:
3000 - mac
3001 - linux
3002 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003003- name: server_crash_test_client
3004 build: test
3005 run: false
3006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
3008 - test/cpp/end2end/server_crash_test_client.cc
3009 deps:
3010 - grpc++_test_util
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003017 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018 build: test
3019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003020 src:
3021 - test/cpp/end2end/shutdown_test.cc
3022 deps:
3023 - grpc++_test_util
3024 - grpc_test_util
3025 - grpc++
3026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003027 - gpr_test_util
3028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: status_test
3030 build: test
3031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
3033 - test/cpp/util/status_test.cc
3034 deps:
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003040- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003041 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003042 build: test
3043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003044 src:
3045 - test/cpp/end2end/streaming_throughput_test.cc
3046 deps:
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003053 platforms:
3054 - mac
3055 - linux
3056 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003057- name: stress_test
3058 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003059 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003060 language: c++
3061 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003062 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003063 - test/cpp/interop/interop_client.h
3064 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003065 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003066 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003067 - src/proto/grpc/testing/empty.proto
3068 - src/proto/grpc/testing/messages.proto
3069 - src/proto/grpc/testing/metrics.proto
3070 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003071 - test/cpp/interop/interop_client.cc
3072 - test/cpp/interop/stress_interop_client.cc
3073 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003074 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003075 deps:
3076 - grpc++_test_util
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003082 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003084 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003085 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086 build: test
3087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
3089 - test/cpp/end2end/thread_stress_test.cc
3090 deps:
3091 - grpc++_test_util
3092 - grpc_test_util
3093 - grpc++
3094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003095 - gpr_test_util
3096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003097- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003098 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003099 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003100 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003103 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003104 - test/cpp/end2end/zookeeper_test.cc
3105 deps:
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc_zookeeper
3110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003111 - gpr_test_util
3112 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003113 external_deps:
3114 - zookeeper
3115 platforms:
3116 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003117- name: public_headers_must_be_c89
3118 build: test
3119 language: c89
3120 src:
3121 - test/core/surface/public_headers_must_be_c89.c
3122 deps:
3123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003125vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003126- linkage: static
3127 name: grpc.dependencies.zlib
3128 props: false
3129 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003130 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003131- linkage: static
3132 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003133 props: true
3134 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003135 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003136- name: gflags
3137 props: false
3138 redist: false
3139 version: 2.1.2.1
3140- name: gtest
3141 props: false
3142 redist: false
3143 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003144configs:
3145 asan:
3146 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003147 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3148 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003149 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003150 LD: clang
3151 LDFLAGS: -fsanitize=address
3152 LDXX: clang++
3153 compile_the_world: true
3154 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003155 ASAN_OPTIONS: detect_leaks=1:color=always
3156 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003157 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003158 asan-noleaks:
3159 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003160 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3161 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003162 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003163 LD: clang
3164 LDFLAGS: -fsanitize=address
3165 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003166 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003167 test_environ:
3168 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003169 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003170 asan-trace-cmp:
3171 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003172 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3173 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003174 CXX: clang++
3175 LD: clang
3176 LDFLAGS: -fsanitize=address
3177 LDXX: clang++
3178 compile_the_world: true
3179 test_environ:
3180 ASAN_OPTIONS: detect_leaks=1:color=always
3181 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3182 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003183 basicprof:
3184 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3185 DEFINES: NDEBUG
3186 dbg:
3187 CPPFLAGS: -O0
3188 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003189 easan:
3190 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003191 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3192 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003193 CXX: clang++
3194 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3195 LD: clang
3196 LDFLAGS: -fsanitize=address
3197 LDXX: clang++
3198 compile_the_world: true
3199 test_environ:
3200 ASAN_OPTIONS: detect_leaks=1:color=always
3201 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3202 timeout_multiplier: 3
3203 edbg:
3204 CPPFLAGS: -O0
3205 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3206 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003207 CC: clang
3208 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003209 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003210 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003211 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003212 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003213 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003214 LDXX: clang++
3215 compile_the_world: true
3216 test_environ:
3217 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3218 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003219 gcov:
3220 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003221 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003222 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003223 DEFINES: _DEBUG DEBUG GPR_GCOV
3224 LD: gcc
3225 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3226 LDXX: g++
3227 helgrind:
3228 CPPFLAGS: -O0
3229 DEFINES: _DEBUG DEBUG
3230 LDFLAGS: -rdynamic
3231 timeout_multiplier: 20
3232 valgrind: --tool=helgrind
3233 memcheck:
3234 CPPFLAGS: -O0
3235 DEFINES: _DEBUG DEBUG
3236 LDFLAGS: -rdynamic
3237 timeout_multiplier: 10
3238 valgrind: --tool=memcheck --leak-check=full
3239 msan:
3240 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003241 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3242 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3243 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003244 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003245 DEFINES: NDEBUG
3246 LD: clang
3247 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3248 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3249 LDXX: clang++
3250 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003251 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003252 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003253 CPPFLAGS: -O3 -fno-omit-frame-pointer
3254 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003255 LDFLAGS: -rdynamic
3256 opt:
3257 CPPFLAGS: -O2
3258 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003259 stapprof:
3260 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3261 DEFINES: NDEBUG
3262 tsan:
3263 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003264 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003265 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003266 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003267 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003268 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003269 LDXX: clang++
3270 compile_the_world: true
3271 test_environ:
3272 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003273 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003274 ubsan:
3275 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003276 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3277 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003278 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003279 DEFINES: NDEBUG
3280 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003281 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003282 LDXX: clang++
3283 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003284 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003285 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003286 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003287defaults:
3288 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003289 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003290 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003291 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003292 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003293 global:
3294 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3295 LDFLAGS: -g
3296 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003297 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003298 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003299node_modules:
3300- deps:
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003303 - boringssl
3304 - z
murgatroid9994a75412015-11-19 14:04:53 -08003305 headers:
3306 - src/node/ext/byte_buffer.h
3307 - src/node/ext/call.h
3308 - src/node/ext/call_credentials.h
3309 - src/node/ext/channel.h
3310 - src/node/ext/channel_credentials.h
3311 - src/node/ext/completion_queue_async_worker.h
3312 - src/node/ext/server.h
3313 - src/node/ext/server_credentials.h
3314 - src/node/ext/timeval.h
3315 js:
3316 - src/node/index.js
3317 - src/node/src/client.js
3318 - src/node/src/common.js
3319 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003320 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003321 - src/node/src/metadata.js
3322 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003323 name: grpc_node
3324 src:
3325 - src/node/ext/byte_buffer.cc
3326 - src/node/ext/call.cc
3327 - src/node/ext/call_credentials.cc
3328 - src/node/ext/channel.cc
3329 - src/node/ext/channel_credentials.cc
3330 - src/node/ext/completion_queue_async_worker.cc
3331 - src/node/ext/node_grpc.cc
3332 - src/node/ext/server.cc
3333 - src/node/ext/server_credentials.cc
3334 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003335openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003336 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003337 extraction_dir: openssl-1.0.2f
3338 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003339php_config_m4:
3340 deps:
3341 - grpc
3342 - gpr
3343 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003344 headers:
3345 - src/php/ext/grpc/byte_buffer.h
3346 - src/php/ext/grpc/call.h
3347 - src/php/ext/grpc/call_credentials.h
3348 - src/php/ext/grpc/channel.h
3349 - src/php/ext/grpc/channel_credentials.h
3350 - src/php/ext/grpc/completion_queue.h
3351 - src/php/ext/grpc/php_grpc.h
3352 - src/php/ext/grpc/server.h
3353 - src/php/ext/grpc/server_credentials.h
3354 - src/php/ext/grpc/timeval.h
3355 src:
3356 - src/php/ext/grpc/byte_buffer.c
3357 - src/php/ext/grpc/call.c
3358 - src/php/ext/grpc/call_credentials.c
3359 - src/php/ext/grpc/channel.c
3360 - src/php/ext/grpc/channel_credentials.c
3361 - src/php/ext/grpc/completion_queue.c
3362 - src/php/ext/grpc/php_grpc.c
3363 - src/php/ext/grpc/server.c
3364 - src/php/ext/grpc/server_credentials.c
3365 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003366python_dependencies:
3367 deps:
3368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003370 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003371 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003372ruby_gem:
3373 deps:
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003377 - z