blob: 92abb2f5c71a882638f2a52ad4ad08a99504d1f1 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020010 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070017 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070018 - src/core/ext/census/census_interface.h
19 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070020 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070025 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070026 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070027 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070028 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_context.c
30 - src/core/ext/census/grpc_filter.c
31 - src/core/ext/census/grpc_plugin.c
32 - src/core/ext/census/initialize.c
33 - src/core/ext/census/mlog.c
34 - src/core/ext/census/operation.c
35 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070036 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070037 - src/core/ext/census/tracing.c
38 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070039 uses:
40 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070041 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070042- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010043 public_headers:
44 - include/grpc/support/alloc.h
45 - include/grpc/support/atm.h
46 - include/grpc/support/atm_gcc_atomic.h
47 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070048 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010049 - include/grpc/support/avl.h
50 - include/grpc/support/cmdline.h
51 - include/grpc/support/cpu.h
52 - include/grpc/support/histogram.h
53 - include/grpc/support/host_port.h
54 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070055 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010056 - include/grpc/support/port_platform.h
57 - include/grpc/support/slice.h
58 - include/grpc/support/slice_buffer.h
59 - include/grpc/support/string_util.h
60 - include/grpc/support/subprocess.h
61 - include/grpc/support/sync.h
62 - include/grpc/support/sync_generic.h
63 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/thd.h
66 - include/grpc/support/time.h
67 - include/grpc/support/tls.h
68 - include/grpc/support/tls_gcc.h
69 - include/grpc/support/tls_msvc.h
70 - include/grpc/support/tls_pthread.h
71 - include/grpc/support/useful.h
72 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/profiling/timers.h
74 - src/core/lib/support/backoff.h
75 - src/core/lib/support/block_annotate.h
76 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/murmur_hash.h
78 - src/core/lib/support/stack_lockfree.h
79 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070080 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/support/thd_internal.h
82 - src/core/lib/support/time_precise.h
83 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010084 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070085 - src/core/lib/profiling/basic_timers.c
86 - src/core/lib/profiling/stap_timers.c
87 - src/core/lib/support/alloc.c
88 - src/core/lib/support/avl.c
89 - src/core/lib/support/backoff.c
90 - src/core/lib/support/cmdline.c
91 - src/core/lib/support/cpu_iphone.c
92 - src/core/lib/support/cpu_linux.c
93 - src/core/lib/support/cpu_posix.c
94 - src/core/lib/support/cpu_windows.c
95 - src/core/lib/support/env_linux.c
96 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/histogram.c
99 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/log.c
101 - src/core/lib/support/log_android.c
102 - src/core/lib/support/log_linux.c
103 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/murmur_hash.c
106 - src/core/lib/support/slice.c
107 - src/core/lib/support/slice_buffer.c
108 - src/core/lib/support/stack_lockfree.c
109 - src/core/lib/support/string.c
110 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700111 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700112 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/subprocess_posix.c
114 - src/core/lib/support/subprocess_windows.c
115 - src/core/lib/support/sync.c
116 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700117 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/thd.c
119 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/time.c
122 - src/core/lib/support/time_posix.c
123 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200126 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700128 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700130 uses:
131 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800132- name: gpr_codegen
133 public_headers:
134 - include/grpc/impl/codegen/alloc.h
135 - include/grpc/impl/codegen/atm.h
136 - include/grpc/impl/codegen/atm_gcc_atomic.h
137 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800139 - include/grpc/impl/codegen/log.h
140 - include/grpc/impl/codegen/port_platform.h
141 - include/grpc/impl/codegen/slice.h
142 - include/grpc/impl/codegen/slice_buffer.h
143 - include/grpc/impl/codegen/sync.h
144 - include/grpc/impl/codegen/sync_generic.h
145 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800147 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700148- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700149 public_headers:
150 - include/grpc/byte_buffer.h
151 - include/grpc/byte_buffer_reader.h
152 - include/grpc/compression.h
153 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700154 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700155 - include/grpc/status.h
156 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/channel/channel_args.h
158 - src/core/lib/channel/channel_stack.h
159 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/compress_filter.h
161 - src/core/lib/channel/connected_channel.h
162 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700163 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700164 - 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
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700176 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700177 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700178 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700179 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/exec_ctx.h
181 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/iocp_windows.h
183 - src/core/lib/iomgr/iomgr.h
184 - src/core/lib/iomgr/iomgr_internal.h
185 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700186 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700187 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700188 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/pollset_set_windows.h
192 - src/core/lib/iomgr/pollset_windows.h
193 - src/core/lib/iomgr/resolve_address.h
194 - src/core/lib/iomgr/sockaddr.h
195 - src/core/lib/iomgr/sockaddr_posix.h
196 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700197 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/socket_utils_posix.h
199 - src/core/lib/iomgr/socket_windows.h
200 - src/core/lib/iomgr/tcp_client.h
201 - src/core/lib/iomgr/tcp_posix.h
202 - src/core/lib/iomgr/tcp_server.h
203 - src/core/lib/iomgr/tcp_windows.h
204 - src/core/lib/iomgr/time_averaged_stats.h
205 - src/core/lib/iomgr/timer.h
206 - src/core/lib/iomgr/timer_heap.h
207 - src/core/lib/iomgr/udp_server.h
208 - src/core/lib/iomgr/unix_sockets_posix.h
209 - src/core/lib/iomgr/wakeup_fd_pipe.h
210 - src/core/lib/iomgr/wakeup_fd_posix.h
211 - src/core/lib/iomgr/workqueue.h
212 - src/core/lib/iomgr/workqueue_posix.h
213 - src/core/lib/iomgr/workqueue_windows.h
214 - src/core/lib/json/json.h
215 - src/core/lib/json/json_common.h
216 - src/core/lib/json/json_reader.h
217 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/surface/api_trace.h
219 - src/core/lib/surface/call.h
220 - src/core/lib/surface/call_test_only.h
221 - src/core/lib/surface/channel.h
222 - src/core/lib/surface/channel_init.h
223 - src/core/lib/surface/channel_stack_type.h
224 - src/core/lib/surface/completion_queue.h
225 - src/core/lib/surface/event_string.h
226 - src/core/lib/surface/init.h
227 - src/core/lib/surface/lame_client.h
228 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/transport/connectivity_state.h
231 - src/core/lib/transport/metadata.h
232 - src/core/lib/transport/metadata_batch.h
233 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400234 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/transport/transport.h
236 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700237 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/channel/channel_args.c
239 - src/core/lib/channel/channel_stack.c
240 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/channel/compress_filter.c
242 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700243 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/channel/http_client_filter.c
245 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700246 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/compression/message_compress.c
248 - src/core/lib/debug/trace.c
249 - src/core/lib/http/format_request.c
250 - src/core/lib/http/httpcli.c
251 - src/core/lib/http/parser.c
252 - src/core/lib/iomgr/closure.c
253 - src/core/lib/iomgr/endpoint.c
254 - src/core/lib/iomgr/endpoint_pair_posix.c
255 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700256 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700257 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700258 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700259 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700260 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/iomgr/exec_ctx.c
262 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/iocp_windows.c
264 - src/core/lib/iomgr/iomgr.c
265 - src/core/lib/iomgr/iomgr_posix.c
266 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700267 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700268 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700269 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/iomgr/pollset_set_windows.c
271 - src/core/lib/iomgr/pollset_windows.c
272 - src/core/lib/iomgr/resolve_address_posix.c
273 - src/core/lib/iomgr/resolve_address_windows.c
274 - src/core/lib/iomgr/sockaddr_utils.c
275 - src/core/lib/iomgr/socket_utils_common_posix.c
276 - src/core/lib/iomgr/socket_utils_linux.c
277 - src/core/lib/iomgr/socket_utils_posix.c
278 - src/core/lib/iomgr/socket_windows.c
279 - src/core/lib/iomgr/tcp_client_posix.c
280 - src/core/lib/iomgr/tcp_client_windows.c
281 - src/core/lib/iomgr/tcp_posix.c
282 - src/core/lib/iomgr/tcp_server_posix.c
283 - src/core/lib/iomgr/tcp_server_windows.c
284 - src/core/lib/iomgr/tcp_windows.c
285 - src/core/lib/iomgr/time_averaged_stats.c
286 - src/core/lib/iomgr/timer.c
287 - src/core/lib/iomgr/timer_heap.c
288 - src/core/lib/iomgr/udp_server.c
289 - src/core/lib/iomgr/unix_sockets_posix.c
290 - src/core/lib/iomgr/unix_sockets_posix_noop.c
291 - src/core/lib/iomgr/wakeup_fd_eventfd.c
292 - src/core/lib/iomgr/wakeup_fd_nospecial.c
293 - src/core/lib/iomgr/wakeup_fd_pipe.c
294 - src/core/lib/iomgr/wakeup_fd_posix.c
295 - src/core/lib/iomgr/workqueue_posix.c
296 - src/core/lib/iomgr/workqueue_windows.c
297 - src/core/lib/json/json.c
298 - src/core/lib/json/json_reader.c
299 - src/core/lib/json/json_string.c
300 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/surface/alarm.c
302 - src/core/lib/surface/api_trace.c
303 - src/core/lib/surface/byte_buffer.c
304 - src/core/lib/surface/byte_buffer_reader.c
305 - src/core/lib/surface/call.c
306 - src/core/lib/surface/call_details.c
307 - src/core/lib/surface/call_log_batch.c
308 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/surface/channel_init.c
310 - src/core/lib/surface/channel_ping.c
311 - src/core/lib/surface/channel_stack_type.c
312 - src/core/lib/surface/completion_queue.c
313 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/surface/lame_client.c
315 - src/core/lib/surface/metadata_array.c
316 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/surface/validate_metadata.c
318 - src/core/lib/surface/version.c
319 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/transport/connectivity_state.c
321 - src/core/lib/transport/metadata.c
322 - src/core/lib/transport/metadata_batch.c
323 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400324 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/transport/transport.c
326 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700327 deps:
328 - gpr
329 uses:
330 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700331- name: grpc_client_config
332 headers:
333 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700334 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700335 - src/core/ext/client_config/client_config.h
336 - src/core/ext/client_config/connector.h
337 - src/core/ext/client_config/initial_connect_string.h
338 - src/core/ext/client_config/lb_policy.h
339 - src/core/ext/client_config/lb_policy_factory.h
340 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700341 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700342 - src/core/ext/client_config/resolver.h
343 - src/core/ext/client_config/resolver_factory.h
344 - src/core/ext/client_config/resolver_registry.h
345 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700346 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/subchannel_index.h
348 - src/core/ext/client_config/uri_parser.h
349 src:
350 - src/core/ext/client_config/channel_connectivity.c
351 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700352 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700354 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/connector.c
356 - src/core/ext/client_config/default_initial_connect_string.c
357 - src/core/ext/client_config/initial_connect_string.c
358 - src/core/ext/client_config/lb_policy.c
359 - src/core/ext/client_config/lb_policy_factory.c
360 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700361 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700362 - src/core/ext/client_config/resolver.c
363 - src/core/ext/client_config/resolver_factory.c
364 - src/core/ext/client_config/resolver_registry.c
365 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700366 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700367 - src/core/ext/client_config/subchannel_index.c
368 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700369 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700370 uses:
371 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800372- name: grpc_codegen
373 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800374 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700375 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800376 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800377 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800378 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800379 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800380 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700381 uses:
382 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700383- name: grpc_lb_policy_grpclb
384 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700385 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700386 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700387 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700388 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700389 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700390 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700391 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700392 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700393 uses:
394 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700395 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700396 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700397- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700398 src:
399 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700400 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700401 uses:
402 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700403 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700404- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700405 src:
406 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700407 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700408 uses:
409 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700410 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700411- name: grpc_load_reporting
412 headers:
413 - src/core/ext/load_reporting/load_reporting.h
414 - src/core/ext/load_reporting/load_reporting_filter.h
415 src:
416 - src/core/ext/load_reporting/load_reporting.c
417 - src/core/ext/load_reporting/load_reporting_filter.c
418 plugin: grpc_load_reporting_plugin
419 uses:
420 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700421- name: grpc_resolver_dns_ares
422 headers:
Yuchen Zeng85750b02016-08-08 14:16:34 -0700423 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700424 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.h
425 src:
426 - src/core/ext/resolver/dns/c_ares/dns_resolver.c
Yuchen Zeng85750b02016-08-08 14:16:34 -0700427 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700428 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.c
429 plugin: grpc_resolver_dns_ares
430 uses:
431 - grpc_base
432 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700433- name: grpc_resolver_dns_native
434 src:
435 - src/core/ext/resolver/dns/native/dns_resolver.c
436 plugin: grpc_resolver_dns_native
437 uses:
438 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700439 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700440- name: grpc_resolver_sockaddr
441 src:
442 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
443 plugin: grpc_resolver_sockaddr
444 uses:
445 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700446 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100447- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700448 public_headers:
449 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700450 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100451 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.h
453 - src/core/lib/security/credentials/composite/composite_credentials.h
454 - src/core/lib/security/credentials/credentials.h
455 - src/core/lib/security/credentials/fake/fake_credentials.h
456 - src/core/lib/security/credentials/google_default/google_default_credentials.h
457 - src/core/lib/security/credentials/iam/iam_credentials.h
458 - src/core/lib/security/credentials/jwt/json_token.h
459 - src/core/lib/security/credentials/jwt/jwt_credentials.h
460 - src/core/lib/security/credentials/jwt/jwt_verifier.h
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
462 - src/core/lib/security/credentials/plugin/plugin_credentials.h
463 - src/core/lib/security/credentials/ssl/ssl_credentials.h
464 - src/core/lib/security/transport/auth_filters.h
465 - src/core/lib/security/transport/handshake.h
466 - src/core/lib/security/transport/secure_endpoint.h
467 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700468 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700469 - src/core/lib/security/util/b64.h
470 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100471 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700472 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/context/security_context.c
474 - src/core/lib/security/credentials/composite/composite_credentials.c
475 - src/core/lib/security/credentials/credentials.c
476 - src/core/lib/security/credentials/credentials_metadata.c
477 - src/core/lib/security/credentials/fake/fake_credentials.c
478 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700479 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700480 - src/core/lib/security/credentials/google_default/google_default_credentials.c
481 - src/core/lib/security/credentials/iam/iam_credentials.c
482 - src/core/lib/security/credentials/jwt/json_token.c
483 - src/core/lib/security/credentials/jwt/jwt_credentials.c
484 - src/core/lib/security/credentials/jwt/jwt_verifier.c
485 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
486 - src/core/lib/security/credentials/plugin/plugin_credentials.c
487 - src/core/lib/security/credentials/ssl/ssl_credentials.c
488 - src/core/lib/security/transport/client_auth_filter.c
489 - src/core/lib/security/transport/handshake.c
490 - src/core/lib/security/transport/secure_endpoint.c
491 - src/core/lib/security/transport/security_connector.c
492 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700493 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700494 - src/core/lib/security/util/b64.c
495 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700496 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700497 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700498 uses:
499 - grpc_base
500 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700501 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700502- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700503 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700504 headers:
505 - test/core/end2end/cq_verifier.h
506 - test/core/end2end/fixtures/proxy.h
507 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700508 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200509 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700510 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700512 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700514 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/slice_splitter.h
516 src:
517 - test/core/end2end/cq_verifier.c
518 - test/core/end2end/fixtures/proxy.c
519 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700520 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200521 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700522 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700524 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700525 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700526 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700527 - test/core/util/port_windows.c
528 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700529 deps:
530 - grpc
531 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700532- name: grpc_transport_chttp2
533 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700534 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700535 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
537 - src/core/ext/transport/chttp2/transport/frame.h
538 - src/core/ext/transport/chttp2/transport/frame_data.h
539 - src/core/ext/transport/chttp2/transport/frame_goaway.h
540 - src/core/ext/transport/chttp2/transport/frame_ping.h
541 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
542 - src/core/ext/transport/chttp2/transport/frame_settings.h
543 - src/core/ext/transport/chttp2/transport/frame_window_update.h
544 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
545 - src/core/ext/transport/chttp2/transport/hpack_parser.h
546 - src/core/ext/transport/chttp2/transport/hpack_table.h
547 - src/core/ext/transport/chttp2/transport/http2_errors.h
548 - src/core/ext/transport/chttp2/transport/huffsyms.h
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
550 - src/core/ext/transport/chttp2/transport/internal.h
551 - src/core/ext/transport/chttp2/transport/status_conversion.h
552 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700553 - src/core/ext/transport/chttp2/transport/varint.h
554 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700555 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700556 - src/core/ext/transport/chttp2/transport/bin_encoder.c
557 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700558 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
559 - src/core/ext/transport/chttp2/transport/frame_data.c
560 - src/core/ext/transport/chttp2/transport/frame_goaway.c
561 - src/core/ext/transport/chttp2/transport/frame_ping.c
562 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
563 - src/core/ext/transport/chttp2/transport/frame_settings.c
564 - src/core/ext/transport/chttp2/transport/frame_window_update.c
565 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
566 - src/core/ext/transport/chttp2/transport/hpack_parser.c
567 - src/core/ext/transport/chttp2/transport/hpack_table.c
568 - src/core/ext/transport/chttp2/transport/huffsyms.c
569 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
570 - src/core/ext/transport/chttp2/transport/parsing.c
571 - src/core/ext/transport/chttp2/transport/status_conversion.c
572 - src/core/ext/transport/chttp2/transport/stream_lists.c
573 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700574 - src/core/ext/transport/chttp2/transport/varint.c
575 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700576 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700579 - grpc_transport_chttp2_alpn
580- name: grpc_transport_chttp2_alpn
581 headers:
582 - src/core/ext/transport/chttp2/alpn/alpn.h
583 src:
584 - src/core/ext/transport/chttp2/alpn/alpn.c
585 deps:
586 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700587- name: grpc_transport_chttp2_client_insecure
588 src:
589 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700590 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700591 uses:
592 - grpc_transport_chttp2
593 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700594 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_secure
596 src:
597 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700598 uses:
599 - grpc_transport_chttp2
600 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700601 - grpc_client_config
602 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700603- name: grpc_transport_chttp2_server_insecure
604 src:
605 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700606 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700607 uses:
608 - grpc_transport_chttp2
609 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700610- name: grpc_transport_chttp2_server_secure
611 src:
612 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700613 uses:
614 - grpc_transport_chttp2
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700617- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700618 public_headers:
619 - include/grpc/grpc_cronet.h
620 - include/grpc/grpc_security.h
621 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700622 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700623 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
624 src:
625 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
626 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
627 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700628 filegroups:
629 - grpc_base
630 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800631- name: nanopb
632 headers:
633 - third_party/nanopb/pb.h
634 - third_party/nanopb/pb_common.h
635 - third_party/nanopb/pb_decode.h
636 - third_party/nanopb/pb_encode.h
637 src:
638 - third_party/nanopb/pb_common.c
639 - third_party/nanopb/pb_decode.c
640 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700641- name: tsi
642 headers:
643 - src/core/lib/tsi/fake_transport_security.h
644 - src/core/lib/tsi/ssl_transport_security.h
645 - src/core/lib/tsi/ssl_types.h
646 - src/core/lib/tsi/transport_security.h
647 - src/core/lib/tsi/transport_security_interface.h
648 src:
649 - src/core/lib/tsi/fake_transport_security.c
650 - src/core/lib/tsi/ssl_transport_security.c
651 - src/core/lib/tsi/transport_security.c
652 deps:
653 - gpr
654 secure: true
655- name: grpc++_base
656 language: c++
657 public_headers:
658 - include/grpc++/alarm.h
659 - include/grpc++/channel.h
660 - include/grpc++/client_context.h
661 - include/grpc++/completion_queue.h
662 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700663 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700664 - include/grpc++/generic/async_generic_service.h
665 - include/grpc++/generic/generic_stub.h
666 - include/grpc++/grpc++.h
667 - include/grpc++/impl/call.h
668 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700669 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/impl/grpc_library.h
671 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/impl/rpc_method.h
673 - include/grpc++/impl/rpc_service_method.h
674 - include/grpc++/impl/serialization_traits.h
675 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700676 - include/grpc++/impl/server_builder_plugin.h
677 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/service_type.h
679 - include/grpc++/impl/sync.h
680 - include/grpc++/impl/sync_cxx11.h
681 - include/grpc++/impl/sync_no_cxx11.h
682 - include/grpc++/impl/thd.h
683 - include/grpc++/impl/thd_cxx11.h
684 - include/grpc++/impl/thd_no_cxx11.h
685 - include/grpc++/security/auth_context.h
686 - include/grpc++/security/auth_metadata_processor.h
687 - include/grpc++/security/credentials.h
688 - include/grpc++/security/server_credentials.h
689 - include/grpc++/server.h
690 - include/grpc++/server_builder.h
691 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700692 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700693 - include/grpc++/support/async_stream.h
694 - include/grpc++/support/async_unary_call.h
695 - include/grpc++/support/byte_buffer.h
696 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700697 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - include/grpc++/support/slice.h
699 - include/grpc++/support/status.h
700 - include/grpc++/support/status_code_enum.h
701 - include/grpc++/support/string_ref.h
702 - include/grpc++/support/stub_options.h
703 - include/grpc++/support/sync_stream.h
704 - include/grpc++/support/time.h
705 headers:
706 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 - src/cpp/server/dynamic_thread_pool.h
708 - src/cpp/server/thread_pool_interface.h
709 src:
710 - src/cpp/client/channel.cc
711 - src/cpp/client/client_context.cc
712 - src/cpp/client/create_channel.cc
713 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700714 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 - src/cpp/client/credentials.cc
716 - src/cpp/client/generic_stub.cc
717 - src/cpp/client/insecure_credentials.cc
718 - src/cpp/common/channel_arguments.cc
719 - src/cpp/common/completion_queue.cc
720 - src/cpp/common/core_codegen.cc
721 - src/cpp/common/rpc_method.cc
722 - src/cpp/server/async_generic_service.cc
723 - src/cpp/server/create_default_thread_pool.cc
724 - src/cpp/server/dynamic_thread_pool.cc
725 - src/cpp/server/insecure_server_credentials.cc
726 - src/cpp/server/server.cc
727 - src/cpp/server/server_builder.cc
728 - src/cpp/server/server_context.cc
729 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700730 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 - src/cpp/util/byte_buffer.cc
732 - src/cpp/util/slice.cc
733 - src/cpp/util/status.cc
734 - src/cpp/util/string_ref.cc
735 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700736 deps:
737 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 uses:
yang-g17487f92016-06-03 15:21:15 -0700739 - grpc++_codegen_base
740- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 language: c++
742 public_headers:
743 - include/grpc++/impl/codegen/async_stream.h
744 - include/grpc++/impl/codegen/async_unary_call.h
745 - include/grpc++/impl/codegen/call.h
746 - include/grpc++/impl/codegen/call_hook.h
747 - include/grpc++/impl/codegen/channel_interface.h
748 - include/grpc++/impl/codegen/client_context.h
749 - include/grpc++/impl/codegen/client_unary_call.h
750 - include/grpc++/impl/codegen/completion_queue.h
751 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700752 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - include/grpc++/impl/codegen/core_codegen_interface.h
754 - include/grpc++/impl/codegen/create_auth_context.h
755 - include/grpc++/impl/codegen/grpc_library.h
756 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/impl/codegen/rpc_method.h
758 - include/grpc++/impl/codegen/rpc_service_method.h
759 - include/grpc++/impl/codegen/security/auth_context.h
760 - include/grpc++/impl/codegen/serialization_traits.h
761 - include/grpc++/impl/codegen/server_context.h
762 - include/grpc++/impl/codegen/server_interface.h
763 - include/grpc++/impl/codegen/service_type.h
764 - include/grpc++/impl/codegen/status.h
765 - include/grpc++/impl/codegen/status_code_enum.h
766 - include/grpc++/impl/codegen/string_ref.h
767 - include/grpc++/impl/codegen/stub_options.h
768 - include/grpc++/impl/codegen/sync.h
769 - include/grpc++/impl/codegen/sync_cxx11.h
770 - include/grpc++/impl/codegen/sync_no_cxx11.h
771 - include/grpc++/impl/codegen/sync_stream.h
772 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 uses:
774 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700775- name: grpc++_codegen_base_src
776 language: c++
777 src:
778 - src/cpp/codegen/codegen_init.cc
779 uses:
780 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700781- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 language: c++
783 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700784 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 uses:
yang-g17487f92016-06-03 15:21:15 -0700786 - grpc++_codegen_base
787 - grpc++_config_proto
788- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 language: c++
790 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700792- name: grpc++_reflection_proto
793 language: c++
794 public_headers:
795 - include/grpc++/ext/reflection.grpc.pb.h
796 - include/grpc++/ext/reflection.pb.h
797 src:
798 - src/cpp/ext/reflection.grpc.pb.cc
799 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700800 uses:
801 - grpc++_codegen_proto
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100802libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800803- name: gpr
804 build: all
805 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800806 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700807 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800808 secure: false
809 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
810- name: gpr_test_util
811 build: private
812 language: c
813 headers:
814 - test/core/util/test_config.h
815 src:
816 - test/core/util/test_config.c
817 deps:
818 - gpr
819 secure: false
820 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821- name: grpc
822 build: all
823 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 src:
825 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700826 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800827 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700829 filegroups:
830 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700831 - grpc_transport_chttp2_server_secure
832 - grpc_transport_chttp2_client_secure
833 - grpc_transport_chttp2_server_insecure
834 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700835 - grpc_lb_policy_grpclb
836 - grpc_lb_policy_pick_first
837 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700838 - grpc_resolver_dns_ares
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700839 - grpc_lb_policy_grpclb
Craig Tiller65938df2016-03-31 13:08:49 -0700840 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700841 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100842 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700843 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700844 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700845 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700846 vs_packages:
847 - grpc.dependencies.openssl
848 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700850- name: grpc_cronet
851 build: all
852 language: c
853 src:
854 - src/core/lib/surface/init.c
855 baselib: true
856 deps_linkage: static
857 dll: true
858 filegroups:
859 - grpc_base
860 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700861 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700862 generate_plugin_registry: true
863 platforms:
864 - linux
865 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100866- name: grpc_dll
867 build: private
868 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100869 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100870 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100871 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100872 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100873 build_system:
874 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100875 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100876 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100877 vs_config_type: DynamicLibrary
878 vs_packages:
879 - grpc.dependencies.openssl
880 - grpc.dependencies.zlib
881 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
882 vs_props:
883 - zlib
884 - openssl
885 - winsock
886 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887- name: grpc_test_util
888 build: private
889 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700890 headers:
891 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800892 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700893 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700894 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700895 - test/core/end2end/data/server1_cert.c
896 - test/core/end2end/data/server1_key.c
897 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800898 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700902 - grpc
903 filegroups:
904 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700905 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
907- name: grpc_test_util_unsecure
908 build: private
909 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700910 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800911 - gpr
912 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800913 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700914 filegroups:
915 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916 secure: false
917 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
918- name: grpc_unsecure
919 build: all
920 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700921 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700923 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800925 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700927 filegroups:
928 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700929 - grpc_transport_chttp2_server_insecure
930 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700931 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700932 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700933 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700934 - grpc_lb_policy_grpclb
935 - grpc_lb_policy_pick_first
936 - grpc_lb_policy_round_robin
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700937 - grpc_lb_policy_grpclb
Craig Tiller25834342015-09-25 08:08:24 -0700938 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700939 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940 secure: false
941 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: reconnect_server
943 build: private
944 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700945 headers:
946 - test/core/util/reconnect_server.h
947 src:
948 - test/core/util/reconnect_server.c
949 deps:
yang-gc9fca182015-11-06 16:41:33 -0800950 - test_tcp_server
951 - grpc_test_util
952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800955- name: test_tcp_server
956 build: private
957 language: c
958 headers:
959 - test/core/util/test_tcp_server.h
960 src:
961 - test/core/util/test_tcp_server.c
962 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700963 - grpc_test_util
964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr_test_util
966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967- name: grpc++
968 build: all
969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700970 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700971 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700972 - src/cpp/client/secure_credentials.h
973 - src/cpp/common/secure_auth_context.h
974 - src/cpp/server/secure_server_credentials.h
975 src:
Craig Tiller25834342015-09-25 08:08:24 -0700976 - src/cpp/client/secure_credentials.cc
977 - src/cpp/common/auth_property_iterator.cc
978 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800979 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700980 - src/cpp/common/secure_create_auth_context.cc
981 - src/cpp/server/secure_server_credentials.cc
982 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700983 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 baselib: true
985 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700988 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700989 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 secure: check
991 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700992- name: grpc++_reflection
993 build: all
994 language: c++
995 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700996 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700997 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700998 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700999 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001000 - src/cpp/ext/proto_server_reflection.cc
1001 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001002 deps:
1003 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001004 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001005 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001006- name: grpc++_reflection_codegen
1007 build: private
1008 language: c++
1009 src:
1010 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc++_test_config
1012 build: private
1013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001014 headers:
1015 - test/cpp/util/test_config.h
1016 src:
1017 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc++_test_util
1019 build: private
1020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001021 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001022 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001023 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001024 - test/cpp/util/create_test_channel.h
1025 - test/cpp/util/string_ref_helper.h
1026 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001027 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001028 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001029 - src/proto/grpc/testing/echo_messages.proto
1030 - src/proto/grpc/testing/echo.proto
1031 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001032 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001033 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 - test/cpp/util/create_test_channel.cc
1035 - test/cpp/util/string_ref_helper.cc
1036 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001037 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001038 deps:
1039 - grpc++
1040 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001041 filegroups:
1042 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001043 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001044 - grpc++_codegen_proto
1045 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: grpc++_unsecure
1047 build: all
1048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001049 src:
1050 - src/cpp/common/insecure_create_auth_context.cc
1051 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001053 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001054 baselib: true
1055 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001056 filegroups:
1057 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001058 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001059 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 secure: false
1061 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001062- name: grpc_cli_libs
1063 build: private
1064 language: c++
1065 headers:
1066 - test/cpp/util/cli_call.h
1067 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001068 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001069 src:
1070 - test/cpp/util/cli_call.cc
1071 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001072 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001073 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001074 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001075 - grpc++
1076 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: grpc_plugin_support
1078 build: protoc
1079 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001080 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001081 - src/compiler/config.h
1082 - src/compiler/cpp_generator.h
1083 - src/compiler/cpp_generator_helpers.h
1084 - src/compiler/csharp_generator.h
1085 - src/compiler/csharp_generator_helpers.h
1086 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001087 - src/compiler/node_generator.h
1088 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001089 - src/compiler/objective_c_generator.h
1090 - src/compiler/objective_c_generator_helpers.h
1091 - src/compiler/python_generator.h
1092 - src/compiler/ruby_generator.h
1093 - src/compiler/ruby_generator_helpers-inl.h
1094 - src/compiler/ruby_generator_map-inl.h
1095 - src/compiler/ruby_generator_string-inl.h
1096 src:
1097 - src/compiler/cpp_generator.cc
1098 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001099 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/compiler/objective_c_generator.cc
1101 - src/compiler/python_generator.cc
1102 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001103 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001104 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105 secure: false
1106 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001107 vs_props:
1108 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109- name: interop_client_helper
1110 build: private
1111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001112 headers:
1113 - test/cpp/interop/client_helper.h
1114 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001115 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001116 - test/cpp/interop/client_helper.cc
1117 deps:
1118 - grpc++_test_util
1119 - grpc_test_util
1120 - grpc++
1121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123- name: interop_client_main
1124 build: private
1125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001126 headers:
1127 - test/cpp/interop/interop_client.h
1128 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001129 - src/proto/grpc/testing/empty.proto
1130 - src/proto/grpc/testing/messages.proto
1131 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001132 - test/cpp/interop/client.cc
1133 - test/cpp/interop/interop_client.cc
1134 deps:
1135 - interop_client_helper
1136 - grpc++_test_util
1137 - grpc_test_util
1138 - grpc++
1139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 - gpr_test_util
1141 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001142 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143- name: interop_server_helper
1144 build: private
1145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001146 headers:
1147 - test/cpp/interop/server_helper.h
1148 src:
1149 - test/cpp/interop/server_helper.cc
1150 deps:
1151 - grpc_test_util
1152 - grpc++
1153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001155- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 build: private
1157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001158 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001159 - src/proto/grpc/testing/empty.proto
1160 - src/proto/grpc/testing/messages.proto
1161 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001162 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001163 deps:
1164 - interop_server_helper
1165 - grpc++_test_util
1166 - grpc_test_util
1167 - grpc++
1168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr_test_util
1170 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001171 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001172- name: interop_server_main
1173 build: private
1174 language: c++
1175 src:
1176 - test/cpp/interop/interop_server_bootstrap.cc
1177 deps:
1178 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: qps
1180 build: private
1181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001182 headers:
1183 - test/cpp/qps/client.h
1184 - test/cpp/qps/driver.h
1185 - test/cpp/qps/histogram.h
1186 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001187 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001188 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001189 - test/cpp/qps/qps_worker.h
1190 - test/cpp/qps/report.h
1191 - test/cpp/qps/server.h
1192 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001193 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001194 - test/cpp/util/benchmark_config.h
1195 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001196 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001197 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001198 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001199 - src/proto/grpc/testing/control.proto
1200 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/qps/client_async.cc
1202 - test/cpp/qps/client_sync.cc
1203 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001204 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001205 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - test/cpp/qps/qps_worker.cc
1207 - test/cpp/qps/report.cc
1208 - test/cpp/qps/server_async.cc
1209 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001210 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001211 - test/cpp/util/benchmark_config.cc
1212 deps:
1213 - grpc_test_util
1214 - grpc++_test_util
1215 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: grpc_csharp_ext
1217 build: all
1218 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - src/csharp/ext/grpc_csharp_ext.c
1221 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001224 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001225 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226 dll: only
1227 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001228 vs_packages:
1229 - grpc.dependencies.openssl
1230 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001232 vs_props:
1233 - zlib
1234 - openssl
1235 - winsock
1236 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001238- name: alarm_test
1239 build: test
1240 language: c
1241 src:
1242 - test/core/surface/alarm_test.c
1243 deps:
1244 - grpc_test_util
1245 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001246 - gpr_test_util
1247 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001248- name: algorithm_test
1249 build: test
1250 language: c
1251 src:
1252 - test/core/compression/algorithm_test.c
1253 deps:
1254 - grpc_test_util
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001258- name: alloc_test
1259 build: test
1260 language: c
1261 src:
1262 - test/core/support/alloc_test.c
1263 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: alpn_test
1267 build: test
1268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001269 src:
1270 - test/core/transport/chttp2/alpn_test.c
1271 deps:
1272 - grpc_test_util
1273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001276- name: api_fuzzer
1277 build: fuzzer
1278 language: c
1279 src:
1280 - test/core/end2end/fuzzers/api_fuzzer.c
1281 deps:
1282 - grpc_test_util
1283 - grpc
1284 - gpr_test_util
1285 - gpr
1286 corpus_dirs:
1287 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001288 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001289 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001290- name: bad_server_response_test
1291 build: test
1292 language: c
1293 src:
1294 - test/core/end2end/bad_server_response_test.c
1295 deps:
1296 - test_tcp_server
1297 - grpc_test_util
1298 - grpc
1299 - gpr_test_util
1300 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001301- name: bin_decoder_test
1302 build: test
1303 language: c
1304 src:
1305 - test/core/transport/chttp2/bin_decoder_test.c
1306 deps:
1307 - grpc_test_util
1308 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: bin_encoder_test
1310 build: test
1311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001312 src:
1313 - test/core/transport/chttp2/bin_encoder_test.c
1314 deps:
1315 - grpc_test_util
1316 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001317- name: census_context_test
1318 build: test
1319 language: c
1320 src:
1321 - test/core/census/context_test.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 - gpr_test_util
1326 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001327- name: census_resource_test
1328 build: test
1329 language: c
1330 src:
1331 - test/core/census/resource_test.c
1332 deps:
1333 - grpc_test_util
1334 - grpc
1335 - gpr_test_util
1336 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001337- name: channel_create_test
1338 build: test
1339 language: c
1340 src:
1341 - test/core/surface/channel_create_test.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001347- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348 build: test
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001351 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001352 deps:
1353 - grpc_test_util
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001357- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001361 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001362 deps:
1363 - grpc_test_util
1364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: chttp2_stream_map_test
1368 build: test
1369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001370 src:
1371 - test/core/transport/chttp2/stream_map_test.c
1372 deps:
1373 - grpc_test_util
1374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 - gpr_test_util
1376 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001377- name: chttp2_varint_test
1378 build: test
1379 language: c
1380 src:
1381 - test/core/transport/chttp2/varint_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001387- name: client_fuzzer
1388 build: fuzzer
1389 language: c
1390 src:
1391 - test/core/end2end/fuzzers/client_fuzzer.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
1395 - gpr_test_util
1396 - gpr
1397 corpus_dirs:
1398 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001399 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001400 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: compression_test
1402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
1405 - test/core/compression/compression_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001411- name: concurrent_connectivity_test
1412 build: test
1413 language: c
1414 src:
1415 - test/core/surface/concurrent_connectivity_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
1419 - gpr_test_util
1420 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001421- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001422 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001423 build: test
1424 language: c
1425 src:
1426 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
1430 - gpr_test_util
1431 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001432- name: dns_resolver_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/client_config/resolvers/dns_resolver_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001443 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444 build: test
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/end2end/dualstack_socket_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001451 - gpr_test_util
1452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001453 platforms:
1454 - mac
1455 - linux
1456 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001457- name: endpoint_pair_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/iomgr/endpoint_pair_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
1466 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001467- name: ev_epoll_linux_test
1468 build: test
1469 language: c
1470 src:
1471 - test/core/iomgr/ev_epoll_linux_test.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
1475 - gpr_test_util
1476 - gpr
1477 platforms:
1478 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: fd_conservation_posix_test
1480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/iomgr/fd_conservation_posix_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001489 platforms:
1490 - mac
1491 - linux
1492 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001493- name: fd_posix_test
1494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/iomgr/fd_posix_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001503 platforms:
1504 - mac
1505 - linux
1506 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: fling_client
1508 build: test
1509 run: false
1510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001511 src:
1512 - test/core/fling/client.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: fling_server
1519 build: test
1520 run: false
1521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001522 src:
1523 - test/core/fling/server.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001530 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531 build: test
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/fling/fling_stream_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001540 platforms:
1541 - mac
1542 - linux
1543 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001545 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546 build: test
1547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001548 src:
1549 - test/core/fling/fling_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001555 platforms:
1556 - mac
1557 - linux
1558 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: gen_hpack_tables
1560 build: tool
1561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
1563 - tools/codegen/core/gen_hpack_tables.c
1564 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001566 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: gen_legal_metadata_characters
1568 build: tool
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001573- name: goaway_server_test
1574 cpu_cost: 0.1
1575 build: test
1576 language: c
1577 src:
1578 - test/core/end2end/goaway_server_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
1582 - gpr_test_util
1583 - gpr
1584 platforms:
1585 - mac
1586 - linux
1587 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001588- name: gpr_avl_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/support/avl_test.c
1593 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001596- name: gpr_backoff_test
1597 build: test
1598 language: c
1599 src:
1600 - test/core/support/backoff_test.c
1601 deps:
1602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: gpr_cmdline_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/support/cmdline_test.c
1609 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001612- name: gpr_cpu_test
1613 build: test
1614 language: c
1615 src:
1616 - test/core/support/cpu_test.c
1617 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: gpr_env_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/env_test.c
1625 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: gpr_histogram_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/support/histogram_test.c
1633 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: gpr_host_port_test
1637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/support/host_port_test.c
1641 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: gpr_log_test
1645 build: test
1646 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001647 src:
1648 - test/core/support/log_test.c
1649 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: gpr_slice_buffer_test
1653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/support/slice_buffer_test.c
1657 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: gpr_slice_test
1661 build: test
1662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
1664 - test/core/support/slice_test.c
1665 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001669 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670 build: test
1671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
1673 - test/core/support/stack_lockfree_test.c
1674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: gpr_string_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/support/string_test.c
1682 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001686 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/support/sync_test.c
1691 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001695 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/support/thd_test.c
1700 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: gpr_time_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/support/time_test.c
1708 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: gpr_tls_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/support/tls_test.c
1716 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: gpr_useful_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/support/useful_test.c
1724 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: grpc_auth_context_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/security/auth_context_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001737- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001741 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: grpc_byte_buffer_reader_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/surface/byte_buffer_reader_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: grpc_channel_args_test
1758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/channel/channel_args_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: grpc_channel_stack_test
1768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/channel/channel_stack_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: grpc_completion_queue_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/surface/completion_queue_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: grpc_create_jwt
1788 build: tool
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/security/create_jwt.c
1792 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001795 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: grpc_credentials_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/security/credentials_test.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001807 build: test
1808 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/security/fetch_oauth2.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001817- name: grpc_invalid_channel_args_test
1818 build: test
1819 language: c
1820 src:
1821 - test/core/surface/invalid_channel_args_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827- name: grpc_json_token_test
1828 build: test
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/security/json_token_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001837 platforms:
1838 - linux
1839 - posix
1840 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: grpc_jwt_verifier_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/security/jwt_verifier_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: grpc_print_google_default_creds_token
1852 build: tool
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/security/print_google_default_creds_token.c
1856 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: grpc_security_connector_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/security/security_connector_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: grpc_verify_jwt
1870 build: tool
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/security/verify_jwt.c
1874 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001877- name: hpack_parser_fuzzer_test
1878 build: fuzzer
1879 language: c
1880 src:
1881 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
1885 - gpr_test_util
1886 - gpr
1887 corpus_dirs:
1888 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001889 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001890 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: hpack_parser_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/transport/chttp2/hpack_parser_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: hpack_table_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/transport/chttp2/hpack_table_test.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001911- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912 build: test
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001915 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001916 deps:
1917 - grpc_test_util
1918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001921- name: http_request_fuzzer_test
1922 build: fuzzer
1923 language: c
1924 src:
1925 - test/core/http/request_fuzzer.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
1929 - gpr_test_util
1930 - gpr
1931 corpus_dirs:
1932 - test/core/http/corpus
1933 maxlen: 2048
1934- name: http_response_fuzzer_test
1935 build: fuzzer
1936 language: c
1937 src:
1938 - test/core/http/response_fuzzer.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
1942 - gpr_test_util
1943 - gpr
1944 corpus_dirs:
1945 - test/core/http/corpus
1946 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001947- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001951 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001952 deps:
1953 - grpc_test_util
1954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001958 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001962 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001968 platforms:
1969 - mac
1970 - linux
1971 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001972- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001973 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001974 build: test
1975 language: c
1976 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001977 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001983 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001984 - linux
yang-gf1183302015-12-07 16:02:05 -08001985- name: init_test
1986 build: test
1987 language: c
1988 src:
1989 - test/core/surface/init_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001995- name: internal_api_canary_iomgr_test
1996 build: test
1997 run: false
1998 language: c
1999 src:
2000 - test/core/internal_api_canaries/iomgr.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
2004 - gpr_test_util
2005 - gpr
2006- name: internal_api_canary_support_test
2007 build: test
2008 run: false
2009 language: c
2010 src:
2011 - test/core/internal_api_canaries/iomgr.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
2015 - gpr_test_util
2016 - gpr
2017- name: internal_api_canary_transport_test
2018 build: test
2019 run: false
2020 language: c
2021 src:
2022 - test/core/internal_api_canaries/iomgr.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
2026 - gpr_test_util
2027 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002028- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002029 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002030 build: test
2031 language: c
2032 src:
2033 - test/core/end2end/invalid_call_argument_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002039- name: json_fuzzer_test
2040 build: fuzzer
2041 language: c
2042 src:
2043 - test/core/json/fuzzer.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
2049 corpus_dirs:
2050 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002051 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: json_rewrite
2053 build: test
2054 run: false
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/json/json_rewrite.c
2058 deps:
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: json_rewrite_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/json/json_rewrite_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002071- name: json_stream_error_test
2072 build: test
2073 language: c
2074 src:
2075 - test/core/json/json_stream_error_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: json_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/json/json_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: lame_client_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/surface/lame_client_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002101- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002102 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002103 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/client_config/lb_policies_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002113- name: load_file_test
2114 build: test
2115 language: c
2116 src:
2117 - test/core/iomgr/load_file_test.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
2121 - gpr_test_util
2122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: low_level_ping_pong_benchmark
2124 build: benchmark
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/network_benchmarks/low_level_ping_pong.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002133 platforms:
2134 - mac
2135 - linux
2136 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: message_compress_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/compression/message_compress_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002147- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002148 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002149 build: test
2150 language: c
2151 src:
2152 - test/core/census/mlog_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
2156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: multiple_server_queues_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/end2end/multiple_server_queues_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002166 - gpr_test_util
2167 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168- name: murmur_hash_test
2169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - test/core/support/murmur_hash_test.c
2173 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002176- name: nanopb_fuzzer_response_test
2177 build: fuzzer
2178 language: c
2179 src:
2180 - test/core/nanopb/fuzzer_response.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
2184 - gpr_test_util
2185 - gpr
2186 corpus_dirs:
2187 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002188 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002189- name: nanopb_fuzzer_serverlist_test
2190 build: fuzzer
2191 language: c
2192 src:
2193 - test/core/nanopb/fuzzer_serverlist.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
2197 - gpr_test_util
2198 - gpr
2199 corpus_dirs:
2200 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002201 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002203 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/end2end/no_server_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: resolve_address_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/iomgr/resolve_address_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
yang-gd482e592015-12-10 14:04:00 -08002223- name: secure_channel_create_test
2224 build: test
2225 language: c
2226 src:
2227 - test/core/surface/secure_channel_create_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: secure_endpoint_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/security/secure_endpoint_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002243- name: sequential_connectivity_test
2244 build: test
2245 language: c
2246 src:
2247 - test/core/surface/sequential_connectivity_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
2251 - gpr_test_util
2252 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002253- name: server_chttp2_test
2254 build: test
2255 language: c
2256 src:
2257 - test/core/surface/server_chttp2_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002263- name: server_fuzzer
2264 build: fuzzer
2265 language: c
2266 src:
2267 - test/core/end2end/fuzzers/server_fuzzer.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
2271 - gpr_test_util
2272 - gpr
2273 corpus_dirs:
2274 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002275 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002276 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002277- name: server_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/surface/server_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002287- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002288 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002289 build: test
2290 language: c
2291 src:
2292 - test/core/client_config/set_initial_connect_string_test.c
2293 deps:
2294 - test_tcp_server
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002299- name: sockaddr_resolver_test
2300 build: test
2301 language: c
2302 src:
2303 - test/core/client_config/resolvers/sockaddr_resolver_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: sockaddr_utils_test
2310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/iomgr/sockaddr_utils_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002319- name: socket_utils_test
2320 build: test
2321 language: c
2322 src:
2323 - test/core/iomgr/socket_utils_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002329 platforms:
2330 - mac
2331 - linux
2332 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002334 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002335 build: test
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/iomgr/tcp_client_posix_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002344 platforms:
2345 - mac
2346 - linux
2347 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002349 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/iomgr/tcp_posix_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002359 platforms:
2360 - mac
2361 - linux
2362 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: tcp_server_posix_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/core/iomgr/tcp_server_posix_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002373 platforms:
2374 - mac
2375 - linux
2376 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: time_averaged_stats_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/core/iomgr/time_averaged_stats_test.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: timeout_encoding_test
2388 build: test
2389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002390 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002391 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002397- name: timer_heap_test
2398 build: test
2399 language: c
2400 src:
2401 - test/core/iomgr/timer_heap_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002407- name: timer_list_test
2408 build: test
2409 language: c
2410 src:
2411 - test/core/iomgr/timer_list_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002417- name: transport_connectivity_state_test
2418 build: test
2419 language: c
2420 src:
2421 - test/core/transport/connectivity_state_test.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: transport_metadata_test
2428 build: test
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/core/transport/metadata_test.c
2432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: transport_security_test
2438 build: test
2439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
2441 - test/core/tsi/transport_security_test.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002447 platforms:
2448 - linux
2449 - posix
2450 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451- name: udp_server_test
2452 build: test
2453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/core/iomgr/udp_server_test.c
2456 deps:
2457 - grpc_test_util
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002461 platforms:
2462 - mac
2463 - linux
2464 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002465- name: uri_fuzzer_test
2466 build: fuzzer
2467 language: c
2468 src:
2469 - test/core/client_config/uri_fuzzer_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
2473 - gpr_test_util
2474 - gpr
2475 corpus_dirs:
2476 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002477 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: uri_parser_test
2479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/core/client_config/uri_parser_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002488- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002489 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002490 build: test
2491 language: c++
2492 src:
2493 - test/cpp/common/alarm_cpp_test.cc
2494 deps:
2495 - grpc++_test_util
2496 - grpc_test_util
2497 - grpc++
2498 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002499 - gpr_test_util
2500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002502 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503 build: test
2504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/cpp/end2end/async_end2end_test.cc
2507 deps:
2508 - grpc++_test_util
2509 - grpc_test_util
2510 - grpc++
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002515 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516 build: test
2517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/cpp/common/auth_property_iterator_test.cc
2520 deps:
2521 - grpc++_test_util
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
yang-g52705592015-11-25 11:45:33 -08002532 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002533 deps:
2534 - grpc++
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002537- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002538 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539 build: test
2540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002541 src:
2542 - test/cpp/util/cli_call_test.cc
2543 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002544 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002545 - grpc++_test_util
2546 - grpc_test_util
2547 - grpc++
2548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002549 - gpr_test_util
2550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002552 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002553 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/end2end/client_crash_test.cc
2558 deps:
2559 - grpc++_test_util
2560 - grpc_test_util
2561 - grpc++
2562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002563 - gpr_test_util
2564 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002565 platforms:
2566 - mac
2567 - linux
2568 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569- name: client_crash_test_server
2570 build: test
2571 run: false
2572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/cpp/end2end/client_crash_test_server.cc
2575 deps:
2576 - grpc++_test_util
2577 - grpc_test_util
2578 - grpc++
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002582- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002583 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002584 build: test
2585 language: c++
2586 src:
2587 - src/proto/grpc/testing/control.proto
2588 - src/proto/grpc/testing/messages.proto
2589 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002590 - src/proto/grpc/testing/services.proto
2591 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002592 - test/cpp/codegen/codegen_test_full.cc
2593 deps:
2594 - grpc++
2595 - grpc
2596 - gpr
2597 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002598 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002599- name: codegen_test_minimal
2600 gtest: true
2601 build: test
2602 language: c++
2603 src:
2604 - src/proto/grpc/testing/control.proto
2605 - src/proto/grpc/testing/messages.proto
2606 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002607 - src/proto/grpc/testing/services.proto
2608 - src/proto/grpc/testing/stats.proto
2609 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002610 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002611 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002612 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002614 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/client/credentials_test.cc
2619 deps:
2620 - grpc++
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002624 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 build: test
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - test/cpp/util/byte_buffer_test.cc
2629 deps:
2630 - grpc_test_util
2631 - grpc++
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002636 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
2640 - test/cpp/util/slice_test.cc
2641 deps:
2642 - grpc_test_util
2643 - grpc++
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002648 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649 build: test
2650 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002651 src:
2652 - test/cpp/util/string_ref_test.cc
2653 deps:
2654 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002656 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657 build: test
2658 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002659 src:
2660 - test/cpp/util/time_test.cc
2661 deps:
2662 - grpc_test_util
2663 - grpc++
2664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002665 - gpr_test_util
2666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002668 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002669 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670 build: test
2671 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/cpp/end2end/end2end_test.cc
2674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002682 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683 build: test
2684 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/cpp/end2end/generic_end2end_test.cc
2687 deps:
2688 - grpc++_test_util
2689 - grpc_test_util
2690 - grpc++
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002694- name: golden_file_test
2695 gtest: true
2696 build: test
2697 language: c++
2698 src:
2699 - src/proto/grpc/testing/compiler_test.proto
2700 - test/cpp/codegen/golden_file_test.cc
2701 deps:
2702 - grpc++
2703 - grpc
2704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: grpc_cli
2706 build: test
2707 run: false
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/cpp/util/grpc_cli.cc
2711 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002712 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002713 - grpc++_test_util
2714 - grpc_test_util
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002715 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002716 - grpc++
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002720 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: grpc_cpp_plugin
2722 build: protoc
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - src/compiler/cpp_plugin.cc
2726 deps:
2727 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 secure: false
2729 vs_config_type: Application
2730 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2731- name: grpc_csharp_plugin
2732 build: protoc
2733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
2735 - src/compiler/csharp_plugin.cc
2736 deps:
2737 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738 secure: false
2739 vs_config_type: Application
2740 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002741- name: grpc_node_plugin
2742 build: protoc
2743 language: c++
2744 src:
2745 - src/compiler/node_plugin.cc
2746 deps:
2747 - grpc_plugin_support
2748 secure: false
2749 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002750- name: grpc_objective_c_plugin
2751 build: protoc
2752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - src/compiler/objective_c_plugin.cc
2755 deps:
2756 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757 secure: false
2758 vs_config_type: Application
2759 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2760- name: grpc_python_plugin
2761 build: protoc
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - src/compiler/python_plugin.cc
2765 deps:
2766 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767 secure: false
2768 vs_config_type: Application
2769 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2770- name: grpc_ruby_plugin
2771 build: protoc
2772 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002773 src:
2774 - src/compiler/ruby_plugin.cc
2775 deps:
2776 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777 secure: false
2778 vs_config_type: Application
2779 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002780- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002781 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002782 build: test
2783 language: c++
2784 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002785 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002786 - test/cpp/grpclb/grpclb_api_test.cc
2787 deps:
2788 - grpc++_test_util
2789 - grpc_test_util
2790 - grpc++
2791 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002792- name: grpclb_test
2793 gtest: false
2794 build: test
2795 language: c++
2796 src:
2797 - src/proto/grpc/lb/v1/load_balancer.proto
2798 - test/cpp/grpclb/grpclb_test.cc
2799 deps:
2800 - gpr
2801 - gpr_test_util
2802 - grpc
2803 - grpc++
2804 - grpc++_test_util
2805 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002806- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002807 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002808 build: test
2809 language: c++
2810 src:
2811 - test/cpp/end2end/hybrid_end2end_test.cc
2812 deps:
2813 - grpc++_test_util
2814 - grpc_test_util
2815 - grpc++
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002819- name: interop_client
2820 build: test
2821 run: false
2822 language: c++
2823 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002824 deps:
2825 - interop_client_main
2826 - interop_client_helper
2827 - grpc++_test_util
2828 - grpc_test_util
2829 - grpc++
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002833 - grpc++_test_config
2834 platforms:
2835 - mac
2836 - linux
2837 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: interop_server
2839 build: test
2840 run: false
2841 language: c++
2842 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002843 deps:
2844 - interop_server_main
2845 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002846 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002847 - grpc++_test_util
2848 - grpc_test_util
2849 - grpc++
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002853 - grpc++_test_config
2854 platforms:
2855 - mac
2856 - linux
2857 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002859 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860 build: test
2861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
2863 - test/cpp/interop/interop_test.cc
2864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002869 platforms:
2870 - mac
2871 - linux
2872 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002873- name: json_run_localhost
2874 build: test
2875 run: false
2876 language: c++
2877 src:
2878 - test/cpp/qps/json_run_localhost.cc
2879 deps:
2880 - grpc++_test_util
2881 - grpc_test_util
2882 - grpc++
2883 - grpc
2884 - gpr_test_util
2885 - gpr
2886 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002887- name: metrics_client
2888 build: test
2889 run: false
2890 language: c++
2891 headers:
2892 - test/cpp/util/metrics_server.h
2893 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002894 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002895 - test/cpp/interop/metrics_client.cc
2896 deps:
2897 - grpc++
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002900 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002902 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903 build: test
2904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
2906 - test/cpp/end2end/mock_test.cc
2907 deps:
2908 - grpc++_test_util
2909 - grpc_test_util
2910 - grpc++
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002914- name: proto_server_reflection_test
2915 gtest: true
2916 build: test
2917 language: c++
2918 headers:
2919 - test/cpp/util/proto_reflection_descriptor_database.h
2920 src:
2921 - test/cpp/end2end/proto_server_reflection_test.cc
2922 - test/cpp/util/proto_reflection_descriptor_database.cc
2923 deps:
2924 - grpc++_reflection
2925 - grpc++_test_util
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
2929 - gpr_test_util
2930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: qps_interarrival_test
2932 build: test
2933 run: false
2934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
2936 - test/cpp/qps/qps_interarrival_test.cc
2937 deps:
2938 - qps
2939 - grpc++_test_util
2940 - grpc_test_util
2941 - grpc++
2942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002943 - gpr_test_util
2944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002945 platforms:
2946 - mac
2947 - linux
2948 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002949- name: qps_json_driver
2950 build: test
2951 run: false
2952 language: c++
2953 src:
2954 - test/cpp/qps/qps_json_driver.cc
2955 deps:
2956 - qps
2957 - grpc++_test_util
2958 - grpc_test_util
2959 - grpc++
2960 - grpc
2961 - gpr_test_util
2962 - gpr
2963 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002965 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966 build: test
2967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/cpp/qps/qps_openloop_test.cc
2970 deps:
2971 - qps
2972 - grpc++_test_util
2973 - grpc_test_util
2974 - grpc++
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002978 - grpc++_test_config
2979 platforms:
2980 - mac
2981 - linux
2982 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002984 build: test
2985 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002987 headers:
2988 - test/cpp/qps/client.h
2989 - test/cpp/qps/server.h
2990 src:
2991 - test/cpp/qps/worker.cc
2992 deps:
2993 - qps
2994 - grpc++_test_util
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003000 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001- name: reconnect_interop_client
3002 build: test
3003 run: false
3004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003006 - src/proto/grpc/testing/empty.proto
3007 - src/proto/grpc/testing/messages.proto
3008 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003009 - test/cpp/interop/reconnect_interop_client.cc
3010 deps:
3011 - grpc++_test_util
3012 - grpc_test_util
3013 - grpc++
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr_test_util
3016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003017 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018- name: reconnect_interop_server
3019 build: test
3020 run: false
3021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003022 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003023 - src/proto/grpc/testing/empty.proto
3024 - src/proto/grpc/testing/messages.proto
3025 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003026 - test/cpp/interop/reconnect_interop_server.cc
3027 deps:
3028 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003029 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003030 - grpc++_test_util
3031 - grpc_test_util
3032 - grpc++
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003036 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039 build: test
3040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/cpp/common/secure_auth_context_test.cc
3043 deps:
3044 - grpc++_test_util
3045 - grpc_test_util
3046 - grpc++
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003050- name: secure_sync_unary_ping_pong_test
3051 build: test
3052 language: c++
3053 src:
3054 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3055 deps:
3056 - qps
3057 - grpc++_test_util
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003063 platforms:
3064 - mac
3065 - linux
3066 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003067- name: server_builder_plugin_test
3068 gtest: true
3069 build: test
3070 language: c++
3071 src:
3072 - test/cpp/end2end/server_builder_plugin_test.cc
3073 deps:
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
3078 - gpr_test_util
3079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003081 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003082 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 build: test
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/end2end/server_crash_test.cc
3087 deps:
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003098- name: server_crash_test_client
3099 build: test
3100 run: false
3101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003102 src:
3103 - test/cpp/end2end/server_crash_test_client.cc
3104 deps:
3105 - grpc++_test_util
3106 - grpc_test_util
3107 - grpc++
3108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003109 - gpr_test_util
3110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003112 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113 build: test
3114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - test/cpp/end2end/shutdown_test.cc
3117 deps:
3118 - grpc++_test_util
3119 - grpc_test_util
3120 - grpc++
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: status_test
3125 build: test
3126 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003127 src:
3128 - test/cpp/util/status_test.cc
3129 deps:
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003133 - gpr_test_util
3134 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003135- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003136 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003137 build: test
3138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003139 src:
3140 - test/cpp/end2end/streaming_throughput_test.cc
3141 deps:
3142 - grpc++_test_util
3143 - grpc_test_util
3144 - grpc++
3145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003146 - gpr_test_util
3147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003148 platforms:
3149 - mac
3150 - linux
3151 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003152- name: stress_test
3153 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003154 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003155 language: c++
3156 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003157 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003158 - test/cpp/interop/interop_client.h
3159 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003160 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003161 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003162 - src/proto/grpc/testing/empty.proto
3163 - src/proto/grpc/testing/messages.proto
3164 - src/proto/grpc/testing/metrics.proto
3165 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003166 - test/cpp/interop/interop_client.cc
3167 - test/cpp/interop/stress_interop_client.cc
3168 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003169 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003170 deps:
3171 - grpc++_test_util
3172 - grpc_test_util
3173 - grpc++
3174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003175 - gpr_test_util
3176 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003177 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003178- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003179 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003180 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181 build: test
3182 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/cpp/end2end/thread_stress_test.cc
3185 deps:
3186 - grpc++_test_util
3187 - grpc_test_util
3188 - grpc++
3189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003190 - gpr_test_util
3191 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003192- name: public_headers_must_be_c89
3193 build: test
3194 language: c89
3195 src:
3196 - test/core/surface/public_headers_must_be_c89.c
3197 deps:
3198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003201- linkage: static
3202 name: grpc.dependencies.zlib
3203 props: false
3204 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003205 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003206- linkage: static
3207 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003208 props: true
3209 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003210 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003211- name: gflags
3212 props: false
3213 redist: false
3214 version: 2.1.2.1
3215- name: gtest
3216 props: false
3217 redist: false
3218 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003219configs:
3220 asan:
3221 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003222 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3223 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003224 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003225 LD: clang
3226 LDFLAGS: -fsanitize=address
3227 LDXX: clang++
3228 compile_the_world: true
3229 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003230 ASAN_OPTIONS: detect_leaks=1:color=always
3231 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003232 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003233 asan-noleaks:
3234 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003235 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3236 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003237 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003238 LD: clang
3239 LDFLAGS: -fsanitize=address
3240 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003241 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003242 test_environ:
3243 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003244 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003245 asan-trace-cmp:
3246 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003247 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3248 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003249 CXX: clang++
3250 LD: clang
3251 LDFLAGS: -fsanitize=address
3252 LDXX: clang++
3253 compile_the_world: true
3254 test_environ:
3255 ASAN_OPTIONS: detect_leaks=1:color=always
3256 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3257 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003258 basicprof:
3259 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3260 DEFINES: NDEBUG
3261 dbg:
3262 CPPFLAGS: -O0
3263 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003264 easan:
3265 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003266 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3267 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003268 CXX: clang++
3269 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3270 LD: clang
3271 LDFLAGS: -fsanitize=address
3272 LDXX: clang++
3273 compile_the_world: true
3274 test_environ:
3275 ASAN_OPTIONS: detect_leaks=1:color=always
3276 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3277 timeout_multiplier: 3
3278 edbg:
3279 CPPFLAGS: -O0
3280 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3281 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003282 CC: clang
3283 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003284 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003285 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003286 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003287 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003288 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003289 LDXX: clang++
3290 compile_the_world: true
3291 test_environ:
3292 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3293 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003294 gcov:
3295 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003296 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003297 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003298 DEFINES: _DEBUG DEBUG GPR_GCOV
3299 LD: gcc
3300 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3301 LDXX: g++
3302 helgrind:
3303 CPPFLAGS: -O0
3304 DEFINES: _DEBUG DEBUG
3305 LDFLAGS: -rdynamic
3306 timeout_multiplier: 20
3307 valgrind: --tool=helgrind
3308 memcheck:
3309 CPPFLAGS: -O0
3310 DEFINES: _DEBUG DEBUG
3311 LDFLAGS: -rdynamic
3312 timeout_multiplier: 10
3313 valgrind: --tool=memcheck --leak-check=full
3314 msan:
3315 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003316 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3317 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3318 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003319 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003320 DEFINES: NDEBUG
3321 LD: clang
3322 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3323 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3324 LDXX: clang++
3325 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003326 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003327 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003328 CPPFLAGS: -O3 -fno-omit-frame-pointer
3329 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003330 LDFLAGS: -rdynamic
3331 opt:
3332 CPPFLAGS: -O2
3333 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003334 stapprof:
3335 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3336 DEFINES: NDEBUG
3337 tsan:
3338 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003339 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003340 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003341 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003342 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003343 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003344 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003345 LDXX: clang++
3346 compile_the_world: true
3347 test_environ:
3348 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003349 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003350 ubsan:
3351 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003352 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3353 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003354 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003355 DEFINES: NDEBUG
3356 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003357 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003358 LDXX: clang++
3359 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003360 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003361 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003362 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003363defaults:
3364 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003365 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003366 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003367 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003368 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003369 global:
3370 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3371 LDFLAGS: -g
3372 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003373 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003374 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003375node_modules:
3376- deps:
3377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003378 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003379 - boringssl
3380 - z
murgatroid9994a75412015-11-19 14:04:53 -08003381 headers:
3382 - src/node/ext/byte_buffer.h
3383 - src/node/ext/call.h
3384 - src/node/ext/call_credentials.h
3385 - src/node/ext/channel.h
3386 - src/node/ext/channel_credentials.h
3387 - src/node/ext/completion_queue_async_worker.h
3388 - src/node/ext/server.h
3389 - src/node/ext/server_credentials.h
3390 - src/node/ext/timeval.h
3391 js:
3392 - src/node/index.js
3393 - src/node/src/client.js
3394 - src/node/src/common.js
3395 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003396 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003397 - src/node/src/metadata.js
3398 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003399 name: grpc_node
3400 src:
3401 - src/node/ext/byte_buffer.cc
3402 - src/node/ext/call.cc
3403 - src/node/ext/call_credentials.cc
3404 - src/node/ext/channel.cc
3405 - src/node/ext/channel_credentials.cc
3406 - src/node/ext/completion_queue_async_worker.cc
3407 - src/node/ext/node_grpc.cc
3408 - src/node/ext/server.cc
3409 - src/node/ext/server_credentials.cc
3410 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003411openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003412 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003413 extraction_dir: openssl-1.0.2f
3414 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003415php_config_m4:
3416 deps:
3417 - grpc
3418 - gpr
3419 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003420 headers:
3421 - src/php/ext/grpc/byte_buffer.h
3422 - src/php/ext/grpc/call.h
3423 - src/php/ext/grpc/call_credentials.h
3424 - src/php/ext/grpc/channel.h
3425 - src/php/ext/grpc/channel_credentials.h
3426 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003427 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003428 - src/php/ext/grpc/php_grpc.h
3429 - src/php/ext/grpc/server.h
3430 - src/php/ext/grpc/server_credentials.h
3431 - src/php/ext/grpc/timeval.h
3432 src:
3433 - src/php/ext/grpc/byte_buffer.c
3434 - src/php/ext/grpc/call.c
3435 - src/php/ext/grpc/call_credentials.c
3436 - src/php/ext/grpc/channel.c
3437 - src/php/ext/grpc/channel_credentials.c
3438 - src/php/ext/grpc/completion_queue.c
3439 - src/php/ext/grpc/php_grpc.c
3440 - src/php/ext/grpc/server.c
3441 - src/php/ext/grpc/server_credentials.c
3442 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003443python_dependencies:
3444 deps:
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003447 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003448 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003449ruby_gem:
3450 deps:
3451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454 - z