blob: 65cdea7c908ed8c94eafa320ba4b0f5b164d9802 [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 Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070015 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020016 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070017filegroups:
18- name: census
Craig Tiller25834342015-09-25 08:08:24 -070019 public_headers:
20 - include/grpc/census.h
21 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/census_interface.h
25 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070026 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070027 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070030 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070031 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070032 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070035 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070036 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070037 - src/core/ext/census/grpc_context.c
38 - src/core/ext/census/grpc_filter.c
39 - src/core/ext/census/grpc_plugin.c
40 - src/core/ext/census/initialize.c
41 - src/core/ext/census/mlog.c
42 - src/core/ext/census/operation.c
43 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070044 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070045 - src/core/ext/census/tracing.c
46 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070047 uses:
48 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070049 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070050- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010051 public_headers:
52 - include/grpc/support/alloc.h
53 - include/grpc/support/atm.h
54 - include/grpc/support/atm_gcc_atomic.h
55 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070056 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010057 - include/grpc/support/avl.h
58 - include/grpc/support/cmdline.h
59 - include/grpc/support/cpu.h
60 - include/grpc/support/histogram.h
61 - include/grpc/support/host_port.h
62 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070063 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010064 - include/grpc/support/port_platform.h
65 - include/grpc/support/slice.h
66 - include/grpc/support/slice_buffer.h
67 - include/grpc/support/string_util.h
68 - include/grpc/support/subprocess.h
69 - include/grpc/support/sync.h
70 - include/grpc/support/sync_generic.h
71 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070072 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/thd.h
74 - include/grpc/support/time.h
75 - include/grpc/support/tls.h
76 - include/grpc/support/tls_gcc.h
77 - include/grpc/support/tls_msvc.h
78 - include/grpc/support/tls_pthread.h
79 - include/grpc/support/useful.h
80 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/timers.h
82 - src/core/lib/support/backoff.h
83 - src/core/lib/support/block_annotate.h
84 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070085 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070087 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700117 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/slice.c
119 - src/core/lib/support/slice_buffer.c
Craig Tillerad3c8c12016-05-02 21:47:30 -0700120 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/string.c
122 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700123 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/subprocess_posix.c
126 - src/core/lib/support/subprocess_windows.c
127 - src/core/lib/support/sync.c
128 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/thd.c
131 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/time.c
134 - src/core/lib/support/time_posix.c
135 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700137 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200138 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700142 uses:
143 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800144- name: gpr_codegen
145 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800146 - include/grpc/impl/codegen/atm.h
147 - include/grpc/impl/codegen/atm_gcc_atomic.h
148 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700149 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700150 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/port_platform.h
152 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/sync.h
154 - include/grpc/impl/codegen/sync_generic.h
155 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700156 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700157- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700158 public_headers:
159 - include/grpc/byte_buffer.h
160 - include/grpc/byte_buffer_reader.h
161 - include/grpc/compression.h
162 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700163 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200164 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700165 - include/grpc/status.h
166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/http_client_filter.h
175 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/compression/algorithm_metadata.h
177 - src/core/lib/compression/message_compress.h
178 - src/core/lib/debug/trace.h
179 - src/core/lib/http/format_request.h
180 - src/core/lib/http/httpcli.h
181 - src/core/lib/http/parser.h
182 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700183 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/endpoint.h
185 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700186 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700187 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700188 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700190 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/exec_ctx.h
192 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/iocp_windows.h
194 - src/core/lib/iomgr/iomgr.h
195 - src/core/lib/iomgr/iomgr_internal.h
196 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700197 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set_windows.h
203 - src/core/lib/iomgr/pollset_windows.h
204 - src/core/lib/iomgr/resolve_address.h
205 - src/core/lib/iomgr/sockaddr.h
206 - src/core/lib/iomgr/sockaddr_posix.h
207 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700208 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/socket_utils_posix.h
210 - src/core/lib/iomgr/socket_windows.h
211 - src/core/lib/iomgr/tcp_client.h
212 - src/core/lib/iomgr/tcp_posix.h
213 - src/core/lib/iomgr/tcp_server.h
214 - src/core/lib/iomgr/tcp_windows.h
215 - src/core/lib/iomgr/time_averaged_stats.h
216 - src/core/lib/iomgr/timer.h
217 - src/core/lib/iomgr/timer_heap.h
218 - src/core/lib/iomgr/udp_server.h
219 - src/core/lib/iomgr/unix_sockets_posix.h
220 - src/core/lib/iomgr/wakeup_fd_pipe.h
221 - src/core/lib/iomgr/wakeup_fd_posix.h
222 - src/core/lib/iomgr/workqueue.h
223 - src/core/lib/iomgr/workqueue_posix.h
224 - src/core/lib/iomgr/workqueue_windows.h
225 - src/core/lib/json/json.h
226 - src/core/lib/json/json_common.h
227 - src/core/lib/json/json_reader.h
228 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/surface/api_trace.h
230 - src/core/lib/surface/call.h
231 - src/core/lib/surface/call_test_only.h
232 - src/core/lib/surface/channel.h
233 - src/core/lib/surface/channel_init.h
234 - src/core/lib/surface/channel_stack_type.h
235 - src/core/lib/surface/completion_queue.h
236 - src/core/lib/surface/event_string.h
237 - src/core/lib/surface/init.h
238 - src/core/lib/surface/lame_client.h
239 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/transport/connectivity_state.h
242 - src/core/lib/transport/metadata.h
243 - src/core/lib/transport/metadata_batch.h
244 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400245 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/transport/transport.h
247 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700248 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/channel/channel_args.c
250 - src/core/lib/channel/channel_stack.c
251 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/channel/compress_filter.c
253 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700254 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/channel/http_client_filter.c
256 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700257 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/compression/message_compress.c
259 - src/core/lib/debug/trace.c
260 - src/core/lib/http/format_request.c
261 - src/core/lib/http/httpcli.c
262 - src/core/lib/http/parser.c
263 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700264 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/iomgr/endpoint.c
266 - src/core/lib/iomgr/endpoint_pair_posix.c
267 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700268 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700269 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700270 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700271 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700272 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/iomgr/exec_ctx.c
274 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/iomgr/iocp_windows.c
276 - src/core/lib/iomgr/iomgr.c
277 - src/core/lib/iomgr/iomgr_posix.c
278 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700279 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700280 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700281 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/pollset_set_windows.c
283 - src/core/lib/iomgr/pollset_windows.c
284 - src/core/lib/iomgr/resolve_address_posix.c
285 - src/core/lib/iomgr/resolve_address_windows.c
286 - src/core/lib/iomgr/sockaddr_utils.c
287 - src/core/lib/iomgr/socket_utils_common_posix.c
288 - src/core/lib/iomgr/socket_utils_linux.c
289 - src/core/lib/iomgr/socket_utils_posix.c
290 - src/core/lib/iomgr/socket_windows.c
291 - src/core/lib/iomgr/tcp_client_posix.c
292 - src/core/lib/iomgr/tcp_client_windows.c
293 - src/core/lib/iomgr/tcp_posix.c
294 - src/core/lib/iomgr/tcp_server_posix.c
295 - src/core/lib/iomgr/tcp_server_windows.c
296 - src/core/lib/iomgr/tcp_windows.c
297 - src/core/lib/iomgr/time_averaged_stats.c
298 - src/core/lib/iomgr/timer.c
299 - src/core/lib/iomgr/timer_heap.c
300 - src/core/lib/iomgr/udp_server.c
301 - src/core/lib/iomgr/unix_sockets_posix.c
302 - src/core/lib/iomgr/unix_sockets_posix_noop.c
303 - src/core/lib/iomgr/wakeup_fd_eventfd.c
304 - src/core/lib/iomgr/wakeup_fd_nospecial.c
305 - src/core/lib/iomgr/wakeup_fd_pipe.c
306 - src/core/lib/iomgr/wakeup_fd_posix.c
307 - src/core/lib/iomgr/workqueue_posix.c
308 - src/core/lib/iomgr/workqueue_windows.c
309 - src/core/lib/json/json.c
310 - src/core/lib/json/json_reader.c
311 - src/core/lib/json/json_string.c
312 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/surface/alarm.c
314 - src/core/lib/surface/api_trace.c
315 - src/core/lib/surface/byte_buffer.c
316 - src/core/lib/surface/byte_buffer_reader.c
317 - src/core/lib/surface/call.c
318 - src/core/lib/surface/call_details.c
319 - src/core/lib/surface/call_log_batch.c
320 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/surface/channel_init.c
322 - src/core/lib/surface/channel_ping.c
323 - src/core/lib/surface/channel_stack_type.c
324 - src/core/lib/surface/completion_queue.c
325 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/surface/lame_client.c
327 - src/core/lib/surface/metadata_array.c
328 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/surface/validate_metadata.c
330 - src/core/lib/surface/version.c
331 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/transport/connectivity_state.c
333 - src/core/lib/transport/metadata.c
334 - src/core/lib/transport/metadata_batch.c
335 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400336 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/transport/transport.c
338 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700339 deps:
340 - gpr
341 uses:
342 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700343- name: grpc_client_config
344 headers:
345 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700346 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700347 - src/core/ext/client_config/connector.h
348 - src/core/ext/client_config/initial_connect_string.h
349 - src/core/ext/client_config/lb_policy.h
350 - src/core/ext/client_config/lb_policy_factory.h
351 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700352 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/resolver.h
354 - src/core/ext/client_config/resolver_factory.h
355 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700356 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700357 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700358 - src/core/ext/client_config/subchannel_index.h
359 - src/core/ext/client_config/uri_parser.h
360 src:
361 - src/core/ext/client_config/channel_connectivity.c
362 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700363 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700364 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700365 - src/core/ext/client_config/connector.c
366 - src/core/ext/client_config/default_initial_connect_string.c
367 - src/core/ext/client_config/initial_connect_string.c
368 - src/core/ext/client_config/lb_policy.c
369 - src/core/ext/client_config/lb_policy_factory.c
370 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700371 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700372 - src/core/ext/client_config/resolver.c
373 - src/core/ext/client_config/resolver_factory.c
374 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700375 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700377 - src/core/ext/client_config/subchannel_index.c
378 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700379 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700380 uses:
381 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800382- name: grpc_codegen
383 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700384 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800385 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800386 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800387 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800388 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800389 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700390 uses:
391 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700392- name: grpc_lb_policy_grpclb
393 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700394 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700395 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700396 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700397 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700398 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700399 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700400 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700401 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700402 uses:
403 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700405 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700406- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700407 src:
408 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700409 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700413- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700414 src:
415 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700416 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700417 uses:
418 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700419 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700420- name: grpc_load_reporting
421 headers:
422 - src/core/ext/load_reporting/load_reporting.h
423 - src/core/ext/load_reporting/load_reporting_filter.h
424 src:
425 - src/core/ext/load_reporting/load_reporting.c
426 - src/core/ext/load_reporting/load_reporting_filter.c
427 plugin: grpc_load_reporting_plugin
428 uses:
429 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700430- name: grpc_resolver_dns_native
431 src:
432 - src/core/ext/resolver/dns/native/dns_resolver.c
433 plugin: grpc_resolver_dns_native
434 uses:
435 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700437- name: grpc_resolver_sockaddr
438 src:
439 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
440 plugin: grpc_resolver_sockaddr
441 uses:
442 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700443 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100444- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700445 public_headers:
446 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100447 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700448 - src/core/lib/security/context/security_context.h
449 - src/core/lib/security/credentials/composite/composite_credentials.h
450 - src/core/lib/security/credentials/credentials.h
451 - src/core/lib/security/credentials/fake/fake_credentials.h
452 - src/core/lib/security/credentials/google_default/google_default_credentials.h
453 - src/core/lib/security/credentials/iam/iam_credentials.h
454 - src/core/lib/security/credentials/jwt/json_token.h
455 - src/core/lib/security/credentials/jwt/jwt_credentials.h
456 - src/core/lib/security/credentials/jwt/jwt_verifier.h
457 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
458 - src/core/lib/security/credentials/plugin/plugin_credentials.h
459 - src/core/lib/security/credentials/ssl/ssl_credentials.h
460 - src/core/lib/security/transport/auth_filters.h
461 - src/core/lib/security/transport/handshake.h
462 - src/core/lib/security/transport/secure_endpoint.h
463 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700464 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700465 - src/core/lib/security/util/b64.h
466 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100467 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700468 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700469 - src/core/lib/security/context/security_context.c
470 - src/core/lib/security/credentials/composite/composite_credentials.c
471 - src/core/lib/security/credentials/credentials.c
472 - src/core/lib/security/credentials/credentials_metadata.c
473 - src/core/lib/security/credentials/fake/fake_credentials.c
474 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700475 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700476 - src/core/lib/security/credentials/google_default/google_default_credentials.c
477 - src/core/lib/security/credentials/iam/iam_credentials.c
478 - src/core/lib/security/credentials/jwt/json_token.c
479 - src/core/lib/security/credentials/jwt/jwt_credentials.c
480 - src/core/lib/security/credentials/jwt/jwt_verifier.c
481 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
482 - src/core/lib/security/credentials/plugin/plugin_credentials.c
483 - src/core/lib/security/credentials/ssl/ssl_credentials.c
484 - src/core/lib/security/transport/client_auth_filter.c
485 - src/core/lib/security/transport/handshake.c
486 - src/core/lib/security/transport/secure_endpoint.c
487 - src/core/lib/security/transport/security_connector.c
488 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700489 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700490 - src/core/lib/security/util/b64.c
491 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700492 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700493 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700494 uses:
495 - grpc_base
496 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700497 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700498- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700499 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700500 headers:
501 - test/core/end2end/cq_verifier.h
502 - test/core/end2end/fixtures/proxy.h
503 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700504 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200505 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700506 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700507 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700508 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700509 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700510 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/slice_splitter.h
512 src:
513 - test/core/end2end/cq_verifier.c
514 - test/core/end2end/fixtures/proxy.c
515 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700516 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200517 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700518 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700520 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700522 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/port_windows.c
524 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700525 deps:
526 - grpc
527 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700528- name: grpc_transport_chttp2
529 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700530 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700531 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700532 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
533 - src/core/ext/transport/chttp2/transport/frame.h
534 - src/core/ext/transport/chttp2/transport/frame_data.h
535 - src/core/ext/transport/chttp2/transport/frame_goaway.h
536 - src/core/ext/transport/chttp2/transport/frame_ping.h
537 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
538 - src/core/ext/transport/chttp2/transport/frame_settings.h
539 - src/core/ext/transport/chttp2/transport/frame_window_update.h
540 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
541 - src/core/ext/transport/chttp2/transport/hpack_parser.h
542 - src/core/ext/transport/chttp2/transport/hpack_table.h
543 - src/core/ext/transport/chttp2/transport/http2_errors.h
544 - src/core/ext/transport/chttp2/transport/huffsyms.h
545 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
546 - src/core/ext/transport/chttp2/transport/internal.h
547 - src/core/ext/transport/chttp2/transport/status_conversion.h
548 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700549 - src/core/ext/transport/chttp2/transport/varint.h
550 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700551 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700552 - src/core/ext/transport/chttp2/transport/bin_encoder.c
553 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700554 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
555 - src/core/ext/transport/chttp2/transport/frame_data.c
556 - src/core/ext/transport/chttp2/transport/frame_goaway.c
557 - src/core/ext/transport/chttp2/transport/frame_ping.c
558 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
559 - src/core/ext/transport/chttp2/transport/frame_settings.c
560 - src/core/ext/transport/chttp2/transport/frame_window_update.c
561 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
562 - src/core/ext/transport/chttp2/transport/hpack_parser.c
563 - src/core/ext/transport/chttp2/transport/hpack_table.c
564 - src/core/ext/transport/chttp2/transport/huffsyms.c
565 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
566 - src/core/ext/transport/chttp2/transport/parsing.c
567 - src/core/ext/transport/chttp2/transport/status_conversion.c
568 - src/core/ext/transport/chttp2/transport/stream_lists.c
569 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700570 - src/core/ext/transport/chttp2/transport/varint.c
571 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700572 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700573 uses:
574 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700575 - grpc_transport_chttp2_alpn
576- name: grpc_transport_chttp2_alpn
577 headers:
578 - src/core/ext/transport/chttp2/alpn/alpn.h
579 src:
580 - src/core/ext/transport/chttp2/alpn/alpn.c
581 deps:
582 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700583- name: grpc_transport_chttp2_client_insecure
584 src:
585 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700586 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700587 uses:
588 - grpc_transport_chttp2
589 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700590 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2_client_secure
592 src:
593 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700594 uses:
595 - grpc_transport_chttp2
596 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700597 - grpc_client_config
598 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700599- name: grpc_transport_chttp2_server_insecure
600 src:
601 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700602 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700606- name: grpc_transport_chttp2_server_secure
607 src:
608 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700609 uses:
610 - grpc_transport_chttp2
611 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700612 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700613- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700614 public_headers:
615 - include/grpc/grpc_cronet.h
616 - include/grpc/grpc_security.h
617 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700618 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700619 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
620 src:
621 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
622 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
623 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700624 filegroups:
625 - grpc_base
626 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800627- name: nanopb
628 headers:
629 - third_party/nanopb/pb.h
630 - third_party/nanopb/pb_common.h
631 - third_party/nanopb/pb_decode.h
632 - third_party/nanopb/pb_encode.h
633 src:
634 - third_party/nanopb/pb_common.c
635 - third_party/nanopb/pb_decode.c
636 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700637- name: tsi
638 headers:
639 - src/core/lib/tsi/fake_transport_security.h
640 - src/core/lib/tsi/ssl_transport_security.h
641 - src/core/lib/tsi/ssl_types.h
642 - src/core/lib/tsi/transport_security.h
643 - src/core/lib/tsi/transport_security_interface.h
644 src:
645 - src/core/lib/tsi/fake_transport_security.c
646 - src/core/lib/tsi/ssl_transport_security.c
647 - src/core/lib/tsi/transport_security.c
648 deps:
649 - gpr
650 secure: true
651- name: grpc++_base
652 language: c++
653 public_headers:
654 - include/grpc++/alarm.h
655 - include/grpc++/channel.h
656 - include/grpc++/client_context.h
657 - include/grpc++/completion_queue.h
658 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700659 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700660 - include/grpc++/generic/async_generic_service.h
661 - include/grpc++/generic/generic_stub.h
662 - include/grpc++/grpc++.h
663 - include/grpc++/impl/call.h
664 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700665 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700666 - include/grpc++/impl/grpc_library.h
667 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/impl/rpc_method.h
669 - include/grpc++/impl/rpc_service_method.h
670 - include/grpc++/impl/serialization_traits.h
671 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700672 - include/grpc++/impl/server_builder_plugin.h
673 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - include/grpc++/impl/service_type.h
675 - include/grpc++/impl/sync.h
676 - include/grpc++/impl/sync_cxx11.h
677 - include/grpc++/impl/sync_no_cxx11.h
678 - include/grpc++/impl/thd.h
679 - include/grpc++/impl/thd_cxx11.h
680 - include/grpc++/impl/thd_no_cxx11.h
681 - include/grpc++/security/auth_context.h
682 - include/grpc++/security/auth_metadata_processor.h
683 - include/grpc++/security/credentials.h
684 - include/grpc++/security/server_credentials.h
685 - include/grpc++/server.h
686 - include/grpc++/server_builder.h
687 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700688 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700689 - include/grpc++/support/async_stream.h
690 - include/grpc++/support/async_unary_call.h
691 - include/grpc++/support/byte_buffer.h
692 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700693 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700694 - include/grpc++/support/slice.h
695 - include/grpc++/support/status.h
696 - include/grpc++/support/status_code_enum.h
697 - include/grpc++/support/string_ref.h
698 - include/grpc++/support/stub_options.h
699 - include/grpc++/support/sync_stream.h
700 - include/grpc++/support/time.h
701 headers:
702 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700703 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - src/cpp/server/dynamic_thread_pool.h
705 - src/cpp/server/thread_pool_interface.h
706 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700707 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - src/cpp/client/client_context.cc
709 - src/cpp/client/create_channel.cc
710 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700711 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700712 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700713 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700714 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700715 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700716 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 - src/cpp/common/core_codegen.cc
718 - src/cpp/common/rpc_method.cc
719 - src/cpp/server/async_generic_service.cc
720 - src/cpp/server/create_default_thread_pool.cc
721 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700723 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700724 - src/cpp/server/server_context.cc
725 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700726 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700727 - src/cpp/util/byte_buffer_cc.cc
728 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - src/cpp/util/status.cc
730 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700731 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200733 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700734 - grpc++_codegen_base
735- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 language: c++
737 public_headers:
738 - include/grpc++/impl/codegen/async_stream.h
739 - include/grpc++/impl/codegen/async_unary_call.h
740 - include/grpc++/impl/codegen/call.h
741 - include/grpc++/impl/codegen/call_hook.h
742 - include/grpc++/impl/codegen/channel_interface.h
743 - include/grpc++/impl/codegen/client_context.h
744 - include/grpc++/impl/codegen/client_unary_call.h
745 - include/grpc++/impl/codegen/completion_queue.h
746 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700747 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - include/grpc++/impl/codegen/core_codegen_interface.h
749 - include/grpc++/impl/codegen/create_auth_context.h
750 - include/grpc++/impl/codegen/grpc_library.h
751 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752 - include/grpc++/impl/codegen/rpc_method.h
753 - include/grpc++/impl/codegen/rpc_service_method.h
754 - include/grpc++/impl/codegen/security/auth_context.h
755 - include/grpc++/impl/codegen/serialization_traits.h
756 - include/grpc++/impl/codegen/server_context.h
757 - include/grpc++/impl/codegen/server_interface.h
758 - include/grpc++/impl/codegen/service_type.h
759 - include/grpc++/impl/codegen/status.h
760 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700761 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 - include/grpc++/impl/codegen/string_ref.h
763 - include/grpc++/impl/codegen/stub_options.h
764 - include/grpc++/impl/codegen/sync.h
765 - include/grpc++/impl/codegen/sync_cxx11.h
766 - include/grpc++/impl/codegen/sync_no_cxx11.h
767 - include/grpc++/impl/codegen/sync_stream.h
768 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 uses:
770 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700771- name: grpc++_codegen_base_src
772 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 src:
774 - src/cpp/codegen/codegen_init.cc
775 uses:
yang-gddc3ebb2016-06-13 10:40:32 -0700776 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700777- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 language: c++
779 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700780 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 uses:
yang-g17487f92016-06-03 15:21:15 -0700782 - grpc++_codegen_base
783 - grpc++_config_proto
784- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 language: c++
786 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700788- name: grpc++_reflection_proto
789 language: c++
790 public_headers:
791 - include/grpc++/ext/reflection.grpc.pb.h
792 - include/grpc++/ext/reflection.pb.h
793 src:
794 - src/cpp/ext/reflection.grpc.pb.cc
795 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700796 uses:
797 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700798- name: thrift_util
799 language: c++
800 public_headers:
801 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700802 - include/grpc++/impl/codegen/thrift_utils.h
803 uses:
804 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100805libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800806- name: gpr
807 build: all
808 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700810 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800811 secure: false
812 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
813- name: gpr_test_util
814 build: private
815 language: c
816 headers:
817 - test/core/util/test_config.h
818 src:
819 - test/core/util/test_config.c
820 deps:
821 - gpr
822 secure: false
823 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700824- name: grpc
825 build: all
826 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 src:
828 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800830 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700831 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700832 filegroups:
833 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700834 - grpc_transport_chttp2_server_secure
835 - grpc_transport_chttp2_client_secure
836 - grpc_transport_chttp2_server_insecure
837 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700838 - grpc_lb_policy_grpclb
839 - grpc_lb_policy_pick_first
840 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700841 - grpc_resolver_dns_native
842 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700843 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100844 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700845 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700846 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700848 vs_packages:
849 - grpc.dependencies.openssl
850 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700852- name: grpc_cronet
853 build: all
854 language: c
855 src:
856 - src/core/lib/surface/init.c
857 baselib: true
858 deps_linkage: static
859 dll: true
860 filegroups:
861 - grpc_base
862 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700863 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700864 generate_plugin_registry: true
865 platforms:
866 - linux
867 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100868- name: grpc_dll
869 build: private
870 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100871 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100872 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100873 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100874 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100875 build_system:
876 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100877 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100878 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100879 vs_config_type: DynamicLibrary
880 vs_packages:
881 - grpc.dependencies.openssl
882 - grpc.dependencies.zlib
883 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
884 vs_props:
885 - zlib
886 - openssl
887 - winsock
888 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889- name: grpc_test_util
890 build: private
891 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700892 headers:
893 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800894 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700895 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700896 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700897 - test/core/end2end/data/server1_cert.c
898 - test/core/end2end/data/server1_key.c
899 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800900 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700901 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800902 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700904 - grpc
905 filegroups:
906 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700907 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700908 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
909- name: grpc_test_util_unsecure
910 build: private
911 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800913 - gpr
914 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800915 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700916 filegroups:
917 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 secure: false
919 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
920- name: grpc_unsecure
921 build: all
922 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700923 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700924 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700925 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800927 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700929 filegroups:
930 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700931 - grpc_transport_chttp2_server_insecure
932 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700933 - grpc_resolver_dns_native
934 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700935 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700936 - grpc_lb_policy_grpclb
937 - grpc_lb_policy_pick_first
938 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700939 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700940 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941 secure: false
942 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943- name: reconnect_server
944 build: private
945 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700946 headers:
947 - test/core/util/reconnect_server.h
948 src:
949 - test/core/util/reconnect_server.c
950 deps:
yang-gc9fca182015-11-06 16:41:33 -0800951 - test_tcp_server
952 - grpc_test_util
953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800954 - gpr_test_util
955 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800956- name: test_tcp_server
957 build: private
958 language: c
959 headers:
960 - test/core/util/test_tcp_server.h
961 src:
962 - test/core/util/test_tcp_server.c
963 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700964 - grpc_test_util
965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800966 - gpr_test_util
967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968- name: grpc++
969 build: all
970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700971 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700972 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700973 - src/cpp/client/secure_credentials.h
974 - src/cpp/common/secure_auth_context.h
975 - src/cpp/server/secure_server_credentials.h
976 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700977 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700978 - src/cpp/client/secure_credentials.cc
979 - src/cpp/common/auth_property_iterator.cc
980 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800981 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700982 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700983 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700984 - src/cpp/server/secure_server_credentials.cc
985 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700986 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 baselib: true
988 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700989 filegroups:
990 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700991 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700992 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993 secure: check
994 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700995- name: grpc++_reflection
996 build: all
997 language: c++
998 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700999 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001000 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001001 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001002 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001003 - src/cpp/ext/proto_server_reflection.cc
1004 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001005 deps:
1006 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001007 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001008 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001009- name: grpc++_reflection_codegen
1010 build: private
1011 language: c++
1012 src:
1013 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014- name: grpc++_test_config
1015 build: private
1016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001017 headers:
1018 - test/cpp/util/test_config.h
1019 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001020 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001021- name: grpc++_test_util
1022 build: private
1023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001024 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001025 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001026 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001027 - test/cpp/util/create_test_channel.h
1028 - test/cpp/util/string_ref_helper.h
1029 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001030 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001031 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001032 - src/proto/grpc/testing/echo_messages.proto
1033 - src/proto/grpc/testing/echo.proto
1034 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001035 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001036 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001037 - test/cpp/util/create_test_channel.cc
1038 - test/cpp/util/string_ref_helper.cc
1039 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001040 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001041 deps:
1042 - grpc++
1043 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001044 filegroups:
1045 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001046 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001047 - grpc++_codegen_proto
1048 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001049 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: grpc++_unsecure
1051 build: all
1052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001053 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001054 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001055 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001056 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001057 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001059 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 baselib: true
1061 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001062 filegroups:
1063 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001064 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001065 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066 secure: false
1067 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001068- name: grpc_cli_libs
1069 build: private
1070 language: c++
1071 headers:
1072 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001073 - test/cpp/util/cli_credentials.h
1074 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001075 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001076 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001077 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001078 src:
1079 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001080 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001081 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001082 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001083 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001084 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001085 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001086 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001087 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088- name: grpc_plugin_support
1089 build: protoc
1090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001091 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/compiler/config.h
1093 - src/compiler/cpp_generator.h
1094 - src/compiler/cpp_generator_helpers.h
1095 - src/compiler/csharp_generator.h
1096 - src/compiler/csharp_generator_helpers.h
1097 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001098 - src/compiler/node_generator.h
1099 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/compiler/objective_c_generator.h
1101 - src/compiler/objective_c_generator_helpers.h
1102 - src/compiler/python_generator.h
1103 - src/compiler/ruby_generator.h
1104 - src/compiler/ruby_generator_helpers-inl.h
1105 - src/compiler/ruby_generator_map-inl.h
1106 - src/compiler/ruby_generator_string-inl.h
1107 src:
1108 - src/compiler/cpp_generator.cc
1109 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001110 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001111 - src/compiler/objective_c_generator.cc
1112 - src/compiler/python_generator.cc
1113 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001114 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001115 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 secure: false
1117 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001118 vs_props:
1119 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120- name: interop_client_helper
1121 build: private
1122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001123 headers:
1124 - test/cpp/interop/client_helper.h
1125 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001126 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001127 - test/cpp/interop/client_helper.cc
1128 deps:
1129 - grpc++_test_util
1130 - grpc_test_util
1131 - grpc++
1132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: interop_client_main
1135 build: private
1136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001137 headers:
1138 - test/cpp/interop/interop_client.h
1139 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001140 - src/proto/grpc/testing/empty.proto
1141 - src/proto/grpc/testing/messages.proto
1142 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001143 - test/cpp/interop/client.cc
1144 - test/cpp/interop/interop_client.cc
1145 deps:
1146 - interop_client_helper
1147 - grpc++_test_util
1148 - grpc_test_util
1149 - grpc++
1150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr_test_util
1152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001153 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: interop_server_helper
1155 build: private
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
1158 - test/cpp/interop/server_helper.h
1159 src:
1160 - test/cpp/interop/server_helper.cc
1161 deps:
1162 - grpc_test_util
1163 - grpc++
1164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001166- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167 build: private
1168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001170 - src/proto/grpc/testing/empty.proto
1171 - src/proto/grpc/testing/messages.proto
1172 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001173 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001174 deps:
1175 - interop_server_helper
1176 - grpc++_test_util
1177 - grpc_test_util
1178 - grpc++
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr_test_util
1181 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001182 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001183- name: interop_server_main
1184 build: private
1185 language: c++
1186 src:
1187 - test/cpp/interop/interop_server_bootstrap.cc
1188 deps:
1189 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: qps
1191 build: private
1192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001193 headers:
1194 - test/cpp/qps/client.h
1195 - test/cpp/qps/driver.h
1196 - test/cpp/qps/histogram.h
1197 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001198 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001199 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001200 - test/cpp/qps/qps_worker.h
1201 - test/cpp/qps/report.h
1202 - test/cpp/qps/server.h
1203 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001204 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001205 - test/cpp/util/benchmark_config.h
1206 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001207 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001208 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001209 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001210 - src/proto/grpc/testing/control.proto
1211 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001212 - test/cpp/qps/client_async.cc
1213 - test/cpp/qps/client_sync.cc
1214 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001215 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001216 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/qps/qps_worker.cc
1218 - test/cpp/qps/report.cc
1219 - test/cpp/qps/server_async.cc
1220 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001221 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001222 - test/cpp/util/benchmark_config.cc
1223 deps:
1224 - grpc_test_util
1225 - grpc++_test_util
1226 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227- name: grpc_csharp_ext
1228 build: all
1229 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001230 src:
1231 - src/csharp/ext/grpc_csharp_ext.c
1232 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001235 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001236 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237 dll: only
1238 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001239 vs_packages:
1240 - grpc.dependencies.openssl
1241 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001243 vs_props:
1244 - zlib
1245 - openssl
1246 - winsock
1247 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001249- name: alarm_test
1250 build: test
1251 language: c
1252 src:
1253 - test/core/surface/alarm_test.c
1254 deps:
1255 - grpc_test_util
1256 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001257 - gpr_test_util
1258 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001259- name: algorithm_test
1260 build: test
1261 language: c
1262 src:
1263 - test/core/compression/algorithm_test.c
1264 deps:
1265 - grpc_test_util
1266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001269- name: alloc_test
1270 build: test
1271 language: c
1272 src:
1273 - test/core/support/alloc_test.c
1274 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001275 - gpr_test_util
1276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001277- name: alpn_test
1278 build: test
1279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001280 src:
1281 - test/core/transport/chttp2/alpn_test.c
1282 deps:
1283 - grpc_test_util
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001287- name: api_fuzzer
1288 build: fuzzer
1289 language: c
1290 src:
1291 - test/core/end2end/fuzzers/api_fuzzer.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
1295 - gpr_test_util
1296 - gpr
1297 corpus_dirs:
1298 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001299 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001300 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001301- name: bad_server_response_test
1302 build: test
1303 language: c
1304 src:
1305 - test/core/end2end/bad_server_response_test.c
1306 deps:
1307 - test_tcp_server
1308 - grpc_test_util
1309 - grpc
1310 - gpr_test_util
1311 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001312- name: bin_decoder_test
1313 build: test
1314 language: c
1315 src:
1316 - test/core/transport/chttp2/bin_decoder_test.c
1317 deps:
1318 - grpc_test_util
1319 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: bin_encoder_test
1321 build: test
1322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001323 src:
1324 - test/core/transport/chttp2/bin_encoder_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001328- name: census_context_test
1329 build: test
1330 language: c
1331 src:
1332 - test/core/census/context_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001338- name: census_resource_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/census/resource_test.c
1343 deps:
1344 - grpc_test_util
1345 - grpc
1346 - gpr_test_util
1347 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001348- name: channel_create_test
1349 build: test
1350 language: c
1351 src:
1352 - test/core/surface/channel_create_test.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001358- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001359 build: test
1360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001362 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001363 deps:
1364 - grpc_test_util
1365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr_test_util
1367 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001368- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369 build: test
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001372 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001373 deps:
1374 - grpc_test_util
1375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 - gpr_test_util
1377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: chttp2_stream_map_test
1379 build: test
1380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001381 src:
1382 - test/core/transport/chttp2/stream_map_test.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr_test_util
1387 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001388- name: chttp2_varint_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/transport/chttp2/varint_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001398- name: client_fuzzer
1399 build: fuzzer
1400 language: c
1401 src:
1402 - test/core/end2end/fuzzers/client_fuzzer.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
1406 - gpr_test_util
1407 - gpr
1408 corpus_dirs:
1409 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001410 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001411 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001412- name: combiner_test
1413 cpu_cost: 30
1414 build: test
1415 language: c
1416 src:
1417 - test/core/iomgr/combiner_test.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
1421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: compression_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/compression/compression_test.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001431 - gpr_test_util
1432 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001433- name: concurrent_connectivity_test
1434 build: test
1435 language: c
1436 src:
1437 - test/core/surface/concurrent_connectivity_test.c
1438 deps:
1439 - grpc_test_util
1440 - grpc
1441 - gpr_test_util
1442 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001443- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001444 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001445 build: test
1446 language: c
1447 src:
1448 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
1452 - gpr_test_util
1453 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001454- name: dns_resolver_test
1455 build: test
1456 language: c
1457 src:
1458 - test/core/client_config/resolvers/dns_resolver_test.c
1459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001465 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/end2end/dualstack_socket_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001475 platforms:
1476 - mac
1477 - linux
1478 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001479- name: endpoint_pair_test
1480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/iomgr/endpoint_pair_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001489- name: ev_epoll_linux_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/iomgr/ev_epoll_linux_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
1497 - gpr_test_util
1498 - gpr
1499 platforms:
1500 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: fd_conservation_posix_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/iomgr/fd_conservation_posix_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001511 platforms:
1512 - mac
1513 - linux
1514 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: fd_posix_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/iomgr/fd_posix_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001525 platforms:
1526 - mac
1527 - linux
1528 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: fling_client
1530 build: test
1531 run: false
1532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001533 src:
1534 - test/core/fling/client.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001540- name: fling_server
1541 build: test
1542 run: false
1543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
1545 - test/core/fling/server.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001552 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/fling/fling_stream_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001562 platforms:
1563 - mac
1564 - linux
1565 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001567 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568 build: test
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/fling/fling_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001577 platforms:
1578 - mac
1579 - linux
1580 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: gen_hpack_tables
1582 build: tool
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - tools/codegen/core/gen_hpack_tables.c
1586 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001588 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: gen_legal_metadata_characters
1590 build: tool
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001595- name: gen_percent_encoding_tables
1596 build: tool
1597 language: c
1598 src:
1599 - tools/codegen/core/gen_percent_encoding_tables.c
1600 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001601- name: goaway_server_test
1602 cpu_cost: 0.1
1603 build: test
1604 language: c
1605 src:
1606 - test/core/end2end/goaway_server_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
1610 - gpr_test_util
1611 - gpr
1612 platforms:
1613 - mac
1614 - linux
1615 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001616- name: gpr_avl_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/support/avl_test.c
1621 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001624- name: gpr_backoff_test
1625 build: test
1626 language: c
1627 src:
1628 - test/core/support/backoff_test.c
1629 deps:
1630 - gpr_test_util
1631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: gpr_cmdline_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/support/cmdline_test.c
1637 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001640- name: gpr_cpu_test
1641 build: test
1642 language: c
1643 src:
1644 - test/core/support/cpu_test.c
1645 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: gpr_env_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/support/env_test.c
1653 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001654 - gpr_test_util
1655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: gpr_histogram_test
1657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/support/histogram_test.c
1661 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: gpr_host_port_test
1665 build: test
1666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001667 src:
1668 - test/core/support/host_port_test.c
1669 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: gpr_log_test
1673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/support/log_test.c
1677 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001680- name: gpr_mpscq_test
1681 cpu_cost: 30
1682 build: test
1683 language: c
1684 src:
1685 - test/core/support/mpscq_test.c
1686 deps:
1687 - gpr_test_util
1688 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001689- name: gpr_percent_encoding_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001694 deps:
1695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: gpr_slice_buffer_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/support/slice_buffer_test.c
1702 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: gpr_slice_test
1706 build: test
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/support/slice_test.c
1710 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001714 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/support/stack_lockfree_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_string_test
1723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/support/string_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: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001731 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/support/sync_test.c
1736 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001740 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/support/thd_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: gpr_time_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/support/time_test.c
1753 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: gpr_tls_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/support/tls_test.c
1761 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: gpr_useful_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/support/useful_test.c
1769 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: grpc_auth_context_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/security/auth_context_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001782- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001786 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001787 deps:
1788 - grpc_test_util
1789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: grpc_byte_buffer_reader_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/surface/byte_buffer_reader_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: grpc_channel_args_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/channel/channel_args_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: grpc_channel_stack_test
1813 build: test
1814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001815 src:
1816 - test/core/channel/channel_stack_test.c
1817 deps:
1818 - grpc_test_util
1819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr_test_util
1821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: grpc_completion_queue_test
1823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/surface/completion_queue_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: grpc_create_jwt
1833 build: tool
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/security/create_jwt.c
1837 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001840 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: grpc_credentials_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/security/credentials_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001852 build: test
1853 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001855 src:
1856 - test/core/security/fetch_oauth2.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001862- name: grpc_invalid_channel_args_test
1863 build: test
1864 language: c
1865 src:
1866 - test/core/surface/invalid_channel_args_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_json_token_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/security/json_token_test.c
1877 deps:
1878 - grpc_test_util
1879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001882 platforms:
1883 - linux
1884 - posix
1885 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: grpc_jwt_verifier_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/security/jwt_verifier_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: grpc_print_google_default_creds_token
1897 build: tool
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
1900 - test/core/security/print_google_default_creds_token.c
1901 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: grpc_security_connector_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/security/security_connector_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914- name: grpc_verify_jwt
1915 build: tool
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/security/verify_jwt.c
1919 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001922- name: hpack_parser_fuzzer_test
1923 build: fuzzer
1924 language: c
1925 src:
1926 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
1930 - gpr_test_util
1931 - gpr
1932 corpus_dirs:
1933 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001934 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001935 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: hpack_parser_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/transport/chttp2/hpack_parser_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: hpack_table_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/transport/chttp2/hpack_table_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001956- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001960 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001966- name: http_request_fuzzer_test
1967 build: fuzzer
1968 language: c
1969 src:
1970 - test/core/http/request_fuzzer.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
1974 - gpr_test_util
1975 - gpr
1976 corpus_dirs:
1977 - test/core/http/corpus
1978 maxlen: 2048
1979- name: http_response_fuzzer_test
1980 build: fuzzer
1981 language: c
1982 src:
1983 - test/core/http/response_fuzzer.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
1987 - gpr_test_util
1988 - gpr
1989 corpus_dirs:
1990 - test/core/http/corpus
1991 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001992- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001996 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002003 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002007 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002013 platforms:
2014 - mac
2015 - linux
2016 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002017- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002018 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002019 build: test
2020 language: c
2021 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002022 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002028 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002029 - linux
yang-gf1183302015-12-07 16:02:05 -08002030- name: init_test
2031 build: test
2032 language: c
2033 src:
2034 - test/core/surface/init_test.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002040- name: internal_api_canary_iomgr_test
2041 build: test
2042 run: false
2043 language: c
2044 src:
2045 - test/core/internal_api_canaries/iomgr.c
2046 deps:
2047 - grpc_test_util
2048 - grpc
2049 - gpr_test_util
2050 - gpr
2051- name: internal_api_canary_support_test
2052 build: test
2053 run: false
2054 language: c
2055 src:
2056 - test/core/internal_api_canaries/iomgr.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
2062- name: internal_api_canary_transport_test
2063 build: test
2064 run: false
2065 language: c
2066 src:
2067 - test/core/internal_api_canaries/iomgr.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
2071 - gpr_test_util
2072 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002073- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002074 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002075 build: test
2076 language: c
2077 src:
2078 - test/core/end2end/invalid_call_argument_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002084- name: json_fuzzer_test
2085 build: fuzzer
2086 language: c
2087 src:
2088 - test/core/json/fuzzer.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
2092 - gpr_test_util
2093 - gpr
2094 corpus_dirs:
2095 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002096 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: json_rewrite
2098 build: test
2099 run: false
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/json/json_rewrite.c
2103 deps:
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: json_rewrite_test
2107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/json/json_rewrite_test.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002116- name: json_stream_error_test
2117 build: test
2118 language: c
2119 src:
2120 - test/core/json/json_stream_error_test.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: json_test
2127 build: test
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/json/json_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: lame_client_test
2137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/surface/lame_client_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002146- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002147 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002148 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/client_config/lb_policies_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002158- name: load_file_test
2159 build: test
2160 language: c
2161 src:
2162 - test/core/iomgr/load_file_test.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168- name: low_level_ping_pong_benchmark
2169 build: benchmark
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - test/core/network_benchmarks/low_level_ping_pong.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002178 platforms:
2179 - mac
2180 - linux
2181 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: message_compress_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/compression/message_compress_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002192- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002193 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002194 build: test
2195 language: c
2196 src:
2197 - test/core/census/mlog_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
2201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: multiple_server_queues_test
2204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/end2end/multiple_server_queues_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: murmur_hash_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/support/murmur_hash_test.c
2218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002219 - gpr_test_util
2220 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002221- name: nanopb_fuzzer_response_test
2222 build: fuzzer
2223 language: c
2224 src:
2225 - test/core/nanopb/fuzzer_response.c
2226 deps:
2227 - grpc_test_util
2228 - grpc
2229 - gpr_test_util
2230 - gpr
2231 corpus_dirs:
2232 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002233 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002234- name: nanopb_fuzzer_serverlist_test
2235 build: fuzzer
2236 language: c
2237 src:
2238 - test/core/nanopb/fuzzer_serverlist.c
2239 deps:
2240 - grpc_test_util
2241 - grpc
2242 - gpr_test_util
2243 - gpr
2244 corpus_dirs:
2245 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002246 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002248 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/end2end/no_server_test.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002258- name: percent_decode_fuzzer
2259 build: fuzzer
2260 language: c
2261 src:
2262 - test/core/support/percent_decode_fuzzer.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
2266 - gpr_test_util
2267 - gpr
2268 corpus_dirs:
2269 - test/core/support/percent_decode_corpus
2270 maxlen: 32
2271- name: percent_encode_fuzzer
2272 build: fuzzer
2273 language: c
2274 src:
2275 - test/core/support/percent_encode_fuzzer.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
2279 - gpr_test_util
2280 - gpr
2281 corpus_dirs:
2282 - test/core/support/percent_encode_corpus
2283 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: resolve_address_test
2285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/iomgr/resolve_address_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
yang-gd482e592015-12-10 14:04:00 -08002294- name: secure_channel_create_test
2295 build: test
2296 language: c
2297 src:
2298 - test/core/surface/secure_channel_create_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: secure_endpoint_test
2305 build: test
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - test/core/security/secure_endpoint_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002314- name: sequential_connectivity_test
2315 build: test
2316 language: c
2317 src:
2318 - test/core/surface/sequential_connectivity_test.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
2322 - gpr_test_util
2323 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002324- name: server_chttp2_test
2325 build: test
2326 language: c
2327 src:
2328 - test/core/surface/server_chttp2_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002334- name: server_fuzzer
2335 build: fuzzer
2336 language: c
2337 src:
2338 - test/core/end2end/fuzzers/server_fuzzer.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
2342 - gpr_test_util
2343 - gpr
2344 corpus_dirs:
2345 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002346 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002347 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002348- name: server_test
2349 build: test
2350 language: c
2351 src:
2352 - test/core/surface/server_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002358- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002359 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002360 build: test
2361 language: c
2362 src:
2363 - test/core/client_config/set_initial_connect_string_test.c
2364 deps:
2365 - test_tcp_server
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002370- name: sockaddr_resolver_test
2371 build: test
2372 language: c
2373 src:
2374 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: sockaddr_utils_test
2381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/core/iomgr/sockaddr_utils_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002390- name: socket_utils_test
2391 build: test
2392 language: c
2393 src:
2394 - test/core/iomgr/socket_utils_test.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002400 platforms:
2401 - mac
2402 - linux
2403 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002405 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406 build: test
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/iomgr/tcp_client_posix_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002415 platforms:
2416 - mac
2417 - linux
2418 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002420 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/iomgr/tcp_posix_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002430 platforms:
2431 - mac
2432 - linux
2433 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: tcp_server_posix_test
2435 build: test
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/core/iomgr/tcp_server_posix_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002444 platforms:
2445 - mac
2446 - linux
2447 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: time_averaged_stats_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/iomgr/time_averaged_stats_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: timeout_encoding_test
2459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002462 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002468- name: timer_heap_test
2469 build: test
2470 language: c
2471 src:
2472 - test/core/iomgr/timer_heap_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002478- name: timer_list_test
2479 build: test
2480 language: c
2481 src:
2482 - test/core/iomgr/timer_list_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002488- name: transport_connectivity_state_test
2489 build: test
2490 language: c
2491 src:
2492 - test/core/transport/connectivity_state_test.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: transport_metadata_test
2499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/transport/metadata_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: transport_security_test
2509 build: test
2510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002511 src:
2512 - test/core/tsi/transport_security_test.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002518 platforms:
2519 - linux
2520 - posix
2521 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: udp_server_test
2523 build: test
2524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/core/iomgr/udp_server_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002532 platforms:
2533 - mac
2534 - linux
2535 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002536- name: uri_fuzzer_test
2537 build: fuzzer
2538 language: c
2539 src:
2540 - test/core/client_config/uri_fuzzer_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 corpus_dirs:
2547 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002548 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549- name: uri_parser_test
2550 build: test
2551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002552 src:
2553 - test/core/client_config/uri_parser_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002559- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002560 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002561 build: test
2562 language: c++
2563 src:
2564 - test/cpp/common/alarm_cpp_test.cc
2565 deps:
2566 - grpc++_test_util
2567 - grpc_test_util
2568 - grpc++
2569 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002570 - gpr_test_util
2571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002573 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/cpp/end2end/async_end2end_test.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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002586 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 build: test
2588 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/cpp/common/auth_property_iterator_test.cc
2591 deps:
2592 - grpc++_test_util
2593 - grpc_test_util
2594 - grpc++
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002599 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 build: test
2601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
yang-g52705592015-11-25 11:45:33 -08002603 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002604 deps:
2605 - grpc++
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002609 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
2613 - test/cpp/util/cli_call_test.cc
2614 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002615 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002616 - grpc++_test_util
2617 - grpc_test_util
2618 - grpc++
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002623 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002624 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 build: test
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - test/cpp/end2end/client_crash_test.cc
2629 deps:
2630 - grpc++_test_util
2631 - grpc_test_util
2632 - grpc++
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002636 platforms:
2637 - mac
2638 - linux
2639 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: client_crash_test_server
2641 build: test
2642 run: false
2643 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002644 src:
2645 - test/cpp/end2end/client_crash_test_server.cc
2646 deps:
2647 - grpc++_test_util
2648 - grpc_test_util
2649 - grpc++
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002653- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002654 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002655 build: test
2656 language: c++
2657 src:
2658 - src/proto/grpc/testing/control.proto
2659 - src/proto/grpc/testing/messages.proto
2660 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002661 - src/proto/grpc/testing/services.proto
2662 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002663 - test/cpp/codegen/codegen_test_full.cc
2664 deps:
2665 - grpc++
2666 - grpc
2667 - gpr
2668 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002669 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002670- name: codegen_test_minimal
2671 gtest: true
2672 build: test
2673 language: c++
2674 src:
2675 - src/proto/grpc/testing/control.proto
2676 - src/proto/grpc/testing/messages.proto
2677 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002678 - src/proto/grpc/testing/services.proto
2679 - src/proto/grpc/testing/stats.proto
2680 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002681 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002682 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002683 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002685 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686 build: test
2687 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/cpp/client/credentials_test.cc
2690 deps:
2691 - grpc++
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002695 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696 build: test
2697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
2699 - test/cpp/util/byte_buffer_test.cc
2700 deps:
2701 - grpc_test_util
2702 - grpc++
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002707 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002708 build: test
2709 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
2711 - test/cpp/util/slice_test.cc
2712 deps:
2713 - grpc_test_util
2714 - grpc++
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002719 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 build: test
2721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/cpp/util/string_ref_test.cc
2724 deps:
2725 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002727 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 build: test
2729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002730 src:
2731 - test/cpp/util/time_test.cc
2732 deps:
2733 - grpc_test_util
2734 - grpc++
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002739 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002740 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741 build: test
2742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - test/cpp/end2end/end2end_test.cc
2745 deps:
2746 - grpc++_test_util
2747 - grpc_test_util
2748 - grpc++
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002752- name: filter_end2end_test
2753 gtest: true
2754 build: test
2755 language: c++
2756 src:
2757 - test/cpp/end2end/filter_end2end_test.cc
2758 deps:
2759 - grpc++_test_util
2760 - grpc_test_util
2761 - grpc++
2762 - grpc
2763 - gpr_test_util
2764 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002766 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767 build: test
2768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002769 src:
2770 - test/cpp/end2end/generic_end2end_test.cc
2771 deps:
2772 - grpc++_test_util
2773 - grpc_test_util
2774 - grpc++
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002778- name: golden_file_test
2779 gtest: true
2780 build: test
2781 language: c++
2782 src:
2783 - src/proto/grpc/testing/compiler_test.proto
2784 - test/cpp/codegen/golden_file_test.cc
2785 deps:
2786 - grpc++
2787 - grpc
2788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002789- name: grpc_cli
2790 build: test
2791 run: false
2792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/cpp/util/grpc_cli.cc
2795 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002796 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002797 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002798 - grpc++
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002801 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: grpc_cpp_plugin
2803 build: protoc
2804 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - src/compiler/cpp_plugin.cc
2807 deps:
2808 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809 secure: false
2810 vs_config_type: Application
2811 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2812- name: grpc_csharp_plugin
2813 build: protoc
2814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002815 src:
2816 - src/compiler/csharp_plugin.cc
2817 deps:
2818 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002819 secure: false
2820 vs_config_type: Application
2821 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002822- name: grpc_node_plugin
2823 build: protoc
2824 language: c++
2825 src:
2826 - src/compiler/node_plugin.cc
2827 deps:
2828 - grpc_plugin_support
2829 secure: false
2830 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: grpc_objective_c_plugin
2832 build: protoc
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - src/compiler/objective_c_plugin.cc
2836 deps:
2837 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838 secure: false
2839 vs_config_type: Application
2840 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2841- name: grpc_python_plugin
2842 build: protoc
2843 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - src/compiler/python_plugin.cc
2846 deps:
2847 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848 secure: false
2849 vs_config_type: Application
2850 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2851- name: grpc_ruby_plugin
2852 build: protoc
2853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002854 src:
2855 - src/compiler/ruby_plugin.cc
2856 deps:
2857 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858 secure: false
2859 vs_config_type: Application
2860 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002861- name: grpc_tool_test
2862 gtest: true
2863 build: test
2864 language: c++
2865 headers:
2866 - test/cpp/util/string_ref_helper.h
2867 src:
2868 - src/proto/grpc/testing/echo.proto
2869 - src/proto/grpc/testing/echo_messages.proto
2870 - test/cpp/util/grpc_tool_test.cc
2871 - test/cpp/util/string_ref_helper.cc
2872 deps:
2873 - grpc_cli_libs
2874 - grpc++_reflection
2875 - grpc_test_util
2876 - grpc++
2877 - grpc
2878 - gpr_test_util
2879 - gpr
2880 filegroups:
2881 - grpc++_codegen_proto
2882 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002883- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002884 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002885 build: test
2886 language: c++
2887 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002888 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002889 - test/cpp/grpclb/grpclb_api_test.cc
2890 deps:
2891 - grpc++_test_util
2892 - grpc_test_util
2893 - grpc++
2894 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002895- name: grpclb_test
2896 gtest: false
2897 build: test
2898 language: c++
2899 src:
2900 - src/proto/grpc/lb/v1/load_balancer.proto
2901 - test/cpp/grpclb/grpclb_test.cc
2902 deps:
2903 - gpr
2904 - gpr_test_util
2905 - grpc
2906 - grpc++
2907 - grpc++_test_util
2908 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002909- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002910 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002911 build: test
2912 language: c++
2913 src:
2914 - test/cpp/end2end/hybrid_end2end_test.cc
2915 deps:
2916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: interop_client
2923 build: test
2924 run: false
2925 language: c++
2926 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002927 deps:
2928 - interop_client_main
2929 - interop_client_helper
2930 - grpc++_test_util
2931 - grpc_test_util
2932 - grpc++
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002936 - grpc++_test_config
2937 platforms:
2938 - mac
2939 - linux
2940 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941- name: interop_server
2942 build: test
2943 run: false
2944 language: c++
2945 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002946 deps:
2947 - interop_server_main
2948 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002949 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002950 - grpc++_test_util
2951 - grpc_test_util
2952 - grpc++
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002956 - grpc++_test_config
2957 platforms:
2958 - mac
2959 - linux
2960 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002961- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002962 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963 build: test
2964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002965 src:
2966 - test/cpp/interop/interop_test.cc
2967 deps:
2968 - grpc_test_util
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002972 platforms:
2973 - mac
2974 - linux
2975 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002976- name: json_run_localhost
2977 build: test
2978 run: false
2979 language: c++
2980 src:
2981 - test/cpp/qps/json_run_localhost.cc
2982 deps:
2983 - grpc++_test_util
2984 - grpc_test_util
2985 - grpc++
2986 - grpc
2987 - gpr_test_util
2988 - gpr
2989 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002990- name: metrics_client
2991 build: test
2992 run: false
2993 language: c++
2994 headers:
2995 - test/cpp/util/metrics_server.h
2996 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002997 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002998 - test/cpp/interop/metrics_client.cc
2999 deps:
3000 - grpc++
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003003 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003005 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006 build: test
3007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
3009 - test/cpp/end2end/mock_test.cc
3010 deps:
3011 - grpc++_test_util
3012 - grpc_test_util
3013 - grpc++
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr_test_util
3016 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003017- name: proto_server_reflection_test
3018 gtest: true
3019 build: test
3020 language: c++
3021 headers:
3022 - test/cpp/util/proto_reflection_descriptor_database.h
3023 src:
3024 - test/cpp/end2end/proto_server_reflection_test.cc
3025 - test/cpp/util/proto_reflection_descriptor_database.cc
3026 deps:
3027 - grpc++_reflection
3028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
3032 - gpr_test_util
3033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034- name: qps_interarrival_test
3035 build: test
3036 run: false
3037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003038 src:
3039 - test/cpp/qps/qps_interarrival_test.cc
3040 deps:
3041 - qps
3042 - grpc++_test_util
3043 - grpc_test_util
3044 - grpc++
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003048 platforms:
3049 - mac
3050 - linux
3051 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003052- name: qps_json_driver
3053 build: test
3054 run: false
3055 language: c++
3056 src:
3057 - test/cpp/qps/qps_json_driver.cc
3058 deps:
3059 - qps
3060 - grpc++_test_util
3061 - grpc_test_util
3062 - grpc++
3063 - grpc
3064 - gpr_test_util
3065 - gpr
3066 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003068 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069 build: test
3070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/cpp/qps/qps_openloop_test.cc
3073 deps:
3074 - qps
3075 - grpc++_test_util
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003081 - grpc++_test_config
3082 platforms:
3083 - mac
3084 - linux
3085 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003087 build: test
3088 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003090 headers:
3091 - test/cpp/qps/client.h
3092 - test/cpp/qps/server.h
3093 src:
3094 - test/cpp/qps/worker.cc
3095 deps:
3096 - qps
3097 - grpc++_test_util
3098 - grpc_test_util
3099 - grpc++
3100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003101 - gpr_test_util
3102 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003103 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: reconnect_interop_client
3105 build: test
3106 run: false
3107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003109 - src/proto/grpc/testing/empty.proto
3110 - src/proto/grpc/testing/messages.proto
3111 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003112 - test/cpp/interop/reconnect_interop_client.cc
3113 deps:
3114 - grpc++_test_util
3115 - grpc_test_util
3116 - grpc++
3117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003118 - gpr_test_util
3119 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003120 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121- name: reconnect_interop_server
3122 build: test
3123 run: false
3124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003125 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003126 - src/proto/grpc/testing/empty.proto
3127 - src/proto/grpc/testing/messages.proto
3128 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003129 - test/cpp/interop/reconnect_interop_server.cc
3130 deps:
3131 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003132 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003133 - grpc++_test_util
3134 - grpc_test_util
3135 - grpc++
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003139 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003141 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003142 build: test
3143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003144 src:
3145 - test/cpp/common/secure_auth_context_test.cc
3146 deps:
3147 - grpc++_test_util
3148 - grpc_test_util
3149 - grpc++
3150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003151 - gpr_test_util
3152 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003153- name: secure_sync_unary_ping_pong_test
3154 build: test
3155 language: c++
3156 src:
3157 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3158 deps:
3159 - qps
3160 - grpc++_test_util
3161 - grpc_test_util
3162 - grpc++
3163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003164 - gpr_test_util
3165 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003166 platforms:
3167 - mac
3168 - linux
3169 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003170- name: server_builder_plugin_test
3171 gtest: true
3172 build: test
3173 language: c++
3174 src:
3175 - test/cpp/end2end/server_builder_plugin_test.cc
3176 deps:
3177 - grpc++_test_util
3178 - grpc_test_util
3179 - grpc++
3180 - grpc
3181 - gpr_test_util
3182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003184 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003185 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003186 build: test
3187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003188 src:
3189 - test/cpp/end2end/server_crash_test.cc
3190 deps:
3191 - grpc++_test_util
3192 - grpc_test_util
3193 - grpc++
3194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003195 - gpr_test_util
3196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: server_crash_test_client
3202 build: test
3203 run: false
3204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
3206 - test/cpp/end2end/server_crash_test_client.cc
3207 deps:
3208 - grpc++_test_util
3209 - grpc_test_util
3210 - grpc++
3211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003212 - gpr_test_util
3213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003215 gtest: true
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/shutdown_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 Tillerbf4b2242015-08-31 15:53:53 -07003227- name: status_test
3228 build: test
3229 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003230 src:
3231 - test/cpp/util/status_test.cc
3232 deps:
3233 - grpc_test_util
3234 - grpc++
3235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003236 - gpr_test_util
3237 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003238- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003239 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003240 build: test
3241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003242 src:
3243 - test/cpp/end2end/streaming_throughput_test.cc
3244 deps:
3245 - grpc++_test_util
3246 - grpc_test_util
3247 - grpc++
3248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003249 - gpr_test_util
3250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003251 platforms:
3252 - mac
3253 - linux
3254 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003255- name: stress_test
3256 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003257 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003258 language: c++
3259 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003260 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003261 - test/cpp/interop/interop_client.h
3262 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003263 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003264 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003265 - src/proto/grpc/testing/empty.proto
3266 - src/proto/grpc/testing/messages.proto
3267 - src/proto/grpc/testing/metrics.proto
3268 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003269 - test/cpp/interop/interop_client.cc
3270 - test/cpp/interop/stress_interop_client.cc
3271 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003272 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003273 deps:
3274 - grpc++_test_util
3275 - grpc_test_util
3276 - grpc++
3277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 - gpr_test_util
3279 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003280 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003281- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003282 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003283 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 build: test
3285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
3287 - test/cpp/end2end/thread_stress_test.cc
3288 deps:
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003295- name: public_headers_must_be_c89
3296 build: test
3297 language: c89
3298 src:
3299 - test/core/surface/public_headers_must_be_c89.c
3300 deps:
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003303vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003304- linkage: static
3305 name: grpc.dependencies.zlib
3306 props: false
3307 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003308 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003309- linkage: static
3310 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003311 props: true
3312 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003313 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003314- name: gflags
3315 props: false
3316 redist: false
3317 version: 2.1.2.1
3318- name: gtest
3319 props: false
3320 redist: false
3321 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003322configs:
3323 asan:
3324 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003325 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3326 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003327 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003328 LD: clang
3329 LDFLAGS: -fsanitize=address
3330 LDXX: clang++
3331 compile_the_world: true
3332 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003333 ASAN_OPTIONS: detect_leaks=1:color=always
3334 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003335 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003336 asan-noleaks:
3337 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003338 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3339 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003340 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003341 LD: clang
3342 LDFLAGS: -fsanitize=address
3343 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003344 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003345 test_environ:
3346 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003347 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003348 asan-trace-cmp:
3349 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003350 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3351 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003352 CXX: clang++
3353 LD: clang
3354 LDFLAGS: -fsanitize=address
3355 LDXX: clang++
3356 compile_the_world: true
3357 test_environ:
3358 ASAN_OPTIONS: detect_leaks=1:color=always
3359 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3360 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003361 basicprof:
3362 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3363 DEFINES: NDEBUG
3364 dbg:
3365 CPPFLAGS: -O0
3366 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003367 easan:
3368 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003369 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3370 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003371 CXX: clang++
3372 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3373 LD: clang
3374 LDFLAGS: -fsanitize=address
3375 LDXX: clang++
3376 compile_the_world: true
3377 test_environ:
3378 ASAN_OPTIONS: detect_leaks=1:color=always
3379 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3380 timeout_multiplier: 3
3381 edbg:
3382 CPPFLAGS: -O0
3383 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3384 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003385 CC: clang
3386 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003387 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003388 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003389 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003390 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003391 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003392 LDXX: clang++
3393 compile_the_world: true
3394 test_environ:
3395 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3396 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003397 gcov:
3398 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003399 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003400 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003401 DEFINES: _DEBUG DEBUG GPR_GCOV
3402 LD: gcc
3403 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3404 LDXX: g++
3405 helgrind:
3406 CPPFLAGS: -O0
3407 DEFINES: _DEBUG DEBUG
3408 LDFLAGS: -rdynamic
3409 timeout_multiplier: 20
3410 valgrind: --tool=helgrind
3411 memcheck:
3412 CPPFLAGS: -O0
3413 DEFINES: _DEBUG DEBUG
3414 LDFLAGS: -rdynamic
3415 timeout_multiplier: 10
3416 valgrind: --tool=memcheck --leak-check=full
3417 msan:
3418 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003419 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3420 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3421 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003422 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003423 DEFINES: NDEBUG
3424 LD: clang
3425 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3426 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3427 LDXX: clang++
3428 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003429 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003430 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003431 CPPFLAGS: -O3 -fno-omit-frame-pointer
3432 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003433 LDFLAGS: -rdynamic
3434 opt:
3435 CPPFLAGS: -O2
3436 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003437 stapprof:
3438 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3439 DEFINES: NDEBUG
3440 tsan:
3441 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003442 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003443 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003444 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003445 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003446 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003447 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003448 LDXX: clang++
3449 compile_the_world: true
3450 test_environ:
3451 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003452 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003453 ubsan:
3454 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003455 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3456 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003457 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003458 DEFINES: NDEBUG
3459 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003460 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003461 LDXX: clang++
3462 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003463 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003464 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003465 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003466defaults:
3467 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003468 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003469 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003470 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003471 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003472 global:
3473 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3474 LDFLAGS: -g
3475 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003476 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003477 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003478node_modules:
3479- deps:
3480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003481 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003482 - boringssl
3483 - z
murgatroid9994a75412015-11-19 14:04:53 -08003484 headers:
3485 - src/node/ext/byte_buffer.h
3486 - src/node/ext/call.h
3487 - src/node/ext/call_credentials.h
3488 - src/node/ext/channel.h
3489 - src/node/ext/channel_credentials.h
3490 - src/node/ext/completion_queue_async_worker.h
3491 - src/node/ext/server.h
3492 - src/node/ext/server_credentials.h
3493 - src/node/ext/timeval.h
3494 js:
3495 - src/node/index.js
3496 - src/node/src/client.js
3497 - src/node/src/common.js
3498 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003499 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003500 - src/node/src/metadata.js
3501 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003502 name: grpc_node
3503 src:
3504 - src/node/ext/byte_buffer.cc
3505 - src/node/ext/call.cc
3506 - src/node/ext/call_credentials.cc
3507 - src/node/ext/channel.cc
3508 - src/node/ext/channel_credentials.cc
3509 - src/node/ext/completion_queue_async_worker.cc
3510 - src/node/ext/node_grpc.cc
3511 - src/node/ext/server.cc
3512 - src/node/ext/server_credentials.cc
3513 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003514openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003515 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003516 extraction_dir: openssl-1.0.2f
3517 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003518php_config_m4:
3519 deps:
3520 - grpc
3521 - gpr
3522 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003523 headers:
3524 - src/php/ext/grpc/byte_buffer.h
3525 - src/php/ext/grpc/call.h
3526 - src/php/ext/grpc/call_credentials.h
3527 - src/php/ext/grpc/channel.h
3528 - src/php/ext/grpc/channel_credentials.h
3529 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003530 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003531 - src/php/ext/grpc/php_grpc.h
3532 - src/php/ext/grpc/server.h
3533 - src/php/ext/grpc/server_credentials.h
3534 - src/php/ext/grpc/timeval.h
3535 src:
3536 - src/php/ext/grpc/byte_buffer.c
3537 - src/php/ext/grpc/call.c
3538 - src/php/ext/grpc/call_credentials.c
3539 - src/php/ext/grpc/channel.c
3540 - src/php/ext/grpc/channel_credentials.c
3541 - src/php/ext/grpc/completion_queue.c
3542 - src/php/ext/grpc/php_grpc.c
3543 - src/php/ext/grpc/server.c
3544 - src/php/ext/grpc/server_credentials.c
3545 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003546python_dependencies:
3547 deps:
3548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003549 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003550 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003551 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003552ruby_gem:
3553 deps:
3554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003557 - z