blob: d232b118d6b9294bb360c63a1d31070e1b56202d [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 Tiller0bc11712016-05-02 21:22:46 -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 Tiller0bc11712016-05-02 21:22:46 -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:
146 - include/grpc/impl/codegen/alloc.h
147 - include/grpc/impl/codegen/atm.h
148 - include/grpc/impl/codegen/atm_gcc_atomic.h
149 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/log.h
152 - include/grpc/impl/codegen/port_platform.h
153 - include/grpc/impl/codegen/slice.h
154 - include/grpc/impl/codegen/slice_buffer.h
155 - include/grpc/impl/codegen/sync.h
156 - include/grpc/impl/codegen/sync_generic.h
157 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700158 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700160- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700161 public_headers:
162 - include/grpc/byte_buffer.h
163 - include/grpc/byte_buffer_reader.h
164 - include/grpc/compression.h
165 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700166 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200167 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700168 - include/grpc/status.h
169 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/channel_args.h
171 - src/core/lib/channel/channel_stack.h
172 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/channel/compress_filter.h
174 - src/core/lib/channel/connected_channel.h
175 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700176 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/compression/algorithm_metadata.h
180 - src/core/lib/compression/message_compress.h
181 - src/core/lib/debug/trace.h
182 - src/core/lib/http/format_request.h
183 - src/core/lib/http/httpcli.h
184 - src/core/lib/http/parser.h
185 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700186 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/endpoint.h
188 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700189 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700190 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700191 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700192 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700193 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700194 - src/core/lib/iomgr/exec_ctx.h
195 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/iocp_windows.h
197 - src/core/lib/iomgr/iomgr.h
198 - src/core/lib/iomgr/iomgr_internal.h
199 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700200 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700201 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700202 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set_windows.h
206 - src/core/lib/iomgr/pollset_windows.h
207 - src/core/lib/iomgr/resolve_address.h
208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/socket_utils_posix.h
213 - src/core/lib/iomgr/socket_windows.h
214 - src/core/lib/iomgr/tcp_client.h
215 - src/core/lib/iomgr/tcp_posix.h
216 - src/core/lib/iomgr/tcp_server.h
217 - src/core/lib/iomgr/tcp_windows.h
218 - src/core/lib/iomgr/time_averaged_stats.h
219 - src/core/lib/iomgr/timer.h
220 - src/core/lib/iomgr/timer_heap.h
221 - src/core/lib/iomgr/udp_server.h
222 - src/core/lib/iomgr/unix_sockets_posix.h
223 - src/core/lib/iomgr/wakeup_fd_pipe.h
224 - src/core/lib/iomgr/wakeup_fd_posix.h
225 - src/core/lib/iomgr/workqueue.h
226 - src/core/lib/iomgr/workqueue_posix.h
227 - src/core/lib/iomgr/workqueue_windows.h
228 - src/core/lib/json/json.h
229 - src/core/lib/json/json_common.h
230 - src/core/lib/json/json_reader.h
231 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/surface/api_trace.h
233 - src/core/lib/surface/call.h
234 - src/core/lib/surface/call_test_only.h
235 - src/core/lib/surface/channel.h
236 - src/core/lib/surface/channel_init.h
237 - src/core/lib/surface/channel_stack_type.h
238 - src/core/lib/surface/completion_queue.h
239 - src/core/lib/surface/event_string.h
240 - src/core/lib/surface/init.h
241 - src/core/lib/surface/lame_client.h
242 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/connectivity_state.h
245 - src/core/lib/transport/metadata.h
246 - src/core/lib/transport/metadata_batch.h
247 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400248 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/transport/transport.h
250 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700251 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/channel/channel_args.c
253 - src/core/lib/channel/channel_stack.c
254 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/channel/compress_filter.c
256 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700257 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/channel/http_client_filter.c
259 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700260 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/compression/message_compress.c
262 - src/core/lib/debug/trace.c
263 - src/core/lib/http/format_request.c
264 - src/core/lib/http/httpcli.c
265 - src/core/lib/http/parser.c
266 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700267 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/iomgr/endpoint.c
269 - src/core/lib/iomgr/endpoint_pair_posix.c
270 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700271 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700272 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700273 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700274 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700275 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/iomgr/exec_ctx.c
277 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/iomgr/iocp_windows.c
279 - src/core/lib/iomgr/iomgr.c
280 - src/core/lib/iomgr/iomgr_posix.c
281 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700282 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700283 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700284 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/iomgr/pollset_set_windows.c
286 - src/core/lib/iomgr/pollset_windows.c
287 - src/core/lib/iomgr/resolve_address_posix.c
288 - src/core/lib/iomgr/resolve_address_windows.c
289 - src/core/lib/iomgr/sockaddr_utils.c
290 - src/core/lib/iomgr/socket_utils_common_posix.c
291 - src/core/lib/iomgr/socket_utils_linux.c
292 - src/core/lib/iomgr/socket_utils_posix.c
293 - src/core/lib/iomgr/socket_windows.c
294 - src/core/lib/iomgr/tcp_client_posix.c
295 - src/core/lib/iomgr/tcp_client_windows.c
296 - src/core/lib/iomgr/tcp_posix.c
297 - src/core/lib/iomgr/tcp_server_posix.c
298 - src/core/lib/iomgr/tcp_server_windows.c
299 - src/core/lib/iomgr/tcp_windows.c
300 - src/core/lib/iomgr/time_averaged_stats.c
301 - src/core/lib/iomgr/timer.c
302 - src/core/lib/iomgr/timer_heap.c
303 - src/core/lib/iomgr/udp_server.c
304 - src/core/lib/iomgr/unix_sockets_posix.c
305 - src/core/lib/iomgr/unix_sockets_posix_noop.c
306 - src/core/lib/iomgr/wakeup_fd_eventfd.c
307 - src/core/lib/iomgr/wakeup_fd_nospecial.c
308 - src/core/lib/iomgr/wakeup_fd_pipe.c
309 - src/core/lib/iomgr/wakeup_fd_posix.c
310 - src/core/lib/iomgr/workqueue_posix.c
311 - src/core/lib/iomgr/workqueue_windows.c
312 - src/core/lib/json/json.c
313 - src/core/lib/json/json_reader.c
314 - src/core/lib/json/json_string.c
315 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/surface/alarm.c
317 - src/core/lib/surface/api_trace.c
318 - src/core/lib/surface/byte_buffer.c
319 - src/core/lib/surface/byte_buffer_reader.c
320 - src/core/lib/surface/call.c
321 - src/core/lib/surface/call_details.c
322 - src/core/lib/surface/call_log_batch.c
323 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/surface/channel_init.c
325 - src/core/lib/surface/channel_ping.c
326 - src/core/lib/surface/channel_stack_type.c
327 - src/core/lib/surface/completion_queue.c
328 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/surface/lame_client.c
330 - src/core/lib/surface/metadata_array.c
331 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/surface/validate_metadata.c
333 - src/core/lib/surface/version.c
334 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/transport/connectivity_state.c
336 - src/core/lib/transport/metadata.c
337 - src/core/lib/transport/metadata_batch.c
338 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400339 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/transport/transport.c
341 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700342 deps:
343 - gpr
344 uses:
345 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700346- name: grpc_client_config
347 headers:
348 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700349 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700350 - src/core/ext/client_config/connector.h
351 - src/core/ext/client_config/initial_connect_string.h
352 - src/core/ext/client_config/lb_policy.h
353 - src/core/ext/client_config/lb_policy_factory.h
354 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700355 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700356 - src/core/ext/client_config/resolver.h
357 - src/core/ext/client_config/resolver_factory.h
358 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700359 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700360 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700361 - src/core/ext/client_config/subchannel_index.h
362 - src/core/ext/client_config/uri_parser.h
363 src:
364 - src/core/ext/client_config/channel_connectivity.c
365 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700366 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700367 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700368 - src/core/ext/client_config/connector.c
369 - src/core/ext/client_config/default_initial_connect_string.c
370 - src/core/ext/client_config/initial_connect_string.c
371 - src/core/ext/client_config/lb_policy.c
372 - src/core/ext/client_config/lb_policy_factory.c
373 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700374 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700375 - src/core/ext/client_config/resolver.c
376 - src/core/ext/client_config/resolver_factory.c
377 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700378 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700379 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700380 - src/core/ext/client_config/subchannel_index.c
381 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700382 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700383 uses:
384 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800385- name: grpc_codegen
386 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800387 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700388 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800389 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800390 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800391 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800392 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700394 uses:
395 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700396- name: grpc_lb_policy_grpclb
397 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700398 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700399 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700400 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700401 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700402 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700403 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700404 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700405 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700406 uses:
407 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700410- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700411 src:
412 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700413 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700414 uses:
415 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700417- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700418 src:
419 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700420 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700421 uses:
422 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700424- name: grpc_load_reporting
425 headers:
426 - src/core/ext/load_reporting/load_reporting.h
427 - src/core/ext/load_reporting/load_reporting_filter.h
428 src:
429 - src/core/ext/load_reporting/load_reporting.c
430 - src/core/ext/load_reporting/load_reporting_filter.c
431 plugin: grpc_load_reporting_plugin
432 uses:
433 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700434- name: grpc_resolver_dns_native
435 src:
436 - src/core/ext/resolver/dns/native/dns_resolver.c
437 plugin: grpc_resolver_dns_native
438 uses:
439 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700440 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700441- name: grpc_resolver_sockaddr
442 src:
443 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
444 plugin: grpc_resolver_sockaddr
445 uses:
446 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700447 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100448- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 public_headers:
450 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100451 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700452 - src/core/lib/security/context/security_context.h
453 - src/core/lib/security/credentials/composite/composite_credentials.h
454 - src/core/lib/security/credentials/credentials.h
455 - src/core/lib/security/credentials/fake/fake_credentials.h
456 - src/core/lib/security/credentials/google_default/google_default_credentials.h
457 - src/core/lib/security/credentials/iam/iam_credentials.h
458 - src/core/lib/security/credentials/jwt/json_token.h
459 - src/core/lib/security/credentials/jwt/jwt_credentials.h
460 - src/core/lib/security/credentials/jwt/jwt_verifier.h
461 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
462 - src/core/lib/security/credentials/plugin/plugin_credentials.h
463 - src/core/lib/security/credentials/ssl/ssl_credentials.h
464 - src/core/lib/security/transport/auth_filters.h
465 - src/core/lib/security/transport/handshake.h
466 - src/core/lib/security/transport/secure_endpoint.h
467 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700468 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700469 - src/core/lib/security/util/b64.h
470 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100471 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700472 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/context/security_context.c
474 - src/core/lib/security/credentials/composite/composite_credentials.c
475 - src/core/lib/security/credentials/credentials.c
476 - src/core/lib/security/credentials/credentials_metadata.c
477 - src/core/lib/security/credentials/fake/fake_credentials.c
478 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700479 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700480 - src/core/lib/security/credentials/google_default/google_default_credentials.c
481 - src/core/lib/security/credentials/iam/iam_credentials.c
482 - src/core/lib/security/credentials/jwt/json_token.c
483 - src/core/lib/security/credentials/jwt/jwt_credentials.c
484 - src/core/lib/security/credentials/jwt/jwt_verifier.c
485 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
486 - src/core/lib/security/credentials/plugin/plugin_credentials.c
487 - src/core/lib/security/credentials/ssl/ssl_credentials.c
488 - src/core/lib/security/transport/client_auth_filter.c
489 - src/core/lib/security/transport/handshake.c
490 - src/core/lib/security/transport/secure_endpoint.c
491 - src/core/lib/security/transport/security_connector.c
492 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700493 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700494 - src/core/lib/security/util/b64.c
495 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700496 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700497 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700498 uses:
499 - grpc_base
500 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700501 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700502- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700503 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700504 headers:
505 - test/core/end2end/cq_verifier.h
506 - test/core/end2end/fixtures/proxy.h
507 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700508 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200509 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700510 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700512 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700514 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/slice_splitter.h
516 src:
517 - test/core/end2end/cq_verifier.c
518 - test/core/end2end/fixtures/proxy.c
519 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700520 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200521 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700522 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700523 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700524 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700525 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700526 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700527 - test/core/util/port_windows.c
528 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700529 deps:
530 - grpc
531 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700532- name: grpc_transport_chttp2
533 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700534 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700535 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700536 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
537 - src/core/ext/transport/chttp2/transport/frame.h
538 - src/core/ext/transport/chttp2/transport/frame_data.h
539 - src/core/ext/transport/chttp2/transport/frame_goaway.h
540 - src/core/ext/transport/chttp2/transport/frame_ping.h
541 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
542 - src/core/ext/transport/chttp2/transport/frame_settings.h
543 - src/core/ext/transport/chttp2/transport/frame_window_update.h
544 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
545 - src/core/ext/transport/chttp2/transport/hpack_parser.h
546 - src/core/ext/transport/chttp2/transport/hpack_table.h
547 - src/core/ext/transport/chttp2/transport/http2_errors.h
548 - src/core/ext/transport/chttp2/transport/huffsyms.h
549 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
550 - src/core/ext/transport/chttp2/transport/internal.h
551 - src/core/ext/transport/chttp2/transport/status_conversion.h
552 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700553 - src/core/ext/transport/chttp2/transport/varint.h
554 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700555 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700556 - src/core/ext/transport/chttp2/transport/bin_encoder.c
557 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700558 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
559 - src/core/ext/transport/chttp2/transport/frame_data.c
560 - src/core/ext/transport/chttp2/transport/frame_goaway.c
561 - src/core/ext/transport/chttp2/transport/frame_ping.c
562 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
563 - src/core/ext/transport/chttp2/transport/frame_settings.c
564 - src/core/ext/transport/chttp2/transport/frame_window_update.c
565 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
566 - src/core/ext/transport/chttp2/transport/hpack_parser.c
567 - src/core/ext/transport/chttp2/transport/hpack_table.c
568 - src/core/ext/transport/chttp2/transport/huffsyms.c
569 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
570 - src/core/ext/transport/chttp2/transport/parsing.c
571 - src/core/ext/transport/chttp2/transport/status_conversion.c
572 - src/core/ext/transport/chttp2/transport/stream_lists.c
573 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700574 - src/core/ext/transport/chttp2/transport/varint.c
575 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700576 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700577 uses:
578 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700579 - grpc_transport_chttp2_alpn
580- name: grpc_transport_chttp2_alpn
581 headers:
582 - src/core/ext/transport/chttp2/alpn/alpn.h
583 src:
584 - src/core/ext/transport/chttp2/alpn/alpn.c
585 deps:
586 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700587- name: grpc_transport_chttp2_client_insecure
588 src:
589 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700590 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700591 uses:
592 - grpc_transport_chttp2
593 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700594 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_secure
596 src:
597 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700598 uses:
599 - grpc_transport_chttp2
600 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700601 - grpc_client_config
602 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700603- name: grpc_transport_chttp2_server_insecure
604 src:
605 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700606 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700607 uses:
608 - grpc_transport_chttp2
609 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700610- name: grpc_transport_chttp2_server_secure
611 src:
612 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700613 uses:
614 - grpc_transport_chttp2
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700617- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700618 public_headers:
619 - include/grpc/grpc_cronet.h
620 - include/grpc/grpc_security.h
621 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700622 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700623 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
624 src:
625 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
626 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
627 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700628 filegroups:
629 - grpc_base
630 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800631- name: nanopb
632 headers:
633 - third_party/nanopb/pb.h
634 - third_party/nanopb/pb_common.h
635 - third_party/nanopb/pb_decode.h
636 - third_party/nanopb/pb_encode.h
637 src:
638 - third_party/nanopb/pb_common.c
639 - third_party/nanopb/pb_decode.c
640 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700641- name: tsi
642 headers:
643 - src/core/lib/tsi/fake_transport_security.h
644 - src/core/lib/tsi/ssl_transport_security.h
645 - src/core/lib/tsi/ssl_types.h
646 - src/core/lib/tsi/transport_security.h
647 - src/core/lib/tsi/transport_security_interface.h
648 src:
649 - src/core/lib/tsi/fake_transport_security.c
650 - src/core/lib/tsi/ssl_transport_security.c
651 - src/core/lib/tsi/transport_security.c
652 deps:
653 - gpr
654 secure: true
655- name: grpc++_base
656 language: c++
657 public_headers:
658 - include/grpc++/alarm.h
659 - include/grpc++/channel.h
660 - include/grpc++/client_context.h
661 - include/grpc++/completion_queue.h
662 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700663 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700664 - include/grpc++/generic/async_generic_service.h
665 - include/grpc++/generic/generic_stub.h
666 - include/grpc++/grpc++.h
667 - include/grpc++/impl/call.h
668 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700669 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/impl/grpc_library.h
671 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/impl/rpc_method.h
673 - include/grpc++/impl/rpc_service_method.h
674 - include/grpc++/impl/serialization_traits.h
675 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700676 - include/grpc++/impl/server_builder_plugin.h
677 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/service_type.h
679 - include/grpc++/impl/sync.h
680 - include/grpc++/impl/sync_cxx11.h
681 - include/grpc++/impl/sync_no_cxx11.h
682 - include/grpc++/impl/thd.h
683 - include/grpc++/impl/thd_cxx11.h
684 - include/grpc++/impl/thd_no_cxx11.h
685 - include/grpc++/security/auth_context.h
686 - include/grpc++/security/auth_metadata_processor.h
687 - include/grpc++/security/credentials.h
688 - include/grpc++/security/server_credentials.h
689 - include/grpc++/server.h
690 - include/grpc++/server_builder.h
691 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700692 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700693 - include/grpc++/support/async_stream.h
694 - include/grpc++/support/async_unary_call.h
695 - include/grpc++/support/byte_buffer.h
696 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700697 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - include/grpc++/support/slice.h
699 - include/grpc++/support/status.h
700 - include/grpc++/support/status_code_enum.h
701 - include/grpc++/support/string_ref.h
702 - include/grpc++/support/stub_options.h
703 - include/grpc++/support/sync_stream.h
704 - include/grpc++/support/time.h
705 headers:
706 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700707 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - src/cpp/server/dynamic_thread_pool.h
709 - src/cpp/server/thread_pool_interface.h
710 src:
711 - src/cpp/client/channel.cc
712 - src/cpp/client/client_context.cc
713 - src/cpp/client/create_channel.cc
714 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700715 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 - src/cpp/client/credentials.cc
717 - src/cpp/client/generic_stub.cc
718 - src/cpp/client/insecure_credentials.cc
719 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700720 - src/cpp/common/channel_filter.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - src/cpp/common/completion_queue.cc
722 - src/cpp/common/core_codegen.cc
723 - src/cpp/common/rpc_method.cc
724 - src/cpp/server/async_generic_service.cc
725 - src/cpp/server/create_default_thread_pool.cc
726 - src/cpp/server/dynamic_thread_pool.cc
727 - src/cpp/server/insecure_server_credentials.cc
728 - src/cpp/server/server.cc
729 - src/cpp/server/server_builder.cc
730 - src/cpp/server/server_context.cc
731 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700732 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - src/cpp/util/byte_buffer.cc
734 - src/cpp/util/slice.cc
735 - src/cpp/util/status.cc
736 - src/cpp/util/string_ref.cc
737 - src/cpp/util/time.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700738 uses:
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200739 - grpc_base
yang-g17487f92016-06-03 15:21:15 -0700740 - grpc++_codegen_base
741- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 language: c++
743 public_headers:
744 - include/grpc++/impl/codegen/async_stream.h
745 - include/grpc++/impl/codegen/async_unary_call.h
746 - include/grpc++/impl/codegen/call.h
747 - include/grpc++/impl/codegen/call_hook.h
748 - include/grpc++/impl/codegen/channel_interface.h
749 - include/grpc++/impl/codegen/client_context.h
750 - include/grpc++/impl/codegen/client_unary_call.h
751 - include/grpc++/impl/codegen/completion_queue.h
752 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700753 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - include/grpc++/impl/codegen/core_codegen_interface.h
755 - include/grpc++/impl/codegen/create_auth_context.h
756 - include/grpc++/impl/codegen/grpc_library.h
757 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - include/grpc++/impl/codegen/rpc_method.h
759 - include/grpc++/impl/codegen/rpc_service_method.h
760 - include/grpc++/impl/codegen/security/auth_context.h
761 - include/grpc++/impl/codegen/serialization_traits.h
762 - include/grpc++/impl/codegen/server_context.h
763 - include/grpc++/impl/codegen/server_interface.h
764 - include/grpc++/impl/codegen/service_type.h
765 - include/grpc++/impl/codegen/status.h
766 - include/grpc++/impl/codegen/status_code_enum.h
767 - include/grpc++/impl/codegen/string_ref.h
768 - include/grpc++/impl/codegen/stub_options.h
769 - include/grpc++/impl/codegen/sync.h
770 - include/grpc++/impl/codegen/sync_cxx11.h
771 - include/grpc++/impl/codegen/sync_no_cxx11.h
772 - include/grpc++/impl/codegen/sync_stream.h
773 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 uses:
775 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700776- name: grpc++_codegen_base_src
777 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 src:
779 - src/cpp/codegen/codegen_init.cc
780 uses:
yang-gddc3ebb2016-06-13 10:40:32 -0700781 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700782- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 language: c++
784 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700785 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 uses:
yang-g17487f92016-06-03 15:21:15 -0700787 - grpc++_codegen_base
788 - grpc++_config_proto
789- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 language: c++
791 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700793- name: grpc++_reflection_proto
794 language: c++
795 public_headers:
796 - include/grpc++/ext/reflection.grpc.pb.h
797 - include/grpc++/ext/reflection.pb.h
798 src:
799 - src/cpp/ext/reflection.grpc.pb.cc
800 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700801 uses:
802 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700803- name: thrift_util
804 language: c++
805 public_headers:
806 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700807 - include/grpc++/impl/codegen/thrift_utils.h
808 uses:
809 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100810libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800811- name: gpr
812 build: all
813 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800814 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700815 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800816 secure: false
817 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
818- name: gpr_test_util
819 build: private
820 language: c
821 headers:
822 - test/core/util/test_config.h
823 src:
824 - test/core/util/test_config.c
825 deps:
826 - gpr
827 secure: false
828 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700829- name: grpc
830 build: all
831 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 src:
833 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700834 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800835 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700836 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700837 filegroups:
838 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700839 - grpc_transport_chttp2_server_secure
840 - grpc_transport_chttp2_client_secure
841 - grpc_transport_chttp2_server_insecure
842 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700843 - grpc_lb_policy_grpclb
844 - grpc_lb_policy_pick_first
845 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700846 - grpc_resolver_dns_native
847 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700848 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100849 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700850 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700851 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700852 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700853 vs_packages:
854 - grpc.dependencies.openssl
855 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700857- name: grpc_cronet
858 build: all
859 language: c
860 src:
861 - src/core/lib/surface/init.c
862 baselib: true
863 deps_linkage: static
864 dll: true
865 filegroups:
866 - grpc_base
867 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700868 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700869 generate_plugin_registry: true
870 platforms:
871 - linux
872 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100873- name: grpc_dll
874 build: private
875 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100876 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100877 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100878 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100879 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100880 build_system:
881 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100882 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100883 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100884 vs_config_type: DynamicLibrary
885 vs_packages:
886 - grpc.dependencies.openssl
887 - grpc.dependencies.zlib
888 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
889 vs_props:
890 - zlib
891 - openssl
892 - winsock
893 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700894- name: grpc_test_util
895 build: private
896 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700897 headers:
898 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800899 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700900 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700901 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700902 - test/core/end2end/data/server1_cert.c
903 - test/core/end2end/data/server1_key.c
904 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800905 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700906 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800907 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700909 - grpc
910 filegroups:
911 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700912 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
914- name: grpc_test_util_unsecure
915 build: private
916 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700917 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 - gpr
919 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800920 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700921 filegroups:
922 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923 secure: false
924 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
925- name: grpc_unsecure
926 build: all
927 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700928 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700929 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700930 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800932 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700933 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700934 filegroups:
935 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700936 - grpc_transport_chttp2_server_insecure
937 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700938 - grpc_resolver_dns_native
939 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700940 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700941 - grpc_lb_policy_grpclb
942 - grpc_lb_policy_pick_first
943 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700944 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700945 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 secure: false
947 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948- name: reconnect_server
949 build: private
950 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700951 headers:
952 - test/core/util/reconnect_server.h
953 src:
954 - test/core/util/reconnect_server.c
955 deps:
yang-gc9fca182015-11-06 16:41:33 -0800956 - test_tcp_server
957 - grpc_test_util
958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800959 - gpr_test_util
960 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800961- name: test_tcp_server
962 build: private
963 language: c
964 headers:
965 - test/core/util/test_tcp_server.h
966 src:
967 - test/core/util/test_tcp_server.c
968 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700969 - grpc_test_util
970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr_test_util
972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973- name: grpc++
974 build: all
975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700976 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700977 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700978 - src/cpp/client/secure_credentials.h
979 - src/cpp/common/secure_auth_context.h
980 - src/cpp/server/secure_server_credentials.h
981 src:
Craig Tiller25834342015-09-25 08:08:24 -0700982 - src/cpp/client/secure_credentials.cc
983 - src/cpp/common/auth_property_iterator.cc
984 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800985 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700986 - src/cpp/common/secure_create_auth_context.cc
987 - src/cpp/server/secure_server_credentials.cc
988 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700989 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 baselib: true
991 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700992 filegroups:
993 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700994 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700995 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 secure: check
997 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700998- name: grpc++_reflection
999 build: all
1000 language: c++
1001 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001002 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001003 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001004 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001005 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001006 - src/cpp/ext/proto_server_reflection.cc
1007 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001008 deps:
1009 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001010 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001011 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001012- name: grpc++_reflection_codegen
1013 build: private
1014 language: c++
1015 src:
1016 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017- name: grpc++_test_config
1018 build: private
1019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001020 headers:
1021 - test/cpp/util/test_config.h
1022 src:
1023 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024- name: grpc++_test_util
1025 build: private
1026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001027 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001028 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001029 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001030 - test/cpp/util/create_test_channel.h
1031 - test/cpp/util/string_ref_helper.h
1032 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001033 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001034 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001035 - src/proto/grpc/testing/echo_messages.proto
1036 - src/proto/grpc/testing/echo.proto
1037 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001038 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001039 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001040 - test/cpp/util/create_test_channel.cc
1041 - test/cpp/util/string_ref_helper.cc
1042 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001043 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001044 deps:
1045 - grpc++
1046 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001047 filegroups:
1048 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001049 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001050 - grpc++_codegen_proto
1051 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001052 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053- name: grpc++_unsecure
1054 build: all
1055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001056 src:
1057 - src/cpp/common/insecure_create_auth_context.cc
1058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001060 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061 baselib: true
1062 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001063 filegroups:
1064 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001065 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001066 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 secure: false
1068 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001069- name: grpc_cli_libs
1070 build: private
1071 language: c++
1072 headers:
1073 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001074 - test/cpp/util/cli_credentials.h
1075 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001076 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001077 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001078 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001079 src:
1080 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001081 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001082 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001083 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001084 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001085 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001086 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001087 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001088 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089- name: grpc_plugin_support
1090 build: protoc
1091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001092 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001093 - src/compiler/config.h
1094 - src/compiler/cpp_generator.h
1095 - src/compiler/cpp_generator_helpers.h
1096 - src/compiler/csharp_generator.h
1097 - src/compiler/csharp_generator_helpers.h
1098 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001099 - src/compiler/node_generator.h
1100 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/compiler/objective_c_generator.h
1102 - src/compiler/objective_c_generator_helpers.h
1103 - src/compiler/python_generator.h
1104 - src/compiler/ruby_generator.h
1105 - src/compiler/ruby_generator_helpers-inl.h
1106 - src/compiler/ruby_generator_map-inl.h
1107 - src/compiler/ruby_generator_string-inl.h
1108 src:
1109 - src/compiler/cpp_generator.cc
1110 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001111 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001112 - src/compiler/objective_c_generator.cc
1113 - src/compiler/python_generator.cc
1114 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001115 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001116 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 secure: false
1118 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001119 vs_props:
1120 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: interop_client_helper
1122 build: private
1123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001124 headers:
1125 - test/cpp/interop/client_helper.h
1126 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001127 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001128 - test/cpp/interop/client_helper.cc
1129 deps:
1130 - grpc++_test_util
1131 - grpc_test_util
1132 - grpc++
1133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135- name: interop_client_main
1136 build: private
1137 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001138 headers:
1139 - test/cpp/interop/interop_client.h
1140 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001141 - src/proto/grpc/testing/empty.proto
1142 - src/proto/grpc/testing/messages.proto
1143 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/interop/client.cc
1145 - test/cpp/interop/interop_client.cc
1146 deps:
1147 - interop_client_helper
1148 - grpc++_test_util
1149 - grpc_test_util
1150 - grpc++
1151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001152 - gpr_test_util
1153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001154 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: interop_server_helper
1156 build: private
1157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001158 headers:
1159 - test/cpp/interop/server_helper.h
1160 src:
1161 - test/cpp/interop/server_helper.cc
1162 deps:
1163 - grpc_test_util
1164 - grpc++
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001167- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001171 - src/proto/grpc/testing/empty.proto
1172 - src/proto/grpc/testing/messages.proto
1173 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001174 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001175 deps:
1176 - interop_server_helper
1177 - grpc++_test_util
1178 - grpc_test_util
1179 - grpc++
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr_test_util
1182 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001183 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001184- name: interop_server_main
1185 build: private
1186 language: c++
1187 src:
1188 - test/cpp/interop/interop_server_bootstrap.cc
1189 deps:
1190 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191- name: qps
1192 build: private
1193 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001194 headers:
1195 - test/cpp/qps/client.h
1196 - test/cpp/qps/driver.h
1197 - test/cpp/qps/histogram.h
1198 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001199 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001200 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/qps/qps_worker.h
1202 - test/cpp/qps/report.h
1203 - test/cpp/qps/server.h
1204 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001205 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001206 - test/cpp/util/benchmark_config.h
1207 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001208 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001209 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001210 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001211 - src/proto/grpc/testing/control.proto
1212 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001213 - test/cpp/qps/client_async.cc
1214 - test/cpp/qps/client_sync.cc
1215 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001216 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001217 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001218 - test/cpp/qps/qps_worker.cc
1219 - test/cpp/qps/report.cc
1220 - test/cpp/qps/server_async.cc
1221 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001222 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001223 - test/cpp/util/benchmark_config.cc
1224 deps:
1225 - grpc_test_util
1226 - grpc++_test_util
1227 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: grpc_csharp_ext
1229 build: all
1230 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001231 src:
1232 - src/csharp/ext/grpc_csharp_ext.c
1233 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001236 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001237 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238 dll: only
1239 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001240 vs_packages:
1241 - grpc.dependencies.openssl
1242 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001244 vs_props:
1245 - zlib
1246 - openssl
1247 - winsock
1248 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001250- name: alarm_test
1251 build: test
1252 language: c
1253 src:
1254 - test/core/surface/alarm_test.c
1255 deps:
1256 - grpc_test_util
1257 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001258 - gpr_test_util
1259 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001260- name: algorithm_test
1261 build: test
1262 language: c
1263 src:
1264 - test/core/compression/algorithm_test.c
1265 deps:
1266 - grpc_test_util
1267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001268 - gpr_test_util
1269 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001270- name: alloc_test
1271 build: test
1272 language: c
1273 src:
1274 - test/core/support/alloc_test.c
1275 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278- name: alpn_test
1279 build: test
1280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001281 src:
1282 - test/core/transport/chttp2/alpn_test.c
1283 deps:
1284 - grpc_test_util
1285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001288- name: api_fuzzer
1289 build: fuzzer
1290 language: c
1291 src:
1292 - test/core/end2end/fuzzers/api_fuzzer.c
1293 deps:
1294 - grpc_test_util
1295 - grpc
1296 - gpr_test_util
1297 - gpr
1298 corpus_dirs:
1299 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001300 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001301 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001302- name: bad_server_response_test
1303 build: test
1304 language: c
1305 src:
1306 - test/core/end2end/bad_server_response_test.c
1307 deps:
1308 - test_tcp_server
1309 - grpc_test_util
1310 - grpc
1311 - gpr_test_util
1312 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001313- name: bin_decoder_test
1314 build: test
1315 language: c
1316 src:
1317 - test/core/transport/chttp2/bin_decoder_test.c
1318 deps:
1319 - grpc_test_util
1320 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: bin_encoder_test
1322 build: test
1323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001324 src:
1325 - test/core/transport/chttp2/bin_encoder_test.c
1326 deps:
1327 - grpc_test_util
1328 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001329- name: census_context_test
1330 build: test
1331 language: c
1332 src:
1333 - test/core/census/context_test.c
1334 deps:
1335 - grpc_test_util
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001339- name: census_resource_test
1340 build: test
1341 language: c
1342 src:
1343 - test/core/census/resource_test.c
1344 deps:
1345 - grpc_test_util
1346 - grpc
1347 - gpr_test_util
1348 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001349- name: channel_create_test
1350 build: test
1351 language: c
1352 src:
1353 - test/core/surface/channel_create_test.c
1354 deps:
1355 - grpc_test_util
1356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001359- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 build: test
1361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001363 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001364 deps:
1365 - grpc_test_util
1366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001369- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 build: test
1371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001372 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001373 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001374 deps:
1375 - grpc_test_util
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr_test_util
1378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379- name: chttp2_stream_map_test
1380 build: test
1381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001382 src:
1383 - test/core/transport/chttp2/stream_map_test.c
1384 deps:
1385 - grpc_test_util
1386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001387 - gpr_test_util
1388 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001389- name: chttp2_varint_test
1390 build: test
1391 language: c
1392 src:
1393 - test/core/transport/chttp2/varint_test.c
1394 deps:
1395 - grpc_test_util
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001399- name: client_fuzzer
1400 build: fuzzer
1401 language: c
1402 src:
1403 - test/core/end2end/fuzzers/client_fuzzer.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
1407 - gpr_test_util
1408 - gpr
1409 corpus_dirs:
1410 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001411 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001412 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001413- name: combiner_test
1414 cpu_cost: 30
1415 build: test
1416 language: c
1417 src:
1418 - test/core/iomgr/combiner_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: compression_test
1425 build: test
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/compression/compression_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
1433 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001434- name: concurrent_connectivity_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/concurrent_connectivity_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
1442 - gpr_test_util
1443 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001444- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001445 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001446 build: test
1447 language: c
1448 src:
1449 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
1453 - gpr_test_util
1454 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001455- name: dns_resolver_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/client_config/resolvers/dns_resolver_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001466 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/end2end/dualstack_socket_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001476 platforms:
1477 - mac
1478 - linux
1479 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001480- name: endpoint_pair_test
1481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/iomgr/endpoint_pair_test.c
1485 deps:
1486 - grpc_test_util
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001490- name: ev_epoll_linux_test
1491 build: test
1492 language: c
1493 src:
1494 - test/core/iomgr/ev_epoll_linux_test.c
1495 deps:
1496 - grpc_test_util
1497 - grpc
1498 - gpr_test_util
1499 - gpr
1500 platforms:
1501 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: fd_conservation_posix_test
1503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - test/core/iomgr/fd_conservation_posix_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001512 platforms:
1513 - mac
1514 - linux
1515 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001516- name: fd_posix_test
1517 build: test
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 src:
1520 - test/core/iomgr/fd_posix_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001526 platforms:
1527 - mac
1528 - linux
1529 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: fling_client
1531 build: test
1532 run: false
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/fling/client.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001541- name: fling_server
1542 build: test
1543 run: false
1544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001545 src:
1546 - test/core/fling/server.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr_test_util
1551 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001553 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/fling/fling_stream_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001563 platforms:
1564 - mac
1565 - linux
1566 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001568 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/fling/fling_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001578 platforms:
1579 - mac
1580 - linux
1581 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: gen_hpack_tables
1583 build: tool
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - tools/codegen/core/gen_hpack_tables.c
1587 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001589 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590- name: gen_legal_metadata_characters
1591 build: tool
1592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001593 src:
1594 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001595 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001596- name: gen_percent_encoding_tables
1597 build: tool
1598 language: c
1599 src:
1600 - tools/codegen/core/gen_percent_encoding_tables.c
1601 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001602- name: goaway_server_test
1603 cpu_cost: 0.1
1604 build: test
1605 language: c
1606 src:
1607 - test/core/end2end/goaway_server_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
1611 - gpr_test_util
1612 - gpr
1613 platforms:
1614 - mac
1615 - linux
1616 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001617- name: gpr_avl_test
1618 build: test
1619 language: c
1620 src:
1621 - test/core/support/avl_test.c
1622 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr_test_util
1624 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001625- name: gpr_backoff_test
1626 build: test
1627 language: c
1628 src:
1629 - test/core/support/backoff_test.c
1630 deps:
1631 - gpr_test_util
1632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633- name: gpr_cmdline_test
1634 build: test
1635 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001636 src:
1637 - test/core/support/cmdline_test.c
1638 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001641- name: gpr_cpu_test
1642 build: test
1643 language: c
1644 src:
1645 - test/core/support/cpu_test.c
1646 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001649- name: gpr_env_test
1650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/support/env_test.c
1654 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: gpr_histogram_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/support/histogram_test.c
1662 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: gpr_host_port_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/support/host_port_test.c
1670 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: gpr_log_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/support/log_test.c
1678 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001681- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001682 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001683 build: test
1684 language: c
1685 src:
1686 - test/core/support/mpscq_test.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07001687- name: gpr_percent_encoding_test
1688 build: test
1689 language: c
1690 src:
1691 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001692 deps:
1693 - gpr_test_util
1694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: gpr_slice_buffer_test
1696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/support/slice_buffer_test.c
1700 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: gpr_slice_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/support/slice_test.c
1708 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001712 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713 build: test
1714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001715 src:
1716 - test/core/support/stack_lockfree_test.c
1717 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720- name: gpr_string_test
1721 build: test
1722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001723 src:
1724 - test/core/support/string_test.c
1725 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001729 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730 build: test
1731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001732 src:
1733 - test/core/support/sync_test.c
1734 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001738 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/support/thd_test.c
1743 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: gpr_time_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/support/time_test.c
1751 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001754- name: gpr_tls_test
1755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/support/tls_test.c
1759 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: gpr_useful_test
1763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/support/useful_test.c
1767 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: grpc_auth_context_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/security/auth_context_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001780- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001784 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: grpc_byte_buffer_reader_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/surface/byte_buffer_reader_test.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: grpc_channel_args_test
1801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/channel/channel_args_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: grpc_channel_stack_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/channel/channel_stack_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: grpc_completion_queue_test
1821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/surface/completion_queue_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: grpc_create_jwt
1831 build: tool
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/security/create_jwt.c
1835 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001838 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: grpc_credentials_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/security/credentials_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001850 build: test
1851 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/security/fetch_oauth2.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001860- name: grpc_invalid_channel_args_test
1861 build: test
1862 language: c
1863 src:
1864 - test/core/surface/invalid_channel_args_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: grpc_json_token_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/security/json_token_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001880 platforms:
1881 - linux
1882 - posix
1883 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884- name: grpc_jwt_verifier_test
1885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/security/jwt_verifier_test.c
1889 deps:
1890 - grpc_test_util
1891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: grpc_print_google_default_creds_token
1895 build: tool
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/security/print_google_default_creds_token.c
1899 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: grpc_security_connector_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/security/security_connector_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: grpc_verify_jwt
1913 build: tool
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/security/verify_jwt.c
1917 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001920- name: hpack_parser_fuzzer_test
1921 build: fuzzer
1922 language: c
1923 src:
1924 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
1928 - gpr_test_util
1929 - gpr
1930 corpus_dirs:
1931 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001932 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001933 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: hpack_parser_test
1935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/transport/chttp2/hpack_parser_test.c
1939 deps:
1940 - grpc_test_util
1941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: hpack_table_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/transport/chttp2/hpack_table_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001954- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001958 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001964- name: http_request_fuzzer_test
1965 build: fuzzer
1966 language: c
1967 src:
1968 - test/core/http/request_fuzzer.c
1969 deps:
1970 - grpc_test_util
1971 - grpc
1972 - gpr_test_util
1973 - gpr
1974 corpus_dirs:
1975 - test/core/http/corpus
1976 maxlen: 2048
1977- name: http_response_fuzzer_test
1978 build: fuzzer
1979 language: c
1980 src:
1981 - test/core/http/response_fuzzer.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
1985 - gpr_test_util
1986 - gpr
1987 corpus_dirs:
1988 - test/core/http/corpus
1989 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001990- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001994 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002001 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002 build: test
2003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002004 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002005 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002006 deps:
2007 - grpc_test_util
2008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002009 - gpr_test_util
2010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002011 platforms:
2012 - mac
2013 - linux
2014 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002015- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002016 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002017 build: test
2018 language: c
2019 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002020 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002026 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002027 - linux
yang-gf1183302015-12-07 16:02:05 -08002028- name: init_test
2029 build: test
2030 language: c
2031 src:
2032 - test/core/surface/init_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002038- name: internal_api_canary_iomgr_test
2039 build: test
2040 run: false
2041 language: c
2042 src:
2043 - test/core/internal_api_canaries/iomgr.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
2049- name: internal_api_canary_support_test
2050 build: test
2051 run: false
2052 language: c
2053 src:
2054 - test/core/internal_api_canaries/iomgr.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
2058 - gpr_test_util
2059 - gpr
2060- name: internal_api_canary_transport_test
2061 build: test
2062 run: false
2063 language: c
2064 src:
2065 - test/core/internal_api_canaries/iomgr.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
2069 - gpr_test_util
2070 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002071- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002072 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002073 build: test
2074 language: c
2075 src:
2076 - test/core/end2end/invalid_call_argument_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002082- name: json_fuzzer_test
2083 build: fuzzer
2084 language: c
2085 src:
2086 - test/core/json/fuzzer.c
2087 deps:
2088 - grpc_test_util
2089 - grpc
2090 - gpr_test_util
2091 - gpr
2092 corpus_dirs:
2093 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002094 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: json_rewrite
2096 build: test
2097 run: false
2098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002099 src:
2100 - test/core/json/json_rewrite.c
2101 deps:
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: json_rewrite_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/json/json_rewrite_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002114- name: json_stream_error_test
2115 build: test
2116 language: c
2117 src:
2118 - test/core/json/json_stream_error_test.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: json_test
2125 build: test
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/core/json/json_test.c
2129 deps:
2130 - grpc_test_util
2131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002132 - gpr_test_util
2133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: lame_client_test
2135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/surface/lame_client_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002144- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002145 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002146 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/client_config/lb_policies_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002156- name: load_file_test
2157 build: test
2158 language: c
2159 src:
2160 - test/core/iomgr/load_file_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
2164 - gpr_test_util
2165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: low_level_ping_pong_benchmark
2167 build: benchmark
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - test/core/network_benchmarks/low_level_ping_pong.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002176 platforms:
2177 - mac
2178 - linux
2179 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: message_compress_test
2181 build: test
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - test/core/compression/message_compress_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002190- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002191 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002192 build: test
2193 language: c
2194 src:
2195 - test/core/census/mlog_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
2199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: multiple_server_queues_test
2202 build: test
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/end2end/multiple_server_queues_test.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002209 - gpr_test_util
2210 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211- name: murmur_hash_test
2212 build: test
2213 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002214 src:
2215 - test/core/support/murmur_hash_test.c
2216 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002219- name: nanopb_fuzzer_response_test
2220 build: fuzzer
2221 language: c
2222 src:
2223 - test/core/nanopb/fuzzer_response.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
2227 - gpr_test_util
2228 - gpr
2229 corpus_dirs:
2230 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002231 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002232- name: nanopb_fuzzer_serverlist_test
2233 build: fuzzer
2234 language: c
2235 src:
2236 - test/core/nanopb/fuzzer_serverlist.c
2237 deps:
2238 - grpc_test_util
2239 - grpc
2240 - gpr_test_util
2241 - gpr
2242 corpus_dirs:
2243 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002244 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002246 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247 build: test
2248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002249 src:
2250 - test/core/end2end/no_server_test.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002256- name: percent_decode_fuzzer
2257 build: fuzzer
2258 language: c
2259 src:
2260 - test/core/support/percent_decode_fuzzer.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
2264 - gpr_test_util
2265 - gpr
2266 corpus_dirs:
2267 - test/core/support/percent_decode_corpus
2268 maxlen: 32
2269- name: percent_encode_fuzzer
2270 build: fuzzer
2271 language: c
2272 src:
2273 - test/core/support/percent_encode_fuzzer.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
2277 - gpr_test_util
2278 - gpr
2279 corpus_dirs:
2280 - test/core/support/percent_encode_corpus
2281 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: resolve_address_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/iomgr/resolve_address_test.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
yang-gd482e592015-12-10 14:04:00 -08002292- name: secure_channel_create_test
2293 build: test
2294 language: c
2295 src:
2296 - test/core/surface/secure_channel_create_test.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: secure_endpoint_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/security/secure_endpoint_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002312- name: sequential_connectivity_test
2313 build: test
2314 language: c
2315 src:
2316 - test/core/surface/sequential_connectivity_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
2320 - gpr_test_util
2321 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002322- name: server_chttp2_test
2323 build: test
2324 language: c
2325 src:
2326 - test/core/surface/server_chttp2_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002332- name: server_fuzzer
2333 build: fuzzer
2334 language: c
2335 src:
2336 - test/core/end2end/fuzzers/server_fuzzer.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
2340 - gpr_test_util
2341 - gpr
2342 corpus_dirs:
2343 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002344 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002345 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002346- name: server_test
2347 build: test
2348 language: c
2349 src:
2350 - test/core/surface/server_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002356- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002357 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002358 build: test
2359 language: c
2360 src:
2361 - test/core/client_config/set_initial_connect_string_test.c
2362 deps:
2363 - test_tcp_server
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002368- name: sockaddr_resolver_test
2369 build: test
2370 language: c
2371 src:
2372 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002378- name: sockaddr_utils_test
2379 build: test
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/iomgr/sockaddr_utils_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002388- name: socket_utils_test
2389 build: test
2390 language: c
2391 src:
2392 - test/core/iomgr/socket_utils_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002398 platforms:
2399 - mac
2400 - linux
2401 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002403 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404 build: test
2405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/core/iomgr/tcp_client_posix_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002411 - gpr_test_util
2412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002413 platforms:
2414 - mac
2415 - linux
2416 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002418 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419 build: test
2420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/core/iomgr/tcp_posix_test.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002428 platforms:
2429 - mac
2430 - linux
2431 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: tcp_server_posix_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/iomgr/tcp_server_posix_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 platforms:
2443 - mac
2444 - linux
2445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: time_averaged_stats_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/iomgr/time_averaged_stats_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: timeout_encoding_test
2457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002460 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002466- name: timer_heap_test
2467 build: test
2468 language: c
2469 src:
2470 - test/core/iomgr/timer_heap_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002476- name: timer_list_test
2477 build: test
2478 language: c
2479 src:
2480 - test/core/iomgr/timer_list_test.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002486- name: transport_connectivity_state_test
2487 build: test
2488 language: c
2489 src:
2490 - test/core/transport/connectivity_state_test.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: transport_metadata_test
2497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/core/transport/metadata_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: transport_security_test
2507 build: test
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/tsi/transport_security_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002516 platforms:
2517 - linux
2518 - posix
2519 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: udp_server_test
2521 build: test
2522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/core/iomgr/udp_server_test.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002530 platforms:
2531 - mac
2532 - linux
2533 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002534- name: uri_fuzzer_test
2535 build: fuzzer
2536 language: c
2537 src:
2538 - test/core/client_config/uri_fuzzer_test.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
2542 - gpr_test_util
2543 - gpr
2544 corpus_dirs:
2545 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002546 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: uri_parser_test
2548 build: test
2549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
2551 - test/core/client_config/uri_parser_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002557- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002558 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002559 build: test
2560 language: c++
2561 src:
2562 - test/cpp/common/alarm_cpp_test.cc
2563 deps:
2564 - grpc++_test_util
2565 - grpc_test_util
2566 - grpc++
2567 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002568 - gpr_test_util
2569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002571 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/cpp/end2end/async_end2end_test.cc
2576 deps:
2577 - grpc++_test_util
2578 - grpc_test_util
2579 - grpc++
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002584 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585 build: test
2586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/cpp/common/auth_property_iterator_test.cc
2589 deps:
2590 - grpc++_test_util
2591 - grpc_test_util
2592 - grpc++
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002597 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598 build: test
2599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002600 src:
yang-g52705592015-11-25 11:45:33 -08002601 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002602 deps:
2603 - grpc++
2604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002607 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608 build: test
2609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - test/cpp/util/cli_call_test.cc
2612 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002613 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002614 - grpc++_test_util
2615 - grpc_test_util
2616 - grpc++
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002621 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002622 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623 build: test
2624 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
2626 - test/cpp/end2end/client_crash_test.cc
2627 deps:
2628 - grpc++_test_util
2629 - grpc_test_util
2630 - grpc++
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002634 platforms:
2635 - mac
2636 - linux
2637 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: client_crash_test_server
2639 build: test
2640 run: false
2641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/cpp/end2end/client_crash_test_server.cc
2644 deps:
2645 - grpc++_test_util
2646 - grpc_test_util
2647 - grpc++
2648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002649 - gpr_test_util
2650 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002651- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002652 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002653 build: test
2654 language: c++
2655 src:
2656 - src/proto/grpc/testing/control.proto
2657 - src/proto/grpc/testing/messages.proto
2658 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002659 - src/proto/grpc/testing/services.proto
2660 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002661 - test/cpp/codegen/codegen_test_full.cc
2662 deps:
2663 - grpc++
2664 - grpc
2665 - gpr
2666 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002667 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002668- name: codegen_test_minimal
2669 gtest: true
2670 build: test
2671 language: c++
2672 src:
2673 - src/proto/grpc/testing/control.proto
2674 - src/proto/grpc/testing/messages.proto
2675 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002676 - src/proto/grpc/testing/services.proto
2677 - src/proto/grpc/testing/stats.proto
2678 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002679 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002680 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002681 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002683 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684 build: test
2685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
2687 - test/cpp/client/credentials_test.cc
2688 deps:
2689 - grpc++
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002692- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002693 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694 build: test
2695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - test/cpp/util/byte_buffer_test.cc
2698 deps:
2699 - grpc_test_util
2700 - grpc++
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002705 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706 build: test
2707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/cpp/util/slice_test.cc
2710 deps:
2711 - grpc_test_util
2712 - grpc++
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002717 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 build: test
2719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
2721 - test/cpp/util/string_ref_test.cc
2722 deps:
2723 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002725 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726 build: test
2727 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
2729 - test/cpp/util/time_test.cc
2730 deps:
2731 - grpc_test_util
2732 - grpc++
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002737 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002738 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739 build: test
2740 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002741 src:
2742 - test/cpp/end2end/end2end_test.cc
2743 deps:
2744 - grpc++_test_util
2745 - grpc_test_util
2746 - grpc++
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002750- name: filter_end2end_test
2751 gtest: true
2752 build: test
2753 language: c++
2754 src:
2755 - test/cpp/end2end/filter_end2end_test.cc
2756 deps:
2757 - grpc++_test_util
2758 - grpc_test_util
2759 - grpc++
2760 - grpc
2761 - gpr_test_util
2762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002764 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765 build: test
2766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
2768 - test/cpp/end2end/generic_end2end_test.cc
2769 deps:
2770 - grpc++_test_util
2771 - grpc_test_util
2772 - grpc++
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002776- name: golden_file_test
2777 gtest: true
2778 build: test
2779 language: c++
2780 src:
2781 - src/proto/grpc/testing/compiler_test.proto
2782 - test/cpp/codegen/golden_file_test.cc
2783 deps:
2784 - grpc++
2785 - grpc
2786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787- name: grpc_cli
2788 build: test
2789 run: false
2790 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
2792 - test/cpp/util/grpc_cli.cc
2793 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002794 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002795 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002796 - grpc++
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002799 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: grpc_cpp_plugin
2801 build: protoc
2802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
2804 - src/compiler/cpp_plugin.cc
2805 deps:
2806 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807 secure: false
2808 vs_config_type: Application
2809 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2810- name: grpc_csharp_plugin
2811 build: protoc
2812 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002813 src:
2814 - src/compiler/csharp_plugin.cc
2815 deps:
2816 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817 secure: false
2818 vs_config_type: Application
2819 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002820- name: grpc_node_plugin
2821 build: protoc
2822 language: c++
2823 src:
2824 - src/compiler/node_plugin.cc
2825 deps:
2826 - grpc_plugin_support
2827 secure: false
2828 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002829- name: grpc_objective_c_plugin
2830 build: protoc
2831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002832 src:
2833 - src/compiler/objective_c_plugin.cc
2834 deps:
2835 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836 secure: false
2837 vs_config_type: Application
2838 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2839- name: grpc_python_plugin
2840 build: protoc
2841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - src/compiler/python_plugin.cc
2844 deps:
2845 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846 secure: false
2847 vs_config_type: Application
2848 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2849- name: grpc_ruby_plugin
2850 build: protoc
2851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - src/compiler/ruby_plugin.cc
2854 deps:
2855 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002856 secure: false
2857 vs_config_type: Application
2858 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002859- name: grpc_tool_test
2860 gtest: true
2861 build: test
2862 language: c++
2863 headers:
2864 - test/cpp/util/string_ref_helper.h
2865 src:
2866 - src/proto/grpc/testing/echo.proto
2867 - src/proto/grpc/testing/echo_messages.proto
2868 - test/cpp/util/grpc_tool_test.cc
2869 - test/cpp/util/string_ref_helper.cc
2870 deps:
2871 - grpc_cli_libs
2872 - grpc++_reflection
2873 - grpc_test_util
2874 - grpc++
2875 - grpc
2876 - gpr_test_util
2877 - gpr
2878 filegroups:
2879 - grpc++_codegen_proto
2880 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002881- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002882 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002883 build: test
2884 language: c++
2885 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002886 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002887 - test/cpp/grpclb/grpclb_api_test.cc
2888 deps:
2889 - grpc++_test_util
2890 - grpc_test_util
2891 - grpc++
2892 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002893- name: grpclb_test
2894 gtest: false
2895 build: test
2896 language: c++
2897 src:
2898 - src/proto/grpc/lb/v1/load_balancer.proto
2899 - test/cpp/grpclb/grpclb_test.cc
2900 deps:
2901 - gpr
2902 - gpr_test_util
2903 - grpc
2904 - grpc++
2905 - grpc++_test_util
2906 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002907- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002908 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002909 build: test
2910 language: c++
2911 src:
2912 - test/cpp/end2end/hybrid_end2end_test.cc
2913 deps:
2914 - grpc++_test_util
2915 - grpc_test_util
2916 - grpc++
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: interop_client
2921 build: test
2922 run: false
2923 language: c++
2924 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002925 deps:
2926 - interop_client_main
2927 - interop_client_helper
2928 - grpc++_test_util
2929 - grpc_test_util
2930 - grpc++
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr_test_util
2933 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002934 - grpc++_test_config
2935 platforms:
2936 - mac
2937 - linux
2938 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: interop_server
2940 build: test
2941 run: false
2942 language: c++
2943 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002944 deps:
2945 - interop_server_main
2946 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002947 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002948 - grpc++_test_util
2949 - grpc_test_util
2950 - grpc++
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002954 - grpc++_test_config
2955 platforms:
2956 - mac
2957 - linux
2958 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002960 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002961 build: test
2962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
2964 - test/cpp/interop/interop_test.cc
2965 deps:
2966 - grpc_test_util
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002970 platforms:
2971 - mac
2972 - linux
2973 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002974- name: json_run_localhost
2975 build: test
2976 run: false
2977 language: c++
2978 src:
2979 - test/cpp/qps/json_run_localhost.cc
2980 deps:
2981 - grpc++_test_util
2982 - grpc_test_util
2983 - grpc++
2984 - grpc
2985 - gpr_test_util
2986 - gpr
2987 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002988- name: metrics_client
2989 build: test
2990 run: false
2991 language: c++
2992 headers:
2993 - test/cpp/util/metrics_server.h
2994 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002995 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002996 - test/cpp/interop/metrics_client.cc
2997 deps:
2998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003001 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003003 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004 build: test
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/end2end/mock_test.cc
3008 deps:
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003015- name: proto_server_reflection_test
3016 gtest: true
3017 build: test
3018 language: c++
3019 headers:
3020 - test/cpp/util/proto_reflection_descriptor_database.h
3021 src:
3022 - test/cpp/end2end/proto_server_reflection_test.cc
3023 - test/cpp/util/proto_reflection_descriptor_database.cc
3024 deps:
3025 - grpc++_reflection
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
3030 - gpr_test_util
3031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032- name: qps_interarrival_test
3033 build: test
3034 run: false
3035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003036 src:
3037 - test/cpp/qps/qps_interarrival_test.cc
3038 deps:
3039 - qps
3040 - grpc++_test_util
3041 - grpc_test_util
3042 - grpc++
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003046 platforms:
3047 - mac
3048 - linux
3049 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003050- name: qps_json_driver
3051 build: test
3052 run: false
3053 language: c++
3054 src:
3055 - test/cpp/qps/qps_json_driver.cc
3056 deps:
3057 - qps
3058 - grpc++_test_util
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
3062 - gpr_test_util
3063 - gpr
3064 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003066 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067 build: test
3068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003069 src:
3070 - test/cpp/qps/qps_openloop_test.cc
3071 deps:
3072 - qps
3073 - grpc++_test_util
3074 - grpc_test_util
3075 - grpc++
3076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003077 - gpr_test_util
3078 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003079 - grpc++_test_config
3080 platforms:
3081 - mac
3082 - linux
3083 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003085 build: test
3086 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003088 headers:
3089 - test/cpp/qps/client.h
3090 - test/cpp/qps/server.h
3091 src:
3092 - test/cpp/qps/worker.cc
3093 deps:
3094 - qps
3095 - grpc++_test_util
3096 - grpc_test_util
3097 - grpc++
3098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003099 - gpr_test_util
3100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003101 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102- name: reconnect_interop_client
3103 build: test
3104 run: false
3105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003106 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003107 - src/proto/grpc/testing/empty.proto
3108 - src/proto/grpc/testing/messages.proto
3109 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003110 - test/cpp/interop/reconnect_interop_client.cc
3111 deps:
3112 - grpc++_test_util
3113 - grpc_test_util
3114 - grpc++
3115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003116 - gpr_test_util
3117 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003118 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: reconnect_interop_server
3120 build: test
3121 run: false
3122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003123 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003124 - src/proto/grpc/testing/empty.proto
3125 - src/proto/grpc/testing/messages.proto
3126 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003127 - test/cpp/interop/reconnect_interop_server.cc
3128 deps:
3129 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003130 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003131 - grpc++_test_util
3132 - grpc_test_util
3133 - grpc++
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr_test_util
3136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003137 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003139 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140 build: test
3141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003142 src:
3143 - test/cpp/common/secure_auth_context_test.cc
3144 deps:
3145 - grpc++_test_util
3146 - grpc_test_util
3147 - grpc++
3148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 - gpr_test_util
3150 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003151- name: secure_sync_unary_ping_pong_test
3152 build: test
3153 language: c++
3154 src:
3155 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3156 deps:
3157 - qps
3158 - grpc++_test_util
3159 - grpc_test_util
3160 - grpc++
3161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003162 - gpr_test_util
3163 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003164 platforms:
3165 - mac
3166 - linux
3167 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003168- name: server_builder_plugin_test
3169 gtest: true
3170 build: test
3171 language: c++
3172 src:
3173 - test/cpp/end2end/server_builder_plugin_test.cc
3174 deps:
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
3179 - gpr_test_util
3180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003182 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003183 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003184 build: test
3185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003186 src:
3187 - test/cpp/end2end/server_crash_test.cc
3188 deps:
3189 - grpc++_test_util
3190 - grpc_test_util
3191 - grpc++
3192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003193 - gpr_test_util
3194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003195 platforms:
3196 - mac
3197 - linux
3198 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: server_crash_test_client
3200 build: test
3201 run: false
3202 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
3204 - test/cpp/end2end/server_crash_test_client.cc
3205 deps:
3206 - grpc++_test_util
3207 - grpc_test_util
3208 - grpc++
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003212- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003213 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214 build: test
3215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003216 src:
3217 - test/cpp/end2end/shutdown_test.cc
3218 deps:
3219 - grpc++_test_util
3220 - grpc_test_util
3221 - grpc++
3222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003223 - gpr_test_util
3224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003225- name: status_test
3226 build: test
3227 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003228 src:
3229 - test/cpp/util/status_test.cc
3230 deps:
3231 - grpc_test_util
3232 - grpc++
3233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 - gpr_test_util
3235 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003236- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003237 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003238 build: test
3239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003240 src:
3241 - test/cpp/end2end/streaming_throughput_test.cc
3242 deps:
3243 - grpc++_test_util
3244 - grpc_test_util
3245 - grpc++
3246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003247 - gpr_test_util
3248 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003249 platforms:
3250 - mac
3251 - linux
3252 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003253- name: stress_test
3254 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003255 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003256 language: c++
3257 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003258 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003259 - test/cpp/interop/interop_client.h
3260 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003261 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003262 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003263 - src/proto/grpc/testing/empty.proto
3264 - src/proto/grpc/testing/messages.proto
3265 - src/proto/grpc/testing/metrics.proto
3266 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003267 - test/cpp/interop/interop_client.cc
3268 - test/cpp/interop/stress_interop_client.cc
3269 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003270 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003271 deps:
3272 - grpc++_test_util
3273 - grpc_test_util
3274 - grpc++
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003278 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003279- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003280 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003281 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282 build: test
3283 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003284 src:
3285 - test/cpp/end2end/thread_stress_test.cc
3286 deps:
3287 - grpc++_test_util
3288 - grpc_test_util
3289 - grpc++
3290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 - gpr_test_util
3292 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003293- name: public_headers_must_be_c89
3294 build: test
3295 language: c89
3296 src:
3297 - test/core/surface/public_headers_must_be_c89.c
3298 deps:
3299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003302- linkage: static
3303 name: grpc.dependencies.zlib
3304 props: false
3305 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003306 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003307- linkage: static
3308 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003309 props: true
3310 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003311 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003312- name: gflags
3313 props: false
3314 redist: false
3315 version: 2.1.2.1
3316- name: gtest
3317 props: false
3318 redist: false
3319 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003320configs:
3321 asan:
3322 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003323 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3324 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003325 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003326 LD: clang
3327 LDFLAGS: -fsanitize=address
3328 LDXX: clang++
3329 compile_the_world: true
3330 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003331 ASAN_OPTIONS: detect_leaks=1:color=always
3332 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003333 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003334 asan-noleaks:
3335 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003336 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3337 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003338 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003339 LD: clang
3340 LDFLAGS: -fsanitize=address
3341 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003342 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003343 test_environ:
3344 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003345 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003346 asan-trace-cmp:
3347 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003348 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3349 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003350 CXX: clang++
3351 LD: clang
3352 LDFLAGS: -fsanitize=address
3353 LDXX: clang++
3354 compile_the_world: true
3355 test_environ:
3356 ASAN_OPTIONS: detect_leaks=1:color=always
3357 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3358 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003359 basicprof:
3360 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3361 DEFINES: NDEBUG
3362 dbg:
3363 CPPFLAGS: -O0
3364 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003365 easan:
3366 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003367 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3368 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003369 CXX: clang++
3370 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3371 LD: clang
3372 LDFLAGS: -fsanitize=address
3373 LDXX: clang++
3374 compile_the_world: true
3375 test_environ:
3376 ASAN_OPTIONS: detect_leaks=1:color=always
3377 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3378 timeout_multiplier: 3
3379 edbg:
3380 CPPFLAGS: -O0
3381 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3382 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003383 CC: clang
3384 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003385 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003386 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003387 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003388 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003389 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003390 LDXX: clang++
3391 compile_the_world: true
3392 test_environ:
3393 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3394 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003395 gcov:
3396 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003397 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003398 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003399 DEFINES: _DEBUG DEBUG GPR_GCOV
3400 LD: gcc
3401 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3402 LDXX: g++
3403 helgrind:
3404 CPPFLAGS: -O0
3405 DEFINES: _DEBUG DEBUG
3406 LDFLAGS: -rdynamic
3407 timeout_multiplier: 20
3408 valgrind: --tool=helgrind
3409 memcheck:
3410 CPPFLAGS: -O0
3411 DEFINES: _DEBUG DEBUG
3412 LDFLAGS: -rdynamic
3413 timeout_multiplier: 10
3414 valgrind: --tool=memcheck --leak-check=full
3415 msan:
3416 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003417 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3418 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3419 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003420 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003421 DEFINES: NDEBUG
3422 LD: clang
3423 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3424 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3425 LDXX: clang++
3426 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003427 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003428 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003429 CPPFLAGS: -O3 -fno-omit-frame-pointer
3430 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003431 LDFLAGS: -rdynamic
3432 opt:
3433 CPPFLAGS: -O2
3434 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003435 stapprof:
3436 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3437 DEFINES: NDEBUG
3438 tsan:
3439 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003440 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003441 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003442 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003443 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003444 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003445 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003446 LDXX: clang++
3447 compile_the_world: true
3448 test_environ:
3449 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003450 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003451 ubsan:
3452 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003453 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3454 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003455 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003456 DEFINES: NDEBUG
3457 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003458 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003459 LDXX: clang++
3460 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003461 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003462 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003463 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003464defaults:
3465 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003466 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003467 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003468 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003469 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003470 global:
3471 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3472 LDFLAGS: -g
3473 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003474 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003475 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003476node_modules:
3477- deps:
3478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003479 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003480 - boringssl
3481 - z
murgatroid9994a75412015-11-19 14:04:53 -08003482 headers:
3483 - src/node/ext/byte_buffer.h
3484 - src/node/ext/call.h
3485 - src/node/ext/call_credentials.h
3486 - src/node/ext/channel.h
3487 - src/node/ext/channel_credentials.h
3488 - src/node/ext/completion_queue_async_worker.h
3489 - src/node/ext/server.h
3490 - src/node/ext/server_credentials.h
3491 - src/node/ext/timeval.h
3492 js:
3493 - src/node/index.js
3494 - src/node/src/client.js
3495 - src/node/src/common.js
3496 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003497 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003498 - src/node/src/metadata.js
3499 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003500 name: grpc_node
3501 src:
3502 - src/node/ext/byte_buffer.cc
3503 - src/node/ext/call.cc
3504 - src/node/ext/call_credentials.cc
3505 - src/node/ext/channel.cc
3506 - src/node/ext/channel_credentials.cc
3507 - src/node/ext/completion_queue_async_worker.cc
3508 - src/node/ext/node_grpc.cc
3509 - src/node/ext/server.cc
3510 - src/node/ext/server_credentials.cc
3511 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003512openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003513 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003514 extraction_dir: openssl-1.0.2f
3515 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003516php_config_m4:
3517 deps:
3518 - grpc
3519 - gpr
3520 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003521 headers:
3522 - src/php/ext/grpc/byte_buffer.h
3523 - src/php/ext/grpc/call.h
3524 - src/php/ext/grpc/call_credentials.h
3525 - src/php/ext/grpc/channel.h
3526 - src/php/ext/grpc/channel_credentials.h
3527 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003528 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003529 - src/php/ext/grpc/php_grpc.h
3530 - src/php/ext/grpc/server.h
3531 - src/php/ext/grpc/server_credentials.h
3532 - src/php/ext/grpc/timeval.h
3533 src:
3534 - src/php/ext/grpc/byte_buffer.c
3535 - src/php/ext/grpc/call.c
3536 - src/php/ext/grpc/call_credentials.c
3537 - src/php/ext/grpc/channel.c
3538 - src/php/ext/grpc/channel_credentials.c
3539 - src/php/ext/grpc/completion_queue.c
3540 - src/php/ext/grpc/php_grpc.c
3541 - src/php/ext/grpc/server.c
3542 - src/php/ext/grpc/server_credentials.c
3543 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003544python_dependencies:
3545 deps:
3546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003548 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003549 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003550ruby_gem:
3551 deps:
3552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555 - z