blob: 6ca2e9ebac9a0b5a36e3e5e5ea30eaaec78dec95 [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
Craig Tiller65938df2016-03-31 13:08:49 -0700421- name: grpc_resolver_dns_native
422 src:
423 - src/core/ext/resolver/dns/native/dns_resolver.c
424 plugin: grpc_resolver_dns_native
425 uses:
426 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700428- name: grpc_resolver_sockaddr
429 src:
430 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
431 plugin: grpc_resolver_sockaddr
432 uses:
433 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700434 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100435- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700436 public_headers:
437 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700438 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100439 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700440 - src/core/lib/security/context/security_context.h
441 - src/core/lib/security/credentials/composite/composite_credentials.h
442 - src/core/lib/security/credentials/credentials.h
443 - src/core/lib/security/credentials/fake/fake_credentials.h
444 - src/core/lib/security/credentials/google_default/google_default_credentials.h
445 - src/core/lib/security/credentials/iam/iam_credentials.h
446 - src/core/lib/security/credentials/jwt/json_token.h
447 - src/core/lib/security/credentials/jwt/jwt_credentials.h
448 - src/core/lib/security/credentials/jwt/jwt_verifier.h
449 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
450 - src/core/lib/security/credentials/plugin/plugin_credentials.h
451 - src/core/lib/security/credentials/ssl/ssl_credentials.h
452 - src/core/lib/security/transport/auth_filters.h
453 - src/core/lib/security/transport/handshake.h
454 - src/core/lib/security/transport/secure_endpoint.h
455 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700456 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700457 - src/core/lib/security/util/b64.h
458 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100459 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700460 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700461 - src/core/lib/security/context/security_context.c
462 - src/core/lib/security/credentials/composite/composite_credentials.c
463 - src/core/lib/security/credentials/credentials.c
464 - src/core/lib/security/credentials/credentials_metadata.c
465 - src/core/lib/security/credentials/fake/fake_credentials.c
466 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700467 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700468 - src/core/lib/security/credentials/google_default/google_default_credentials.c
469 - src/core/lib/security/credentials/iam/iam_credentials.c
470 - src/core/lib/security/credentials/jwt/json_token.c
471 - src/core/lib/security/credentials/jwt/jwt_credentials.c
472 - src/core/lib/security/credentials/jwt/jwt_verifier.c
473 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
474 - src/core/lib/security/credentials/plugin/plugin_credentials.c
475 - src/core/lib/security/credentials/ssl/ssl_credentials.c
476 - src/core/lib/security/transport/client_auth_filter.c
477 - src/core/lib/security/transport/handshake.c
478 - src/core/lib/security/transport/secure_endpoint.c
479 - src/core/lib/security/transport/security_connector.c
480 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700481 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700482 - src/core/lib/security/util/b64.c
483 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700484 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700485 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700486 uses:
487 - grpc_base
488 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700489 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700490- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700491 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700492 headers:
493 - test/core/end2end/cq_verifier.h
494 - test/core/end2end/fixtures/proxy.h
495 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700496 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200497 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700498 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700499 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700500 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700502 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/slice_splitter.h
504 src:
505 - test/core/end2end/cq_verifier.c
506 - test/core/end2end/fixtures/proxy.c
507 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700508 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200509 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700510 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700512 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700514 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/port_windows.c
516 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700517 deps:
518 - grpc
519 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700520- name: grpc_transport_chttp2
521 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700522 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700523 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700524 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
525 - src/core/ext/transport/chttp2/transport/frame.h
526 - src/core/ext/transport/chttp2/transport/frame_data.h
527 - src/core/ext/transport/chttp2/transport/frame_goaway.h
528 - src/core/ext/transport/chttp2/transport/frame_ping.h
529 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
530 - src/core/ext/transport/chttp2/transport/frame_settings.h
531 - src/core/ext/transport/chttp2/transport/frame_window_update.h
532 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
533 - src/core/ext/transport/chttp2/transport/hpack_parser.h
534 - src/core/ext/transport/chttp2/transport/hpack_table.h
535 - src/core/ext/transport/chttp2/transport/http2_errors.h
536 - src/core/ext/transport/chttp2/transport/huffsyms.h
537 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
538 - src/core/ext/transport/chttp2/transport/internal.h
539 - src/core/ext/transport/chttp2/transport/status_conversion.h
540 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700541 - src/core/ext/transport/chttp2/transport/varint.h
542 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700543 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700544 - src/core/ext/transport/chttp2/transport/bin_encoder.c
545 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700546 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
547 - src/core/ext/transport/chttp2/transport/frame_data.c
548 - src/core/ext/transport/chttp2/transport/frame_goaway.c
549 - src/core/ext/transport/chttp2/transport/frame_ping.c
550 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
551 - src/core/ext/transport/chttp2/transport/frame_settings.c
552 - src/core/ext/transport/chttp2/transport/frame_window_update.c
553 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
554 - src/core/ext/transport/chttp2/transport/hpack_parser.c
555 - src/core/ext/transport/chttp2/transport/hpack_table.c
556 - src/core/ext/transport/chttp2/transport/huffsyms.c
557 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
558 - src/core/ext/transport/chttp2/transport/parsing.c
559 - src/core/ext/transport/chttp2/transport/status_conversion.c
560 - src/core/ext/transport/chttp2/transport/stream_lists.c
561 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700562 - src/core/ext/transport/chttp2/transport/varint.c
563 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700564 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700565 uses:
566 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700567 - grpc_transport_chttp2_alpn
568- name: grpc_transport_chttp2_alpn
569 headers:
570 - src/core/ext/transport/chttp2/alpn/alpn.h
571 src:
572 - src/core/ext/transport/chttp2/alpn/alpn.c
573 deps:
574 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700575- name: grpc_transport_chttp2_client_insecure
576 src:
577 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700578 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700579 uses:
580 - grpc_transport_chttp2
581 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700583- name: grpc_transport_chttp2_client_secure
584 src:
585 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700586 uses:
587 - grpc_transport_chttp2
588 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700589 - grpc_client_config
590 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_server_insecure
592 src:
593 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700594 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700595 uses:
596 - grpc_transport_chttp2
597 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700598- name: grpc_transport_chttp2_server_secure
599 src:
600 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700601 uses:
602 - grpc_transport_chttp2
603 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700604 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700605- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700606 public_headers:
607 - include/grpc/grpc_cronet.h
608 - include/grpc/grpc_security.h
609 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700610 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700611 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
612 src:
613 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
614 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
615 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700616 filegroups:
617 - grpc_base
618 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800619- name: nanopb
620 headers:
621 - third_party/nanopb/pb.h
622 - third_party/nanopb/pb_common.h
623 - third_party/nanopb/pb_decode.h
624 - third_party/nanopb/pb_encode.h
625 src:
626 - third_party/nanopb/pb_common.c
627 - third_party/nanopb/pb_decode.c
628 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700629- name: tsi
630 headers:
631 - src/core/lib/tsi/fake_transport_security.h
632 - src/core/lib/tsi/ssl_transport_security.h
633 - src/core/lib/tsi/ssl_types.h
634 - src/core/lib/tsi/transport_security.h
635 - src/core/lib/tsi/transport_security_interface.h
636 src:
637 - src/core/lib/tsi/fake_transport_security.c
638 - src/core/lib/tsi/ssl_transport_security.c
639 - src/core/lib/tsi/transport_security.c
640 deps:
641 - gpr
642 secure: true
643- name: grpc++_base
644 language: c++
645 public_headers:
646 - include/grpc++/alarm.h
647 - include/grpc++/channel.h
648 - include/grpc++/client_context.h
649 - include/grpc++/completion_queue.h
650 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700651 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700652 - include/grpc++/generic/async_generic_service.h
653 - include/grpc++/generic/generic_stub.h
654 - include/grpc++/grpc++.h
655 - include/grpc++/impl/call.h
656 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700657 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700658 - include/grpc++/impl/grpc_library.h
659 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700660 - include/grpc++/impl/rpc_method.h
661 - include/grpc++/impl/rpc_service_method.h
662 - include/grpc++/impl/serialization_traits.h
663 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700664 - include/grpc++/impl/server_builder_plugin.h
665 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700666 - include/grpc++/impl/service_type.h
667 - include/grpc++/impl/sync.h
668 - include/grpc++/impl/sync_cxx11.h
669 - include/grpc++/impl/sync_no_cxx11.h
670 - include/grpc++/impl/thd.h
671 - include/grpc++/impl/thd_cxx11.h
672 - include/grpc++/impl/thd_no_cxx11.h
673 - include/grpc++/security/auth_context.h
674 - include/grpc++/security/auth_metadata_processor.h
675 - include/grpc++/security/credentials.h
676 - include/grpc++/security/server_credentials.h
677 - include/grpc++/server.h
678 - include/grpc++/server_builder.h
679 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700680 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700681 - include/grpc++/support/async_stream.h
682 - include/grpc++/support/async_unary_call.h
683 - include/grpc++/support/byte_buffer.h
684 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700685 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - include/grpc++/support/slice.h
687 - include/grpc++/support/status.h
688 - include/grpc++/support/status_code_enum.h
689 - include/grpc++/support/string_ref.h
690 - include/grpc++/support/stub_options.h
691 - include/grpc++/support/sync_stream.h
692 - include/grpc++/support/time.h
693 headers:
694 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700695 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700696 - src/cpp/server/dynamic_thread_pool.h
697 - src/cpp/server/thread_pool_interface.h
698 src:
699 - src/cpp/client/channel.cc
700 - src/cpp/client/client_context.cc
701 - src/cpp/client/create_channel.cc
702 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700703 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - src/cpp/client/credentials.cc
705 - src/cpp/client/generic_stub.cc
706 - src/cpp/client/insecure_credentials.cc
707 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700708 - src/cpp/common/channel_filter.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 - src/cpp/common/completion_queue.cc
710 - src/cpp/common/core_codegen.cc
711 - src/cpp/common/rpc_method.cc
712 - src/cpp/server/async_generic_service.cc
713 - src/cpp/server/create_default_thread_pool.cc
714 - src/cpp/server/dynamic_thread_pool.cc
715 - src/cpp/server/insecure_server_credentials.cc
716 - src/cpp/server/server.cc
717 - src/cpp/server/server_builder.cc
718 - src/cpp/server/server_context.cc
719 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700720 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - src/cpp/util/byte_buffer.cc
722 - src/cpp/util/slice.cc
723 - src/cpp/util/status.cc
724 - src/cpp/util/string_ref.cc
725 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700726 deps:
727 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 uses:
yang-g17487f92016-06-03 15:21:15 -0700729 - grpc++_codegen_base
730- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 language: c++
732 public_headers:
733 - include/grpc++/impl/codegen/async_stream.h
734 - include/grpc++/impl/codegen/async_unary_call.h
735 - include/grpc++/impl/codegen/call.h
736 - include/grpc++/impl/codegen/call_hook.h
737 - include/grpc++/impl/codegen/channel_interface.h
738 - include/grpc++/impl/codegen/client_context.h
739 - include/grpc++/impl/codegen/client_unary_call.h
740 - include/grpc++/impl/codegen/completion_queue.h
741 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700742 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - include/grpc++/impl/codegen/core_codegen_interface.h
744 - include/grpc++/impl/codegen/create_auth_context.h
745 - include/grpc++/impl/codegen/grpc_library.h
746 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/codegen/rpc_method.h
748 - include/grpc++/impl/codegen/rpc_service_method.h
749 - include/grpc++/impl/codegen/security/auth_context.h
750 - include/grpc++/impl/codegen/serialization_traits.h
751 - include/grpc++/impl/codegen/server_context.h
752 - include/grpc++/impl/codegen/server_interface.h
753 - include/grpc++/impl/codegen/service_type.h
754 - include/grpc++/impl/codegen/status.h
755 - include/grpc++/impl/codegen/status_code_enum.h
756 - include/grpc++/impl/codegen/string_ref.h
757 - include/grpc++/impl/codegen/stub_options.h
758 - include/grpc++/impl/codegen/sync.h
759 - include/grpc++/impl/codegen/sync_cxx11.h
760 - include/grpc++/impl/codegen/sync_no_cxx11.h
761 - include/grpc++/impl/codegen/sync_stream.h
762 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 uses:
764 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700765- name: grpc++_codegen_base_src
766 language: c++
767 src:
768 - src/cpp/codegen/codegen_init.cc
769 uses:
770 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700771- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 language: c++
773 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700774 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 uses:
yang-g17487f92016-06-03 15:21:15 -0700776 - grpc++_codegen_base
777 - grpc++_config_proto
778- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 language: c++
780 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700782- name: grpc++_reflection_proto
783 language: c++
784 public_headers:
785 - include/grpc++/ext/reflection.grpc.pb.h
786 - include/grpc++/ext/reflection.pb.h
787 src:
788 - src/cpp/ext/reflection.grpc.pb.cc
789 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700790 uses:
791 - grpc++_codegen_proto
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100792libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800793- name: gpr
794 build: all
795 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800796 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700797 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800798 secure: false
799 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
800- name: gpr_test_util
801 build: private
802 language: c
803 headers:
804 - test/core/util/test_config.h
805 src:
806 - test/core/util/test_config.c
807 deps:
808 - gpr
809 secure: false
810 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811- name: grpc
812 build: all
813 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 src:
815 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800817 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700819 filegroups:
820 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700821 - grpc_transport_chttp2_server_secure
822 - grpc_transport_chttp2_client_secure
823 - grpc_transport_chttp2_server_insecure
824 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700825 - grpc_lb_policy_grpclb
826 - grpc_lb_policy_pick_first
827 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700828 - grpc_resolver_dns_native
829 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700830 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100831 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700832 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700833 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700835 vs_packages:
836 - grpc.dependencies.openssl
837 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700838 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700839- name: grpc_cronet
840 build: all
841 language: c
842 src:
843 - src/core/lib/surface/init.c
844 baselib: true
845 deps_linkage: static
846 dll: true
847 filegroups:
848 - grpc_base
849 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700850 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700851 generate_plugin_registry: true
852 platforms:
853 - linux
854 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100855- name: grpc_dll
856 build: private
857 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100858 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100859 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100860 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100861 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100862 build_system:
863 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100864 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100865 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100866 vs_config_type: DynamicLibrary
867 vs_packages:
868 - grpc.dependencies.openssl
869 - grpc.dependencies.zlib
870 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
871 vs_props:
872 - zlib
873 - openssl
874 - winsock
875 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700876- name: grpc_test_util
877 build: private
878 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700879 headers:
880 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800881 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700882 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700883 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700884 - test/core/end2end/data/server1_cert.c
885 - test/core/end2end/data/server1_key.c
886 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800887 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800890 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700891 - grpc
892 filegroups:
893 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700894 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700895 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
896- name: grpc_test_util_unsecure
897 build: private
898 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800900 - gpr
901 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800902 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700903 filegroups:
904 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 secure: false
906 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
907- name: grpc_unsecure
908 build: all
909 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700910 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700912 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800914 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700915 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700916 filegroups:
917 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700918 - grpc_transport_chttp2_server_insecure
919 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700920 - grpc_resolver_dns_native
921 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700922 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700923 - grpc_lb_policy_grpclb
924 - grpc_lb_policy_pick_first
925 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700926 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700927 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 secure: false
929 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: reconnect_server
931 build: private
932 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700933 headers:
934 - test/core/util/reconnect_server.h
935 src:
936 - test/core/util/reconnect_server.c
937 deps:
yang-gc9fca182015-11-06 16:41:33 -0800938 - test_tcp_server
939 - grpc_test_util
940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800941 - gpr_test_util
942 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800943- name: test_tcp_server
944 build: private
945 language: c
946 headers:
947 - test/core/util/test_tcp_server.h
948 src:
949 - test/core/util/test_tcp_server.c
950 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700951 - grpc_test_util
952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955- name: grpc++
956 build: all
957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700958 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700959 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700960 - src/cpp/client/secure_credentials.h
961 - src/cpp/common/secure_auth_context.h
962 - src/cpp/server/secure_server_credentials.h
963 src:
Craig Tiller25834342015-09-25 08:08:24 -0700964 - src/cpp/client/secure_credentials.cc
965 - src/cpp/common/auth_property_iterator.cc
966 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800967 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700968 - src/cpp/common/secure_create_auth_context.cc
969 - src/cpp/server/secure_server_credentials.cc
970 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700971 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 baselib: true
973 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700974 filegroups:
975 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700976 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700977 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978 secure: check
979 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700980- name: grpc++_reflection
981 build: all
982 language: c++
983 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700984 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700985 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700986 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700987 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700988 - src/cpp/ext/proto_server_reflection.cc
989 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700990 deps:
991 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700992 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -0700993 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -0700994- name: grpc++_reflection_codegen
995 build: private
996 language: c++
997 src:
998 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: grpc++_test_config
1000 build: private
1001 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001002 headers:
1003 - test/cpp/util/test_config.h
1004 src:
1005 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: grpc++_test_util
1007 build: private
1008 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001009 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001010 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001011 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001012 - test/cpp/util/create_test_channel.h
1013 - test/cpp/util/string_ref_helper.h
1014 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001015 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001016 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001017 - src/proto/grpc/testing/echo_messages.proto
1018 - src/proto/grpc/testing/echo.proto
1019 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001020 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001021 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001022 - test/cpp/util/create_test_channel.cc
1023 - test/cpp/util/string_ref_helper.cc
1024 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001025 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001026 deps:
1027 - grpc++
1028 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001029 filegroups:
1030 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001031 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001032 - grpc++_codegen_proto
1033 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034- name: grpc++_unsecure
1035 build: all
1036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001037 src:
1038 - src/cpp/common/insecure_create_auth_context.cc
1039 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001040 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001041 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042 baselib: true
1043 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001044 filegroups:
1045 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001046 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001047 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 secure: false
1049 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001050- name: grpc_cli_libs
1051 build: private
1052 language: c++
1053 headers:
1054 - test/cpp/util/cli_call.h
1055 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001056 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001057 src:
1058 - test/cpp/util/cli_call.cc
1059 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001060 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001061 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001062 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001063 - grpc++
1064 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: grpc_plugin_support
1066 build: protoc
1067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001069 - src/compiler/config.h
1070 - src/compiler/cpp_generator.h
1071 - src/compiler/cpp_generator_helpers.h
1072 - src/compiler/csharp_generator.h
1073 - src/compiler/csharp_generator_helpers.h
1074 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001075 - src/compiler/node_generator.h
1076 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001077 - src/compiler/objective_c_generator.h
1078 - src/compiler/objective_c_generator_helpers.h
1079 - src/compiler/python_generator.h
1080 - src/compiler/ruby_generator.h
1081 - src/compiler/ruby_generator_helpers-inl.h
1082 - src/compiler/ruby_generator_map-inl.h
1083 - src/compiler/ruby_generator_string-inl.h
1084 src:
1085 - src/compiler/cpp_generator.cc
1086 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001087 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001088 - src/compiler/objective_c_generator.cc
1089 - src/compiler/python_generator.cc
1090 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001091 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001092 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093 secure: false
1094 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001095 vs_props:
1096 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097- name: interop_client_helper
1098 build: private
1099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001100 headers:
1101 - test/cpp/interop/client_helper.h
1102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001103 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001104 - test/cpp/interop/client_helper.cc
1105 deps:
1106 - grpc++_test_util
1107 - grpc_test_util
1108 - grpc++
1109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111- name: interop_client_main
1112 build: private
1113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001114 headers:
1115 - test/cpp/interop/interop_client.h
1116 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001117 - src/proto/grpc/testing/empty.proto
1118 - src/proto/grpc/testing/messages.proto
1119 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001120 - test/cpp/interop/client.cc
1121 - test/cpp/interop/interop_client.cc
1122 deps:
1123 - interop_client_helper
1124 - grpc++_test_util
1125 - grpc_test_util
1126 - grpc++
1127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr_test_util
1129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001130 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: interop_server_helper
1132 build: private
1133 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001134 headers:
1135 - test/cpp/interop/server_helper.h
1136 src:
1137 - test/cpp/interop/server_helper.cc
1138 deps:
1139 - grpc_test_util
1140 - grpc++
1141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001142 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001143- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 build: private
1145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001146 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001147 - src/proto/grpc/testing/empty.proto
1148 - src/proto/grpc/testing/messages.proto
1149 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001150 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001151 deps:
1152 - interop_server_helper
1153 - grpc++_test_util
1154 - grpc_test_util
1155 - grpc++
1156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr_test_util
1158 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001159 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001160- name: interop_server_main
1161 build: private
1162 language: c++
1163 src:
1164 - test/cpp/interop/interop_server_bootstrap.cc
1165 deps:
1166 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: qps
1168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 headers:
1171 - test/cpp/qps/client.h
1172 - test/cpp/qps/driver.h
1173 - test/cpp/qps/histogram.h
1174 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001175 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001176 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/qps/qps_worker.h
1178 - test/cpp/qps/report.h
1179 - test/cpp/qps/server.h
1180 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001181 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001182 - test/cpp/util/benchmark_config.h
1183 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001184 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001185 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001186 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001187 - src/proto/grpc/testing/control.proto
1188 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001189 - test/cpp/qps/client_async.cc
1190 - test/cpp/qps/client_sync.cc
1191 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001192 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001193 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001194 - test/cpp/qps/qps_worker.cc
1195 - test/cpp/qps/report.cc
1196 - test/cpp/qps/server_async.cc
1197 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001198 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001199 - test/cpp/util/benchmark_config.cc
1200 deps:
1201 - grpc_test_util
1202 - grpc++_test_util
1203 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: grpc_csharp_ext
1205 build: all
1206 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001207 src:
1208 - src/csharp/ext/grpc_csharp_ext.c
1209 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001212 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001213 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214 dll: only
1215 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001216 vs_packages:
1217 - grpc.dependencies.openssl
1218 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001220 vs_props:
1221 - zlib
1222 - openssl
1223 - winsock
1224 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001226- name: alarm_test
1227 build: test
1228 language: c
1229 src:
1230 - test/core/surface/alarm_test.c
1231 deps:
1232 - grpc_test_util
1233 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001234 - gpr_test_util
1235 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001236- name: algorithm_test
1237 build: test
1238 language: c
1239 src:
1240 - test/core/compression/algorithm_test.c
1241 deps:
1242 - grpc_test_util
1243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr_test_util
1245 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001246- name: alloc_test
1247 build: test
1248 language: c
1249 src:
1250 - test/core/support/alloc_test.c
1251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr_test_util
1253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: alpn_test
1255 build: test
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
1258 - test/core/transport/chttp2/alpn_test.c
1259 deps:
1260 - grpc_test_util
1261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr_test_util
1263 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001264- name: api_fuzzer
1265 build: fuzzer
1266 language: c
1267 src:
1268 - test/core/end2end/fuzzers/api_fuzzer.c
1269 deps:
1270 - grpc_test_util
1271 - grpc
1272 - gpr_test_util
1273 - gpr
1274 corpus_dirs:
1275 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001276 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001277 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001278- name: bad_server_response_test
1279 build: test
1280 language: c
1281 src:
1282 - test/core/end2end/bad_server_response_test.c
1283 deps:
1284 - test_tcp_server
1285 - grpc_test_util
1286 - grpc
1287 - gpr_test_util
1288 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001289- name: bin_decoder_test
1290 build: test
1291 language: c
1292 src:
1293 - test/core/transport/chttp2/bin_decoder_test.c
1294 deps:
1295 - grpc_test_util
1296 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: bin_encoder_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/transport/chttp2/bin_encoder_test.c
1302 deps:
1303 - grpc_test_util
1304 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001305- name: census_context_test
1306 build: test
1307 language: c
1308 src:
1309 - test/core/census/context_test.c
1310 deps:
1311 - grpc_test_util
1312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001315- name: census_resource_test
1316 build: test
1317 language: c
1318 src:
1319 - test/core/census/resource_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
1323 - gpr_test_util
1324 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001325- name: channel_create_test
1326 build: test
1327 language: c
1328 src:
1329 - test/core/surface/channel_create_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001333 - gpr_test_util
1334 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001335- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336 build: test
1337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001338 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001339 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001340 deps:
1341 - grpc_test_util
1342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001343 - gpr_test_util
1344 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001345- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346 build: test
1347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001348 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001349 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: chttp2_stream_map_test
1356 build: test
1357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
1359 - test/core/transport/chttp2/stream_map_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001365- name: chttp2_varint_test
1366 build: test
1367 language: c
1368 src:
1369 - test/core/transport/chttp2/varint_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001375- name: client_fuzzer
1376 build: fuzzer
1377 language: c
1378 src:
1379 - test/core/end2end/fuzzers/client_fuzzer.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
1383 - gpr_test_util
1384 - gpr
1385 corpus_dirs:
1386 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001387 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001388 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: compression_test
1390 build: test
1391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001392 src:
1393 - test/core/compression/compression_test.c
1394 deps:
1395 - grpc_test_util
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001399- name: concurrent_connectivity_test
1400 build: test
1401 language: c
1402 src:
1403 - test/core/surface/concurrent_connectivity_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
1407 - gpr_test_util
1408 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001409- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001410 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001411 build: test
1412 language: c
1413 src:
1414 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
1418 - gpr_test_util
1419 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001420- name: dns_resolver_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/client_config/resolvers/dns_resolver_test.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001431 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/end2end/dualstack_socket_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001441 platforms:
1442 - mac
1443 - linux
1444 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001445- name: endpoint_pair_test
1446 build: test
1447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
1449 - test/core/iomgr/endpoint_pair_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001455- name: ev_epoll_linux_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/iomgr/ev_epoll_linux_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
1463 - gpr_test_util
1464 - gpr
1465 platforms:
1466 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467- name: fd_conservation_posix_test
1468 build: test
1469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001470 src:
1471 - test/core/iomgr/fd_conservation_posix_test.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001475 - gpr_test_util
1476 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001477 platforms:
1478 - mac
1479 - linux
1480 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: fd_posix_test
1482 build: test
1483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - test/core/iomgr/fd_posix_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001491 platforms:
1492 - mac
1493 - linux
1494 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: fling_client
1496 build: test
1497 run: false
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/fling/client.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: fling_server
1507 build: test
1508 run: false
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/fling/server.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001518 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/fling/fling_stream_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001528 platforms:
1529 - mac
1530 - linux
1531 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001533 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/fling/fling_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001543 platforms:
1544 - mac
1545 - linux
1546 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: gen_hpack_tables
1548 build: tool
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - tools/codegen/core/gen_hpack_tables.c
1552 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001554 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: gen_legal_metadata_characters
1556 build: tool
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001561- name: goaway_server_test
1562 cpu_cost: 0.1
1563 build: test
1564 language: c
1565 src:
1566 - test/core/end2end/goaway_server_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
1570 - gpr_test_util
1571 - gpr
1572 platforms:
1573 - mac
1574 - linux
1575 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001576- name: gpr_avl_test
1577 build: test
1578 language: c
1579 src:
1580 - test/core/support/avl_test.c
1581 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001582 - gpr_test_util
1583 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001584- name: gpr_backoff_test
1585 build: test
1586 language: c
1587 src:
1588 - test/core/support/backoff_test.c
1589 deps:
1590 - gpr_test_util
1591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: gpr_cmdline_test
1593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/support/cmdline_test.c
1597 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr_test_util
1599 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001600- name: gpr_cpu_test
1601 build: test
1602 language: c
1603 src:
1604 - test/core/support/cpu_test.c
1605 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: gpr_env_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/support/env_test.c
1613 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: gpr_histogram_test
1617 build: test
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
1620 - test/core/support/histogram_test.c
1621 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: gpr_host_port_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/support/host_port_test.c
1629 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: gpr_log_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/support/log_test.c
1637 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: gpr_slice_buffer_test
1641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
1644 - test/core/support/slice_buffer_test.c
1645 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: gpr_slice_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/support/slice_test.c
1653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001657 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/support/stack_lockfree_test.c
1662 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: gpr_string_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/support/string_test.c
1670 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001674 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/support/sync_test.c
1679 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001683 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684 build: test
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/support/thd_test.c
1688 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: gpr_time_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/support/time_test.c
1696 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: gpr_tls_test
1700 build: test
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/support/tls_test.c
1704 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707- name: gpr_useful_test
1708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/support/useful_test.c
1712 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715- name: grpc_auth_context_test
1716 build: test
1717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001718 src:
1719 - test/core/security/auth_context_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001725- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001729 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: grpc_byte_buffer_reader_test
1736 build: test
1737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001738 src:
1739 - test/core/surface/byte_buffer_reader_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: grpc_channel_args_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/channel/channel_args_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: grpc_channel_stack_test
1756 build: test
1757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001758 src:
1759 - test/core/channel/channel_stack_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001763 - gpr_test_util
1764 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: grpc_completion_queue_test
1766 build: test
1767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - test/core/surface/completion_queue_test.c
1770 deps:
1771 - grpc_test_util
1772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: grpc_create_jwt
1776 build: tool
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/security/create_jwt.c
1780 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001783 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: grpc_credentials_test
1785 build: test
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/security/credentials_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001795 build: test
1796 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/security/fetch_oauth2.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001805- name: grpc_invalid_channel_args_test
1806 build: test
1807 language: c
1808 src:
1809 - test/core/surface/invalid_channel_args_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: grpc_json_token_test
1816 build: test
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - test/core/security/json_token_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001825 platforms:
1826 - linux
1827 - posix
1828 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: grpc_jwt_verifier_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/security/jwt_verifier_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: grpc_print_google_default_creds_token
1840 build: tool
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/security/print_google_default_creds_token.c
1844 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: grpc_security_connector_test
1848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/security/security_connector_test.c
1852 deps:
1853 - grpc_test_util
1854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: grpc_verify_jwt
1858 build: tool
1859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001860 src:
1861 - test/core/security/verify_jwt.c
1862 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001865- name: hpack_parser_fuzzer_test
1866 build: fuzzer
1867 language: c
1868 src:
1869 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
1873 - gpr_test_util
1874 - gpr
1875 corpus_dirs:
1876 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001877 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001878 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: hpack_parser_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/transport/chttp2/hpack_parser_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: hpack_table_test
1890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/transport/chttp2/hpack_table_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001899- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001903 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001909- name: http_request_fuzzer_test
1910 build: fuzzer
1911 language: c
1912 src:
1913 - test/core/http/request_fuzzer.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
1917 - gpr_test_util
1918 - gpr
1919 corpus_dirs:
1920 - test/core/http/corpus
1921 maxlen: 2048
1922- name: http_response_fuzzer_test
1923 build: fuzzer
1924 language: c
1925 src:
1926 - test/core/http/response_fuzzer.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
1930 - gpr_test_util
1931 - gpr
1932 corpus_dirs:
1933 - test/core/http/corpus
1934 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001935- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001939 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001946 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001950 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001956 platforms:
1957 - mac
1958 - linux
1959 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001960- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001961 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001962 build: test
1963 language: c
1964 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001965 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001971 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001972 - linux
yang-gf1183302015-12-07 16:02:05 -08001973- name: init_test
1974 build: test
1975 language: c
1976 src:
1977 - test/core/surface/init_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001983- name: internal_api_canary_iomgr_test
1984 build: test
1985 run: false
1986 language: c
1987 src:
1988 - test/core/internal_api_canaries/iomgr.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
1992 - gpr_test_util
1993 - gpr
1994- name: internal_api_canary_support_test
1995 build: test
1996 run: false
1997 language: c
1998 src:
1999 - test/core/internal_api_canaries/iomgr.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
2003 - gpr_test_util
2004 - gpr
2005- name: internal_api_canary_transport_test
2006 build: test
2007 run: false
2008 language: c
2009 src:
2010 - test/core/internal_api_canaries/iomgr.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
2014 - gpr_test_util
2015 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002016- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002017 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002018 build: test
2019 language: c
2020 src:
2021 - test/core/end2end/invalid_call_argument_test.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002027- name: json_fuzzer_test
2028 build: fuzzer
2029 language: c
2030 src:
2031 - test/core/json/fuzzer.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
2035 - gpr_test_util
2036 - gpr
2037 corpus_dirs:
2038 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002039 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: json_rewrite
2041 build: test
2042 run: false
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/core/json/json_rewrite.c
2046 deps:
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: json_rewrite_test
2050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/json/json_rewrite_test.c
2054 deps:
2055 - grpc_test_util
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002059- name: json_stream_error_test
2060 build: test
2061 language: c
2062 src:
2063 - test/core/json/json_stream_error_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: json_test
2070 build: test
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/core/json/json_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: lame_client_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/surface/lame_client_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002089- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002090 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002091 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/client_config/lb_policies_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002101- name: load_file_test
2102 build: test
2103 language: c
2104 src:
2105 - test/core/iomgr/load_file_test.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: low_level_ping_pong_benchmark
2112 build: benchmark
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/network_benchmarks/low_level_ping_pong.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002121 platforms:
2122 - mac
2123 - linux
2124 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: message_compress_test
2126 build: test
2127 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002128 src:
2129 - test/core/compression/message_compress_test.c
2130 deps:
2131 - grpc_test_util
2132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002133 - gpr_test_util
2134 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002135- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002136 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002137 build: test
2138 language: c
2139 src:
2140 - test/core/census/mlog_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
2144 - gpr_test_util
2145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: multiple_server_queues_test
2147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/end2end/multiple_server_queues_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: murmur_hash_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/support/murmur_hash_test.c
2161 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002164- name: nanopb_fuzzer_response_test
2165 build: fuzzer
2166 language: c
2167 src:
2168 - test/core/nanopb/fuzzer_response.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
2172 - gpr_test_util
2173 - gpr
2174 corpus_dirs:
2175 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002176 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002177- name: nanopb_fuzzer_serverlist_test
2178 build: fuzzer
2179 language: c
2180 src:
2181 - test/core/nanopb/fuzzer_serverlist.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
2187 corpus_dirs:
2188 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002189 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002191 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
2195 - test/core/end2end/no_server_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: resolve_address_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/iomgr/resolve_address_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
yang-gd482e592015-12-10 14:04:00 -08002211- name: secure_channel_create_test
2212 build: test
2213 language: c
2214 src:
2215 - test/core/surface/secure_channel_create_test.c
2216 deps:
2217 - grpc_test_util
2218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221- name: secure_endpoint_test
2222 build: test
2223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002224 src:
2225 - test/core/security/secure_endpoint_test.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002229 - gpr_test_util
2230 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002231- name: sequential_connectivity_test
2232 build: test
2233 language: c
2234 src:
2235 - test/core/surface/sequential_connectivity_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
2239 - gpr_test_util
2240 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002241- name: server_chttp2_test
2242 build: test
2243 language: c
2244 src:
2245 - test/core/surface/server_chttp2_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002251- name: server_fuzzer
2252 build: fuzzer
2253 language: c
2254 src:
2255 - test/core/end2end/fuzzers/server_fuzzer.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
2259 - gpr_test_util
2260 - gpr
2261 corpus_dirs:
2262 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002263 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002264 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002265- name: server_test
2266 build: test
2267 language: c
2268 src:
2269 - test/core/surface/server_test.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002275- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002276 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002277 build: test
2278 language: c
2279 src:
2280 - test/core/client_config/set_initial_connect_string_test.c
2281 deps:
2282 - test_tcp_server
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002287- name: sockaddr_resolver_test
2288 build: test
2289 language: c
2290 src:
2291 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: sockaddr_utils_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/iomgr/sockaddr_utils_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002307- name: socket_utils_test
2308 build: test
2309 language: c
2310 src:
2311 - test/core/iomgr/socket_utils_test.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002317 platforms:
2318 - mac
2319 - linux
2320 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002322 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/iomgr/tcp_client_posix_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002332 platforms:
2333 - mac
2334 - linux
2335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002337 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/iomgr/tcp_posix_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002347 platforms:
2348 - mac
2349 - linux
2350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: tcp_server_posix_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/iomgr/tcp_server_posix_test.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002361 platforms:
2362 - mac
2363 - linux
2364 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: time_averaged_stats_test
2366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
2369 - test/core/iomgr/time_averaged_stats_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: timeout_encoding_test
2376 build: test
2377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002379 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002385- name: timer_heap_test
2386 build: test
2387 language: c
2388 src:
2389 - test/core/iomgr/timer_heap_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002395- name: timer_list_test
2396 build: test
2397 language: c
2398 src:
2399 - test/core/iomgr/timer_list_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002405- name: transport_connectivity_state_test
2406 build: test
2407 language: c
2408 src:
2409 - test/core/transport/connectivity_state_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002415- name: transport_metadata_test
2416 build: test
2417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/core/transport/metadata_test.c
2420 deps:
2421 - grpc_test_util
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002425- name: transport_security_test
2426 build: test
2427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002428 src:
2429 - test/core/tsi/transport_security_test.c
2430 deps:
2431 - grpc_test_util
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002435 platforms:
2436 - linux
2437 - posix
2438 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: udp_server_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/iomgr/udp_server_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002449 platforms:
2450 - mac
2451 - linux
2452 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002453- name: uri_fuzzer_test
2454 build: fuzzer
2455 language: c
2456 src:
2457 - test/core/client_config/uri_fuzzer_test.c
2458 deps:
2459 - grpc_test_util
2460 - grpc
2461 - gpr_test_util
2462 - gpr
2463 corpus_dirs:
2464 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002465 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: uri_parser_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/client_config/uri_parser_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002476- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002477 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002478 build: test
2479 language: c++
2480 src:
2481 - test/cpp/common/alarm_cpp_test.cc
2482 deps:
2483 - grpc++_test_util
2484 - grpc_test_util
2485 - grpc++
2486 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002487 - gpr_test_util
2488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002489- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002490 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491 build: test
2492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/cpp/end2end/async_end2end_test.cc
2495 deps:
2496 - grpc++_test_util
2497 - grpc_test_util
2498 - grpc++
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002502- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002503 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504 build: test
2505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002506 src:
2507 - test/cpp/common/auth_property_iterator_test.cc
2508 deps:
2509 - grpc++_test_util
2510 - grpc_test_util
2511 - grpc++
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002516 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517 build: test
2518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
yang-g52705592015-11-25 11:45:33 -08002520 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002521 deps:
2522 - grpc++
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002525- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002526 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527 build: test
2528 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
2530 - test/cpp/util/cli_call_test.cc
2531 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002532 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002533 - grpc++_test_util
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002540 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002541 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542 build: test
2543 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002544 src:
2545 - test/cpp/end2end/client_crash_test.cc
2546 deps:
2547 - grpc++_test_util
2548 - grpc_test_util
2549 - grpc++
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002553 platforms:
2554 - mac
2555 - linux
2556 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557- name: client_crash_test_server
2558 build: test
2559 run: false
2560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/cpp/end2end/client_crash_test_server.cc
2563 deps:
2564 - grpc++_test_util
2565 - grpc_test_util
2566 - grpc++
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002570- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002571 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002572 build: test
2573 language: c++
2574 src:
2575 - src/proto/grpc/testing/control.proto
2576 - src/proto/grpc/testing/messages.proto
2577 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002578 - src/proto/grpc/testing/services.proto
2579 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002580 - test/cpp/codegen/codegen_test_full.cc
2581 deps:
2582 - grpc++
2583 - grpc
2584 - gpr
2585 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002586 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002587- name: codegen_test_minimal
2588 gtest: true
2589 build: test
2590 language: c++
2591 src:
2592 - src/proto/grpc/testing/control.proto
2593 - src/proto/grpc/testing/messages.proto
2594 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002595 - src/proto/grpc/testing/services.proto
2596 - src/proto/grpc/testing/stats.proto
2597 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002598 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002599 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002600 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002602 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603 build: test
2604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
2606 - test/cpp/client/credentials_test.cc
2607 deps:
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002612 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613 build: test
2614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
2616 - test/cpp/util/byte_buffer_test.cc
2617 deps:
2618 - grpc_test_util
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: cxx_slice_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/slice_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_string_ref_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/string_ref_test.cc
2641 deps:
2642 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002644 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645 build: test
2646 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002647 src:
2648 - test/cpp/util/time_test.cc
2649 deps:
2650 - grpc_test_util
2651 - grpc++
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002656 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002657 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658 build: test
2659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002660 src:
2661 - test/cpp/end2end/end2end_test.cc
2662 deps:
2663 - grpc++_test_util
2664 - grpc_test_util
2665 - grpc++
2666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002667 - gpr_test_util
2668 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002669- name: filter_end2end_test
2670 gtest: true
2671 build: test
2672 language: c++
2673 src:
2674 - test/cpp/end2end/filter_end2end_test.cc
2675 deps:
2676 - grpc++_test_util
2677 - grpc_test_util
2678 - grpc++
2679 - grpc
2680 - gpr_test_util
2681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002683 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684 build: test
2685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
2687 - test/cpp/end2end/generic_end2end_test.cc
2688 deps:
2689 - grpc++_test_util
2690 - grpc_test_util
2691 - grpc++
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002695- name: golden_file_test
2696 gtest: true
2697 build: test
2698 language: c++
2699 src:
2700 - src/proto/grpc/testing/compiler_test.proto
2701 - test/cpp/codegen/golden_file_test.cc
2702 deps:
2703 - grpc++
2704 - grpc
2705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: grpc_cli
2707 build: test
2708 run: false
2709 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
2711 - test/cpp/util/grpc_cli.cc
2712 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002713 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002714 - grpc++_test_util
2715 - grpc_test_util
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002716 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002717 - grpc++
2718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002719 - gpr_test_util
2720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002721 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722- name: grpc_cpp_plugin
2723 build: protoc
2724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002725 src:
2726 - src/compiler/cpp_plugin.cc
2727 deps:
2728 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729 secure: false
2730 vs_config_type: Application
2731 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2732- name: grpc_csharp_plugin
2733 build: protoc
2734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
2736 - src/compiler/csharp_plugin.cc
2737 deps:
2738 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739 secure: false
2740 vs_config_type: Application
2741 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002742- name: grpc_node_plugin
2743 build: protoc
2744 language: c++
2745 src:
2746 - src/compiler/node_plugin.cc
2747 deps:
2748 - grpc_plugin_support
2749 secure: false
2750 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: grpc_objective_c_plugin
2752 build: protoc
2753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - src/compiler/objective_c_plugin.cc
2756 deps:
2757 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758 secure: false
2759 vs_config_type: Application
2760 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2761- name: grpc_python_plugin
2762 build: protoc
2763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
2765 - src/compiler/python_plugin.cc
2766 deps:
2767 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002768 secure: false
2769 vs_config_type: Application
2770 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2771- name: grpc_ruby_plugin
2772 build: protoc
2773 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002774 src:
2775 - src/compiler/ruby_plugin.cc
2776 deps:
2777 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778 secure: false
2779 vs_config_type: Application
2780 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002781- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002782 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002783 build: test
2784 language: c++
2785 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002786 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002787 - test/cpp/grpclb/grpclb_api_test.cc
2788 deps:
2789 - grpc++_test_util
2790 - grpc_test_util
2791 - grpc++
2792 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002793- name: grpclb_test
2794 gtest: false
2795 build: test
2796 language: c++
2797 src:
2798 - src/proto/grpc/lb/v1/load_balancer.proto
2799 - test/cpp/grpclb/grpclb_test.cc
2800 deps:
2801 - gpr
2802 - gpr_test_util
2803 - grpc
2804 - grpc++
2805 - grpc++_test_util
2806 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002807- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002808 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002809 build: test
2810 language: c++
2811 src:
2812 - test/cpp/end2end/hybrid_end2end_test.cc
2813 deps:
2814 - grpc++_test_util
2815 - grpc_test_util
2816 - grpc++
2817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002818 - gpr_test_util
2819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820- name: interop_client
2821 build: test
2822 run: false
2823 language: c++
2824 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002825 deps:
2826 - interop_client_main
2827 - interop_client_helper
2828 - grpc++_test_util
2829 - grpc_test_util
2830 - grpc++
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002834 - grpc++_test_config
2835 platforms:
2836 - mac
2837 - linux
2838 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: interop_server
2840 build: test
2841 run: false
2842 language: c++
2843 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002844 deps:
2845 - interop_server_main
2846 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002847 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002848 - grpc++_test_util
2849 - grpc_test_util
2850 - grpc++
2851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002852 - gpr_test_util
2853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002854 - grpc++_test_config
2855 platforms:
2856 - mac
2857 - linux
2858 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002859- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002860 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002861 build: test
2862 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
2864 - test/cpp/interop/interop_test.cc
2865 deps:
2866 - grpc_test_util
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002870 platforms:
2871 - mac
2872 - linux
2873 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002874- name: json_run_localhost
2875 build: test
2876 run: false
2877 language: c++
2878 src:
2879 - test/cpp/qps/json_run_localhost.cc
2880 deps:
2881 - grpc++_test_util
2882 - grpc_test_util
2883 - grpc++
2884 - grpc
2885 - gpr_test_util
2886 - gpr
2887 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002888- name: metrics_client
2889 build: test
2890 run: false
2891 language: c++
2892 headers:
2893 - test/cpp/util/metrics_server.h
2894 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002895 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002896 - test/cpp/interop/metrics_client.cc
2897 deps:
2898 - grpc++
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002901 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002903 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904 build: test
2905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002906 src:
2907 - test/cpp/end2end/mock_test.cc
2908 deps:
2909 - grpc++_test_util
2910 - grpc_test_util
2911 - grpc++
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002915- name: proto_server_reflection_test
2916 gtest: true
2917 build: test
2918 language: c++
2919 headers:
2920 - test/cpp/util/proto_reflection_descriptor_database.h
2921 src:
2922 - test/cpp/end2end/proto_server_reflection_test.cc
2923 - test/cpp/util/proto_reflection_descriptor_database.cc
2924 deps:
2925 - grpc++_reflection
2926 - grpc++_test_util
2927 - grpc_test_util
2928 - grpc++
2929 - grpc
2930 - gpr_test_util
2931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: qps_interarrival_test
2933 build: test
2934 run: false
2935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
2937 - test/cpp/qps/qps_interarrival_test.cc
2938 deps:
2939 - qps
2940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002946 platforms:
2947 - mac
2948 - linux
2949 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002950- name: qps_json_driver
2951 build: test
2952 run: false
2953 language: c++
2954 src:
2955 - test/cpp/qps/qps_json_driver.cc
2956 deps:
2957 - qps
2958 - grpc++_test_util
2959 - grpc_test_util
2960 - grpc++
2961 - grpc
2962 - gpr_test_util
2963 - gpr
2964 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002966 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967 build: test
2968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/cpp/qps/qps_openloop_test.cc
2971 deps:
2972 - qps
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002979 - grpc++_test_config
2980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002985 build: test
2986 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 headers:
2989 - test/cpp/qps/client.h
2990 - test/cpp/qps/server.h
2991 src:
2992 - test/cpp/qps/worker.cc
2993 deps:
2994 - qps
2995 - grpc++_test_util
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003001 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: reconnect_interop_client
3003 build: test
3004 run: false
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003007 - src/proto/grpc/testing/empty.proto
3008 - src/proto/grpc/testing/messages.proto
3009 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003010 - test/cpp/interop/reconnect_interop_client.cc
3011 deps:
3012 - grpc++_test_util
3013 - grpc_test_util
3014 - grpc++
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003018 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019- name: reconnect_interop_server
3020 build: test
3021 run: false
3022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003023 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003024 - src/proto/grpc/testing/empty.proto
3025 - src/proto/grpc/testing/messages.proto
3026 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003027 - test/cpp/interop/reconnect_interop_server.cc
3028 deps:
3029 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003030 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003031 - grpc++_test_util
3032 - grpc_test_util
3033 - grpc++
3034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003035 - gpr_test_util
3036 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003037 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/common/secure_auth_context_test.cc
3044 deps:
3045 - grpc++_test_util
3046 - grpc_test_util
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr_test_util
3050 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003051- name: secure_sync_unary_ping_pong_test
3052 build: test
3053 language: c++
3054 src:
3055 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3056 deps:
3057 - qps
3058 - grpc++_test_util
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003064 platforms:
3065 - mac
3066 - linux
3067 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003068- name: server_builder_plugin_test
3069 gtest: true
3070 build: test
3071 language: c++
3072 src:
3073 - test/cpp/end2end/server_builder_plugin_test.cc
3074 deps:
3075 - grpc++_test_util
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
3079 - gpr_test_util
3080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003082 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003083 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 build: test
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - test/cpp/end2end/server_crash_test.cc
3088 deps:
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003099- name: server_crash_test_client
3100 build: test
3101 run: false
3102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003103 src:
3104 - test/cpp/end2end/server_crash_test_client.cc
3105 deps:
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003113 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114 build: test
3115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
3117 - test/cpp/end2end/shutdown_test.cc
3118 deps:
3119 - grpc++_test_util
3120 - grpc_test_util
3121 - grpc++
3122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003123 - gpr_test_util
3124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003125- name: status_test
3126 build: test
3127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003128 src:
3129 - test/cpp/util/status_test.cc
3130 deps:
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003136- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003137 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003138 build: test
3139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003140 src:
3141 - test/cpp/end2end/streaming_throughput_test.cc
3142 deps:
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr_test_util
3148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003149 platforms:
3150 - mac
3151 - linux
3152 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003153- name: stress_test
3154 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003155 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003156 language: c++
3157 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003158 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003159 - test/cpp/interop/interop_client.h
3160 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003161 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003162 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003163 - src/proto/grpc/testing/empty.proto
3164 - src/proto/grpc/testing/messages.proto
3165 - src/proto/grpc/testing/metrics.proto
3166 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003167 - test/cpp/interop/interop_client.cc
3168 - test/cpp/interop/stress_interop_client.cc
3169 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003170 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003171 deps:
3172 - grpc++_test_util
3173 - grpc_test_util
3174 - grpc++
3175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003176 - gpr_test_util
3177 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003178 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003179- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003180 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003181 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182 build: test
3183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003184 src:
3185 - test/cpp/end2end/thread_stress_test.cc
3186 deps:
3187 - grpc++_test_util
3188 - grpc_test_util
3189 - grpc++
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003193- name: public_headers_must_be_c89
3194 build: test
3195 language: c89
3196 src:
3197 - test/core/surface/public_headers_must_be_c89.c
3198 deps:
3199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003202- linkage: static
3203 name: grpc.dependencies.zlib
3204 props: false
3205 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003206 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003207- linkage: static
3208 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003209 props: true
3210 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003211 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003212- name: gflags
3213 props: false
3214 redist: false
3215 version: 2.1.2.1
3216- name: gtest
3217 props: false
3218 redist: false
3219 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003220configs:
3221 asan:
3222 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003223 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3224 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003225 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003226 LD: clang
3227 LDFLAGS: -fsanitize=address
3228 LDXX: clang++
3229 compile_the_world: true
3230 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003231 ASAN_OPTIONS: detect_leaks=1:color=always
3232 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003233 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003234 asan-noleaks:
3235 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003236 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3237 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003238 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003239 LD: clang
3240 LDFLAGS: -fsanitize=address
3241 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003242 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003243 test_environ:
3244 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003245 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003246 asan-trace-cmp:
3247 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003248 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3249 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003250 CXX: clang++
3251 LD: clang
3252 LDFLAGS: -fsanitize=address
3253 LDXX: clang++
3254 compile_the_world: true
3255 test_environ:
3256 ASAN_OPTIONS: detect_leaks=1:color=always
3257 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3258 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003259 basicprof:
3260 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3261 DEFINES: NDEBUG
3262 dbg:
3263 CPPFLAGS: -O0
3264 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003265 easan:
3266 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003267 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3268 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003269 CXX: clang++
3270 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3271 LD: clang
3272 LDFLAGS: -fsanitize=address
3273 LDXX: clang++
3274 compile_the_world: true
3275 test_environ:
3276 ASAN_OPTIONS: detect_leaks=1:color=always
3277 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3278 timeout_multiplier: 3
3279 edbg:
3280 CPPFLAGS: -O0
3281 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3282 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003283 CC: clang
3284 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003285 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003286 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003287 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003288 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003289 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003290 LDXX: clang++
3291 compile_the_world: true
3292 test_environ:
3293 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3294 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003295 gcov:
3296 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003297 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003298 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003299 DEFINES: _DEBUG DEBUG GPR_GCOV
3300 LD: gcc
3301 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3302 LDXX: g++
3303 helgrind:
3304 CPPFLAGS: -O0
3305 DEFINES: _DEBUG DEBUG
3306 LDFLAGS: -rdynamic
3307 timeout_multiplier: 20
3308 valgrind: --tool=helgrind
3309 memcheck:
3310 CPPFLAGS: -O0
3311 DEFINES: _DEBUG DEBUG
3312 LDFLAGS: -rdynamic
3313 timeout_multiplier: 10
3314 valgrind: --tool=memcheck --leak-check=full
3315 msan:
3316 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003317 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3318 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3319 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003320 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003321 DEFINES: NDEBUG
3322 LD: clang
3323 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3324 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3325 LDXX: clang++
3326 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003327 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003328 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003329 CPPFLAGS: -O3 -fno-omit-frame-pointer
3330 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003331 LDFLAGS: -rdynamic
3332 opt:
3333 CPPFLAGS: -O2
3334 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003335 stapprof:
3336 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3337 DEFINES: NDEBUG
3338 tsan:
3339 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003340 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003341 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003342 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003343 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003344 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003345 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003346 LDXX: clang++
3347 compile_the_world: true
3348 test_environ:
3349 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003350 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003351 ubsan:
3352 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003353 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3354 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003355 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003356 DEFINES: NDEBUG
3357 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003358 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003359 LDXX: clang++
3360 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003361 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003362 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003363 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003364defaults:
3365 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003366 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003367 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003368 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003369 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003370 global:
3371 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3372 LDFLAGS: -g
3373 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003374 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003375 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003376node_modules:
3377- deps:
3378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003379 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003380 - boringssl
3381 - z
murgatroid9994a75412015-11-19 14:04:53 -08003382 headers:
3383 - src/node/ext/byte_buffer.h
3384 - src/node/ext/call.h
3385 - src/node/ext/call_credentials.h
3386 - src/node/ext/channel.h
3387 - src/node/ext/channel_credentials.h
3388 - src/node/ext/completion_queue_async_worker.h
3389 - src/node/ext/server.h
3390 - src/node/ext/server_credentials.h
3391 - src/node/ext/timeval.h
3392 js:
3393 - src/node/index.js
3394 - src/node/src/client.js
3395 - src/node/src/common.js
3396 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003397 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003398 - src/node/src/metadata.js
3399 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003400 name: grpc_node
3401 src:
3402 - src/node/ext/byte_buffer.cc
3403 - src/node/ext/call.cc
3404 - src/node/ext/call_credentials.cc
3405 - src/node/ext/channel.cc
3406 - src/node/ext/channel_credentials.cc
3407 - src/node/ext/completion_queue_async_worker.cc
3408 - src/node/ext/node_grpc.cc
3409 - src/node/ext/server.cc
3410 - src/node/ext/server_credentials.cc
3411 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003412openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003413 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003414 extraction_dir: openssl-1.0.2f
3415 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003416php_config_m4:
3417 deps:
3418 - grpc
3419 - gpr
3420 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003421 headers:
3422 - src/php/ext/grpc/byte_buffer.h
3423 - src/php/ext/grpc/call.h
3424 - src/php/ext/grpc/call_credentials.h
3425 - src/php/ext/grpc/channel.h
3426 - src/php/ext/grpc/channel_credentials.h
3427 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003428 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003429 - src/php/ext/grpc/php_grpc.h
3430 - src/php/ext/grpc/server.h
3431 - src/php/ext/grpc/server_credentials.h
3432 - src/php/ext/grpc/timeval.h
3433 src:
3434 - src/php/ext/grpc/byte_buffer.c
3435 - src/php/ext/grpc/call.c
3436 - src/php/ext/grpc/call_credentials.c
3437 - src/php/ext/grpc/channel.c
3438 - src/php/ext/grpc/channel_credentials.c
3439 - src/php/ext/grpc/completion_queue.c
3440 - src/php/ext/grpc/php_grpc.c
3441 - src/php/ext/grpc/server.c
3442 - src/php/ext/grpc/server_credentials.c
3443 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003444python_dependencies:
3445 deps:
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003448 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003449 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003450ruby_gem:
3451 deps:
3452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 - z