blob: d550c0107fa054c0bc4a61ae56ba6b85e11be5d5 [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
Ken Paysone4123f32016-07-01 14:54:52 -070010 version: 0.15.1
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
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/support/murmur_hash.h
74 - src/core/lib/support/stack_lockfree.h
75 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070076 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/thd_internal.h
78 - src/core/lib/support/time_precise.h
79 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010080 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/basic_timers.c
82 - src/core/lib/profiling/stap_timers.c
83 - src/core/lib/support/alloc.c
84 - src/core/lib/support/avl.c
85 - src/core/lib/support/backoff.c
86 - src/core/lib/support/cmdline.c
87 - src/core/lib/support/cpu_iphone.c
88 - src/core/lib/support/cpu_linux.c
89 - src/core/lib/support/cpu_posix.c
90 - src/core/lib/support/cpu_windows.c
91 - src/core/lib/support/env_linux.c
92 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070093 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/histogram.c
95 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/log.c
97 - src/core/lib/support/log_android.c
98 - src/core/lib/support/log_linux.c
99 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700100 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/support/murmur_hash.c
102 - src/core/lib/support/slice.c
103 - src/core/lib/support/slice_buffer.c
104 - src/core/lib/support/stack_lockfree.c
105 - src/core/lib/support/string.c
106 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700107 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700108 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/subprocess_posix.c
110 - src/core/lib/support/subprocess_windows.c
111 - src/core/lib/support/sync.c
112 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/thd.c
115 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/time.c
118 - src/core/lib/support/time_posix.c
119 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200122 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700126 uses:
127 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800128- name: gpr_codegen
129 public_headers:
130 - include/grpc/impl/codegen/alloc.h
131 - include/grpc/impl/codegen/atm.h
132 - include/grpc/impl/codegen/atm_gcc_atomic.h
133 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/log.h
136 - include/grpc/impl/codegen/port_platform.h
137 - include/grpc/impl/codegen/slice.h
138 - include/grpc/impl/codegen/slice_buffer.h
139 - include/grpc/impl/codegen/sync.h
140 - include/grpc/impl/codegen/sync_generic.h
141 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/time.h
yang-g34b58612016-06-03 17:30:09 -0700144- name: grpc++_codegen_base_src
145 src:
146 - src/cpp/codegen/codegen_init.cc
147 uses:
148 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700149- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700150 public_headers:
151 - include/grpc/byte_buffer.h
152 - include/grpc/byte_buffer_reader.h
153 - include/grpc/compression.h
154 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700155 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700156 - include/grpc/status.h
157 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700158 - src/core/lib/channel/channel_args.h
159 - src/core/lib/channel/channel_stack.h
160 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700161 - src/core/lib/channel/compress_filter.h
162 - src/core/lib/channel/connected_channel.h
163 - src/core/lib/channel/context.h
164 - src/core/lib/channel/http_client_filter.h
165 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/compression/algorithm_metadata.h
167 - src/core/lib/compression/message_compress.h
168 - src/core/lib/debug/trace.h
169 - src/core/lib/http/format_request.h
170 - src/core/lib/http/httpcli.h
171 - src/core/lib/http/parser.h
172 - src/core/lib/iomgr/closure.h
173 - src/core/lib/iomgr/endpoint.h
174 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700175 - src/core/lib/iomgr/error.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700176 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700177 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700178 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/iomgr/exec_ctx.h
180 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/iocp_windows.h
182 - src/core/lib/iomgr/iomgr.h
183 - src/core/lib/iomgr/iomgr_internal.h
184 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700185 - src/core/lib/iomgr/load_file.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 Tiller27f59af2016-04-28 14:19:48 -0700253 - src/core/lib/iomgr/error.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700254 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700255 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700256 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/exec_ctx.c
258 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/iomgr/iocp_windows.c
260 - src/core/lib/iomgr/iomgr.c
261 - src/core/lib/iomgr/iomgr_posix.c
262 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700263 - src/core/lib/iomgr/load_file.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700264 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/pollset_set_windows.c
266 - src/core/lib/iomgr/pollset_windows.c
267 - src/core/lib/iomgr/resolve_address_posix.c
268 - src/core/lib/iomgr/resolve_address_windows.c
269 - src/core/lib/iomgr/sockaddr_utils.c
270 - src/core/lib/iomgr/socket_utils_common_posix.c
271 - src/core/lib/iomgr/socket_utils_linux.c
272 - src/core/lib/iomgr/socket_utils_posix.c
273 - src/core/lib/iomgr/socket_windows.c
274 - src/core/lib/iomgr/tcp_client_posix.c
275 - src/core/lib/iomgr/tcp_client_windows.c
276 - src/core/lib/iomgr/tcp_posix.c
277 - src/core/lib/iomgr/tcp_server_posix.c
278 - src/core/lib/iomgr/tcp_server_windows.c
279 - src/core/lib/iomgr/tcp_windows.c
280 - src/core/lib/iomgr/time_averaged_stats.c
281 - src/core/lib/iomgr/timer.c
282 - src/core/lib/iomgr/timer_heap.c
283 - src/core/lib/iomgr/udp_server.c
284 - src/core/lib/iomgr/unix_sockets_posix.c
285 - src/core/lib/iomgr/unix_sockets_posix_noop.c
286 - src/core/lib/iomgr/wakeup_fd_eventfd.c
287 - src/core/lib/iomgr/wakeup_fd_nospecial.c
288 - src/core/lib/iomgr/wakeup_fd_pipe.c
289 - src/core/lib/iomgr/wakeup_fd_posix.c
290 - src/core/lib/iomgr/workqueue_posix.c
291 - src/core/lib/iomgr/workqueue_windows.c
292 - src/core/lib/json/json.c
293 - src/core/lib/json/json_reader.c
294 - src/core/lib/json/json_string.c
295 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/surface/alarm.c
297 - src/core/lib/surface/api_trace.c
298 - src/core/lib/surface/byte_buffer.c
299 - src/core/lib/surface/byte_buffer_reader.c
300 - src/core/lib/surface/call.c
301 - src/core/lib/surface/call_details.c
302 - src/core/lib/surface/call_log_batch.c
303 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/surface/channel_init.c
305 - src/core/lib/surface/channel_ping.c
306 - src/core/lib/surface/channel_stack_type.c
307 - src/core/lib/surface/completion_queue.c
308 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/lame_client.c
310 - src/core/lib/surface/metadata_array.c
311 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/surface/validate_metadata.c
313 - src/core/lib/surface/version.c
314 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/transport/connectivity_state.c
316 - src/core/lib/transport/metadata.c
317 - src/core/lib/transport/metadata_batch.c
318 - src/core/lib/transport/static_metadata.c
319 - src/core/lib/transport/transport.c
320 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 deps:
322 - gpr
323 uses:
324 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700325- name: grpc_client_config
326 headers:
327 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700328 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700329 - src/core/ext/client_config/client_config.h
330 - src/core/ext/client_config/connector.h
331 - src/core/ext/client_config/initial_connect_string.h
332 - src/core/ext/client_config/lb_policy.h
333 - src/core/ext/client_config/lb_policy_factory.h
334 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700335 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700336 - src/core/ext/client_config/resolver.h
337 - src/core/ext/client_config/resolver_factory.h
338 - src/core/ext/client_config/resolver_registry.h
339 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700340 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700341 - src/core/ext/client_config/subchannel_index.h
342 - src/core/ext/client_config/uri_parser.h
343 src:
344 - src/core/ext/client_config/channel_connectivity.c
345 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700346 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700348 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/connector.c
350 - src/core/ext/client_config/default_initial_connect_string.c
351 - src/core/ext/client_config/initial_connect_string.c
352 - src/core/ext/client_config/lb_policy.c
353 - src/core/ext/client_config/lb_policy_factory.c
354 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700355 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/resolver.c
357 - src/core/ext/client_config/resolver_factory.c
358 - src/core/ext/client_config/resolver_registry.c
359 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700360 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel_index.c
362 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700363 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700364 uses:
365 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800366- name: grpc_codegen
367 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800368 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700369 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800370 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800371 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800372 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800373 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800374 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700375 uses:
376 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700377- name: grpc_lb_policy_grpclb
378 headers:
379 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700380 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700381 src:
382 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700383 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700384 uses:
385 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700387 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700388- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700389 src:
390 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700391 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700392 uses:
393 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700395- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700396 src:
397 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700398 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700399 uses:
400 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700401 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700402- name: grpc_load_reporting
403 headers:
404 - src/core/ext/load_reporting/load_reporting.h
405 - src/core/ext/load_reporting/load_reporting_filter.h
406 src:
407 - src/core/ext/load_reporting/load_reporting.c
408 - src/core/ext/load_reporting/load_reporting_filter.c
409 plugin: grpc_load_reporting_plugin
410 uses:
411 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700412- name: grpc_resolver_dns_native
413 src:
414 - src/core/ext/resolver/dns/native/dns_resolver.c
415 plugin: grpc_resolver_dns_native
416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700419- name: grpc_resolver_sockaddr
420 src:
421 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
422 plugin: grpc_resolver_sockaddr
423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100426- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700427 public_headers:
428 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700429 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100430 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700431 - src/core/lib/security/context/security_context.h
432 - src/core/lib/security/credentials/composite/composite_credentials.h
433 - src/core/lib/security/credentials/credentials.h
434 - src/core/lib/security/credentials/fake/fake_credentials.h
435 - src/core/lib/security/credentials/google_default/google_default_credentials.h
436 - src/core/lib/security/credentials/iam/iam_credentials.h
437 - src/core/lib/security/credentials/jwt/json_token.h
438 - src/core/lib/security/credentials/jwt/jwt_credentials.h
439 - src/core/lib/security/credentials/jwt/jwt_verifier.h
440 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
441 - src/core/lib/security/credentials/plugin/plugin_credentials.h
442 - src/core/lib/security/credentials/ssl/ssl_credentials.h
443 - src/core/lib/security/transport/auth_filters.h
444 - src/core/lib/security/transport/handshake.h
445 - src/core/lib/security/transport/secure_endpoint.h
446 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700447 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/util/b64.h
449 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100450 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700451 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.c
453 - src/core/lib/security/credentials/composite/composite_credentials.c
454 - src/core/lib/security/credentials/credentials.c
455 - src/core/lib/security/credentials/credentials_metadata.c
456 - src/core/lib/security/credentials/fake/fake_credentials.c
457 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700458 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/credentials/google_default/google_default_credentials.c
460 - src/core/lib/security/credentials/iam/iam_credentials.c
461 - src/core/lib/security/credentials/jwt/json_token.c
462 - src/core/lib/security/credentials/jwt/jwt_credentials.c
463 - src/core/lib/security/credentials/jwt/jwt_verifier.c
464 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
465 - src/core/lib/security/credentials/plugin/plugin_credentials.c
466 - src/core/lib/security/credentials/ssl/ssl_credentials.c
467 - src/core/lib/security/transport/client_auth_filter.c
468 - src/core/lib/security/transport/handshake.c
469 - src/core/lib/security/transport/secure_endpoint.c
470 - src/core/lib/security/transport/security_connector.c
471 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700472 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/util/b64.c
474 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700475 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700476 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700477 uses:
478 - grpc_base
479 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700480 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700481- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700482 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700483 headers:
484 - test/core/end2end/cq_verifier.h
485 - test/core/end2end/fixtures/proxy.h
486 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700487 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200488 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700489 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700490 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700491 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700492 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700493 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700494 - test/core/util/slice_splitter.h
495 src:
496 - test/core/end2end/cq_verifier.c
497 - test/core/end2end/fixtures/proxy.c
498 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200500 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700501 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700502 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700503 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700505 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700506 - test/core/util/port_windows.c
507 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700508 deps:
509 - grpc
510 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700511- name: grpc_transport_chttp2
512 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700513 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700514 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700515 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
516 - src/core/ext/transport/chttp2/transport/frame.h
517 - src/core/ext/transport/chttp2/transport/frame_data.h
518 - src/core/ext/transport/chttp2/transport/frame_goaway.h
519 - src/core/ext/transport/chttp2/transport/frame_ping.h
520 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
521 - src/core/ext/transport/chttp2/transport/frame_settings.h
522 - src/core/ext/transport/chttp2/transport/frame_window_update.h
523 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
524 - src/core/ext/transport/chttp2/transport/hpack_parser.h
525 - src/core/ext/transport/chttp2/transport/hpack_table.h
526 - src/core/ext/transport/chttp2/transport/http2_errors.h
527 - src/core/ext/transport/chttp2/transport/huffsyms.h
528 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
529 - src/core/ext/transport/chttp2/transport/internal.h
530 - src/core/ext/transport/chttp2/transport/status_conversion.h
531 - src/core/ext/transport/chttp2/transport/stream_map.h
532 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
533 - src/core/ext/transport/chttp2/transport/varint.h
534 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700535 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700536 - src/core/ext/transport/chttp2/transport/bin_encoder.c
537 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700538 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
539 - src/core/ext/transport/chttp2/transport/frame_data.c
540 - src/core/ext/transport/chttp2/transport/frame_goaway.c
541 - src/core/ext/transport/chttp2/transport/frame_ping.c
542 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
543 - src/core/ext/transport/chttp2/transport/frame_settings.c
544 - src/core/ext/transport/chttp2/transport/frame_window_update.c
545 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
546 - src/core/ext/transport/chttp2/transport/hpack_parser.c
547 - src/core/ext/transport/chttp2/transport/hpack_table.c
548 - src/core/ext/transport/chttp2/transport/huffsyms.c
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
550 - src/core/ext/transport/chttp2/transport/parsing.c
551 - src/core/ext/transport/chttp2/transport/status_conversion.c
552 - src/core/ext/transport/chttp2/transport/stream_lists.c
553 - src/core/ext/transport/chttp2/transport/stream_map.c
554 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
555 - src/core/ext/transport/chttp2/transport/varint.c
556 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700557 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700558 uses:
559 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - grpc_transport_chttp2_alpn
561- name: grpc_transport_chttp2_alpn
562 headers:
563 - src/core/ext/transport/chttp2/alpn/alpn.h
564 src:
565 - src/core/ext/transport/chttp2/alpn/alpn.c
566 deps:
567 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700568- name: grpc_transport_chttp2_client_insecure
569 src:
570 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700571 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700572 uses:
573 - grpc_transport_chttp2
574 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700575 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700576- name: grpc_transport_chttp2_client_secure
577 src:
578 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700579 uses:
580 - grpc_transport_chttp2
581 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - grpc_client_config
583 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700584- name: grpc_transport_chttp2_server_insecure
585 src:
586 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700587 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_server_secure
592 src:
593 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700594 uses:
595 - grpc_transport_chttp2
596 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700597 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700598- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700599 public_headers:
600 - include/grpc/grpc_cronet.h
601 - include/grpc/grpc_security.h
602 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700603 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700604 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
605 src:
606 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
607 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
608 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700609 filegroups:
610 - grpc_base
611 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800612- name: nanopb
613 headers:
614 - third_party/nanopb/pb.h
615 - third_party/nanopb/pb_common.h
616 - third_party/nanopb/pb_decode.h
617 - third_party/nanopb/pb_encode.h
618 src:
619 - third_party/nanopb/pb_common.c
620 - third_party/nanopb/pb_decode.c
621 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700622- name: tsi
623 headers:
624 - src/core/lib/tsi/fake_transport_security.h
625 - src/core/lib/tsi/ssl_transport_security.h
626 - src/core/lib/tsi/ssl_types.h
627 - src/core/lib/tsi/transport_security.h
628 - src/core/lib/tsi/transport_security_interface.h
629 src:
630 - src/core/lib/tsi/fake_transport_security.c
631 - src/core/lib/tsi/ssl_transport_security.c
632 - src/core/lib/tsi/transport_security.c
633 deps:
634 - gpr
635 secure: true
636- name: grpc++_base
637 language: c++
638 public_headers:
639 - include/grpc++/alarm.h
640 - include/grpc++/channel.h
641 - include/grpc++/client_context.h
642 - include/grpc++/completion_queue.h
643 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700644 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700645 - include/grpc++/generic/async_generic_service.h
646 - include/grpc++/generic/generic_stub.h
647 - include/grpc++/grpc++.h
648 - include/grpc++/impl/call.h
649 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700650 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700651 - include/grpc++/impl/grpc_library.h
652 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700653 - include/grpc++/impl/rpc_method.h
654 - include/grpc++/impl/rpc_service_method.h
655 - include/grpc++/impl/serialization_traits.h
656 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700657 - include/grpc++/impl/server_builder_plugin.h
658 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700659 - include/grpc++/impl/service_type.h
660 - include/grpc++/impl/sync.h
661 - include/grpc++/impl/sync_cxx11.h
662 - include/grpc++/impl/sync_no_cxx11.h
663 - include/grpc++/impl/thd.h
664 - include/grpc++/impl/thd_cxx11.h
665 - include/grpc++/impl/thd_no_cxx11.h
666 - include/grpc++/security/auth_context.h
667 - include/grpc++/security/auth_metadata_processor.h
668 - include/grpc++/security/credentials.h
669 - include/grpc++/security/server_credentials.h
670 - include/grpc++/server.h
671 - include/grpc++/server_builder.h
672 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700673 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/support/async_stream.h
675 - include/grpc++/support/async_unary_call.h
676 - include/grpc++/support/byte_buffer.h
677 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700678 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700679 - include/grpc++/support/slice.h
680 - include/grpc++/support/status.h
681 - include/grpc++/support/status_code_enum.h
682 - include/grpc++/support/string_ref.h
683 - include/grpc++/support/stub_options.h
684 - include/grpc++/support/sync_stream.h
685 - include/grpc++/support/time.h
686 headers:
687 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - src/cpp/server/dynamic_thread_pool.h
689 - src/cpp/server/thread_pool_interface.h
690 src:
691 - src/cpp/client/channel.cc
692 - src/cpp/client/client_context.cc
693 - src/cpp/client/create_channel.cc
694 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700695 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 - src/cpp/client/credentials.cc
697 - src/cpp/client/generic_stub.cc
698 - src/cpp/client/insecure_credentials.cc
699 - src/cpp/common/channel_arguments.cc
700 - src/cpp/common/completion_queue.cc
701 - src/cpp/common/core_codegen.cc
702 - src/cpp/common/rpc_method.cc
703 - src/cpp/server/async_generic_service.cc
704 - src/cpp/server/create_default_thread_pool.cc
705 - src/cpp/server/dynamic_thread_pool.cc
706 - src/cpp/server/insecure_server_credentials.cc
707 - src/cpp/server/server.cc
708 - src/cpp/server/server_builder.cc
709 - src/cpp/server/server_context.cc
710 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700711 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 - src/cpp/util/byte_buffer.cc
713 - src/cpp/util/slice.cc
714 - src/cpp/util/status.cc
715 - src/cpp/util/string_ref.cc
716 - src/cpp/util/time.cc
717 deps:
718 - grpc
719 uses:
yang-g17487f92016-06-03 15:21:15 -0700720 - grpc++_codegen_base
721- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 language: c++
723 public_headers:
724 - include/grpc++/impl/codegen/async_stream.h
725 - include/grpc++/impl/codegen/async_unary_call.h
726 - include/grpc++/impl/codegen/call.h
727 - include/grpc++/impl/codegen/call_hook.h
728 - include/grpc++/impl/codegen/channel_interface.h
729 - include/grpc++/impl/codegen/client_context.h
730 - include/grpc++/impl/codegen/client_unary_call.h
731 - include/grpc++/impl/codegen/completion_queue.h
732 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700733 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - include/grpc++/impl/codegen/core_codegen_interface.h
735 - include/grpc++/impl/codegen/create_auth_context.h
736 - include/grpc++/impl/codegen/grpc_library.h
737 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 - include/grpc++/impl/codegen/rpc_method.h
739 - include/grpc++/impl/codegen/rpc_service_method.h
740 - include/grpc++/impl/codegen/security/auth_context.h
741 - include/grpc++/impl/codegen/serialization_traits.h
742 - include/grpc++/impl/codegen/server_context.h
743 - include/grpc++/impl/codegen/server_interface.h
744 - include/grpc++/impl/codegen/service_type.h
745 - include/grpc++/impl/codegen/status.h
746 - include/grpc++/impl/codegen/status_code_enum.h
747 - include/grpc++/impl/codegen/string_ref.h
748 - include/grpc++/impl/codegen/stub_options.h
749 - include/grpc++/impl/codegen/sync.h
750 - include/grpc++/impl/codegen/sync_cxx11.h
751 - include/grpc++/impl/codegen/sync_no_cxx11.h
752 - include/grpc++/impl/codegen/sync_stream.h
753 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 uses:
755 - grpc_codegen
yang-g17487f92016-06-03 15:21:15 -0700756- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 language: c++
758 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700759 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 uses:
yang-g17487f92016-06-03 15:21:15 -0700761 - grpc++_codegen_base
762 - grpc++_config_proto
763- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 language: c++
765 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - include/grpc++/impl/codegen/config_protobuf.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100767libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800768- name: gpr
769 build: all
770 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800771 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700772 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800773 secure: false
774 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
775- name: gpr_test_util
776 build: private
777 language: c
778 headers:
779 - test/core/util/test_config.h
780 src:
781 - test/core/util/test_config.c
782 deps:
783 - gpr
784 secure: false
785 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786- name: grpc
787 build: all
788 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 src:
790 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800792 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700793 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700794 filegroups:
795 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - grpc_transport_chttp2_server_secure
797 - grpc_transport_chttp2_client_secure
798 - grpc_transport_chttp2_server_insecure
799 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700800 - grpc_lb_policy_grpclb
801 - grpc_lb_policy_pick_first
802 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700803 - grpc_resolver_dns_native
804 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700805 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100806 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700807 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700808 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700809 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700810 vs_packages:
811 - grpc.dependencies.openssl
812 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700814- name: grpc_cronet
815 build: all
816 language: c
817 src:
818 - src/core/lib/surface/init.c
819 baselib: true
820 deps_linkage: static
821 dll: true
822 filegroups:
823 - grpc_base
824 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700825 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700826 generate_plugin_registry: true
827 platforms:
828 - linux
829 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100830- name: grpc_dll
831 build: private
832 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100833 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100834 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100835 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100836 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100837 build_system:
838 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100839 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100841 vs_config_type: DynamicLibrary
842 vs_packages:
843 - grpc.dependencies.openssl
844 - grpc.dependencies.zlib
845 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
846 vs_props:
847 - zlib
848 - openssl
849 - winsock
850 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851- name: grpc_test_util
852 build: private
853 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700854 headers:
855 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800856 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700857 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700858 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700859 - test/core/end2end/data/server1_cert.c
860 - test/core/end2end/data/server1_key.c
861 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800862 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800864 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700866 - grpc
867 filegroups:
868 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
870- name: grpc_test_util_unsecure
871 build: private
872 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700873 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800874 - gpr
875 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800876 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700877 filegroups:
878 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700879 secure: false
880 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
881- name: grpc_unsecure
882 build: all
883 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700884 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700886 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800888 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700890 filegroups:
891 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700892 - grpc_transport_chttp2_server_insecure
893 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700894 - grpc_resolver_dns_native
895 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700896 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700897 - grpc_lb_policy_grpclb
898 - grpc_lb_policy_pick_first
899 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700900 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700901 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902 secure: false
903 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904- name: reconnect_server
905 build: private
906 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700907 headers:
908 - test/core/util/reconnect_server.h
909 src:
910 - test/core/util/reconnect_server.c
911 deps:
yang-gc9fca182015-11-06 16:41:33 -0800912 - test_tcp_server
913 - grpc_test_util
914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800915 - gpr_test_util
916 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800917- name: test_tcp_server
918 build: private
919 language: c
920 headers:
921 - test/core/util/test_tcp_server.h
922 src:
923 - test/core/util/test_tcp_server.c
924 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700925 - grpc_test_util
926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 - gpr_test_util
928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929- name: grpc++
930 build: all
931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700932 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700933 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700934 - src/cpp/client/secure_credentials.h
935 - src/cpp/common/secure_auth_context.h
936 - src/cpp/server/secure_server_credentials.h
937 src:
Craig Tiller25834342015-09-25 08:08:24 -0700938 - src/cpp/client/secure_credentials.cc
939 - src/cpp/common/auth_property_iterator.cc
940 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800941 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700942 - src/cpp/common/secure_create_auth_context.cc
943 - src/cpp/server/secure_server_credentials.cc
944 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700945 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 baselib: true
947 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700948 filegroups:
949 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700950 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700951 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 secure: check
953 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700954- name: grpc++_reflection
955 build: all
956 language: c++
957 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700958 - include/grpc++/ext/proto_server_reflection_plugin.h
959 - include/grpc++/ext/reflection.grpc.pb.h
960 - include/grpc++/ext/reflection.pb.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700961 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700962 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700963 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700964 - src/cpp/ext/proto_server_reflection.cc
965 - src/cpp/ext/proto_server_reflection_plugin.cc
966 - src/cpp/ext/reflection.grpc.pb.cc
967 - src/cpp/ext/reflection.pb.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700968 deps:
969 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700970 filegroups:
971 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972- name: grpc++_test_config
973 build: private
974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700975 headers:
976 - test/cpp/util/test_config.h
977 src:
978 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979- name: grpc++_test_util
980 build: private
981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700982 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800983 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800984 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700985 - test/cpp/util/create_test_channel.h
986 - test/cpp/util/string_ref_helper.h
987 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800988 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700989 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800990 - src/proto/grpc/testing/echo_messages.proto
991 - src/proto/grpc/testing/echo.proto
992 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800993 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800994 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700995 - test/cpp/util/create_test_channel.cc
996 - test/cpp/util/string_ref_helper.cc
997 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800998 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700999 deps:
1000 - grpc++
1001 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001002 filegroups:
1003 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001004 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001005 - grpc++_codegen_proto
1006 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007- name: grpc++_unsecure
1008 build: all
1009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001010 src:
1011 - src/cpp/common/insecure_create_auth_context.cc
1012 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001014 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 baselib: true
1016 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001017 filegroups:
1018 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001019 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001020 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021 secure: false
1022 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001023- name: grpc_cli_libs
1024 build: private
1025 language: c++
1026 headers:
1027 - test/cpp/util/cli_call.h
1028 - test/cpp/util/proto_file_parser.h
1029 src:
1030 - test/cpp/util/cli_call.cc
1031 - test/cpp/util/proto_file_parser.cc
1032 deps:
1033 - grpc++
1034 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035- name: grpc_plugin_support
1036 build: protoc
1037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001038 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001039 - src/compiler/config.h
1040 - src/compiler/cpp_generator.h
1041 - src/compiler/cpp_generator_helpers.h
1042 - src/compiler/csharp_generator.h
1043 - src/compiler/csharp_generator_helpers.h
1044 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001045 - src/compiler/node_generator.h
1046 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001047 - src/compiler/objective_c_generator.h
1048 - src/compiler/objective_c_generator_helpers.h
1049 - src/compiler/python_generator.h
1050 - src/compiler/ruby_generator.h
1051 - src/compiler/ruby_generator_helpers-inl.h
1052 - src/compiler/ruby_generator_map-inl.h
1053 - src/compiler/ruby_generator_string-inl.h
1054 src:
1055 - src/compiler/cpp_generator.cc
1056 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001057 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001058 - src/compiler/objective_c_generator.cc
1059 - src/compiler/python_generator.cc
1060 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001061 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001062 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 secure: false
1064 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001065 vs_props:
1066 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: interop_client_helper
1068 build: private
1069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001070 headers:
1071 - test/cpp/interop/client_helper.h
1072 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001073 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001074 - test/cpp/interop/client_helper.cc
1075 deps:
1076 - grpc++_test_util
1077 - grpc_test_util
1078 - grpc++
1079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081- name: interop_client_main
1082 build: private
1083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001084 headers:
1085 - test/cpp/interop/interop_client.h
1086 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001087 - src/proto/grpc/testing/empty.proto
1088 - src/proto/grpc/testing/messages.proto
1089 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001090 - test/cpp/interop/client.cc
1091 - test/cpp/interop/interop_client.cc
1092 deps:
1093 - interop_client_helper
1094 - grpc++_test_util
1095 - grpc_test_util
1096 - grpc++
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: interop_server_helper
1102 build: private
1103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001104 headers:
1105 - test/cpp/interop/server_helper.h
1106 src:
1107 - test/cpp/interop/server_helper.cc
1108 deps:
1109 - grpc_test_util
1110 - grpc++
1111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: interop_server_main
1114 build: private
1115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001116 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001117 - src/proto/grpc/testing/empty.proto
1118 - src/proto/grpc/testing/messages.proto
1119 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001120 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001121 deps:
1122 - interop_server_helper
1123 - grpc++_test_util
1124 - grpc_test_util
1125 - grpc++
1126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 - gpr_test_util
1128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001129 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: qps
1131 build: private
1132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001133 headers:
1134 - test/cpp/qps/client.h
1135 - test/cpp/qps/driver.h
1136 - test/cpp/qps/histogram.h
1137 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001138 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001139 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001140 - test/cpp/qps/qps_worker.h
1141 - test/cpp/qps/report.h
1142 - test/cpp/qps/server.h
1143 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001144 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001145 - test/cpp/util/benchmark_config.h
1146 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001147 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001148 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001149 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001150 - src/proto/grpc/testing/control.proto
1151 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001152 - test/cpp/qps/client_async.cc
1153 - test/cpp/qps/client_sync.cc
1154 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001155 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001156 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001157 - test/cpp/qps/qps_worker.cc
1158 - test/cpp/qps/report.cc
1159 - test/cpp/qps/server_async.cc
1160 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001161 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001162 - test/cpp/util/benchmark_config.cc
1163 deps:
1164 - grpc_test_util
1165 - grpc++_test_util
1166 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: grpc_csharp_ext
1168 build: all
1169 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
1171 - src/csharp/ext/grpc_csharp_ext.c
1172 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001175 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001176 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 dll: only
1178 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001179 vs_packages:
1180 - grpc.dependencies.openssl
1181 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001183 vs_props:
1184 - zlib
1185 - openssl
1186 - winsock
1187 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001188targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001189- name: alarm_test
1190 build: test
1191 language: c
1192 src:
1193 - test/core/surface/alarm_test.c
1194 deps:
1195 - grpc_test_util
1196 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001197 - gpr_test_util
1198 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001199- name: algorithm_test
1200 build: test
1201 language: c
1202 src:
1203 - test/core/compression/algorithm_test.c
1204 deps:
1205 - grpc_test_util
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001209- name: alloc_test
1210 build: test
1211 language: c
1212 src:
1213 - test/core/support/alloc_test.c
1214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: alpn_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/transport/chttp2/alpn_test.c
1222 deps:
1223 - grpc_test_util
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001227- name: api_fuzzer
1228 build: fuzzer
1229 language: c
1230 src:
1231 - test/core/end2end/fuzzers/api_fuzzer.c
1232 deps:
1233 - grpc_test_util
1234 - grpc
1235 - gpr_test_util
1236 - gpr
1237 corpus_dirs:
1238 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001239 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001240 maxlen: 2048
Yuchen Zengd982bba2016-05-12 18:53:52 -07001241- name: bin_decoder_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/transport/chttp2/bin_decoder_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249- name: bin_encoder_test
1250 build: test
1251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001252 src:
1253 - test/core/transport/chttp2/bin_encoder_test.c
1254 deps:
1255 - grpc_test_util
1256 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001257- name: census_context_test
1258 build: test
1259 language: c
1260 src:
1261 - test/core/census/context_test.c
1262 deps:
1263 - grpc_test_util
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001267- name: channel_create_test
1268 build: test
1269 language: c
1270 src:
1271 - test/core/surface/channel_create_test.c
1272 deps:
1273 - grpc_test_util
1274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001277- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278 build: test
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001281 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001282 deps:
1283 - grpc_test_util
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001287- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001291 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: chttp2_stream_map_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/transport/chttp2/stream_map_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001307- name: chttp2_varint_test
1308 build: test
1309 language: c
1310 src:
1311 - test/core/transport/chttp2/varint_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001317- name: client_fuzzer
1318 build: fuzzer
1319 language: c
1320 src:
1321 - test/core/end2end/fuzzers/client_fuzzer.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
1327 corpus_dirs:
1328 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001329 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001330 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: compression_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/compression/compression_test.c
1336 deps:
1337 - grpc_test_util
1338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001341- name: concurrent_connectivity_test
1342 build: test
1343 language: c
1344 src:
1345 - test/core/surface/concurrent_connectivity_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
1349 - gpr_test_util
1350 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001351- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001352 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001353 build: test
1354 language: c
1355 src:
1356 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1357 deps:
1358 - grpc_test_util
1359 - grpc
1360 - gpr_test_util
1361 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001362- name: dns_resolver_test
1363 build: test
1364 language: c
1365 src:
1366 - test/core/client_config/resolvers/dns_resolver_test.c
1367 deps:
1368 - grpc_test_util
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001373 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374 build: test
1375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001376 src:
1377 - test/core/end2end/dualstack_socket_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001383 platforms:
1384 - mac
1385 - linux
1386 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001387- name: endpoint_pair_test
1388 build: test
1389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001390 src:
1391 - test/core/iomgr/endpoint_pair_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397- name: fd_conservation_posix_test
1398 build: test
1399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001400 src:
1401 - test/core/iomgr/fd_conservation_posix_test.c
1402 deps:
1403 - grpc_test_util
1404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001407 platforms:
1408 - mac
1409 - linux
1410 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: fd_posix_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/iomgr/fd_posix_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001421 platforms:
1422 - mac
1423 - linux
1424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: fling_client
1426 build: test
1427 run: false
1428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001429 src:
1430 - test/core/fling/client.c
1431 deps:
1432 - grpc_test_util
1433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001434 - gpr_test_util
1435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436- name: fling_server
1437 build: test
1438 run: false
1439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - test/core/fling/server.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001448 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/fling/fling_stream_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001458 platforms:
1459 - mac
1460 - linux
1461 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001463 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/fling/fling_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001473 platforms:
1474 - mac
1475 - linux
1476 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001477- name: gen_hpack_tables
1478 build: tool
1479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001480 src:
1481 - tools/codegen/core/gen_hpack_tables.c
1482 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001484 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: gen_legal_metadata_characters
1486 build: tool
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001491- name: goaway_server_test
1492 cpu_cost: 0.1
1493 build: test
1494 language: c
1495 src:
1496 - test/core/end2end/goaway_server_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
1500 - gpr_test_util
1501 - gpr
1502 platforms:
1503 - mac
1504 - linux
1505 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001506- name: gpr_avl_test
1507 build: test
1508 language: c
1509 src:
1510 - test/core/support/avl_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001514- name: gpr_backoff_test
1515 build: test
1516 language: c
1517 src:
1518 - test/core/support/backoff_test.c
1519 deps:
1520 - gpr_test_util
1521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001522- name: gpr_cmdline_test
1523 build: test
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/support/cmdline_test.c
1527 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001530- name: gpr_cpu_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/support/cpu_test.c
1535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: gpr_env_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/support/env_test.c
1543 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: gpr_histogram_test
1547 build: test
1548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001549 src:
1550 - test/core/support/histogram_test.c
1551 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: gpr_host_port_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/support/host_port_test.c
1559 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gpr_log_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/support/log_test.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gpr_slice_buffer_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/support/slice_buffer_test.c
1575 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: gpr_slice_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/support/slice_test.c
1583 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001587 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588 build: test
1589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001590 src:
1591 - test/core/support/stack_lockfree_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_string_test
1596 build: test
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/support/string_test.c
1600 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: gpr_sync_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001604 cpu_cost: 3
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/sync_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_thd_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001613 cpu_cost: 1
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/thd_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_time_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/support/time_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: gpr_tls_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/support/tls_test.c
1634 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: gpr_useful_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/support/useful_test.c
1642 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001645- name: grpc_auth_context_test
1646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/security/auth_context_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001655- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001659 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: grpc_byte_buffer_reader_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/surface/byte_buffer_reader_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: grpc_channel_args_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/channel/channel_args_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: grpc_channel_stack_test
1686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/channel/channel_stack_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: grpc_completion_queue_test
1696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/surface/completion_queue_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: grpc_create_jwt
1706 build: tool
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/security/create_jwt.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715- name: grpc_credentials_test
1716 build: test
1717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001718 src:
1719 - test/core/security/credentials_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: grpc_fetch_oauth2
1726 build: tool
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/security/fetch_oauth2.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001735- name: grpc_invalid_channel_args_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/surface/invalid_channel_args_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: grpc_json_token_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/security/json_token_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001755 platforms:
1756 - linux
1757 - posix
1758 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: grpc_jwt_verifier_test
1760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/security/jwt_verifier_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: grpc_print_google_default_creds_token
1770 build: tool
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/security/print_google_default_creds_token.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: grpc_security_connector_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/security/security_connector_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: grpc_verify_jwt
1790 build: tool
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/security/verify_jwt.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001799- name: hpack_parser_fuzzer_test
1800 build: fuzzer
1801 language: c
1802 src:
1803 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
1809 corpus_dirs:
1810 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001811 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001812 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: hpack_parser_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/transport/chttp2/hpack_parser_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: hpack_table_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/transport/chttp2/hpack_table_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001833- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001837 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001843- name: http_request_fuzzer_test
1844 build: fuzzer
1845 language: c
1846 src:
1847 - test/core/http/request_fuzzer.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
1851 - gpr_test_util
1852 - gpr
1853 corpus_dirs:
1854 - test/core/http/corpus
1855 maxlen: 2048
1856- name: http_response_fuzzer_test
1857 build: fuzzer
1858 language: c
1859 src:
1860 - test/core/http/response_fuzzer.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
1864 - gpr_test_util
1865 - gpr
1866 corpus_dirs:
1867 - test/core/http/corpus
1868 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001869- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001873 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001874 deps:
1875 - grpc_test_util
1876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001880 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001884 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001890 platforms:
1891 - mac
1892 - linux
1893 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001894- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001895 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001896 build: test
1897 language: c
1898 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001899 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001905 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001906 - linux
yang-gf1183302015-12-07 16:02:05 -08001907- name: init_test
1908 build: test
1909 language: c
1910 src:
1911 - test/core/surface/init_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001917- name: internal_api_canary_iomgr_test
1918 build: test
1919 run: false
1920 language: c
1921 src:
1922 - test/core/internal_api_canaries/iomgr.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
1928- name: internal_api_canary_support_test
1929 build: test
1930 run: false
1931 language: c
1932 src:
1933 - test/core/internal_api_canaries/iomgr.c
1934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
1939- name: internal_api_canary_transport_test
1940 build: test
1941 run: false
1942 language: c
1943 src:
1944 - test/core/internal_api_canaries/iomgr.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001950- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001951 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08001952 build: test
1953 language: c
1954 src:
1955 - test/core/end2end/invalid_call_argument_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001961- name: json_fuzzer_test
1962 build: fuzzer
1963 language: c
1964 src:
1965 - test/core/json/fuzzer.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
1969 - gpr_test_util
1970 - gpr
1971 corpus_dirs:
1972 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001973 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: json_rewrite
1975 build: test
1976 run: false
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/json/json_rewrite.c
1980 deps:
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: json_rewrite_test
1984 build: test
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/json/json_rewrite_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001993- name: json_stream_error_test
1994 build: test
1995 language: c
1996 src:
1997 - test/core/json/json_stream_error_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: json_test
2004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/json/json_test.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: lame_client_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/surface/lame_client_test.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002023- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002024 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002025 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/client_config/lb_policies_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002035- name: load_file_test
2036 build: test
2037 language: c
2038 src:
2039 - test/core/iomgr/load_file_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
2043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: low_level_ping_pong_benchmark
2046 build: benchmark
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/network_benchmarks/low_level_ping_pong.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002055 platforms:
2056 - mac
2057 - linux
2058 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: message_compress_test
2060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/compression/message_compress_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002069- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002070 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002071 build: test
2072 language: c
2073 src:
2074 - test/core/census/mlog_test.c
2075 deps:
2076 - grpc_test_util
2077 - grpc
2078 - gpr_test_util
2079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: multiple_server_queues_test
2081 build: test
2082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/core/end2end/multiple_server_queues_test.c
2085 deps:
2086 - grpc_test_util
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: murmur_hash_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/support/murmur_hash_test.c
2095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002098- name: nanopb_fuzzer_response_test
2099 build: fuzzer
2100 language: c
2101 src:
2102 - test/core/nanopb/fuzzer_response.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
2106 - gpr_test_util
2107 - gpr
2108 corpus_dirs:
2109 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002110 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002111- name: nanopb_fuzzer_serverlist_test
2112 build: fuzzer
2113 language: c
2114 src:
2115 - test/core/nanopb/fuzzer_serverlist.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
2119 - gpr_test_util
2120 - gpr
2121 corpus_dirs:
2122 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002123 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002125 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/end2end/no_server_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: resolve_address_test
2136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/iomgr/resolve_address_test.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
yang-gd482e592015-12-10 14:04:00 -08002145- name: secure_channel_create_test
2146 build: test
2147 language: c
2148 src:
2149 - test/core/surface/secure_channel_create_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: secure_endpoint_test
2156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/security/secure_endpoint_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002165- name: sequential_connectivity_test
2166 build: test
2167 language: c
2168 src:
2169 - test/core/surface/sequential_connectivity_test.c
2170 deps:
2171 - grpc_test_util
2172 - grpc
2173 - gpr_test_util
2174 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002175- name: server_chttp2_test
2176 build: test
2177 language: c
2178 src:
2179 - test/core/surface/server_chttp2_test.c
2180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002185- name: server_fuzzer
2186 build: fuzzer
2187 language: c
2188 src:
2189 - test/core/end2end/fuzzers/server_fuzzer.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
2193 - gpr_test_util
2194 - gpr
2195 corpus_dirs:
2196 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002197 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002198 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002199- name: server_test
2200 build: test
2201 language: c
2202 src:
2203 - test/core/surface/server_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002209- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002210 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002211 build: test
2212 language: c
2213 src:
2214 - test/core/client_config/set_initial_connect_string_test.c
2215 deps:
2216 - test_tcp_server
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002221- name: sockaddr_resolver_test
2222 build: test
2223 language: c
2224 src:
2225 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: sockaddr_utils_test
2232 build: test
2233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002234 src:
2235 - test/core/iomgr/sockaddr_utils_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002241- name: socket_utils_test
2242 build: test
2243 language: c
2244 src:
2245 - test/core/iomgr/socket_utils_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002251 platforms:
2252 - mac
2253 - linux
2254 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002255- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002256 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/core/iomgr/tcp_client_posix_test.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002266 platforms:
2267 - mac
2268 - linux
2269 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002271 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
2275 - test/core/iomgr/tcp_posix_test.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002281 platforms:
2282 - mac
2283 - linux
2284 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: tcp_server_posix_test
2286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/iomgr/tcp_server_posix_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 platforms:
2296 - mac
2297 - linux
2298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: time_averaged_stats_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/iomgr/time_averaged_stats_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: timeout_encoding_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/transport/chttp2/timeout_encoding_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002319- name: timer_heap_test
2320 build: test
2321 language: c
2322 src:
2323 - test/core/iomgr/timer_heap_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002329- name: timer_list_test
2330 build: test
2331 language: c
2332 src:
2333 - test/core/iomgr/timer_list_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: timers_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/profiling/timers_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002349- name: transport_connectivity_state_test
2350 build: test
2351 language: c
2352 src:
2353 - test/core/transport/connectivity_state_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: transport_metadata_test
2360 build: test
2361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
2363 - test/core/transport/metadata_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: transport_security_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/tsi/transport_security_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - linux
2381 - posix
2382 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: udp_server_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/iomgr/udp_server_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002393 platforms:
2394 - mac
2395 - linux
2396 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002397- name: uri_fuzzer_test
2398 build: fuzzer
2399 language: c
2400 src:
2401 - test/core/client_config/uri_fuzzer_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
2405 - gpr_test_util
2406 - gpr
2407 corpus_dirs:
2408 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002409 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: uri_parser_test
2411 build: test
2412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
2414 - test/core/client_config/uri_parser_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002420- name: workqueue_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/iomgr/workqueue_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002430 platforms:
2431 - mac
2432 - linux
2433 - posix
vjpai04e992a2016-02-10 16:58:38 -08002434- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002435 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002436 build: test
2437 language: c++
2438 src:
2439 - test/cpp/common/alarm_cpp_test.cc
2440 deps:
2441 - grpc++_test_util
2442 - grpc_test_util
2443 - grpc++
2444 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002445 - gpr_test_util
2446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002448 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449 build: test
2450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/cpp/end2end/async_end2end_test.cc
2453 deps:
2454 - grpc++_test_util
2455 - grpc_test_util
2456 - grpc++
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002461 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462 build: test
2463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
2465 - test/cpp/common/auth_property_iterator_test.cc
2466 deps:
2467 - grpc++_test_util
2468 - grpc_test_util
2469 - grpc++
2470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr_test_util
2472 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002473- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002474 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475 build: test
2476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002477 src:
yang-g52705592015-11-25 11:45:33 -08002478 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002479 deps:
2480 - grpc++
2481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002484 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485 build: test
2486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/cpp/util/cli_call_test.cc
2489 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002490 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002491 - grpc++_test_util
2492 - grpc_test_util
2493 - grpc++
2494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002498 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002499 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500 build: test
2501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/cpp/end2end/client_crash_test.cc
2504 deps:
2505 - grpc++_test_util
2506 - grpc_test_util
2507 - grpc++
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002511 platforms:
2512 - mac
2513 - linux
2514 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: client_crash_test_server
2516 build: test
2517 run: false
2518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
2520 - test/cpp/end2end/client_crash_test_server.cc
2521 deps:
2522 - grpc++_test_util
2523 - grpc_test_util
2524 - grpc++
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002528- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002529 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002530 build: test
2531 language: c++
2532 src:
2533 - src/proto/grpc/testing/control.proto
2534 - src/proto/grpc/testing/messages.proto
2535 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002536 - src/proto/grpc/testing/services.proto
2537 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002538 - test/cpp/codegen/codegen_test_full.cc
2539 deps:
2540 - grpc++
2541 - grpc
2542 - gpr
2543 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002544 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002545- name: codegen_test_minimal
2546 gtest: true
2547 build: test
2548 language: c++
2549 src:
2550 - src/proto/grpc/testing/control.proto
2551 - src/proto/grpc/testing/messages.proto
2552 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002553 - src/proto/grpc/testing/services.proto
2554 - src/proto/grpc/testing/stats.proto
2555 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002556 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002557 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002558 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002560 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561 build: test
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/cpp/client/credentials_test.cc
2565 deps:
2566 - grpc++
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002570 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002571 build: test
2572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/cpp/util/byte_buffer_test.cc
2575 deps:
2576 - grpc_test_util
2577 - grpc++
2578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002579 - gpr_test_util
2580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002582 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583 build: test
2584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
2586 - test/cpp/util/slice_test.cc
2587 deps:
2588 - grpc_test_util
2589 - grpc++
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002594 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595 build: test
2596 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002597 src:
2598 - test/cpp/util/string_ref_test.cc
2599 deps:
2600 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002602 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603 build: test
2604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
2606 - test/cpp/util/time_test.cc
2607 deps:
2608 - grpc_test_util
2609 - grpc++
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002614 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002615 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616 build: test
2617 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002618 src:
2619 - test/cpp/end2end/end2end_test.cc
2620 deps:
2621 - grpc++_test_util
2622 - grpc_test_util
2623 - grpc++
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002628 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629 build: test
2630 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
2632 - test/cpp/end2end/generic_end2end_test.cc
2633 deps:
2634 - grpc++_test_util
2635 - grpc_test_util
2636 - grpc++
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002640- name: golden_file_test
2641 gtest: true
2642 build: test
2643 language: c++
2644 src:
2645 - src/proto/grpc/testing/compiler_test.proto
2646 - test/cpp/codegen/golden_file_test.cc
2647 deps:
2648 - grpc++
2649 - grpc
2650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: grpc_cli
2652 build: test
2653 run: false
2654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - test/cpp/util/grpc_cli.cc
2657 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002658 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002659 - grpc++_test_util
2660 - grpc_test_util
2661 - grpc++
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002665 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: grpc_cpp_plugin
2667 build: protoc
2668 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
2670 - src/compiler/cpp_plugin.cc
2671 deps:
2672 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673 secure: false
2674 vs_config_type: Application
2675 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2676- name: grpc_csharp_plugin
2677 build: protoc
2678 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002679 src:
2680 - src/compiler/csharp_plugin.cc
2681 deps:
2682 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683 secure: false
2684 vs_config_type: Application
2685 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002686- name: grpc_node_plugin
2687 build: protoc
2688 language: c++
2689 src:
2690 - src/compiler/node_plugin.cc
2691 deps:
2692 - grpc_plugin_support
2693 secure: false
2694 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: grpc_objective_c_plugin
2696 build: protoc
2697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
2699 - src/compiler/objective_c_plugin.cc
2700 deps:
2701 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002702 secure: false
2703 vs_config_type: Application
2704 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2705- name: grpc_python_plugin
2706 build: protoc
2707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - src/compiler/python_plugin.cc
2710 deps:
2711 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712 secure: false
2713 vs_config_type: Application
2714 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2715- name: grpc_ruby_plugin
2716 build: protoc
2717 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - src/compiler/ruby_plugin.cc
2720 deps:
2721 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 secure: false
2723 vs_config_type: Application
2724 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002725- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002726 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002727 build: test
2728 language: c++
2729 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002730 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002731 - test/cpp/grpclb/grpclb_api_test.cc
2732 deps:
2733 - grpc++_test_util
2734 - grpc_test_util
2735 - grpc++
2736 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002737- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002738 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002739 build: test
2740 language: c++
2741 src:
2742 - test/cpp/end2end/hybrid_end2end_test.cc
2743 deps:
2744 - grpc++_test_util
2745 - grpc_test_util
2746 - grpc++
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: interop_client
2751 build: test
2752 run: false
2753 language: c++
2754 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002755 deps:
2756 - interop_client_main
2757 - interop_client_helper
2758 - grpc++_test_util
2759 - grpc_test_util
2760 - grpc++
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002764 - grpc++_test_config
2765 platforms:
2766 - mac
2767 - linux
2768 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002769- name: interop_server
2770 build: test
2771 run: false
2772 language: c++
2773 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002774 deps:
2775 - interop_server_main
2776 - interop_server_helper
2777 - grpc++_test_util
2778 - grpc_test_util
2779 - grpc++
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002783 - grpc++_test_config
2784 platforms:
2785 - mac
2786 - linux
2787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002789 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790 build: test
2791 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002792 src:
2793 - test/cpp/interop/interop_test.cc
2794 deps:
2795 - grpc_test_util
2796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002797 - gpr_test_util
2798 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002799 platforms:
2800 - mac
2801 - linux
2802 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002803- name: json_run_localhost
2804 build: test
2805 run: false
2806 language: c++
2807 src:
2808 - test/cpp/qps/json_run_localhost.cc
2809 deps:
2810 - grpc++_test_util
2811 - grpc_test_util
2812 - grpc++
2813 - grpc
2814 - gpr_test_util
2815 - gpr
2816 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002817- name: metrics_client
2818 build: test
2819 run: false
2820 language: c++
2821 headers:
2822 - test/cpp/util/metrics_server.h
2823 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002824 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002825 - test/cpp/interop/metrics_client.cc
2826 deps:
2827 - grpc++
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002830 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002832 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/cpp/end2end/mock_test.cc
2837 deps:
2838 - grpc++_test_util
2839 - grpc_test_util
2840 - grpc++
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002844- name: proto_server_reflection_test
2845 gtest: true
2846 build: test
2847 language: c++
2848 headers:
2849 - test/cpp/util/proto_reflection_descriptor_database.h
2850 src:
2851 - test/cpp/end2end/proto_server_reflection_test.cc
2852 - test/cpp/util/proto_reflection_descriptor_database.cc
2853 deps:
2854 - grpc++_reflection
2855 - grpc++_test_util
2856 - grpc_test_util
2857 - grpc++
2858 - grpc
2859 - gpr_test_util
2860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002861- name: qps_interarrival_test
2862 build: test
2863 run: false
2864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/cpp/qps/qps_interarrival_test.cc
2867 deps:
2868 - qps
2869 - grpc++_test_util
2870 - grpc_test_util
2871 - grpc++
2872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002873 - gpr_test_util
2874 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002875 platforms:
2876 - mac
2877 - linux
2878 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002879- name: qps_json_driver
2880 build: test
2881 run: false
2882 language: c++
2883 src:
2884 - test/cpp/qps/qps_json_driver.cc
2885 deps:
2886 - qps
2887 - grpc++_test_util
2888 - grpc_test_util
2889 - grpc++
2890 - grpc
2891 - gpr_test_util
2892 - gpr
2893 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002895 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002896 build: test
2897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002898 src:
2899 - test/cpp/qps/qps_openloop_test.cc
2900 deps:
2901 - qps
2902 - grpc++_test_util
2903 - grpc_test_util
2904 - grpc++
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002908 - grpc++_test_config
2909 platforms:
2910 - mac
2911 - linux
2912 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002914 build: test
2915 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002917 headers:
2918 - test/cpp/qps/client.h
2919 - test/cpp/qps/server.h
2920 src:
2921 - test/cpp/qps/worker.cc
2922 deps:
2923 - qps
2924 - grpc++_test_util
2925 - grpc_test_util
2926 - grpc++
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002930 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: reconnect_interop_client
2932 build: test
2933 run: false
2934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002936 - src/proto/grpc/testing/empty.proto
2937 - src/proto/grpc/testing/messages.proto
2938 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002939 - test/cpp/interop/reconnect_interop_client.cc
2940 deps:
2941 - grpc++_test_util
2942 - grpc_test_util
2943 - grpc++
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002947 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948- name: reconnect_interop_server
2949 build: test
2950 run: false
2951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002952 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002953 - src/proto/grpc/testing/empty.proto
2954 - src/proto/grpc/testing/messages.proto
2955 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002956 - test/cpp/interop/reconnect_interop_server.cc
2957 deps:
2958 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002959 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002960 - grpc++_test_util
2961 - grpc_test_util
2962 - grpc++
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002966 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002968 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969 build: test
2970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/cpp/common/secure_auth_context_test.cc
2973 deps:
2974 - grpc++_test_util
2975 - grpc_test_util
2976 - grpc++
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002980- name: secure_sync_unary_ping_pong_test
2981 build: test
2982 language: c++
2983 src:
2984 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2985 deps:
2986 - qps
2987 - grpc++_test_util
2988 - grpc_test_util
2989 - grpc++
2990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002991 - gpr_test_util
2992 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002993 platforms:
2994 - mac
2995 - linux
2996 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07002997- name: server_builder_plugin_test
2998 gtest: true
2999 build: test
3000 language: c++
3001 src:
3002 - test/cpp/end2end/server_builder_plugin_test.cc
3003 deps:
3004 - grpc++_test_util
3005 - grpc_test_util
3006 - grpc++
3007 - grpc
3008 - gpr_test_util
3009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003011 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003012 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003013 build: test
3014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
3016 - test/cpp/end2end/server_crash_test.cc
3017 deps:
3018 - grpc++_test_util
3019 - grpc_test_util
3020 - grpc++
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003024 platforms:
3025 - mac
3026 - linux
3027 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028- name: server_crash_test_client
3029 build: test
3030 run: false
3031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
3033 - test/cpp/end2end/server_crash_test_client.cc
3034 deps:
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/cpp/end2end/shutdown_test.cc
3047 deps:
3048 - grpc++_test_util
3049 - grpc_test_util
3050 - grpc++
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: status_test
3055 build: test
3056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
3058 - test/cpp/util/status_test.cc
3059 deps:
3060 - grpc_test_util
3061 - grpc++
3062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003063 - gpr_test_util
3064 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003065- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003066 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003067 build: test
3068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003069 src:
3070 - test/cpp/end2end/streaming_throughput_test.cc
3071 deps:
3072 - grpc++_test_util
3073 - grpc_test_util
3074 - grpc++
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003078 platforms:
3079 - mac
3080 - linux
3081 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003082- name: stress_test
3083 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003084 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003085 language: c++
3086 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003087 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003088 - test/cpp/interop/interop_client.h
3089 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003090 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003091 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003092 - src/proto/grpc/testing/empty.proto
3093 - src/proto/grpc/testing/messages.proto
3094 - src/proto/grpc/testing/metrics.proto
3095 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003096 - test/cpp/interop/interop_client.cc
3097 - test/cpp/interop/stress_interop_client.cc
3098 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003099 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003100 deps:
3101 - grpc++_test_util
3102 - grpc_test_util
3103 - grpc++
3104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003105 - gpr_test_util
3106 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003107 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003108- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003109 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003110 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111 build: test
3112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003113 src:
3114 - test/cpp/end2end/thread_stress_test.cc
3115 deps:
3116 - grpc++_test_util
3117 - grpc_test_util
3118 - grpc++
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003122- name: public_headers_must_be_c89
3123 build: test
3124 language: c89
3125 src:
3126 - test/core/surface/public_headers_must_be_c89.c
3127 deps:
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003130vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003131- linkage: static
3132 name: grpc.dependencies.zlib
3133 props: false
3134 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003135 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003136- linkage: static
3137 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003138 props: true
3139 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003140 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003141- name: gflags
3142 props: false
3143 redist: false
3144 version: 2.1.2.1
3145- name: gtest
3146 props: false
3147 redist: false
3148 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003149configs:
3150 asan:
3151 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003152 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3153 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003154 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003155 LD: clang
3156 LDFLAGS: -fsanitize=address
3157 LDXX: clang++
3158 compile_the_world: true
3159 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003160 ASAN_OPTIONS: detect_leaks=1:color=always
3161 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003162 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003163 asan-noleaks:
3164 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003165 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3166 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003167 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003168 LD: clang
3169 LDFLAGS: -fsanitize=address
3170 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003171 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003172 test_environ:
3173 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003174 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003175 asan-trace-cmp:
3176 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003177 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3178 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003179 CXX: clang++
3180 LD: clang
3181 LDFLAGS: -fsanitize=address
3182 LDXX: clang++
3183 compile_the_world: true
3184 test_environ:
3185 ASAN_OPTIONS: detect_leaks=1:color=always
3186 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3187 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003188 basicprof:
3189 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3190 DEFINES: NDEBUG
3191 dbg:
3192 CPPFLAGS: -O0
3193 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003194 easan:
3195 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003196 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3197 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003198 CXX: clang++
3199 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3200 LD: clang
3201 LDFLAGS: -fsanitize=address
3202 LDXX: clang++
3203 compile_the_world: true
3204 test_environ:
3205 ASAN_OPTIONS: detect_leaks=1:color=always
3206 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3207 timeout_multiplier: 3
3208 edbg:
3209 CPPFLAGS: -O0
3210 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3211 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003212 CC: clang
3213 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003214 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003215 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003216 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003217 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003218 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003219 LDXX: clang++
3220 compile_the_world: true
3221 test_environ:
3222 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3223 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003224 gcov:
3225 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003226 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003227 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003228 DEFINES: _DEBUG DEBUG GPR_GCOV
3229 LD: gcc
3230 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3231 LDXX: g++
3232 helgrind:
3233 CPPFLAGS: -O0
3234 DEFINES: _DEBUG DEBUG
3235 LDFLAGS: -rdynamic
3236 timeout_multiplier: 20
3237 valgrind: --tool=helgrind
3238 memcheck:
3239 CPPFLAGS: -O0
3240 DEFINES: _DEBUG DEBUG
3241 LDFLAGS: -rdynamic
3242 timeout_multiplier: 10
3243 valgrind: --tool=memcheck --leak-check=full
3244 msan:
3245 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003246 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3247 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3248 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003249 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003250 DEFINES: NDEBUG
3251 LD: clang
3252 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3253 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3254 LDXX: clang++
3255 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003256 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003257 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003258 CPPFLAGS: -O3 -fno-omit-frame-pointer
3259 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003260 LDFLAGS: -rdynamic
3261 opt:
3262 CPPFLAGS: -O2
3263 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003264 stapprof:
3265 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3266 DEFINES: NDEBUG
3267 tsan:
3268 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003269 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003270 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003271 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003272 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003273 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003274 LDXX: clang++
3275 compile_the_world: true
3276 test_environ:
3277 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003278 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003279 ubsan:
3280 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003281 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3282 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003283 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003284 DEFINES: NDEBUG
3285 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003286 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003287 LDXX: clang++
3288 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003289 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003290 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003291 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003292defaults:
3293 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003294 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003295 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003296 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003297 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003298 global:
3299 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3300 LDFLAGS: -g
3301 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003302 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003303 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003304node_modules:
3305- deps:
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003308 - boringssl
3309 - z
murgatroid9994a75412015-11-19 14:04:53 -08003310 headers:
3311 - src/node/ext/byte_buffer.h
3312 - src/node/ext/call.h
3313 - src/node/ext/call_credentials.h
3314 - src/node/ext/channel.h
3315 - src/node/ext/channel_credentials.h
3316 - src/node/ext/completion_queue_async_worker.h
3317 - src/node/ext/server.h
3318 - src/node/ext/server_credentials.h
3319 - src/node/ext/timeval.h
3320 js:
3321 - src/node/index.js
3322 - src/node/src/client.js
3323 - src/node/src/common.js
3324 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003325 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003326 - src/node/src/metadata.js
3327 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003328 name: grpc_node
3329 src:
3330 - src/node/ext/byte_buffer.cc
3331 - src/node/ext/call.cc
3332 - src/node/ext/call_credentials.cc
3333 - src/node/ext/channel.cc
3334 - src/node/ext/channel_credentials.cc
3335 - src/node/ext/completion_queue_async_worker.cc
3336 - src/node/ext/node_grpc.cc
3337 - src/node/ext/server.cc
3338 - src/node/ext/server_credentials.cc
3339 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003340openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003341 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003342 extraction_dir: openssl-1.0.2f
3343 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003344php_config_m4:
3345 deps:
3346 - grpc
3347 - gpr
3348 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003349 headers:
3350 - src/php/ext/grpc/byte_buffer.h
3351 - src/php/ext/grpc/call.h
3352 - src/php/ext/grpc/call_credentials.h
3353 - src/php/ext/grpc/channel.h
3354 - src/php/ext/grpc/channel_credentials.h
3355 - src/php/ext/grpc/completion_queue.h
3356 - src/php/ext/grpc/php_grpc.h
3357 - src/php/ext/grpc/server.h
3358 - src/php/ext/grpc/server_credentials.h
3359 - src/php/ext/grpc/timeval.h
3360 src:
3361 - src/php/ext/grpc/byte_buffer.c
3362 - src/php/ext/grpc/call.c
3363 - src/php/ext/grpc/call_credentials.c
3364 - src/php/ext/grpc/channel.c
3365 - src/php/ext/grpc/channel_credentials.c
3366 - src/php/ext/grpc/completion_queue.c
3367 - src/php/ext/grpc/php_grpc.c
3368 - src/php/ext/grpc/server.c
3369 - src/php/ext/grpc/server_credentials.c
3370 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003371python_dependencies:
3372 deps:
3373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003375 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003376 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003377ruby_gem:
3378 deps:
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 - z