blob: a0ff4ec85982d456f3b93037e8cecd9e95b7cd86 [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
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700166 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/compression/algorithm_metadata.h
168 - src/core/lib/compression/message_compress.h
169 - src/core/lib/debug/trace.h
170 - src/core/lib/http/format_request.h
171 - src/core/lib/http/httpcli.h
172 - src/core/lib/http/parser.h
173 - src/core/lib/iomgr/closure.h
174 - src/core/lib/iomgr/endpoint.h
175 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700176 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700177 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700178 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700179 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700180 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700181 - src/core/lib/iomgr/exec_ctx.h
182 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/iomgr/iocp_windows.h
184 - src/core/lib/iomgr/iomgr.h
185 - src/core/lib/iomgr/iomgr_internal.h
186 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700187 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700188 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700189 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/pollset_set_windows.h
193 - src/core/lib/iomgr/pollset_windows.h
194 - src/core/lib/iomgr/resolve_address.h
195 - src/core/lib/iomgr/sockaddr.h
196 - src/core/lib/iomgr/sockaddr_posix.h
197 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700198 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/socket_utils_posix.h
200 - src/core/lib/iomgr/socket_windows.h
201 - src/core/lib/iomgr/tcp_client.h
202 - src/core/lib/iomgr/tcp_posix.h
203 - src/core/lib/iomgr/tcp_server.h
204 - src/core/lib/iomgr/tcp_windows.h
205 - src/core/lib/iomgr/time_averaged_stats.h
206 - src/core/lib/iomgr/timer.h
207 - src/core/lib/iomgr/timer_heap.h
208 - src/core/lib/iomgr/udp_server.h
209 - src/core/lib/iomgr/unix_sockets_posix.h
210 - src/core/lib/iomgr/wakeup_fd_pipe.h
211 - src/core/lib/iomgr/wakeup_fd_posix.h
212 - src/core/lib/iomgr/workqueue.h
213 - src/core/lib/iomgr/workqueue_posix.h
214 - src/core/lib/iomgr/workqueue_windows.h
215 - src/core/lib/json/json.h
216 - src/core/lib/json/json_common.h
217 - src/core/lib/json/json_reader.h
218 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/surface/api_trace.h
220 - src/core/lib/surface/call.h
221 - src/core/lib/surface/call_test_only.h
222 - src/core/lib/surface/channel.h
223 - src/core/lib/surface/channel_init.h
224 - src/core/lib/surface/channel_stack_type.h
225 - src/core/lib/surface/completion_queue.h
226 - src/core/lib/surface/event_string.h
227 - src/core/lib/surface/init.h
228 - src/core/lib/surface/lame_client.h
229 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/transport/connectivity_state.h
232 - src/core/lib/transport/metadata.h
233 - src/core/lib/transport/metadata_batch.h
234 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400235 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/transport/transport.h
237 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700238 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/channel_args.c
240 - src/core/lib/channel/channel_stack.c
241 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/channel/compress_filter.c
243 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700244 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/channel/http_client_filter.c
246 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700247 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700248 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/compression/message_compress.c
250 - src/core/lib/debug/trace.c
251 - src/core/lib/http/format_request.c
252 - src/core/lib/http/httpcli.c
253 - src/core/lib/http/parser.c
254 - src/core/lib/iomgr/closure.c
255 - src/core/lib/iomgr/endpoint.c
256 - src/core/lib/iomgr/endpoint_pair_posix.c
257 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700258 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700259 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700260 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700261 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700262 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/iomgr/exec_ctx.c
264 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/iocp_windows.c
266 - src/core/lib/iomgr/iomgr.c
267 - src/core/lib/iomgr/iomgr_posix.c
268 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700269 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700270 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700271 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/iomgr/pollset_set_windows.c
273 - src/core/lib/iomgr/pollset_windows.c
274 - src/core/lib/iomgr/resolve_address_posix.c
275 - src/core/lib/iomgr/resolve_address_windows.c
276 - src/core/lib/iomgr/sockaddr_utils.c
277 - src/core/lib/iomgr/socket_utils_common_posix.c
278 - src/core/lib/iomgr/socket_utils_linux.c
279 - src/core/lib/iomgr/socket_utils_posix.c
280 - src/core/lib/iomgr/socket_windows.c
281 - src/core/lib/iomgr/tcp_client_posix.c
282 - src/core/lib/iomgr/tcp_client_windows.c
283 - src/core/lib/iomgr/tcp_posix.c
284 - src/core/lib/iomgr/tcp_server_posix.c
285 - src/core/lib/iomgr/tcp_server_windows.c
286 - src/core/lib/iomgr/tcp_windows.c
287 - src/core/lib/iomgr/time_averaged_stats.c
288 - src/core/lib/iomgr/timer.c
289 - src/core/lib/iomgr/timer_heap.c
290 - src/core/lib/iomgr/udp_server.c
291 - src/core/lib/iomgr/unix_sockets_posix.c
292 - src/core/lib/iomgr/unix_sockets_posix_noop.c
293 - src/core/lib/iomgr/wakeup_fd_eventfd.c
294 - src/core/lib/iomgr/wakeup_fd_nospecial.c
295 - src/core/lib/iomgr/wakeup_fd_pipe.c
296 - src/core/lib/iomgr/wakeup_fd_posix.c
297 - src/core/lib/iomgr/workqueue_posix.c
298 - src/core/lib/iomgr/workqueue_windows.c
299 - src/core/lib/json/json.c
300 - src/core/lib/json/json_reader.c
301 - src/core/lib/json/json_string.c
302 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/alarm.c
304 - src/core/lib/surface/api_trace.c
305 - src/core/lib/surface/byte_buffer.c
306 - src/core/lib/surface/byte_buffer_reader.c
307 - src/core/lib/surface/call.c
308 - src/core/lib/surface/call_details.c
309 - src/core/lib/surface/call_log_batch.c
310 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/surface/channel_init.c
312 - src/core/lib/surface/channel_ping.c
313 - src/core/lib/surface/channel_stack_type.c
314 - src/core/lib/surface/completion_queue.c
315 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/surface/lame_client.c
317 - src/core/lib/surface/metadata_array.c
318 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/surface/validate_metadata.c
320 - src/core/lib/surface/version.c
321 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/transport/connectivity_state.c
323 - src/core/lib/transport/metadata.c
324 - src/core/lib/transport/metadata_batch.c
325 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400326 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/transport/transport.c
328 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700329 deps:
330 - gpr
331 uses:
332 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700333- name: grpc_client_config
334 headers:
335 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700336 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700337 - src/core/ext/client_config/connector.h
338 - src/core/ext/client_config/initial_connect_string.h
339 - src/core/ext/client_config/lb_policy.h
340 - src/core/ext/client_config/lb_policy_factory.h
341 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700342 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700343 - src/core/ext/client_config/resolver.h
344 - src/core/ext/client_config/resolver_factory.h
345 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700346 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700348 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/subchannel_index.h
350 - src/core/ext/client_config/uri_parser.h
351 src:
352 - src/core/ext/client_config/channel_connectivity.c
353 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700354 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700355 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/connector.c
357 - src/core/ext/client_config/default_initial_connect_string.c
358 - src/core/ext/client_config/initial_connect_string.c
359 - src/core/ext/client_config/lb_policy.c
360 - src/core/ext/client_config/lb_policy_factory.c
361 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700362 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700363 - src/core/ext/client_config/resolver.c
364 - src/core/ext/client_config/resolver_factory.c
365 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700366 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700367 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700368 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700369 - src/core/ext/client_config/subchannel_index.c
370 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700371 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700372 uses:
373 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800374- name: grpc_codegen
375 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800376 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700377 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800378 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800379 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800380 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800381 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800382 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700383 uses:
384 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700385- name: grpc_lb_policy_grpclb
386 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700387 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700388 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700389 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700390 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700391 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700392 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700393 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700394 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700398 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700399- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700400 src:
401 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700402 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700403 uses:
404 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700406- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700407 src:
408 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700409 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700413- name: grpc_load_reporting
414 headers:
415 - src/core/ext/load_reporting/load_reporting.h
416 - src/core/ext/load_reporting/load_reporting_filter.h
417 src:
418 - src/core/ext/load_reporting/load_reporting.c
419 - src/core/ext/load_reporting/load_reporting_filter.c
420 plugin: grpc_load_reporting_plugin
421 uses:
422 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700423- name: grpc_resolver_dns_native
424 src:
425 - src/core/ext/resolver/dns/native/dns_resolver.c
426 plugin: grpc_resolver_dns_native
427 uses:
428 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700429 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700430- name: grpc_resolver_sockaddr
431 src:
432 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
433 plugin: grpc_resolver_sockaddr
434 uses:
435 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100437- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700438 public_headers:
439 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700440 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100441 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700442 - src/core/lib/security/context/security_context.h
443 - src/core/lib/security/credentials/composite/composite_credentials.h
444 - src/core/lib/security/credentials/credentials.h
445 - src/core/lib/security/credentials/fake/fake_credentials.h
446 - src/core/lib/security/credentials/google_default/google_default_credentials.h
447 - src/core/lib/security/credentials/iam/iam_credentials.h
448 - src/core/lib/security/credentials/jwt/json_token.h
449 - src/core/lib/security/credentials/jwt/jwt_credentials.h
450 - src/core/lib/security/credentials/jwt/jwt_verifier.h
451 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
452 - src/core/lib/security/credentials/plugin/plugin_credentials.h
453 - src/core/lib/security/credentials/ssl/ssl_credentials.h
454 - src/core/lib/security/transport/auth_filters.h
455 - src/core/lib/security/transport/handshake.h
456 - src/core/lib/security/transport/secure_endpoint.h
457 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700458 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/util/b64.h
460 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100461 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700462 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 - src/core/lib/security/context/security_context.c
464 - src/core/lib/security/credentials/composite/composite_credentials.c
465 - src/core/lib/security/credentials/credentials.c
466 - src/core/lib/security/credentials/credentials_metadata.c
467 - src/core/lib/security/credentials/fake/fake_credentials.c
468 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700469 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700470 - src/core/lib/security/credentials/google_default/google_default_credentials.c
471 - src/core/lib/security/credentials/iam/iam_credentials.c
472 - src/core/lib/security/credentials/jwt/json_token.c
473 - src/core/lib/security/credentials/jwt/jwt_credentials.c
474 - src/core/lib/security/credentials/jwt/jwt_verifier.c
475 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
476 - src/core/lib/security/credentials/plugin/plugin_credentials.c
477 - src/core/lib/security/credentials/ssl/ssl_credentials.c
478 - src/core/lib/security/transport/client_auth_filter.c
479 - src/core/lib/security/transport/handshake.c
480 - src/core/lib/security/transport/secure_endpoint.c
481 - src/core/lib/security/transport/security_connector.c
482 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700483 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/util/b64.c
485 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700486 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700487 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 uses:
489 - grpc_base
490 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700491 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700492- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700493 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700494 headers:
495 - test/core/end2end/cq_verifier.h
496 - test/core/end2end/fixtures/proxy.h
497 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200499 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700500 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700502 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700504 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/slice_splitter.h
506 src:
507 - test/core/end2end/cq_verifier.c
508 - test/core/end2end/fixtures/proxy.c
509 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200511 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700512 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700514 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700516 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/port_windows.c
518 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700519 deps:
520 - grpc
521 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700522- name: grpc_transport_chttp2
523 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700524 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700525 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700526 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
527 - src/core/ext/transport/chttp2/transport/frame.h
528 - src/core/ext/transport/chttp2/transport/frame_data.h
529 - src/core/ext/transport/chttp2/transport/frame_goaway.h
530 - src/core/ext/transport/chttp2/transport/frame_ping.h
531 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
532 - src/core/ext/transport/chttp2/transport/frame_settings.h
533 - src/core/ext/transport/chttp2/transport/frame_window_update.h
534 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
535 - src/core/ext/transport/chttp2/transport/hpack_parser.h
536 - src/core/ext/transport/chttp2/transport/hpack_table.h
537 - src/core/ext/transport/chttp2/transport/http2_errors.h
538 - src/core/ext/transport/chttp2/transport/huffsyms.h
539 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
540 - src/core/ext/transport/chttp2/transport/internal.h
541 - src/core/ext/transport/chttp2/transport/status_conversion.h
542 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700543 - src/core/ext/transport/chttp2/transport/varint.h
544 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700545 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700546 - src/core/ext/transport/chttp2/transport/bin_encoder.c
547 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700548 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
549 - src/core/ext/transport/chttp2/transport/frame_data.c
550 - src/core/ext/transport/chttp2/transport/frame_goaway.c
551 - src/core/ext/transport/chttp2/transport/frame_ping.c
552 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
553 - src/core/ext/transport/chttp2/transport/frame_settings.c
554 - src/core/ext/transport/chttp2/transport/frame_window_update.c
555 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
556 - src/core/ext/transport/chttp2/transport/hpack_parser.c
557 - src/core/ext/transport/chttp2/transport/hpack_table.c
558 - src/core/ext/transport/chttp2/transport/huffsyms.c
559 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
560 - src/core/ext/transport/chttp2/transport/parsing.c
561 - src/core/ext/transport/chttp2/transport/status_conversion.c
562 - src/core/ext/transport/chttp2/transport/stream_lists.c
563 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700564 - src/core/ext/transport/chttp2/transport/varint.c
565 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700566 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_transport_chttp2_alpn
570- name: grpc_transport_chttp2_alpn
571 headers:
572 - src/core/ext/transport/chttp2/alpn/alpn.h
573 src:
574 - src/core/ext/transport/chttp2/alpn/alpn.c
575 deps:
576 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700577- name: grpc_transport_chttp2_client_insecure
578 src:
579 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700580 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_client_secure
586 src:
587 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_client_config
592 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2_server_insecure
594 src:
595 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700596 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700597 uses:
598 - grpc_transport_chttp2
599 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700600- name: grpc_transport_chttp2_server_secure
601 src:
602 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700606 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700607- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700608 public_headers:
609 - include/grpc/grpc_cronet.h
610 - include/grpc/grpc_security.h
611 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700612 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700613 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
614 src:
615 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
616 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
617 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700618 filegroups:
619 - grpc_base
620 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800621- name: nanopb
622 headers:
623 - third_party/nanopb/pb.h
624 - third_party/nanopb/pb_common.h
625 - third_party/nanopb/pb_decode.h
626 - third_party/nanopb/pb_encode.h
627 src:
628 - third_party/nanopb/pb_common.c
629 - third_party/nanopb/pb_decode.c
630 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700631- name: tsi
632 headers:
633 - src/core/lib/tsi/fake_transport_security.h
634 - src/core/lib/tsi/ssl_transport_security.h
635 - src/core/lib/tsi/ssl_types.h
636 - src/core/lib/tsi/transport_security.h
637 - src/core/lib/tsi/transport_security_interface.h
638 src:
639 - src/core/lib/tsi/fake_transport_security.c
640 - src/core/lib/tsi/ssl_transport_security.c
641 - src/core/lib/tsi/transport_security.c
642 deps:
643 - gpr
644 secure: true
645- name: grpc++_base
646 language: c++
647 public_headers:
648 - include/grpc++/alarm.h
649 - include/grpc++/channel.h
650 - include/grpc++/client_context.h
651 - include/grpc++/completion_queue.h
652 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700653 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700654 - include/grpc++/generic/async_generic_service.h
655 - include/grpc++/generic/generic_stub.h
656 - include/grpc++/grpc++.h
657 - include/grpc++/impl/call.h
658 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700659 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700660 - include/grpc++/impl/grpc_library.h
661 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700662 - include/grpc++/impl/rpc_method.h
663 - include/grpc++/impl/rpc_service_method.h
664 - include/grpc++/impl/serialization_traits.h
665 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700666 - include/grpc++/impl/server_builder_plugin.h
667 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/impl/service_type.h
669 - include/grpc++/impl/sync.h
670 - include/grpc++/impl/sync_cxx11.h
671 - include/grpc++/impl/sync_no_cxx11.h
672 - include/grpc++/impl/thd.h
673 - include/grpc++/impl/thd_cxx11.h
674 - include/grpc++/impl/thd_no_cxx11.h
675 - include/grpc++/security/auth_context.h
676 - include/grpc++/security/auth_metadata_processor.h
677 - include/grpc++/security/credentials.h
678 - include/grpc++/security/server_credentials.h
679 - include/grpc++/server.h
680 - include/grpc++/server_builder.h
681 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700682 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 - include/grpc++/support/async_stream.h
684 - include/grpc++/support/async_unary_call.h
685 - include/grpc++/support/byte_buffer.h
686 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700687 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - include/grpc++/support/slice.h
689 - include/grpc++/support/status.h
690 - include/grpc++/support/status_code_enum.h
691 - include/grpc++/support/string_ref.h
692 - include/grpc++/support/stub_options.h
693 - include/grpc++/support/sync_stream.h
694 - include/grpc++/support/time.h
695 headers:
696 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700697 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - src/cpp/server/dynamic_thread_pool.h
699 - src/cpp/server/thread_pool_interface.h
700 src:
701 - src/cpp/client/channel.cc
702 - src/cpp/client/client_context.cc
703 - src/cpp/client/create_channel.cc
704 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700705 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - src/cpp/client/credentials.cc
707 - src/cpp/client/generic_stub.cc
708 - src/cpp/client/insecure_credentials.cc
709 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700710 - src/cpp/common/channel_filter.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 - src/cpp/common/completion_queue.cc
712 - src/cpp/common/core_codegen.cc
713 - src/cpp/common/rpc_method.cc
714 - src/cpp/server/async_generic_service.cc
715 - src/cpp/server/create_default_thread_pool.cc
716 - src/cpp/server/dynamic_thread_pool.cc
717 - src/cpp/server/insecure_server_credentials.cc
718 - src/cpp/server/server.cc
719 - src/cpp/server/server_builder.cc
720 - src/cpp/server/server_context.cc
721 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700722 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - src/cpp/util/byte_buffer.cc
724 - src/cpp/util/slice.cc
725 - src/cpp/util/status.cc
726 - src/cpp/util/string_ref.cc
727 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700728 deps:
729 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 uses:
yang-g17487f92016-06-03 15:21:15 -0700731 - grpc++_codegen_base
732- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 language: c++
734 public_headers:
735 - include/grpc++/impl/codegen/async_stream.h
736 - include/grpc++/impl/codegen/async_unary_call.h
737 - include/grpc++/impl/codegen/call.h
738 - include/grpc++/impl/codegen/call_hook.h
739 - include/grpc++/impl/codegen/channel_interface.h
740 - include/grpc++/impl/codegen/client_context.h
741 - include/grpc++/impl/codegen/client_unary_call.h
742 - include/grpc++/impl/codegen/completion_queue.h
743 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700744 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/impl/codegen/core_codegen_interface.h
746 - include/grpc++/impl/codegen/create_auth_context.h
747 - include/grpc++/impl/codegen/grpc_library.h
748 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - include/grpc++/impl/codegen/rpc_method.h
750 - include/grpc++/impl/codegen/rpc_service_method.h
751 - include/grpc++/impl/codegen/security/auth_context.h
752 - include/grpc++/impl/codegen/serialization_traits.h
753 - include/grpc++/impl/codegen/server_context.h
754 - include/grpc++/impl/codegen/server_interface.h
755 - include/grpc++/impl/codegen/service_type.h
756 - include/grpc++/impl/codegen/status.h
757 - include/grpc++/impl/codegen/status_code_enum.h
758 - include/grpc++/impl/codegen/string_ref.h
759 - include/grpc++/impl/codegen/stub_options.h
760 - include/grpc++/impl/codegen/sync.h
761 - include/grpc++/impl/codegen/sync_cxx11.h
762 - include/grpc++/impl/codegen/sync_no_cxx11.h
763 - include/grpc++/impl/codegen/sync_stream.h
764 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 uses:
766 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700767- name: grpc++_codegen_base_src
768 language: c++
769 src:
770 - src/cpp/codegen/codegen_init.cc
771 uses:
772 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700773- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 language: c++
775 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700776 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 uses:
yang-g17487f92016-06-03 15:21:15 -0700778 - grpc++_codegen_base
779 - grpc++_config_proto
780- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 language: c++
782 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700784- name: grpc++_reflection_proto
785 language: c++
786 public_headers:
787 - include/grpc++/ext/reflection.grpc.pb.h
788 - include/grpc++/ext/reflection.pb.h
789 src:
790 - src/cpp/ext/reflection.grpc.pb.cc
791 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700792 uses:
793 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700794- name: thrift_util
795 language: c++
796 public_headers:
797 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700798 - include/grpc++/impl/codegen/thrift_utils.h
799 uses:
800 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100801libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800802- name: gpr
803 build: all
804 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800805 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700806 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 secure: false
808 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
809- name: gpr_test_util
810 build: private
811 language: c
812 headers:
813 - test/core/util/test_config.h
814 src:
815 - test/core/util/test_config.c
816 deps:
817 - gpr
818 secure: false
819 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700820- name: grpc
821 build: all
822 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 src:
824 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700825 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800826 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700827 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700828 filegroups:
829 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700830 - grpc_transport_chttp2_server_secure
831 - grpc_transport_chttp2_client_secure
832 - grpc_transport_chttp2_server_insecure
833 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700834 - grpc_lb_policy_grpclb
835 - grpc_lb_policy_pick_first
836 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700837 - grpc_resolver_dns_native
838 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700839 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100840 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700841 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700842 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700843 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700844 vs_packages:
845 - grpc.dependencies.openssl
846 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700848- name: grpc_cronet
849 build: all
850 language: c
851 src:
852 - src/core/lib/surface/init.c
853 baselib: true
854 deps_linkage: static
855 dll: true
856 filegroups:
857 - grpc_base
858 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700859 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700860 generate_plugin_registry: true
861 platforms:
862 - linux
863 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100864- name: grpc_dll
865 build: private
866 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100867 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100868 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100869 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100870 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100871 build_system:
872 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100873 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100874 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100875 vs_config_type: DynamicLibrary
876 vs_packages:
877 - grpc.dependencies.openssl
878 - grpc.dependencies.zlib
879 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
880 vs_props:
881 - zlib
882 - openssl
883 - winsock
884 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885- name: grpc_test_util
886 build: private
887 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700888 headers:
889 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800890 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700891 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700892 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700893 - test/core/end2end/data/server1_cert.c
894 - test/core/end2end/data/server1_key.c
895 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800896 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700897 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800898 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700900 - grpc
901 filegroups:
902 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700903 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
905- name: grpc_test_util_unsecure
906 build: private
907 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800909 - gpr
910 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800911 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700912 filegroups:
913 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 secure: false
915 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
916- name: grpc_unsecure
917 build: all
918 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700919 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700921 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700922 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800923 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700925 filegroups:
926 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700927 - grpc_transport_chttp2_server_insecure
928 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700929 - grpc_resolver_dns_native
930 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700931 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700932 - grpc_lb_policy_grpclb
933 - grpc_lb_policy_pick_first
934 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700935 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700936 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 secure: false
938 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939- name: reconnect_server
940 build: private
941 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700942 headers:
943 - test/core/util/reconnect_server.h
944 src:
945 - test/core/util/reconnect_server.c
946 deps:
yang-gc9fca182015-11-06 16:41:33 -0800947 - test_tcp_server
948 - grpc_test_util
949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800950 - gpr_test_util
951 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800952- name: test_tcp_server
953 build: private
954 language: c
955 headers:
956 - test/core/util/test_tcp_server.h
957 src:
958 - test/core/util/test_tcp_server.c
959 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700960 - grpc_test_util
961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 - gpr_test_util
963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700964- name: grpc++
965 build: all
966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700967 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700968 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700969 - src/cpp/client/secure_credentials.h
970 - src/cpp/common/secure_auth_context.h
971 - src/cpp/server/secure_server_credentials.h
972 src:
Craig Tiller25834342015-09-25 08:08:24 -0700973 - src/cpp/client/secure_credentials.cc
974 - src/cpp/common/auth_property_iterator.cc
975 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800976 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700977 - src/cpp/common/secure_create_auth_context.cc
978 - src/cpp/server/secure_server_credentials.cc
979 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700980 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981 baselib: true
982 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700983 filegroups:
984 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700985 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700986 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 secure: check
988 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700989- name: grpc++_reflection
990 build: all
991 language: c++
992 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700993 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700994 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700995 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700996 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700997 - src/cpp/ext/proto_server_reflection.cc
998 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700999 deps:
1000 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001001 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001002 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001003- name: grpc++_reflection_codegen
1004 build: private
1005 language: c++
1006 src:
1007 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc++_test_config
1009 build: private
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/cpp/util/test_config.h
1013 src:
1014 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015- name: grpc++_test_util
1016 build: private
1017 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001018 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001019 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001020 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001021 - test/cpp/util/create_test_channel.h
1022 - test/cpp/util/string_ref_helper.h
1023 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001024 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001025 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001026 - src/proto/grpc/testing/echo_messages.proto
1027 - src/proto/grpc/testing/echo.proto
1028 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001029 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001030 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001031 - test/cpp/util/create_test_channel.cc
1032 - test/cpp/util/string_ref_helper.cc
1033 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001034 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001035 deps:
1036 - grpc++
1037 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001038 filegroups:
1039 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001040 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001041 - grpc++_codegen_proto
1042 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001043 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044- name: grpc++_unsecure
1045 build: all
1046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001047 src:
1048 - src/cpp/common/insecure_create_auth_context.cc
1049 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001050 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001051 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001052 baselib: true
1053 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001054 filegroups:
1055 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001056 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001057 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058 secure: false
1059 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001060- name: grpc_cli_libs
1061 build: private
1062 language: c++
1063 headers:
1064 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001065 - test/cpp/util/cli_credentials.h
1066 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001067 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001068 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001069 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001070 src:
1071 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001072 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001073 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001074 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001075 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001076 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001077 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001078 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001079 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080- name: grpc_plugin_support
1081 build: protoc
1082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001083 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001084 - src/compiler/config.h
1085 - src/compiler/cpp_generator.h
1086 - src/compiler/cpp_generator_helpers.h
1087 - src/compiler/csharp_generator.h
1088 - src/compiler/csharp_generator_helpers.h
1089 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001090 - src/compiler/node_generator.h
1091 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/compiler/objective_c_generator.h
1093 - src/compiler/objective_c_generator_helpers.h
1094 - src/compiler/python_generator.h
1095 - src/compiler/ruby_generator.h
1096 - src/compiler/ruby_generator_helpers-inl.h
1097 - src/compiler/ruby_generator_map-inl.h
1098 - src/compiler/ruby_generator_string-inl.h
1099 src:
1100 - src/compiler/cpp_generator.cc
1101 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001102 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/compiler/objective_c_generator.cc
1104 - src/compiler/python_generator.cc
1105 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001106 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001107 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 secure: false
1109 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001110 vs_props:
1111 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: interop_client_helper
1113 build: private
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
1116 - test/cpp/interop/client_helper.h
1117 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001118 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001119 - test/cpp/interop/client_helper.cc
1120 deps:
1121 - grpc++_test_util
1122 - grpc_test_util
1123 - grpc++
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: interop_client_main
1127 build: private
1128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001129 headers:
1130 - test/cpp/interop/interop_client.h
1131 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001132 - src/proto/grpc/testing/empty.proto
1133 - src/proto/grpc/testing/messages.proto
1134 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/interop/client.cc
1136 - test/cpp/interop/interop_client.cc
1137 deps:
1138 - interop_client_helper
1139 - grpc++_test_util
1140 - grpc_test_util
1141 - grpc++
1142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 - gpr_test_util
1144 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001145 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146- name: interop_server_helper
1147 build: private
1148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001149 headers:
1150 - test/cpp/interop/server_helper.h
1151 src:
1152 - test/cpp/interop/server_helper.cc
1153 deps:
1154 - grpc_test_util
1155 - grpc++
1156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001158- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 build: private
1160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001162 - src/proto/grpc/testing/empty.proto
1163 - src/proto/grpc/testing/messages.proto
1164 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001165 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 deps:
1167 - interop_server_helper
1168 - grpc++_test_util
1169 - grpc_test_util
1170 - grpc++
1171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001172 - gpr_test_util
1173 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001174 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001175- name: interop_server_main
1176 build: private
1177 language: c++
1178 src:
1179 - test/cpp/interop/interop_server_bootstrap.cc
1180 deps:
1181 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182- name: qps
1183 build: private
1184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001185 headers:
1186 - test/cpp/qps/client.h
1187 - test/cpp/qps/driver.h
1188 - test/cpp/qps/histogram.h
1189 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001190 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001191 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001192 - test/cpp/qps/qps_worker.h
1193 - test/cpp/qps/report.h
1194 - test/cpp/qps/server.h
1195 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001196 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001197 - test/cpp/util/benchmark_config.h
1198 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001199 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001200 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001201 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001202 - src/proto/grpc/testing/control.proto
1203 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001204 - test/cpp/qps/client_async.cc
1205 - test/cpp/qps/client_sync.cc
1206 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001207 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001208 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001209 - test/cpp/qps/qps_worker.cc
1210 - test/cpp/qps/report.cc
1211 - test/cpp/qps/server_async.cc
1212 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001213 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001214 - test/cpp/util/benchmark_config.cc
1215 deps:
1216 - grpc_test_util
1217 - grpc++_test_util
1218 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219- name: grpc_csharp_ext
1220 build: all
1221 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001222 src:
1223 - src/csharp/ext/grpc_csharp_ext.c
1224 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001227 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001228 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229 dll: only
1230 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001231 vs_packages:
1232 - grpc.dependencies.openssl
1233 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001235 vs_props:
1236 - zlib
1237 - openssl
1238 - winsock
1239 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001241- name: alarm_test
1242 build: test
1243 language: c
1244 src:
1245 - test/core/surface/alarm_test.c
1246 deps:
1247 - grpc_test_util
1248 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001249 - gpr_test_util
1250 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001251- name: algorithm_test
1252 build: test
1253 language: c
1254 src:
1255 - test/core/compression/algorithm_test.c
1256 deps:
1257 - grpc_test_util
1258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001261- name: alloc_test
1262 build: test
1263 language: c
1264 src:
1265 - test/core/support/alloc_test.c
1266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: alpn_test
1270 build: test
1271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001272 src:
1273 - test/core/transport/chttp2/alpn_test.c
1274 deps:
1275 - grpc_test_util
1276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001277 - gpr_test_util
1278 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001279- name: api_fuzzer
1280 build: fuzzer
1281 language: c
1282 src:
1283 - test/core/end2end/fuzzers/api_fuzzer.c
1284 deps:
1285 - grpc_test_util
1286 - grpc
1287 - gpr_test_util
1288 - gpr
1289 corpus_dirs:
1290 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001291 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001292 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001293- name: bad_server_response_test
1294 build: test
1295 language: c
1296 src:
1297 - test/core/end2end/bad_server_response_test.c
1298 deps:
1299 - test_tcp_server
1300 - grpc_test_util
1301 - grpc
1302 - gpr_test_util
1303 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001304- name: bin_decoder_test
1305 build: test
1306 language: c
1307 src:
1308 - test/core/transport/chttp2/bin_decoder_test.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: bin_encoder_test
1313 build: test
1314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001315 src:
1316 - test/core/transport/chttp2/bin_encoder_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001320- name: census_context_test
1321 build: test
1322 language: c
1323 src:
1324 - test/core/census/context_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr_test_util
1329 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001330- name: census_resource_test
1331 build: test
1332 language: c
1333 src:
1334 - test/core/census/resource_test.c
1335 deps:
1336 - grpc_test_util
1337 - grpc
1338 - gpr_test_util
1339 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001340- name: channel_create_test
1341 build: test
1342 language: c
1343 src:
1344 - test/core/surface/channel_create_test.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001350- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001354 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001355 deps:
1356 - grpc_test_util
1357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001358 - gpr_test_util
1359 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001360- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361 build: test
1362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001364 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001365 deps:
1366 - grpc_test_util
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370- name: chttp2_stream_map_test
1371 build: test
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - test/core/transport/chttp2/stream_map_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001378 - gpr_test_util
1379 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001380- name: chttp2_varint_test
1381 build: test
1382 language: c
1383 src:
1384 - test/core/transport/chttp2/varint_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001390- name: client_fuzzer
1391 build: fuzzer
1392 language: c
1393 src:
1394 - test/core/end2end/fuzzers/client_fuzzer.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
1398 - gpr_test_util
1399 - gpr
1400 corpus_dirs:
1401 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001402 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001403 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: compression_test
1405 build: test
1406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001407 src:
1408 - test/core/compression/compression_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001414- name: concurrent_connectivity_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/surface/concurrent_connectivity_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001424- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001425 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001426 build: test
1427 language: c
1428 src:
1429 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
1433 - gpr_test_util
1434 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001435- name: dns_resolver_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/client_config/resolvers/dns_resolver_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001446 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/end2end/dualstack_socket_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001456 platforms:
1457 - mac
1458 - linux
1459 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001460- name: endpoint_pair_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/iomgr/endpoint_pair_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001470- name: ev_epoll_linux_test
1471 build: test
1472 language: c
1473 src:
1474 - test/core/iomgr/ev_epoll_linux_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
1478 - gpr_test_util
1479 - gpr
1480 platforms:
1481 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: fd_conservation_posix_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/iomgr/fd_conservation_posix_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001492 platforms:
1493 - mac
1494 - linux
1495 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496- name: fd_posix_test
1497 build: test
1498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001499 src:
1500 - test/core/iomgr/fd_posix_test.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001506 platforms:
1507 - mac
1508 - linux
1509 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: fling_client
1511 build: test
1512 run: false
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/fling/client.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: fling_server
1522 build: test
1523 run: false
1524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001525 src:
1526 - test/core/fling/server.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: fling_stream_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_stream_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: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001548 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/fling/fling_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001558 platforms:
1559 - mac
1560 - linux
1561 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: gen_hpack_tables
1563 build: tool
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - tools/codegen/core/gen_hpack_tables.c
1567 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001569 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: gen_legal_metadata_characters
1571 build: tool
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001576- name: goaway_server_test
1577 cpu_cost: 0.1
1578 build: test
1579 language: c
1580 src:
1581 - test/core/end2end/goaway_server_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
1587 platforms:
1588 - mac
1589 - linux
1590 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001591- name: gpr_avl_test
1592 build: test
1593 language: c
1594 src:
1595 - test/core/support/avl_test.c
1596 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001599- name: gpr_backoff_test
1600 build: test
1601 language: c
1602 src:
1603 - test/core/support/backoff_test.c
1604 deps:
1605 - gpr_test_util
1606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607- name: gpr_cmdline_test
1608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
1611 - test/core/support/cmdline_test.c
1612 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001615- name: gpr_cpu_test
1616 build: test
1617 language: c
1618 src:
1619 - test/core/support/cpu_test.c
1620 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: gpr_env_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/support/env_test.c
1628 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631- name: gpr_histogram_test
1632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
1635 - test/core/support/histogram_test.c
1636 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: gpr_host_port_test
1640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/support/host_port_test.c
1644 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: gpr_log_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/support/log_test.c
1652 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: gpr_slice_buffer_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/support/slice_buffer_test.c
1660 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: gpr_slice_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/support/slice_test.c
1668 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001672 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/support/stack_lockfree_test.c
1677 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: gpr_string_test
1681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/support/string_test.c
1685 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001689 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690 build: test
1691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001692 src:
1693 - test/core/support/sync_test.c
1694 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001698 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/support/thd_test.c
1703 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: gpr_time_test
1707 build: test
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/support/time_test.c
1711 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: gpr_tls_test
1715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/support/tls_test.c
1719 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: gpr_useful_test
1723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/support/useful_test.c
1727 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: grpc_auth_context_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/security/auth_context_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001740- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001744 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: grpc_byte_buffer_reader_test
1751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/surface/byte_buffer_reader_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: grpc_channel_args_test
1761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/channel/channel_args_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: grpc_channel_stack_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/channel/channel_stack_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: grpc_completion_queue_test
1781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/surface/completion_queue_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: grpc_create_jwt
1791 build: tool
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/security/create_jwt.c
1795 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001798 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: grpc_credentials_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/security/credentials_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001810 build: test
1811 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/security/fetch_oauth2.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001820- name: grpc_invalid_channel_args_test
1821 build: test
1822 language: c
1823 src:
1824 - test/core/surface/invalid_channel_args_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: grpc_json_token_test
1831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/security/json_token_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001840 platforms:
1841 - linux
1842 - posix
1843 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: grpc_jwt_verifier_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/security/jwt_verifier_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: grpc_print_google_default_creds_token
1855 build: tool
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
1858 - test/core/security/print_google_default_creds_token.c
1859 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001862- name: grpc_security_connector_test
1863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/security/security_connector_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: grpc_verify_jwt
1873 build: tool
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/security/verify_jwt.c
1877 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001880- name: hpack_parser_fuzzer_test
1881 build: fuzzer
1882 language: c
1883 src:
1884 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
1888 - gpr_test_util
1889 - gpr
1890 corpus_dirs:
1891 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001892 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001893 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: hpack_parser_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/transport/chttp2/hpack_parser_test.c
1899 deps:
1900 - grpc_test_util
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: hpack_table_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/transport/chttp2/hpack_table_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001914- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915 build: test
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001918 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001924- name: http_request_fuzzer_test
1925 build: fuzzer
1926 language: c
1927 src:
1928 - test/core/http/request_fuzzer.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
1932 - gpr_test_util
1933 - gpr
1934 corpus_dirs:
1935 - test/core/http/corpus
1936 maxlen: 2048
1937- name: http_response_fuzzer_test
1938 build: fuzzer
1939 language: c
1940 src:
1941 - test/core/http/response_fuzzer.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
1945 - gpr_test_util
1946 - gpr
1947 corpus_dirs:
1948 - test/core/http/corpus
1949 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001950- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001954 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001961 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001965 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001966 deps:
1967 - grpc_test_util
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001971 platforms:
1972 - mac
1973 - linux
1974 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001975- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001976 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001977 build: test
1978 language: c
1979 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001980 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001986 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001987 - linux
yang-gf1183302015-12-07 16:02:05 -08001988- name: init_test
1989 build: test
1990 language: c
1991 src:
1992 - test/core/surface/init_test.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001998- name: internal_api_canary_iomgr_test
1999 build: test
2000 run: false
2001 language: c
2002 src:
2003 - test/core/internal_api_canaries/iomgr.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
2007 - gpr_test_util
2008 - gpr
2009- name: internal_api_canary_support_test
2010 build: test
2011 run: false
2012 language: c
2013 src:
2014 - test/core/internal_api_canaries/iomgr.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
2018 - gpr_test_util
2019 - gpr
2020- name: internal_api_canary_transport_test
2021 build: test
2022 run: false
2023 language: c
2024 src:
2025 - test/core/internal_api_canaries/iomgr.c
2026 deps:
2027 - grpc_test_util
2028 - grpc
2029 - gpr_test_util
2030 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002031- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002032 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002033 build: test
2034 language: c
2035 src:
2036 - test/core/end2end/invalid_call_argument_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002042- name: json_fuzzer_test
2043 build: fuzzer
2044 language: c
2045 src:
2046 - test/core/json/fuzzer.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
2050 - gpr_test_util
2051 - gpr
2052 corpus_dirs:
2053 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002054 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: json_rewrite
2056 build: test
2057 run: false
2058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
2060 - test/core/json/json_rewrite.c
2061 deps:
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: json_rewrite_test
2065 build: test
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/json/json_rewrite_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002074- name: json_stream_error_test
2075 build: test
2076 language: c
2077 src:
2078 - test/core/json/json_stream_error_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: json_test
2085 build: test
2086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/json/json_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002094- name: lame_client_test
2095 build: test
2096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/surface/lame_client_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002104- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002105 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002106 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/client_config/lb_policies_test.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002116- name: load_file_test
2117 build: test
2118 language: c
2119 src:
2120 - test/core/iomgr/load_file_test.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
2124 - gpr_test_util
2125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: low_level_ping_pong_benchmark
2127 build: benchmark
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/network_benchmarks/low_level_ping_pong.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002136 platforms:
2137 - mac
2138 - linux
2139 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: message_compress_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/compression/message_compress_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002150- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002151 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002152 build: test
2153 language: c
2154 src:
2155 - test/core/census/mlog_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
2159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: multiple_server_queues_test
2162 build: test
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/end2end/multiple_server_queues_test.c
2166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: murmur_hash_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/support/murmur_hash_test.c
2176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002179- name: nanopb_fuzzer_response_test
2180 build: fuzzer
2181 language: c
2182 src:
2183 - test/core/nanopb/fuzzer_response.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
2189 corpus_dirs:
2190 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002191 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002192- name: nanopb_fuzzer_serverlist_test
2193 build: fuzzer
2194 language: c
2195 src:
2196 - test/core/nanopb/fuzzer_serverlist.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
2202 corpus_dirs:
2203 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002204 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002206 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/end2end/no_server_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: resolve_address_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/iomgr/resolve_address_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
yang-gd482e592015-12-10 14:04:00 -08002226- name: secure_channel_create_test
2227 build: test
2228 language: c
2229 src:
2230 - test/core/surface/secure_channel_create_test.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: secure_endpoint_test
2237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/security/secure_endpoint_test.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002246- name: sequential_connectivity_test
2247 build: test
2248 language: c
2249 src:
2250 - test/core/surface/sequential_connectivity_test.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
2254 - gpr_test_util
2255 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002256- name: server_chttp2_test
2257 build: test
2258 language: c
2259 src:
2260 - test/core/surface/server_chttp2_test.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002266- name: server_fuzzer
2267 build: fuzzer
2268 language: c
2269 src:
2270 - test/core/end2end/fuzzers/server_fuzzer.c
2271 deps:
2272 - grpc_test_util
2273 - grpc
2274 - gpr_test_util
2275 - gpr
2276 corpus_dirs:
2277 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002278 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002279 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002280- name: server_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/surface/server_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002290- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002291 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002292 build: test
2293 language: c
2294 src:
2295 - test/core/client_config/set_initial_connect_string_test.c
2296 deps:
2297 - test_tcp_server
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002302- name: sockaddr_resolver_test
2303 build: test
2304 language: c
2305 src:
2306 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: sockaddr_utils_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/iomgr/sockaddr_utils_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002322- name: socket_utils_test
2323 build: test
2324 language: c
2325 src:
2326 - test/core/iomgr/socket_utils_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002332 platforms:
2333 - mac
2334 - linux
2335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002337 cpu_cost: 0.5
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_client_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_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002352 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353 build: test
2354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
2356 - test/core/iomgr/tcp_posix_test.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002362 platforms:
2363 - mac
2364 - linux
2365 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: tcp_server_posix_test
2367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
2370 - test/core/iomgr/tcp_server_posix_test.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002376 platforms:
2377 - mac
2378 - linux
2379 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: time_averaged_stats_test
2381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/core/iomgr/time_averaged_stats_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: timeout_encoding_test
2391 build: test
2392 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002393 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002394 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002400- name: timer_heap_test
2401 build: test
2402 language: c
2403 src:
2404 - test/core/iomgr/timer_heap_test.c
2405 deps:
2406 - grpc_test_util
2407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002408 - gpr_test_util
2409 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002410- name: timer_list_test
2411 build: test
2412 language: c
2413 src:
2414 - test/core/iomgr/timer_list_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002420- name: transport_connectivity_state_test
2421 build: test
2422 language: c
2423 src:
2424 - test/core/transport/connectivity_state_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: transport_metadata_test
2431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - test/core/transport/metadata_test.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: transport_security_test
2441 build: test
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/tsi/transport_security_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002450 platforms:
2451 - linux
2452 - posix
2453 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: udp_server_test
2455 build: test
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/core/iomgr/udp_server_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002464 platforms:
2465 - mac
2466 - linux
2467 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002468- name: uri_fuzzer_test
2469 build: fuzzer
2470 language: c
2471 src:
2472 - test/core/client_config/uri_fuzzer_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
2476 - gpr_test_util
2477 - gpr
2478 corpus_dirs:
2479 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002480 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: uri_parser_test
2482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/core/client_config/uri_parser_test.c
2486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002491- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002492 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002493 build: test
2494 language: c++
2495 src:
2496 - test/cpp/common/alarm_cpp_test.cc
2497 deps:
2498 - grpc++_test_util
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002502 - gpr_test_util
2503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002505 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506 build: test
2507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/cpp/end2end/async_end2end_test.cc
2510 deps:
2511 - grpc++_test_util
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519 build: test
2520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/cpp/common/auth_property_iterator_test.cc
2523 deps:
2524 - grpc++_test_util
2525 - grpc_test_util
2526 - grpc++
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002531 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532 build: test
2533 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
yang-g52705592015-11-25 11:45:33 -08002535 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002536 deps:
2537 - grpc++
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002541 gtest: true
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/util/cli_call_test.cc
2546 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002547 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002548 - grpc++_test_util
2549 - grpc_test_util
2550 - grpc++
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002555 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002556 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557 build: test
2558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/cpp/end2end/client_crash_test.cc
2561 deps:
2562 - grpc++_test_util
2563 - grpc_test_util
2564 - grpc++
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002568 platforms:
2569 - mac
2570 - linux
2571 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572- name: client_crash_test_server
2573 build: test
2574 run: false
2575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/cpp/end2end/client_crash_test_server.cc
2578 deps:
2579 - grpc++_test_util
2580 - grpc_test_util
2581 - grpc++
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr_test_util
2584 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002585- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002586 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002587 build: test
2588 language: c++
2589 src:
2590 - src/proto/grpc/testing/control.proto
2591 - src/proto/grpc/testing/messages.proto
2592 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002593 - src/proto/grpc/testing/services.proto
2594 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002595 - test/cpp/codegen/codegen_test_full.cc
2596 deps:
2597 - grpc++
2598 - grpc
2599 - gpr
2600 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002601 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002602- name: codegen_test_minimal
2603 gtest: true
2604 build: test
2605 language: c++
2606 src:
2607 - src/proto/grpc/testing/control.proto
2608 - src/proto/grpc/testing/messages.proto
2609 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002610 - src/proto/grpc/testing/services.proto
2611 - src/proto/grpc/testing/stats.proto
2612 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002613 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002614 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002615 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002617 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618 build: test
2619 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002620 src:
2621 - test/cpp/client/credentials_test.cc
2622 deps:
2623 - grpc++
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002627 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628 build: test
2629 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/cpp/util/byte_buffer_test.cc
2632 deps:
2633 - grpc_test_util
2634 - grpc++
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002639 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640 build: test
2641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/cpp/util/slice_test.cc
2644 deps:
2645 - grpc_test_util
2646 - grpc++
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002650- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002651 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652 build: test
2653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/cpp/util/string_ref_test.cc
2656 deps:
2657 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002659 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660 build: test
2661 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002662 src:
2663 - test/cpp/util/time_test.cc
2664 deps:
2665 - grpc_test_util
2666 - grpc++
2667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002668 - gpr_test_util
2669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002670- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002671 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002672 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673 build: test
2674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - test/cpp/end2end/end2end_test.cc
2677 deps:
2678 - grpc++_test_util
2679 - grpc_test_util
2680 - grpc++
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002684- name: filter_end2end_test
2685 gtest: true
2686 build: test
2687 language: c++
2688 src:
2689 - test/cpp/end2end/filter_end2end_test.cc
2690 deps:
2691 - grpc++_test_util
2692 - grpc_test_util
2693 - grpc++
2694 - grpc
2695 - gpr_test_util
2696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002697- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002698 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699 build: test
2700 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002701 src:
2702 - test/cpp/end2end/generic_end2end_test.cc
2703 deps:
2704 - grpc++_test_util
2705 - grpc_test_util
2706 - grpc++
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002710- name: golden_file_test
2711 gtest: true
2712 build: test
2713 language: c++
2714 src:
2715 - src/proto/grpc/testing/compiler_test.proto
2716 - test/cpp/codegen/golden_file_test.cc
2717 deps:
2718 - grpc++
2719 - grpc
2720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: grpc_cli
2722 build: test
2723 run: false
2724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002725 src:
2726 - test/cpp/util/grpc_cli.cc
2727 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002728 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002729 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002730 - grpc++
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002733 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734- name: grpc_cpp_plugin
2735 build: protoc
2736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002737 src:
2738 - src/compiler/cpp_plugin.cc
2739 deps:
2740 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741 secure: false
2742 vs_config_type: Application
2743 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2744- name: grpc_csharp_plugin
2745 build: protoc
2746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - src/compiler/csharp_plugin.cc
2749 deps:
2750 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751 secure: false
2752 vs_config_type: Application
2753 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002754- name: grpc_node_plugin
2755 build: protoc
2756 language: c++
2757 src:
2758 - src/compiler/node_plugin.cc
2759 deps:
2760 - grpc_plugin_support
2761 secure: false
2762 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: grpc_objective_c_plugin
2764 build: protoc
2765 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002766 src:
2767 - src/compiler/objective_c_plugin.cc
2768 deps:
2769 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002770 secure: false
2771 vs_config_type: Application
2772 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2773- name: grpc_python_plugin
2774 build: protoc
2775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
2777 - src/compiler/python_plugin.cc
2778 deps:
2779 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780 secure: false
2781 vs_config_type: Application
2782 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2783- name: grpc_ruby_plugin
2784 build: protoc
2785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - src/compiler/ruby_plugin.cc
2788 deps:
2789 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790 secure: false
2791 vs_config_type: Application
2792 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002793- name: grpc_tool_test
2794 gtest: true
2795 build: test
2796 language: c++
2797 headers:
2798 - test/cpp/util/string_ref_helper.h
2799 src:
2800 - src/proto/grpc/testing/echo.proto
2801 - src/proto/grpc/testing/echo_messages.proto
2802 - test/cpp/util/grpc_tool_test.cc
2803 - test/cpp/util/string_ref_helper.cc
2804 deps:
2805 - grpc_cli_libs
2806 - grpc++_reflection
2807 - grpc_test_util
2808 - grpc++
2809 - grpc
2810 - gpr_test_util
2811 - gpr
2812 filegroups:
2813 - grpc++_codegen_proto
2814 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002815- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002816 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002817 build: test
2818 language: c++
2819 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002820 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002821 - test/cpp/grpclb/grpclb_api_test.cc
2822 deps:
2823 - grpc++_test_util
2824 - grpc_test_util
2825 - grpc++
2826 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002827- name: grpclb_test
2828 gtest: false
2829 build: test
2830 language: c++
2831 src:
2832 - src/proto/grpc/lb/v1/load_balancer.proto
2833 - test/cpp/grpclb/grpclb_test.cc
2834 deps:
2835 - gpr
2836 - gpr_test_util
2837 - grpc
2838 - grpc++
2839 - grpc++_test_util
2840 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002841- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002842 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002843 build: test
2844 language: c++
2845 src:
2846 - test/cpp/end2end/hybrid_end2end_test.cc
2847 deps:
2848 - 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 Tillerbf4b2242015-08-31 15:53:53 -07002854- name: interop_client
2855 build: test
2856 run: false
2857 language: c++
2858 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002859 deps:
2860 - interop_client_main
2861 - interop_client_helper
2862 - grpc++_test_util
2863 - grpc_test_util
2864 - grpc++
2865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002866 - gpr_test_util
2867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002868 - grpc++_test_config
2869 platforms:
2870 - mac
2871 - linux
2872 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: interop_server
2874 build: test
2875 run: false
2876 language: c++
2877 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002878 deps:
2879 - interop_server_main
2880 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002881 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002882 - grpc++_test_util
2883 - grpc_test_util
2884 - grpc++
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002888 - grpc++_test_config
2889 platforms:
2890 - mac
2891 - linux
2892 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002894 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/interop/interop_test.cc
2899 deps:
2900 - grpc_test_util
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002904 platforms:
2905 - mac
2906 - linux
2907 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002908- name: json_run_localhost
2909 build: test
2910 run: false
2911 language: c++
2912 src:
2913 - test/cpp/qps/json_run_localhost.cc
2914 deps:
2915 - grpc++_test_util
2916 - grpc_test_util
2917 - grpc++
2918 - grpc
2919 - gpr_test_util
2920 - gpr
2921 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002922- name: metrics_client
2923 build: test
2924 run: false
2925 language: c++
2926 headers:
2927 - test/cpp/util/metrics_server.h
2928 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002929 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002930 - test/cpp/interop/metrics_client.cc
2931 deps:
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002935 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002937 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938 build: test
2939 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002940 src:
2941 - test/cpp/end2end/mock_test.cc
2942 deps:
2943 - grpc++_test_util
2944 - grpc_test_util
2945 - grpc++
2946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002947 - gpr_test_util
2948 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002949- name: proto_server_reflection_test
2950 gtest: true
2951 build: test
2952 language: c++
2953 headers:
2954 - test/cpp/util/proto_reflection_descriptor_database.h
2955 src:
2956 - test/cpp/end2end/proto_server_reflection_test.cc
2957 - test/cpp/util/proto_reflection_descriptor_database.cc
2958 deps:
2959 - grpc++_reflection
2960 - grpc++_test_util
2961 - grpc_test_util
2962 - grpc++
2963 - grpc
2964 - gpr_test_util
2965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: qps_interarrival_test
2967 build: test
2968 run: false
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/qps/qps_interarrival_test.cc
2972 deps:
2973 - qps
2974 - grpc++_test_util
2975 - grpc_test_util
2976 - grpc++
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002984- name: qps_json_driver
2985 build: test
2986 run: false
2987 language: c++
2988 src:
2989 - test/cpp/qps/qps_json_driver.cc
2990 deps:
2991 - qps
2992 - grpc++_test_util
2993 - grpc_test_util
2994 - grpc++
2995 - grpc
2996 - gpr_test_util
2997 - gpr
2998 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003000 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001 build: test
3002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/cpp/qps/qps_openloop_test.cc
3005 deps:
3006 - qps
3007 - grpc++_test_util
3008 - grpc_test_util
3009 - grpc++
3010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003011 - gpr_test_util
3012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003013 - grpc++_test_config
3014 platforms:
3015 - mac
3016 - linux
3017 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003019 build: test
3020 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003022 headers:
3023 - test/cpp/qps/client.h
3024 - test/cpp/qps/server.h
3025 src:
3026 - test/cpp/qps/worker.cc
3027 deps:
3028 - qps
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr_test_util
3034 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003035 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: reconnect_interop_client
3037 build: test
3038 run: false
3039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003040 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003041 - src/proto/grpc/testing/empty.proto
3042 - src/proto/grpc/testing/messages.proto
3043 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003044 - test/cpp/interop/reconnect_interop_client.cc
3045 deps:
3046 - grpc++_test_util
3047 - grpc_test_util
3048 - grpc++
3049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003050 - gpr_test_util
3051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003052 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053- name: reconnect_interop_server
3054 build: test
3055 run: false
3056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003058 - src/proto/grpc/testing/empty.proto
3059 - src/proto/grpc/testing/messages.proto
3060 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003061 - test/cpp/interop/reconnect_interop_server.cc
3062 deps:
3063 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003064 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003065 - grpc++_test_util
3066 - grpc_test_util
3067 - grpc++
3068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003069 - gpr_test_util
3070 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003071 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003073 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074 build: test
3075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003076 src:
3077 - test/cpp/common/secure_auth_context_test.cc
3078 deps:
3079 - grpc++_test_util
3080 - grpc_test_util
3081 - grpc++
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003085- name: secure_sync_unary_ping_pong_test
3086 build: test
3087 language: c++
3088 src:
3089 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3090 deps:
3091 - qps
3092 - grpc++_test_util
3093 - grpc_test_util
3094 - grpc++
3095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003096 - gpr_test_util
3097 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003098 platforms:
3099 - mac
3100 - linux
3101 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003102- name: server_builder_plugin_test
3103 gtest: true
3104 build: test
3105 language: c++
3106 src:
3107 - test/cpp/end2end/server_builder_plugin_test.cc
3108 deps:
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
3113 - gpr_test_util
3114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003115- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003116 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003117 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003118 build: test
3119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003120 src:
3121 - test/cpp/end2end/server_crash_test.cc
3122 deps:
3123 - grpc++_test_util
3124 - grpc_test_util
3125 - grpc++
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003129 platforms:
3130 - mac
3131 - linux
3132 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: server_crash_test_client
3134 build: test
3135 run: false
3136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
3138 - test/cpp/end2end/server_crash_test_client.cc
3139 deps:
3140 - grpc++_test_util
3141 - grpc_test_util
3142 - grpc++
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr_test_util
3145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003147 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003148 build: test
3149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003150 src:
3151 - test/cpp/end2end/shutdown_test.cc
3152 deps:
3153 - grpc++_test_util
3154 - grpc_test_util
3155 - grpc++
3156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003157 - gpr_test_util
3158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003159- name: status_test
3160 build: test
3161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003162 src:
3163 - test/cpp/util/status_test.cc
3164 deps:
3165 - grpc_test_util
3166 - grpc++
3167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003168 - gpr_test_util
3169 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003170- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003171 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003172 build: test
3173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003174 src:
3175 - test/cpp/end2end/streaming_throughput_test.cc
3176 deps:
3177 - grpc++_test_util
3178 - grpc_test_util
3179 - grpc++
3180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003181 - gpr_test_util
3182 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003183 platforms:
3184 - mac
3185 - linux
3186 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003187- name: stress_test
3188 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003189 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003190 language: c++
3191 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003192 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003193 - test/cpp/interop/interop_client.h
3194 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003195 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003196 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003197 - src/proto/grpc/testing/empty.proto
3198 - src/proto/grpc/testing/messages.proto
3199 - src/proto/grpc/testing/metrics.proto
3200 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003201 - test/cpp/interop/interop_client.cc
3202 - test/cpp/interop/stress_interop_client.cc
3203 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003204 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003205 deps:
3206 - grpc++_test_util
3207 - grpc_test_util
3208 - grpc++
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003212 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003213- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003214 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003215 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216 build: test
3217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003218 src:
3219 - test/cpp/end2end/thread_stress_test.cc
3220 deps:
3221 - grpc++_test_util
3222 - grpc_test_util
3223 - grpc++
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr_test_util
3226 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003227- name: public_headers_must_be_c89
3228 build: test
3229 language: c89
3230 src:
3231 - test/core/surface/public_headers_must_be_c89.c
3232 deps:
3233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003236- linkage: static
3237 name: grpc.dependencies.zlib
3238 props: false
3239 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003240 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003241- linkage: static
3242 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003243 props: true
3244 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003245 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003246- name: gflags
3247 props: false
3248 redist: false
3249 version: 2.1.2.1
3250- name: gtest
3251 props: false
3252 redist: false
3253 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003254configs:
3255 asan:
3256 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003257 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3258 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003259 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003260 LD: clang
3261 LDFLAGS: -fsanitize=address
3262 LDXX: clang++
3263 compile_the_world: true
3264 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003265 ASAN_OPTIONS: detect_leaks=1:color=always
3266 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003267 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003268 asan-noleaks:
3269 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003270 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3271 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003272 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003273 LD: clang
3274 LDFLAGS: -fsanitize=address
3275 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003276 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003277 test_environ:
3278 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003279 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003280 asan-trace-cmp:
3281 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003282 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3283 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003284 CXX: clang++
3285 LD: clang
3286 LDFLAGS: -fsanitize=address
3287 LDXX: clang++
3288 compile_the_world: true
3289 test_environ:
3290 ASAN_OPTIONS: detect_leaks=1:color=always
3291 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3292 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003293 basicprof:
3294 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3295 DEFINES: NDEBUG
3296 dbg:
3297 CPPFLAGS: -O0
3298 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003299 easan:
3300 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003301 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3302 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003303 CXX: clang++
3304 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3305 LD: clang
3306 LDFLAGS: -fsanitize=address
3307 LDXX: clang++
3308 compile_the_world: true
3309 test_environ:
3310 ASAN_OPTIONS: detect_leaks=1:color=always
3311 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3312 timeout_multiplier: 3
3313 edbg:
3314 CPPFLAGS: -O0
3315 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3316 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003317 CC: clang
3318 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003319 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003320 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003321 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003322 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003323 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003324 LDXX: clang++
3325 compile_the_world: true
3326 test_environ:
3327 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3328 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003329 gcov:
3330 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003331 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003332 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003333 DEFINES: _DEBUG DEBUG GPR_GCOV
3334 LD: gcc
3335 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3336 LDXX: g++
3337 helgrind:
3338 CPPFLAGS: -O0
3339 DEFINES: _DEBUG DEBUG
3340 LDFLAGS: -rdynamic
3341 timeout_multiplier: 20
3342 valgrind: --tool=helgrind
3343 memcheck:
3344 CPPFLAGS: -O0
3345 DEFINES: _DEBUG DEBUG
3346 LDFLAGS: -rdynamic
3347 timeout_multiplier: 10
3348 valgrind: --tool=memcheck --leak-check=full
3349 msan:
3350 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003351 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3352 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3353 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003354 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003355 DEFINES: NDEBUG
3356 LD: clang
3357 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3358 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3359 LDXX: clang++
3360 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003361 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003362 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003363 CPPFLAGS: -O3 -fno-omit-frame-pointer
3364 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003365 LDFLAGS: -rdynamic
3366 opt:
3367 CPPFLAGS: -O2
3368 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003369 stapprof:
3370 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3371 DEFINES: NDEBUG
3372 tsan:
3373 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003374 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003375 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003376 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003377 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003378 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003379 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003380 LDXX: clang++
3381 compile_the_world: true
3382 test_environ:
3383 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003384 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003385 ubsan:
3386 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003387 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3388 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003389 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003390 DEFINES: NDEBUG
3391 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003392 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003393 LDXX: clang++
3394 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003395 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003396 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003397 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003398defaults:
3399 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003400 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003401 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003402 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003403 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003404 global:
3405 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3406 LDFLAGS: -g
3407 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003408 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003409 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003410node_modules:
3411- deps:
3412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003413 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003414 - boringssl
3415 - z
murgatroid9994a75412015-11-19 14:04:53 -08003416 headers:
3417 - src/node/ext/byte_buffer.h
3418 - src/node/ext/call.h
3419 - src/node/ext/call_credentials.h
3420 - src/node/ext/channel.h
3421 - src/node/ext/channel_credentials.h
3422 - src/node/ext/completion_queue_async_worker.h
3423 - src/node/ext/server.h
3424 - src/node/ext/server_credentials.h
3425 - src/node/ext/timeval.h
3426 js:
3427 - src/node/index.js
3428 - src/node/src/client.js
3429 - src/node/src/common.js
3430 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003431 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003432 - src/node/src/metadata.js
3433 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003434 name: grpc_node
3435 src:
3436 - src/node/ext/byte_buffer.cc
3437 - src/node/ext/call.cc
3438 - src/node/ext/call_credentials.cc
3439 - src/node/ext/channel.cc
3440 - src/node/ext/channel_credentials.cc
3441 - src/node/ext/completion_queue_async_worker.cc
3442 - src/node/ext/node_grpc.cc
3443 - src/node/ext/server.cc
3444 - src/node/ext/server_credentials.cc
3445 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003446openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003447 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003448 extraction_dir: openssl-1.0.2f
3449 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003450php_config_m4:
3451 deps:
3452 - grpc
3453 - gpr
3454 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003455 headers:
3456 - src/php/ext/grpc/byte_buffer.h
3457 - src/php/ext/grpc/call.h
3458 - src/php/ext/grpc/call_credentials.h
3459 - src/php/ext/grpc/channel.h
3460 - src/php/ext/grpc/channel_credentials.h
3461 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003462 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003463 - src/php/ext/grpc/php_grpc.h
3464 - src/php/ext/grpc/server.h
3465 - src/php/ext/grpc/server_credentials.h
3466 - src/php/ext/grpc/timeval.h
3467 src:
3468 - src/php/ext/grpc/byte_buffer.c
3469 - src/php/ext/grpc/call.c
3470 - src/php/ext/grpc/call_credentials.c
3471 - src/php/ext/grpc/channel.c
3472 - src/php/ext/grpc/channel_credentials.c
3473 - src/php/ext/grpc/completion_queue.c
3474 - src/php/ext/grpc/php_grpc.c
3475 - src/php/ext/grpc/server.c
3476 - src/php/ext/grpc/server_credentials.c
3477 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003478python_dependencies:
3479 deps:
3480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003481 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003482 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003483 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003484ruby_gem:
3485 deps:
3486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003488 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003489 - z