blob: 149514f9c10de27e768bb1a55abda7428b8684a0 [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
Vizerai12d1fc62016-09-09 14:22:19 -070032 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070033 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070034 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070036 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070037 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070038 - src/core/ext/census/grpc_context.c
39 - src/core/ext/census/grpc_filter.c
40 - src/core/ext/census/grpc_plugin.c
41 - src/core/ext/census/initialize.c
42 - src/core/ext/census/mlog.c
43 - src/core/ext/census/operation.c
44 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070045 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070046 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070047 - src/core/ext/census/tracing.c
48 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070049 uses:
50 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070051 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070052- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010053 public_headers:
54 - include/grpc/support/alloc.h
55 - include/grpc/support/atm.h
56 - include/grpc/support/atm_gcc_atomic.h
57 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070058 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - include/grpc/support/avl.h
60 - include/grpc/support/cmdline.h
61 - include/grpc/support/cpu.h
62 - include/grpc/support/histogram.h
63 - include/grpc/support/host_port.h
64 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070065 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010066 - include/grpc/support/port_platform.h
67 - include/grpc/support/slice.h
68 - include/grpc/support/slice_buffer.h
69 - include/grpc/support/string_util.h
70 - include/grpc/support/subprocess.h
71 - include/grpc/support/sync.h
72 - include/grpc/support/sync_generic.h
73 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/thd.h
76 - include/grpc/support/time.h
77 - include/grpc/support/tls.h
78 - include/grpc/support/tls_gcc.h
79 - include/grpc/support/tls_msvc.h
80 - include/grpc/support/tls_pthread.h
81 - include/grpc/support/useful.h
82 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/profiling/timers.h
84 - src/core/lib/support/backoff.h
85 - src/core/lib/support/block_annotate.h
86 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070087 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070089 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/stack_lockfree.h
91 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/thd_internal.h
94 - src/core/lib/support/time_precise.h
95 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010096 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/profiling/basic_timers.c
98 - src/core/lib/profiling/stap_timers.c
99 - src/core/lib/support/alloc.c
100 - src/core/lib/support/avl.c
101 - src/core/lib/support/backoff.c
102 - src/core/lib/support/cmdline.c
103 - src/core/lib/support/cpu_iphone.c
104 - src/core/lib/support/cpu_linux.c
105 - src/core/lib/support/cpu_posix.c
106 - src/core/lib/support/cpu_windows.c
107 - src/core/lib/support/env_linux.c
108 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700109 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/histogram.c
111 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700112 - src/core/lib/support/log.c
113 - src/core/lib/support/log_android.c
114 - src/core/lib/support/log_linux.c
115 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700117 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700119 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/slice.c
121 - src/core/lib/support/slice_buffer.c
122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700152 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/port_platform.h
154 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - 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 Tillerbf4b2242015-08-31 15:53:53 -0700159- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700160 public_headers:
161 - include/grpc/byte_buffer.h
162 - include/grpc/byte_buffer_reader.h
163 - include/grpc/compression.h
164 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700165 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200166 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700167 - include/grpc/status.h
168 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/channel_args.h
170 - src/core/lib/channel/channel_stack.h
171 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/compress_filter.h
173 - src/core/lib/channel/connected_channel.h
174 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700175 - src/core/lib/channel/deadline_filter.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
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700192 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
211 - src/core/lib/iomgr/sockaddr.h
212 - src/core/lib/iomgr/sockaddr_posix.h
213 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700214 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700215 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/socket_utils_posix.h
217 - src/core/lib/iomgr/socket_windows.h
218 - src/core/lib/iomgr/tcp_client.h
219 - src/core/lib/iomgr/tcp_posix.h
220 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700221 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_windows.h
223 - src/core/lib/iomgr/time_averaged_stats.h
224 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/udp_server.h
229 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700230 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/wakeup_fd_pipe.h
232 - src/core/lib/iomgr/wakeup_fd_posix.h
233 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/workqueue_windows.h
236 - src/core/lib/json/json.h
237 - src/core/lib/json/json_common.h
238 - src/core/lib/json/json_reader.h
239 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/surface/api_trace.h
241 - src/core/lib/surface/call.h
242 - src/core/lib/surface/call_test_only.h
243 - src/core/lib/surface/channel.h
244 - src/core/lib/surface/channel_init.h
245 - src/core/lib/surface/channel_stack_type.h
246 - src/core/lib/surface/completion_queue.h
247 - src/core/lib/surface/event_string.h
248 - src/core/lib/surface/init.h
249 - src/core/lib/surface/lame_client.h
250 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700253 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/metadata.h
255 - src/core/lib/transport/metadata_batch.h
Mark D. Rothbfe56802016-10-26 12:45:20 -0700256 - src/core/lib/transport/method_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400258 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/transport.h
260 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/channel/channel_args.c
263 - src/core/lib/channel/channel_stack.c
264 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/channel/compress_filter.c
266 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700267 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700268 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/channel/http_client_filter.c
270 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700271 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700272 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/compression/message_compress.c
274 - src/core/lib/debug/trace.c
275 - src/core/lib/http/format_request.c
276 - src/core/lib/http/httpcli.c
277 - src/core/lib/http/parser.c
278 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700279 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/iomgr/endpoint.c
281 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700282 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700284 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700285 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700286 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700287 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700288 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/iomgr/exec_ctx.c
290 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/iocp_windows.c
292 - src/core/lib/iomgr/iomgr.c
293 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700294 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700296 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700297 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700298 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700299 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_windows.c
303 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700304 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/resolve_address_windows.c
306 - src/core/lib/iomgr/sockaddr_utils.c
307 - src/core/lib/iomgr/socket_utils_common_posix.c
308 - src/core/lib/iomgr/socket_utils_linux.c
309 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700310 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700311 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/socket_windows.c
313 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/tcp_client_windows.c
316 - src/core/lib/iomgr/tcp_posix.c
317 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/tcp_windows.c
322 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/udp_server.c
327 - src/core/lib/iomgr/unix_sockets_posix.c
328 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700329 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/wakeup_fd_eventfd.c
331 - src/core/lib/iomgr/wakeup_fd_nospecial.c
332 - src/core/lib/iomgr/wakeup_fd_pipe.c
333 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/workqueue_windows.c
336 - src/core/lib/json/json.c
337 - src/core/lib/json/json_reader.c
338 - src/core/lib/json/json_string.c
339 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/surface/alarm.c
341 - src/core/lib/surface/api_trace.c
342 - src/core/lib/surface/byte_buffer.c
343 - src/core/lib/surface/byte_buffer_reader.c
344 - src/core/lib/surface/call.c
345 - src/core/lib/surface/call_details.c
346 - src/core/lib/surface/call_log_batch.c
347 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/surface/channel_init.c
349 - src/core/lib/surface/channel_ping.c
350 - src/core/lib/surface/channel_stack_type.c
351 - src/core/lib/surface/completion_queue.c
352 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/lame_client.c
354 - src/core/lib/surface/metadata_array.c
355 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/surface/validate_metadata.c
357 - src/core/lib/surface/version.c
358 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700360 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/transport/metadata.c
362 - src/core/lib/transport/metadata_batch.c
Mark D. Rothbfe56802016-10-26 12:45:20 -0700363 - src/core/lib/transport/method_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400365 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/transport/transport.c
367 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700368 deps:
369 - gpr
370 uses:
371 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700372- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700373 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700374 - src/core/ext/client_channel/client_channel.h
375 - src/core/ext/client_channel/client_channel_factory.h
376 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700377 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700378 - src/core/ext/client_channel/initial_connect_string.h
379 - src/core/ext/client_channel/lb_policy.h
380 - src/core/ext/client_channel/lb_policy_factory.h
381 - src/core/ext/client_channel/lb_policy_registry.h
382 - src/core/ext/client_channel/parse_address.h
383 - src/core/ext/client_channel/resolver.h
384 - src/core/ext/client_channel/resolver_factory.h
385 - src/core/ext/client_channel/resolver_registry.h
386 - src/core/ext/client_channel/resolver_result.h
387 - src/core/ext/client_channel/subchannel.h
388 - src/core/ext/client_channel/subchannel_index.h
389 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700390 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700391 - src/core/ext/client_channel/channel_connectivity.c
392 - src/core/ext/client_channel/client_channel.c
393 - src/core/ext/client_channel/client_channel_factory.c
394 - src/core/ext/client_channel/client_channel_plugin.c
395 - src/core/ext/client_channel/connector.c
396 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700397 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700398 - src/core/ext/client_channel/initial_connect_string.c
399 - src/core/ext/client_channel/lb_policy.c
400 - src/core/ext/client_channel/lb_policy_factory.c
401 - src/core/ext/client_channel/lb_policy_registry.c
402 - src/core/ext/client_channel/parse_address.c
403 - src/core/ext/client_channel/resolver.c
404 - src/core/ext/client_channel/resolver_factory.c
405 - src/core/ext/client_channel/resolver_registry.c
406 - src/core/ext/client_channel/resolver_result.c
407 - src/core/ext/client_channel/subchannel.c
408 - src/core/ext/client_channel/subchannel_index.c
409 - src/core/ext/client_channel/uri_parser.c
410 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 uses:
412 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800413- name: grpc_codegen
414 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700415 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800416 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800417 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800418 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800419 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800420 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700421 uses:
422 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700423- name: grpc_lb_policy_grpclb
424 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700425 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700426 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700427 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700428 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700429 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700430 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700431 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700432 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700433 uses:
434 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700436 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700437- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700438 src:
439 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700440 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700441 uses:
442 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700444- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700445 src:
446 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700447 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700448 uses:
449 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700450 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700451- name: grpc_load_reporting
452 headers:
453 - src/core/ext/load_reporting/load_reporting.h
454 - src/core/ext/load_reporting/load_reporting_filter.h
455 src:
456 - src/core/ext/load_reporting/load_reporting.c
457 - src/core/ext/load_reporting/load_reporting_filter.c
458 plugin: grpc_load_reporting_plugin
459 uses:
460 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700461- name: grpc_resolver_dns_native
462 src:
463 - src/core/ext/resolver/dns/native/dns_resolver.c
464 plugin: grpc_resolver_dns_native
465 uses:
466 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700467 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700468- name: grpc_resolver_sockaddr
469 src:
470 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
471 plugin: grpc_resolver_sockaddr
472 uses:
473 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700474 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100475- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700476 public_headers:
477 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100478 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700479 - src/core/lib/security/context/security_context.h
480 - src/core/lib/security/credentials/composite/composite_credentials.h
481 - src/core/lib/security/credentials/credentials.h
482 - src/core/lib/security/credentials/fake/fake_credentials.h
483 - src/core/lib/security/credentials/google_default/google_default_credentials.h
484 - src/core/lib/security/credentials/iam/iam_credentials.h
485 - src/core/lib/security/credentials/jwt/json_token.h
486 - src/core/lib/security/credentials/jwt/jwt_credentials.h
487 - src/core/lib/security/credentials/jwt/jwt_verifier.h
488 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
489 - src/core/lib/security/credentials/plugin/plugin_credentials.h
490 - src/core/lib/security/credentials/ssl/ssl_credentials.h
491 - src/core/lib/security/transport/auth_filters.h
492 - src/core/lib/security/transport/handshake.h
493 - src/core/lib/security/transport/secure_endpoint.h
494 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700495 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700496 - src/core/lib/security/util/b64.h
497 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100498 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700499 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700500 - src/core/lib/security/context/security_context.c
501 - src/core/lib/security/credentials/composite/composite_credentials.c
502 - src/core/lib/security/credentials/credentials.c
503 - src/core/lib/security/credentials/credentials_metadata.c
504 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700505 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/credentials/google_default/google_default_credentials.c
507 - src/core/lib/security/credentials/iam/iam_credentials.c
508 - src/core/lib/security/credentials/jwt/json_token.c
509 - src/core/lib/security/credentials/jwt/jwt_credentials.c
510 - src/core/lib/security/credentials/jwt/jwt_verifier.c
511 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
512 - src/core/lib/security/credentials/plugin/plugin_credentials.c
513 - src/core/lib/security/credentials/ssl/ssl_credentials.c
514 - src/core/lib/security/transport/client_auth_filter.c
515 - src/core/lib/security/transport/handshake.c
516 - src/core/lib/security/transport/secure_endpoint.c
517 - src/core/lib/security/transport/security_connector.c
518 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700519 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700520 - src/core/lib/security/util/b64.c
521 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700522 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700523 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700524 uses:
525 - grpc_base
526 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700527 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700528- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700529 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700530 headers:
531 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700532 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700533 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700534 - test/core/end2end/fixtures/proxy.h
535 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700536 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200537 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700538 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700539 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700540 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700541 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700542 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700543 - test/core/util/slice_splitter.h
544 src:
545 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700546 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700547 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700548 - test/core/end2end/fixtures/proxy.c
549 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700550 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200551 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700552 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700554 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700556 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700557 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/port_windows.c
559 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 deps:
561 - grpc
562 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700563- name: grpc_transport_chttp2
564 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700565 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700566 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700567 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
568 - src/core/ext/transport/chttp2/transport/frame.h
569 - src/core/ext/transport/chttp2/transport/frame_data.h
570 - src/core/ext/transport/chttp2/transport/frame_goaway.h
571 - src/core/ext/transport/chttp2/transport/frame_ping.h
572 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
573 - src/core/ext/transport/chttp2/transport/frame_settings.h
574 - src/core/ext/transport/chttp2/transport/frame_window_update.h
575 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
576 - src/core/ext/transport/chttp2/transport/hpack_parser.h
577 - src/core/ext/transport/chttp2/transport/hpack_table.h
578 - src/core/ext/transport/chttp2/transport/http2_errors.h
579 - src/core/ext/transport/chttp2/transport/huffsyms.h
580 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
581 - src/core/ext/transport/chttp2/transport/internal.h
582 - src/core/ext/transport/chttp2/transport/status_conversion.h
583 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700584 - src/core/ext/transport/chttp2/transport/varint.h
585 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700586 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700587 - src/core/ext/transport/chttp2/transport/bin_encoder.c
588 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700589 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
590 - src/core/ext/transport/chttp2/transport/frame_data.c
591 - src/core/ext/transport/chttp2/transport/frame_goaway.c
592 - src/core/ext/transport/chttp2/transport/frame_ping.c
593 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
594 - src/core/ext/transport/chttp2/transport/frame_settings.c
595 - src/core/ext/transport/chttp2/transport/frame_window_update.c
596 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
597 - src/core/ext/transport/chttp2/transport/hpack_parser.c
598 - src/core/ext/transport/chttp2/transport/hpack_table.c
599 - src/core/ext/transport/chttp2/transport/huffsyms.c
600 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
601 - src/core/ext/transport/chttp2/transport/parsing.c
602 - src/core/ext/transport/chttp2/transport/status_conversion.c
603 - src/core/ext/transport/chttp2/transport/stream_lists.c
604 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700605 - src/core/ext/transport/chttp2/transport/varint.c
606 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700607 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700608 uses:
609 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700610 - grpc_transport_chttp2_alpn
611- name: grpc_transport_chttp2_alpn
612 headers:
613 - src/core/ext/transport/chttp2/alpn/alpn.h
614 src:
615 - src/core/ext/transport/chttp2/alpn/alpn.c
616 deps:
617 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700618- name: grpc_transport_chttp2_client_insecure
619 src:
620 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700621 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700622 uses:
623 - grpc_transport_chttp2
624 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700625 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700626- name: grpc_transport_chttp2_client_secure
627 src:
628 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700629 uses:
630 - grpc_transport_chttp2
631 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700632 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700633 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700634- name: grpc_transport_chttp2_server_insecure
635 src:
636 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700637 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700638 uses:
639 - grpc_transport_chttp2
640 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700641- name: grpc_transport_chttp2_server_secure
642 src:
643 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700644 uses:
645 - grpc_transport_chttp2
646 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700647 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700648- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700649 public_headers:
650 - include/grpc/grpc_cronet.h
651 - include/grpc/grpc_security.h
652 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700653 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700654 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
655 src:
656 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
657 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
658 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700659 filegroups:
660 - grpc_base
661 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800662- name: nanopb
663 headers:
664 - third_party/nanopb/pb.h
665 - third_party/nanopb/pb_common.h
666 - third_party/nanopb/pb_decode.h
667 - third_party/nanopb/pb_encode.h
668 src:
669 - third_party/nanopb/pb_common.c
670 - third_party/nanopb/pb_decode.c
671 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672- name: tsi
673 headers:
674 - src/core/lib/tsi/fake_transport_security.h
675 - src/core/lib/tsi/ssl_transport_security.h
676 - src/core/lib/tsi/ssl_types.h
677 - src/core/lib/tsi/transport_security.h
678 - src/core/lib/tsi/transport_security_interface.h
679 src:
680 - src/core/lib/tsi/fake_transport_security.c
681 - src/core/lib/tsi/ssl_transport_security.c
682 - src/core/lib/tsi/transport_security.c
683 deps:
684 - gpr
685 secure: true
murgatroid992f320ca2016-08-10 13:35:53 -0700686 uses:
687 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688- name: grpc++_base
689 language: c++
690 public_headers:
691 - include/grpc++/alarm.h
692 - include/grpc++/channel.h
693 - include/grpc++/client_context.h
694 - include/grpc++/completion_queue.h
695 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700696 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700697 - include/grpc++/generic/async_generic_service.h
698 - include/grpc++/generic/generic_stub.h
699 - include/grpc++/grpc++.h
700 - include/grpc++/impl/call.h
701 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700702 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700703 - include/grpc++/impl/grpc_library.h
704 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 - include/grpc++/impl/rpc_method.h
706 - include/grpc++/impl/rpc_service_method.h
707 - include/grpc++/impl/serialization_traits.h
708 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700709 - include/grpc++/impl/server_builder_plugin.h
710 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700711 - include/grpc++/impl/service_type.h
712 - include/grpc++/impl/sync.h
713 - include/grpc++/impl/sync_cxx11.h
714 - include/grpc++/impl/sync_no_cxx11.h
715 - include/grpc++/impl/thd.h
716 - include/grpc++/impl/thd_cxx11.h
717 - include/grpc++/impl/thd_no_cxx11.h
718 - include/grpc++/security/auth_context.h
719 - include/grpc++/security/auth_metadata_processor.h
720 - include/grpc++/security/credentials.h
721 - include/grpc++/security/server_credentials.h
722 - include/grpc++/server.h
723 - include/grpc++/server_builder.h
724 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700725 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - include/grpc++/support/async_stream.h
727 - include/grpc++/support/async_unary_call.h
728 - include/grpc++/support/byte_buffer.h
729 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700730 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 - include/grpc++/support/slice.h
732 - include/grpc++/support/status.h
733 - include/grpc++/support/status_code_enum.h
734 - include/grpc++/support/string_ref.h
735 - include/grpc++/support/stub_options.h
736 - include/grpc++/support/sync_stream.h
737 - include/grpc++/support/time.h
738 headers:
739 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700740 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - src/cpp/server/dynamic_thread_pool.h
742 - src/cpp/server/thread_pool_interface.h
743 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700744 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/client/client_context.cc
746 - src/cpp/client/create_channel.cc
747 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700748 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700749 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700752 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700753 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/common/core_codegen.cc
755 - src/cpp/common/rpc_method.cc
756 - src/cpp/server/async_generic_service.cc
757 - src/cpp/server/create_default_thread_pool.cc
758 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700760 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - src/cpp/server/server_context.cc
762 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700763 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700764 - src/cpp/util/byte_buffer_cc.cc
765 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/util/status.cc
767 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700768 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 uses:
yang-g17487f92016-06-03 15:21:15 -0700770 - grpc++_codegen_base
771- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 language: c++
773 public_headers:
774 - include/grpc++/impl/codegen/async_stream.h
775 - include/grpc++/impl/codegen/async_unary_call.h
776 - include/grpc++/impl/codegen/call.h
777 - include/grpc++/impl/codegen/call_hook.h
778 - include/grpc++/impl/codegen/channel_interface.h
779 - include/grpc++/impl/codegen/client_context.h
780 - include/grpc++/impl/codegen/client_unary_call.h
781 - include/grpc++/impl/codegen/completion_queue.h
782 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700783 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/codegen/core_codegen_interface.h
785 - include/grpc++/impl/codegen/create_auth_context.h
786 - include/grpc++/impl/codegen/grpc_library.h
787 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/codegen/rpc_method.h
789 - include/grpc++/impl/codegen/rpc_service_method.h
790 - include/grpc++/impl/codegen/security/auth_context.h
791 - include/grpc++/impl/codegen/serialization_traits.h
792 - include/grpc++/impl/codegen/server_context.h
793 - include/grpc++/impl/codegen/server_interface.h
794 - include/grpc++/impl/codegen/service_type.h
795 - include/grpc++/impl/codegen/status.h
796 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700797 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/impl/codegen/string_ref.h
799 - include/grpc++/impl/codegen/stub_options.h
800 - include/grpc++/impl/codegen/sync.h
801 - include/grpc++/impl/codegen/sync_cxx11.h
802 - include/grpc++/impl/codegen/sync_no_cxx11.h
803 - include/grpc++/impl/codegen/sync_stream.h
804 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 uses:
806 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700807- name: grpc++_codegen_base_src
808 language: c++
809 src:
810 - src/cpp/codegen/codegen_init.cc
811 uses:
812 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700813- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 language: c++
815 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700816 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 uses:
yang-g17487f92016-06-03 15:21:15 -0700818 - grpc++_codegen_base
819 - grpc++_config_proto
820- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 language: c++
822 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700824- name: grpc++_reflection_proto
825 language: c++
826 public_headers:
827 - include/grpc++/ext/reflection.grpc.pb.h
828 - include/grpc++/ext/reflection.pb.h
829 src:
830 - src/cpp/ext/reflection.grpc.pb.cc
831 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700832 uses:
833 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700834- name: thrift_util
835 language: c++
836 public_headers:
837 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700838 - include/grpc++/impl/codegen/thrift_utils.h
839 uses:
840 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100841libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800842- name: gpr
843 build: all
844 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800845 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700846 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800847 secure: false
848 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
849- name: gpr_test_util
850 build: private
851 language: c
852 headers:
853 - test/core/util/test_config.h
854 src:
855 - test/core/util/test_config.c
856 deps:
857 - gpr
858 secure: false
859 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860- name: grpc
861 build: all
862 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 src:
864 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700865 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800866 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700868 filegroups:
869 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700870 - grpc_transport_chttp2_server_secure
871 - grpc_transport_chttp2_client_secure
872 - grpc_transport_chttp2_server_insecure
873 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700874 - grpc_lb_policy_grpclb
875 - grpc_lb_policy_pick_first
876 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700877 - grpc_resolver_dns_native
878 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700879 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100880 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700881 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700882 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700883 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700884 vs_packages:
885 - grpc.dependencies.openssl
886 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700888- name: grpc_cronet
889 build: all
890 language: c
891 src:
892 - src/core/lib/surface/init.c
893 baselib: true
894 deps_linkage: static
895 dll: true
896 filegroups:
897 - grpc_base
898 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700899 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700900 generate_plugin_registry: true
901 platforms:
902 - linux
903 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100904- name: grpc_dll
905 build: private
906 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100907 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100908 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100909 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100910 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100911 build_system:
912 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100913 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100914 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100915 vs_config_type: DynamicLibrary
916 vs_packages:
917 - grpc.dependencies.openssl
918 - grpc.dependencies.zlib
919 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
920 vs_props:
921 - zlib
922 - openssl
923 - winsock
924 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925- name: grpc_test_util
926 build: private
927 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700928 headers:
929 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800930 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700931 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700932 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700933 - test/core/end2end/data/server1_cert.c
934 - test/core/end2end/data/server1_key.c
935 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800936 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700937 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800938 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700940 - grpc
941 filegroups:
942 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700943 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700944 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
945- name: grpc_test_util_unsecure
946 build: private
947 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700948 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800949 - gpr
950 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800951 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700952 filegroups:
953 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: false
955 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
956- name: grpc_unsecure
957 build: all
958 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700959 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700960 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700961 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700962 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800963 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700964 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700965 filegroups:
966 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700967 - grpc_transport_chttp2_server_insecure
968 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700969 - grpc_resolver_dns_native
970 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700971 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700972 - grpc_lb_policy_grpclb
973 - grpc_lb_policy_pick_first
974 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700975 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700976 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 secure: false
978 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979- name: reconnect_server
980 build: private
981 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700982 headers:
983 - test/core/util/reconnect_server.h
984 src:
985 - test/core/util/reconnect_server.c
986 deps:
yang-gc9fca182015-11-06 16:41:33 -0800987 - test_tcp_server
988 - grpc_test_util
989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800990 - gpr_test_util
991 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800992- name: test_tcp_server
993 build: private
994 language: c
995 headers:
996 - test/core/util/test_tcp_server.h
997 src:
998 - test/core/util/test_tcp_server.c
999 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001000 - grpc_test_util
1001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001002 - gpr_test_util
1003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004- name: grpc++
1005 build: all
1006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001007 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001008 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001009 - src/cpp/client/secure_credentials.h
1010 - src/cpp/common/secure_auth_context.h
1011 - src/cpp/server/secure_server_credentials.h
1012 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001013 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001014 - src/cpp/client/secure_credentials.cc
1015 - src/cpp/common/auth_property_iterator.cc
1016 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001017 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001018 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001019 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001020 - src/cpp/server/secure_server_credentials.cc
1021 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001022 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023 baselib: true
1024 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001025 filegroups:
1026 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001027 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001028 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029 secure: check
1030 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001031- name: grpc++_cronet
1032 build: all
1033 language: c++
1034 src:
1035 - src/cpp/client/cronet_credentials.cc
1036 - src/cpp/client/insecure_credentials.cc
1037 - src/cpp/common/insecure_create_auth_context.cc
1038 - src/cpp/server/insecure_server_credentials.cc
1039 deps:
1040 - gpr
1041 - grpc_cronet
1042 baselib: true
1043 dll: true
1044 filegroups:
1045 - grpc++_base
1046 - grpc++_codegen_base
1047 - grpc++_codegen_base_src
1048 platforms:
1049 - linux
1050 secure: true
Yuchen Zengc84ed682016-05-04 16:30:11 -07001051- name: grpc++_reflection
1052 build: all
1053 language: c++
1054 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001055 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001056 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001057 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001058 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001059 - src/cpp/ext/proto_server_reflection.cc
1060 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001061 deps:
1062 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001063 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001064 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001065- name: grpc++_reflection_codegen
1066 build: private
1067 language: c++
1068 src:
1069 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001070- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001071 build: private
yang-g42879982016-10-13 15:58:31 -07001072 language: c++
1073 headers:
1074 - include/grpc++/test/server_context_test_spouse.h
1075 src:
1076 - src/cpp/test/server_context_test_spouse.cc
1077 deps:
1078 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079- name: grpc++_test_config
1080 build: private
1081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001082 headers:
1083 - test/cpp/util/test_config.h
1084 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001085 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001086- name: grpc++_test_util
1087 build: private
1088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001089 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001090 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001091 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - test/cpp/util/create_test_channel.h
1093 - test/cpp/util/string_ref_helper.h
1094 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001095 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001096 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001097 - src/proto/grpc/testing/echo_messages.proto
1098 - src/proto/grpc/testing/echo.proto
1099 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001100 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001101 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001102 - test/cpp/util/create_test_channel.cc
1103 - test/cpp/util/string_ref_helper.cc
1104 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001105 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001106 deps:
1107 - grpc++
1108 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001109 filegroups:
1110 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001111 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001112 - grpc++_codegen_proto
1113 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001114 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: grpc++_unsecure
1116 build: all
1117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001118 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001119 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001120 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001121 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001122 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001124 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125 baselib: true
1126 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001127 filegroups:
1128 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001129 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001130 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131 secure: false
1132 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001133- name: grpc_cli_libs
1134 build: private
1135 language: c++
1136 headers:
1137 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001138 - test/cpp/util/cli_credentials.h
1139 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001140 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001141 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001142 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001143 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001144 src:
1145 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001146 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001147 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001148 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001149 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001150 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001151 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001152 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001153 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154- name: grpc_plugin_support
1155 build: protoc
1156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001157 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001158 - src/compiler/config.h
1159 - src/compiler/cpp_generator.h
1160 - src/compiler/cpp_generator_helpers.h
1161 - src/compiler/csharp_generator.h
1162 - src/compiler/csharp_generator_helpers.h
1163 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001164 - src/compiler/node_generator.h
1165 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001166 - src/compiler/objective_c_generator.h
1167 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001168 - src/compiler/php_generator.h
1169 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001170 - src/compiler/python_generator.h
1171 - src/compiler/ruby_generator.h
1172 - src/compiler/ruby_generator_helpers-inl.h
1173 - src/compiler/ruby_generator_map-inl.h
1174 - src/compiler/ruby_generator_string-inl.h
1175 src:
1176 - src/compiler/cpp_generator.cc
1177 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001178 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001179 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001180 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001181 - src/compiler/python_generator.cc
1182 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001183 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001184 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 secure: false
1186 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001187 vs_props:
1188 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: interop_client_helper
1190 build: private
1191 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001192 headers:
1193 - test/cpp/interop/client_helper.h
1194 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001195 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001196 - test/cpp/interop/client_helper.cc
1197 deps:
1198 - grpc++_test_util
1199 - grpc_test_util
1200 - grpc++
1201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: interop_client_main
1204 build: private
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 headers:
1207 - test/cpp/interop/interop_client.h
1208 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001209 - src/proto/grpc/testing/empty.proto
1210 - src/proto/grpc/testing/messages.proto
1211 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001212 - test/cpp/interop/client.cc
1213 - test/cpp/interop/interop_client.cc
1214 deps:
1215 - interop_client_helper
1216 - grpc++_test_util
1217 - grpc_test_util
1218 - grpc++
1219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001222 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: interop_server_helper
1224 build: private
1225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001226 headers:
1227 - test/cpp/interop/server_helper.h
1228 src:
1229 - test/cpp/interop/server_helper.cc
1230 deps:
1231 - grpc_test_util
1232 - grpc++
1233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001235- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 build: private
1237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001238 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001239 - src/proto/grpc/testing/empty.proto
1240 - src/proto/grpc/testing/messages.proto
1241 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001242 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001243 deps:
1244 - interop_server_helper
1245 - grpc++_test_util
1246 - grpc_test_util
1247 - grpc++
1248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001251 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001252- name: interop_server_main
1253 build: private
1254 language: c++
1255 src:
1256 - test/cpp/interop/interop_server_bootstrap.cc
1257 deps:
1258 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259- name: qps
1260 build: private
1261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001262 headers:
1263 - test/cpp/qps/client.h
1264 - test/cpp/qps/driver.h
1265 - test/cpp/qps/histogram.h
1266 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001267 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001268 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001269 - test/cpp/qps/qps_worker.h
1270 - test/cpp/qps/report.h
1271 - test/cpp/qps/server.h
1272 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001273 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/util/benchmark_config.h
1275 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001276 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001277 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001278 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001279 - src/proto/grpc/testing/control.proto
1280 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001281 - test/cpp/qps/client_async.cc
1282 - test/cpp/qps/client_sync.cc
1283 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001284 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001285 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/qps/qps_worker.cc
1287 - test/cpp/qps/report.cc
1288 - test/cpp/qps/server_async.cc
1289 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001290 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - test/cpp/util/benchmark_config.cc
1292 deps:
1293 - grpc_test_util
1294 - grpc++_test_util
1295 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_csharp_ext
1297 build: all
1298 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - src/csharp/ext/grpc_csharp_ext.c
1301 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001304 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001305 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306 dll: only
1307 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001308 vs_packages:
1309 - grpc.dependencies.openssl
1310 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001312 vs_props:
1313 - zlib
1314 - openssl
1315 - winsock
1316 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001318- name: alarm_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/surface/alarm_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001326 - gpr_test_util
1327 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001328- name: algorithm_test
1329 build: test
1330 language: c
1331 src:
1332 - test/core/compression/algorithm_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001338- name: alloc_test
1339 build: test
1340 language: c
1341 src:
1342 - test/core/support/alloc_test.c
1343 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: alpn_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/transport/chttp2/alpn_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001356- name: api_fuzzer
1357 build: fuzzer
1358 language: c
1359 src:
1360 - test/core/end2end/fuzzers/api_fuzzer.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
1364 - gpr_test_util
1365 - gpr
1366 corpus_dirs:
1367 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001368 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001369 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001370- name: bad_server_response_test
1371 build: test
1372 language: c
1373 src:
1374 - test/core/end2end/bad_server_response_test.c
1375 deps:
1376 - test_tcp_server
1377 - grpc_test_util
1378 - grpc
1379 - gpr_test_util
1380 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001381 exclude_iomgrs:
1382 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001383- name: bin_decoder_test
1384 build: test
1385 language: c
1386 src:
1387 - test/core/transport/chttp2/bin_decoder_test.c
1388 deps:
1389 - grpc_test_util
1390 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: bin_encoder_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/transport/chttp2/bin_encoder_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001399- name: census_context_test
1400 build: test
1401 language: c
1402 src:
1403 - test/core/census/context_test.c
1404 deps:
1405 - grpc_test_util
1406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001407 - gpr_test_util
1408 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001409- name: census_resource_test
1410 build: test
1411 language: c
1412 src:
1413 - test/core/census/resource_test.c
1414 deps:
1415 - grpc_test_util
1416 - grpc
1417 - gpr_test_util
1418 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001419- name: census_trace_context_test
1420 build: test
1421 language: c
1422 src:
1423 - test/core/census/trace_context_test.c
1424 deps:
1425 - grpc_test_util
1426 - grpc
1427 - gpr_test_util
1428 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001429- name: channel_create_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/surface/channel_create_test.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001439- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001443 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001449- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001453 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: chttp2_stream_map_test
1460 build: test
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/transport/chttp2/stream_map_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001469- name: chttp2_varint_test
1470 build: test
1471 language: c
1472 src:
1473 - test/core/transport/chttp2/varint_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001479- name: client_fuzzer
1480 build: fuzzer
1481 language: c
1482 src:
1483 - test/core/end2end/fuzzers/client_fuzzer.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
1487 - gpr_test_util
1488 - gpr
1489 corpus_dirs:
1490 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001491 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001492 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001493- name: combiner_test
1494 cpu_cost: 30
1495 build: test
1496 language: c
1497 src:
1498 - test/core/iomgr/combiner_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
1502 - gpr_test_util
1503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504- name: compression_test
1505 build: test
1506 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001507 src:
1508 - test/core/compression/compression_test.c
1509 deps:
1510 - grpc_test_util
1511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001514- name: concurrent_connectivity_test
1515 build: test
1516 language: c
1517 src:
1518 - test/core/surface/concurrent_connectivity_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
1522 - gpr_test_util
1523 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001524 exclude_iomgrs:
1525 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001526- name: connection_refused_test
1527 cpu_cost: 0.1
1528 build: test
1529 language: c
1530 src:
1531 - test/core/end2end/connection_refused_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
1535 - gpr_test_util
1536 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001537- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001538 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001539 build: test
1540 language: c
1541 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001542 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001543 deps:
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001548 exclude_iomgrs:
1549 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001550- name: dns_resolver_test
1551 build: test
1552 language: c
1553 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001554 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001560- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001561 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/end2end/dualstack_socket_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001571 exclude_iomgrs:
1572 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001573 platforms:
1574 - mac
1575 - linux
1576 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001577- name: endpoint_pair_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/iomgr/endpoint_pair_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001587 exclude_iomgrs:
1588 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001589- name: ev_epoll_linux_test
1590 build: test
1591 language: c
1592 src:
1593 - test/core/iomgr/ev_epoll_linux_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
1597 - gpr_test_util
1598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001599 exclude_iomgrs:
1600 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001601 platforms:
1602 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: fd_conservation_posix_test
1604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/iomgr/fd_conservation_posix_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001613 exclude_iomgrs:
1614 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001615 platforms:
1616 - mac
1617 - linux
1618 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: fd_posix_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/iomgr/fd_posix_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001629 exclude_iomgrs:
1630 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001631 platforms:
1632 - mac
1633 - linux
1634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635- name: fling_client
1636 build: test
1637 run: false
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/fling/client.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646- name: fling_server
1647 build: test
1648 run: false
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/fling/server.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001655 - gpr_test_util
1656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001658 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659 build: test
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/fling/fling_stream_test.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001668 platforms:
1669 - mac
1670 - linux
1671 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001672- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001673 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/fling/fling_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001683 platforms:
1684 - mac
1685 - linux
1686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: gen_hpack_tables
1688 build: tool
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - tools/codegen/core/gen_hpack_tables.c
1692 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: gen_legal_metadata_characters
1696 build: tool
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001701- name: gen_percent_encoding_tables
1702 build: tool
1703 language: c
1704 src:
1705 - tools/codegen/core/gen_percent_encoding_tables.c
1706 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001707- name: goaway_server_test
1708 cpu_cost: 0.1
1709 build: test
1710 language: c
1711 src:
1712 - test/core/end2end/goaway_server_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
1716 - gpr_test_util
1717 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001718 exclude_iomgrs:
1719 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001724- name: gpr_avl_test
1725 build: test
1726 language: c
1727 src:
1728 - test/core/support/avl_test.c
1729 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001732- name: gpr_backoff_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/support/backoff_test.c
1737 deps:
1738 - gpr_test_util
1739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: gpr_cmdline_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/support/cmdline_test.c
1745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001748- name: gpr_cpu_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/support/cpu_test.c
1753 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: gpr_env_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/support/env_test.c
1761 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: gpr_histogram_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/support/histogram_test.c
1769 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: gpr_host_port_test
1773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/support/host_port_test.c
1777 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: gpr_log_test
1781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/support/log_test.c
1785 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001788- name: gpr_mpscq_test
1789 cpu_cost: 30
1790 build: test
1791 language: c
1792 src:
1793 - test/core/support/mpscq_test.c
1794 deps:
1795 - gpr_test_util
1796 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001797- name: gpr_percent_encoding_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001802 deps:
1803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: gpr_slice_buffer_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/support/slice_buffer_test.c
1810 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: gpr_slice_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/support/slice_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001822 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/support/stack_lockfree_test.c
1827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: gpr_string_test
1831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/support/string_test.c
1835 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001839 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/support/sync_test.c
1844 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001848 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/support/thd_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_time_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/time_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_tls_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/tls_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: gpr_useful_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/support/useful_test.c
1877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: grpc_auth_context_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/security/auth_context_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001890- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001894 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: grpc_byte_buffer_reader_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/surface/byte_buffer_reader_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: grpc_channel_args_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/channel/channel_args_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: grpc_channel_stack_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/channel/channel_stack_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: grpc_completion_queue_test
1931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/surface/completion_queue_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001940 exclude_iomgrs:
1941 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_create_jwt
1943 build: tool
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/security/create_jwt.c
1947 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001950 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: grpc_credentials_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/security/credentials_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001962 build: test
1963 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/security/fetch_oauth2.c
1967 deps:
1968 - grpc_test_util
1969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001972- name: grpc_invalid_channel_args_test
1973 build: test
1974 language: c
1975 src:
1976 - test/core/surface/invalid_channel_args_test.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: grpc_json_token_test
1983 build: test
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/security/json_token_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001992 platforms:
1993 - linux
1994 - posix
1995 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: grpc_jwt_verifier_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/security/jwt_verifier_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_print_google_default_creds_token
2007 build: tool
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/security/print_google_default_creds_token.c
2011 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: grpc_security_connector_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/security/security_connector_test.c
2019 deps:
2020 - grpc_test_util
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: grpc_verify_jwt
2025 build: tool
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/security/verify_jwt.c
2029 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002032- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002033 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002034 language: c
2035 src:
2036 - test/core/handshake/client_ssl.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
2040 - gpr_test_util
2041 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002042 platforms:
2043 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002044 secure: true
2045- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002046 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002047 language: c
2048 src:
2049 - test/core/handshake/server_ssl.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002055 platforms:
2056 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002057 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002058- name: hpack_parser_fuzzer_test
2059 build: fuzzer
2060 language: c
2061 src:
2062 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
2068 corpus_dirs:
2069 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002070 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002071 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: hpack_parser_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/transport/chttp2/hpack_parser_test.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: hpack_table_test
2083 build: test
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/transport/chttp2/hpack_table_test.c
2087 deps:
2088 - grpc_test_util
2089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002090 - gpr_test_util
2091 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002092- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093 build: test
2094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002096 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002097 deps:
2098 - grpc_test_util
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002102- name: http_request_fuzzer_test
2103 build: fuzzer
2104 language: c
2105 src:
2106 - test/core/http/request_fuzzer.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
2110 - gpr_test_util
2111 - gpr
2112 corpus_dirs:
2113 - test/core/http/corpus
2114 maxlen: 2048
2115- name: http_response_fuzzer_test
2116 build: fuzzer
2117 language: c
2118 src:
2119 - test/core/http/response_fuzzer.c
2120 deps:
2121 - grpc_test_util
2122 - grpc
2123 - gpr_test_util
2124 - gpr
2125 corpus_dirs:
2126 - test/core/http/corpus
2127 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002128- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002132 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002139 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002143 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002149 platforms:
2150 - mac
2151 - linux
2152 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002153- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002154 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002155 build: test
2156 language: c
2157 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002158 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002164 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002165 - linux
yang-gf1183302015-12-07 16:02:05 -08002166- name: init_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/surface/init_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002176- name: internal_api_canary_iomgr_test
2177 build: test
2178 run: false
2179 language: c
2180 src:
2181 - test/core/internal_api_canaries/iomgr.c
2182 deps:
2183 - grpc_test_util
2184 - grpc
2185 - gpr_test_util
2186 - gpr
2187- name: internal_api_canary_support_test
2188 build: test
2189 run: false
2190 language: c
2191 src:
2192 - test/core/internal_api_canaries/iomgr.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
2196 - gpr_test_util
2197 - gpr
2198- name: internal_api_canary_transport_test
2199 build: test
2200 run: false
2201 language: c
2202 src:
2203 - test/core/internal_api_canaries/iomgr.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
2207 - gpr_test_util
2208 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002209- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002210 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002211 build: test
2212 language: c
2213 src:
2214 - test/core/end2end/invalid_call_argument_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002220- name: json_fuzzer_test
2221 build: fuzzer
2222 language: c
2223 src:
2224 - test/core/json/fuzzer.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
2228 - gpr_test_util
2229 - gpr
2230 corpus_dirs:
2231 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002232 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: json_rewrite
2234 build: test
2235 run: false
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
2238 - test/core/json/json_rewrite.c
2239 deps:
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002242- name: json_rewrite_test
2243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/core/json/json_rewrite_test.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002252- name: json_stream_error_test
2253 build: test
2254 language: c
2255 src:
2256 - test/core/json/json_stream_error_test.c
2257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: json_test
2263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/json/json_test.c
2267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: lame_client_test
2273 build: test
2274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002275 src:
2276 - test/core/surface/lame_client_test.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002282- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002283 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002284 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002288 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002294- name: load_file_test
2295 build: test
2296 language: c
2297 src:
2298 - test/core/iomgr/load_file_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
2302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: low_level_ping_pong_benchmark
2305 build: benchmark
2306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002307 src:
2308 - test/core/network_benchmarks/low_level_ping_pong.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002314 platforms:
2315 - mac
2316 - linux
2317 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: message_compress_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/compression/message_compress_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002328- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002329 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002330 build: test
2331 language: c
2332 src:
2333 - test/core/census/mlog_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
2337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: multiple_server_queues_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/end2end/multiple_server_queues_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: murmur_hash_test
2350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/support/murmur_hash_test.c
2354 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002357- name: nanopb_fuzzer_response_test
2358 build: fuzzer
2359 language: c
2360 src:
2361 - test/core/nanopb/fuzzer_response.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
2365 - gpr_test_util
2366 - gpr
2367 corpus_dirs:
2368 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002369 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002370- name: nanopb_fuzzer_serverlist_test
2371 build: fuzzer
2372 language: c
2373 src:
2374 - test/core/nanopb/fuzzer_serverlist.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
2378 - gpr_test_util
2379 - gpr
2380 corpus_dirs:
2381 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002382 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002384 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385 build: test
2386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/core/end2end/no_server_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002394- name: percent_decode_fuzzer
2395 build: fuzzer
2396 language: c
2397 src:
2398 - test/core/support/percent_decode_fuzzer.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
2404 corpus_dirs:
2405 - test/core/support/percent_decode_corpus
2406 maxlen: 32
2407- name: percent_encode_fuzzer
2408 build: fuzzer
2409 language: c
2410 src:
2411 - test/core/support/percent_encode_fuzzer.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
2415 - gpr_test_util
2416 - gpr
2417 corpus_dirs:
2418 - test/core/support/percent_encode_corpus
2419 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: resolve_address_test
2421 build: test
2422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/core/iomgr/resolve_address_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002430 exclude_iomgrs:
2431 - uv
yang-gd482e592015-12-10 14:04:00 -08002432- name: secure_channel_create_test
2433 build: test
2434 language: c
2435 src:
2436 - test/core/surface/secure_channel_create_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442- name: secure_endpoint_test
2443 build: test
2444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/security/secure_endpoint_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002452 exclude_iomgrs:
2453 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002454- name: sequential_connectivity_test
2455 build: test
2456 language: c
2457 src:
2458 - test/core/surface/sequential_connectivity_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
2462 - gpr_test_util
2463 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002464 exclude_iomgrs:
2465 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002466- name: server_chttp2_test
2467 build: test
2468 language: c
2469 src:
2470 - test/core/surface/server_chttp2_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002476- name: server_fuzzer
2477 build: fuzzer
2478 language: c
2479 src:
2480 - test/core/end2end/fuzzers/server_fuzzer.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
2484 - gpr_test_util
2485 - gpr
2486 corpus_dirs:
2487 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002488 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002489 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002490- name: server_test
2491 build: test
2492 language: c
2493 src:
2494 - test/core/surface/server_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002500- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002501 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002502 build: test
2503 language: c
2504 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002505 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002506 deps:
2507 - test_tcp_server
2508 - grpc_test_util
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002512 exclude_iomgrs:
2513 - uv
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002514- name: sockaddr_resolver_test
2515 build: test
2516 language: c
2517 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002518 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524- name: sockaddr_utils_test
2525 build: test
2526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002527 src:
2528 - test/core/iomgr/sockaddr_utils_test.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002534- name: socket_utils_test
2535 build: test
2536 language: c
2537 src:
2538 - test/core/iomgr/socket_utils_test.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr_test_util
2543 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002544 exclude_iomgrs:
2545 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002546 platforms:
2547 - mac
2548 - linux
2549 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002550- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002551 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
2555 - test/core/iomgr/tcp_client_posix_test.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002561 exclude_iomgrs:
2562 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002563 platforms:
2564 - mac
2565 - linux
2566 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002568 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569 build: test
2570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - test/core/iomgr/tcp_posix_test.c
2573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002578 exclude_iomgrs:
2579 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002580 platforms:
2581 - mac
2582 - linux
2583 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584- name: tcp_server_posix_test
2585 build: test
2586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
2588 - test/core/iomgr/tcp_server_posix_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002594 exclude_iomgrs:
2595 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002596 platforms:
2597 - mac
2598 - linux
2599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: time_averaged_stats_test
2601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/iomgr/time_averaged_stats_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610- name: timeout_encoding_test
2611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002614 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002620- name: timer_heap_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/iomgr/timer_heap_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002630 exclude_iomgrs:
2631 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002632- name: timer_list_test
2633 build: test
2634 language: c
2635 src:
2636 - test/core/iomgr/timer_list_test.c
2637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002642 exclude_iomgrs:
2643 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002644- name: transport_connectivity_state_test
2645 build: test
2646 language: c
2647 src:
2648 - test/core/transport/connectivity_state_test.c
2649 deps:
2650 - grpc_test_util
2651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002652 - gpr_test_util
2653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: transport_metadata_test
2655 build: test
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/core/transport/metadata_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664- name: transport_security_test
2665 build: test
2666 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002667 src:
2668 - test/core/tsi/transport_security_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002674 platforms:
2675 - linux
2676 - posix
2677 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: udp_server_test
2679 build: test
2680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
2682 - test/core/iomgr/udp_server_test.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002688 exclude_iomgrs:
2689 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002690 platforms:
2691 - mac
2692 - linux
2693 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002694- name: uri_fuzzer_test
2695 build: fuzzer
2696 language: c
2697 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002698 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002699 deps:
2700 - grpc_test_util
2701 - grpc
2702 - gpr_test_util
2703 - gpr
2704 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002705 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002706 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002707- name: uri_parser_test
2708 build: test
2709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002710 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002711 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002712 deps:
2713 - grpc_test_util
2714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002715 - gpr_test_util
2716 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002717- name: wakeup_fd_cv_test
2718 build: test
2719 language: c
2720 src:
2721 - test/core/iomgr/wakeup_fd_cv_test.c
2722 deps:
2723 - grpc_test_util
2724 - grpc
2725 - gpr_test_util
2726 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002727 exclude_iomgrs:
2728 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002729 platforms:
2730 - mac
2731 - linux
2732 - posix
vjpai04e992a2016-02-10 16:58:38 -08002733- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002734 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002735 build: test
2736 language: c++
2737 src:
2738 - test/cpp/common/alarm_cpp_test.cc
2739 deps:
2740 - grpc++_test_util
2741 - grpc_test_util
2742 - grpc++
2743 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002744 - gpr_test_util
2745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002747 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002748 build: test
2749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
2751 - test/cpp/end2end/async_end2end_test.cc
2752 deps:
2753 - grpc++_test_util
2754 - grpc_test_util
2755 - grpc++
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002760 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761 build: test
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/cpp/common/auth_property_iterator_test.cc
2765 deps:
2766 - grpc++_test_util
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002773 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774 build: test
2775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002776 src:
yang-g52705592015-11-25 11:45:33 -08002777 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002778 deps:
2779 - grpc++
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002783 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784 build: test
2785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/cpp/util/cli_call_test.cc
2788 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002789 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002790 - grpc++_test_util
2791 - grpc_test_util
2792 - grpc++
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002796- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002797 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002798 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799 build: test
2800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
2802 - test/cpp/end2end/client_crash_test.cc
2803 deps:
2804 - grpc++_test_util
2805 - grpc_test_util
2806 - grpc++
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002810 platforms:
2811 - mac
2812 - linux
2813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: client_crash_test_server
2815 build: test
2816 run: false
2817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002818 src:
2819 - test/cpp/end2end/client_crash_test_server.cc
2820 deps:
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002825 - gpr_test_util
2826 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002827- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002828 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002829 build: test
2830 language: c++
2831 src:
2832 - src/proto/grpc/testing/control.proto
2833 - src/proto/grpc/testing/messages.proto
2834 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002835 - src/proto/grpc/testing/services.proto
2836 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002837 - test/cpp/codegen/codegen_test_full.cc
2838 deps:
2839 - grpc++
2840 - grpc
2841 - gpr
2842 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002843 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002844- name: codegen_test_minimal
2845 gtest: true
2846 build: test
2847 language: c++
2848 src:
2849 - src/proto/grpc/testing/control.proto
2850 - src/proto/grpc/testing/messages.proto
2851 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002852 - src/proto/grpc/testing/services.proto
2853 - src/proto/grpc/testing/stats.proto
2854 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002855 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002856 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002857 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002858- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002859 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860 build: test
2861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002862 src:
2863 - test/cpp/client/credentials_test.cc
2864 deps:
2865 - grpc++
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002869 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - test/cpp/util/byte_buffer_test.cc
2874 deps:
2875 - grpc_test_util
2876 - grpc++
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002880- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002881 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882 build: test
2883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002884 src:
2885 - test/cpp/util/slice_test.cc
2886 deps:
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002893 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894 build: test
2895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/cpp/util/string_ref_test.cc
2898 deps:
2899 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002901 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902 build: test
2903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002904 src:
2905 - test/cpp/util/time_test.cc
2906 deps:
2907 - grpc_test_util
2908 - grpc++
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002913 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002914 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002915 build: test
2916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/cpp/end2end/end2end_test.cc
2919 deps:
2920 - grpc++_test_util
2921 - grpc_test_util
2922 - grpc++
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002926- name: filter_end2end_test
2927 gtest: true
2928 build: test
2929 language: c++
2930 src:
2931 - test/cpp/end2end/filter_end2end_test.cc
2932 deps:
2933 - grpc++_test_util
2934 - grpc_test_util
2935 - grpc++
2936 - grpc
2937 - gpr_test_util
2938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002941 build: test
2942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/cpp/end2end/generic_end2end_test.cc
2945 deps:
2946 - grpc++_test_util
2947 - grpc_test_util
2948 - grpc++
2949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002950 - gpr_test_util
2951 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002952- name: golden_file_test
2953 gtest: true
2954 build: test
2955 language: c++
2956 src:
2957 - src/proto/grpc/testing/compiler_test.proto
2958 - test/cpp/codegen/golden_file_test.cc
2959 deps:
2960 - grpc++
2961 - grpc
2962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: grpc_cli
2964 build: test
2965 run: false
2966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/cpp/util/grpc_cli.cc
2969 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002970 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002971 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002972 - grpc++
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002975 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002976- name: grpc_cpp_plugin
2977 build: protoc
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - src/compiler/cpp_plugin.cc
2981 deps:
2982 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983 secure: false
2984 vs_config_type: Application
2985 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2986- name: grpc_csharp_plugin
2987 build: protoc
2988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - src/compiler/csharp_plugin.cc
2991 deps:
2992 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993 secure: false
2994 vs_config_type: Application
2995 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002996- name: grpc_node_plugin
2997 build: protoc
2998 language: c++
2999 src:
3000 - src/compiler/node_plugin.cc
3001 deps:
3002 - grpc_plugin_support
3003 secure: false
3004 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003005- name: grpc_objective_c_plugin
3006 build: protoc
3007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
3009 - src/compiler/objective_c_plugin.cc
3010 deps:
3011 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012 secure: false
3013 vs_config_type: Application
3014 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003015- name: grpc_php_plugin
3016 build: protoc
3017 language: c++
3018 src:
3019 - src/compiler/php_plugin.cc
3020 deps:
3021 - grpc_plugin_support
3022 secure: false
3023 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003024- name: grpc_python_plugin
3025 build: protoc
3026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003027 src:
3028 - src/compiler/python_plugin.cc
3029 deps:
3030 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031 secure: false
3032 vs_config_type: Application
3033 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3034- name: grpc_ruby_plugin
3035 build: protoc
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - src/compiler/ruby_plugin.cc
3039 deps:
3040 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041 secure: false
3042 vs_config_type: Application
3043 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003044- name: grpc_tool_test
3045 gtest: true
3046 build: test
3047 language: c++
3048 headers:
3049 - test/cpp/util/string_ref_helper.h
3050 src:
3051 - src/proto/grpc/testing/echo.proto
3052 - src/proto/grpc/testing/echo_messages.proto
3053 - test/cpp/util/grpc_tool_test.cc
3054 - test/cpp/util/string_ref_helper.cc
3055 deps:
3056 - grpc_cli_libs
3057 - grpc++_reflection
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
3061 - gpr_test_util
3062 - gpr
3063 filegroups:
3064 - grpc++_codegen_proto
3065 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003066- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003067 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003068 build: test
3069 language: c++
3070 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003071 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003072 - test/cpp/grpclb/grpclb_api_test.cc
3073 deps:
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003078- name: grpclb_test
3079 gtest: false
3080 build: test
3081 language: c++
3082 src:
3083 - src/proto/grpc/lb/v1/load_balancer.proto
3084 - test/cpp/grpclb/grpclb_test.cc
3085 deps:
3086 - gpr
3087 - gpr_test_util
3088 - grpc
3089 - grpc++
3090 - grpc++_test_util
3091 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003092- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003093 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003094 build: test
3095 language: c++
3096 src:
3097 - test/cpp/end2end/hybrid_end2end_test.cc
3098 deps:
3099 - grpc++_test_util
3100 - grpc_test_util
3101 - grpc++
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003105- name: interop_client
3106 build: test
3107 run: false
3108 language: c++
3109 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003110 deps:
3111 - interop_client_main
3112 - interop_client_helper
3113 - grpc++_test_util
3114 - grpc_test_util
3115 - grpc++
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003119 - grpc++_test_config
3120 platforms:
3121 - mac
3122 - linux
3123 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003124- name: interop_server
3125 build: test
3126 run: false
3127 language: c++
3128 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003129 deps:
3130 - interop_server_main
3131 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003132 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003133 - grpc++_test_util
3134 - grpc_test_util
3135 - grpc++
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003139 - grpc++_test_config
3140 platforms:
3141 - mac
3142 - linux
3143 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003144- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003145 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146 build: test
3147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003148 src:
3149 - test/cpp/interop/interop_test.cc
3150 deps:
3151 - grpc_test_util
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003155 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003156 platforms:
3157 - mac
3158 - linux
3159 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003160- name: json_run_localhost
3161 build: test
3162 run: false
3163 language: c++
3164 src:
3165 - test/cpp/qps/json_run_localhost.cc
3166 deps:
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003174- name: metrics_client
3175 build: test
3176 run: false
3177 language: c++
3178 headers:
3179 - test/cpp/util/metrics_server.h
3180 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003181 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003182 - test/cpp/interop/metrics_client.cc
3183 deps:
3184 - grpc++
3185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003186 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003187 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003189 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190 build: test
3191 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003192 src:
3193 - test/cpp/end2end/mock_test.cc
3194 deps:
3195 - grpc++_test_util
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003199 - gpr_test_util
3200 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003201- name: proto_server_reflection_test
3202 gtest: true
3203 build: test
3204 language: c++
3205 headers:
3206 - test/cpp/util/proto_reflection_descriptor_database.h
3207 src:
3208 - test/cpp/end2end/proto_server_reflection_test.cc
3209 - test/cpp/util/proto_reflection_descriptor_database.cc
3210 deps:
3211 - grpc++_reflection
3212 - grpc++_test_util
3213 - grpc_test_util
3214 - grpc++
3215 - grpc
3216 - gpr_test_util
3217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003218- name: qps_interarrival_test
3219 build: test
3220 run: false
3221 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003222 src:
3223 - test/cpp/qps/qps_interarrival_test.cc
3224 deps:
3225 - qps
3226 - grpc++_test_util
3227 - grpc_test_util
3228 - grpc++
3229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003230 - gpr_test_util
3231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003232 platforms:
3233 - mac
3234 - linux
3235 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003236- name: qps_json_driver
3237 build: test
3238 run: false
3239 language: c++
3240 src:
3241 - test/cpp/qps/qps_json_driver.cc
3242 deps:
3243 - qps
3244 - grpc++_test_util
3245 - grpc_test_util
3246 - grpc++
3247 - grpc
3248 - gpr_test_util
3249 - gpr
3250 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003252 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 build: test
3254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
3256 - test/cpp/qps/qps_openloop_test.cc
3257 deps:
3258 - qps
3259 - grpc++_test_util
3260 - grpc_test_util
3261 - grpc++
3262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003263 - gpr_test_util
3264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003265 - grpc++_test_config
3266 platforms:
3267 - mac
3268 - linux
3269 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003270- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003271 build: test
3272 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003274 headers:
3275 - test/cpp/qps/client.h
3276 - test/cpp/qps/server.h
3277 src:
3278 - test/cpp/qps/worker.cc
3279 deps:
3280 - qps
3281 - grpc++_test_util
3282 - grpc_test_util
3283 - grpc++
3284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003285 - gpr_test_util
3286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003287 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288- name: reconnect_interop_client
3289 build: test
3290 run: false
3291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003292 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003293 - src/proto/grpc/testing/empty.proto
3294 - src/proto/grpc/testing/messages.proto
3295 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003296 - test/cpp/interop/reconnect_interop_client.cc
3297 deps:
3298 - grpc++_test_util
3299 - grpc_test_util
3300 - grpc++
3301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 - gpr_test_util
3303 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003304 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003305- name: reconnect_interop_server
3306 build: test
3307 run: false
3308 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003309 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003310 - src/proto/grpc/testing/empty.proto
3311 - src/proto/grpc/testing/messages.proto
3312 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003313 - test/cpp/interop/reconnect_interop_server.cc
3314 deps:
3315 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003316 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003317 - grpc++_test_util
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003321 - gpr_test_util
3322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003323 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003324- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003325 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326 build: test
3327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003328 src:
3329 - test/cpp/common/secure_auth_context_test.cc
3330 deps:
3331 - grpc++_test_util
3332 - grpc_test_util
3333 - grpc++
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003337- name: secure_sync_unary_ping_pong_test
3338 build: test
3339 language: c++
3340 src:
3341 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3342 deps:
3343 - qps
3344 - grpc++_test_util
3345 - grpc_test_util
3346 - grpc++
3347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003348 - gpr_test_util
3349 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003350 platforms:
3351 - mac
3352 - linux
3353 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003354- name: server_builder_plugin_test
3355 gtest: true
3356 build: test
3357 language: c++
3358 src:
3359 - test/cpp/end2end/server_builder_plugin_test.cc
3360 deps:
3361 - grpc++_test_util
3362 - grpc_test_util
3363 - grpc++
3364 - grpc
3365 - gpr_test_util
3366 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003367- name: server_context_test_spouse_test
3368 gtest: true
3369 build: test
3370 language: c++
3371 src:
3372 - test/cpp/test/server_context_test_spouse_test.cc
3373 deps:
3374 - grpc_test_util
3375 - grpc++_test
3376 - grpc++
3377 - grpc
3378 - gpr_test_util
3379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003381 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003382 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383 build: test
3384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003385 src:
3386 - test/cpp/end2end/server_crash_test.cc
3387 deps:
3388 - grpc++_test_util
3389 - grpc_test_util
3390 - grpc++
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr_test_util
3393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003394 platforms:
3395 - mac
3396 - linux
3397 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398- name: server_crash_test_client
3399 build: test
3400 run: false
3401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003402 src:
3403 - test/cpp/end2end/server_crash_test_client.cc
3404 deps:
3405 - grpc++_test_util
3406 - grpc_test_util
3407 - grpc++
3408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003409 - gpr_test_util
3410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 build: test
3414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003415 src:
3416 - test/cpp/end2end/shutdown_test.cc
3417 deps:
3418 - grpc++_test_util
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: status_test
3425 build: test
3426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003427 src:
3428 - test/cpp/util/status_test.cc
3429 deps:
3430 - grpc_test_util
3431 - grpc++
3432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003433 - gpr_test_util
3434 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003435- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003436 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003437 build: test
3438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003439 src:
3440 - test/cpp/end2end/streaming_throughput_test.cc
3441 deps:
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 - gpr_test_util
3447 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003448 platforms:
3449 - mac
3450 - linux
3451 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003452- name: stress_test
3453 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003454 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003455 language: c++
3456 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003457 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003458 - test/cpp/interop/interop_client.h
3459 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003460 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003461 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003462 - src/proto/grpc/testing/empty.proto
3463 - src/proto/grpc/testing/messages.proto
3464 - src/proto/grpc/testing/metrics.proto
3465 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003466 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003467 - test/cpp/interop/interop_client.cc
3468 - test/cpp/interop/stress_interop_client.cc
3469 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003470 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003471 deps:
3472 - grpc++_test_util
3473 - grpc_test_util
3474 - grpc++
3475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003476 - gpr_test_util
3477 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003478 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003479- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003480 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003481 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003482 build: test
3483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003484 src:
3485 - test/cpp/end2end/thread_stress_test.cc
3486 deps:
3487 - grpc++_test_util
3488 - grpc_test_util
3489 - grpc++
3490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003491 - gpr_test_util
3492 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003493- name: public_headers_must_be_c89
3494 build: test
3495 language: c89
3496 src:
3497 - test/core/surface/public_headers_must_be_c89.c
3498 deps:
3499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003502- linkage: static
3503 name: grpc.dependencies.zlib
3504 props: false
3505 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003506 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003507- linkage: static
3508 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003509 props: true
3510 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003511 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003512- name: gflags
3513 props: false
3514 redist: false
3515 version: 2.1.2.1
3516- name: gtest
3517 props: false
3518 redist: false
3519 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003520configs:
3521 asan:
3522 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003523 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3524 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003525 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003526 LD: clang
3527 LDFLAGS: -fsanitize=address
3528 LDXX: clang++
3529 compile_the_world: true
3530 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003531 ASAN_OPTIONS: detect_leaks=1:color=always
3532 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003533 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003534 asan-noleaks:
3535 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003536 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3537 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003538 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003539 LD: clang
3540 LDFLAGS: -fsanitize=address
3541 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003542 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003543 test_environ:
3544 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003545 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003546 asan-trace-cmp:
3547 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003548 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3549 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003550 CXX: clang++
3551 LD: clang
3552 LDFLAGS: -fsanitize=address
3553 LDXX: clang++
3554 compile_the_world: true
3555 test_environ:
3556 ASAN_OPTIONS: detect_leaks=1:color=always
3557 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3558 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003559 basicprof:
3560 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3561 DEFINES: NDEBUG
3562 dbg:
3563 CPPFLAGS: -O0
3564 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003565 easan:
3566 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003567 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3568 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003569 CXX: clang++
3570 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3571 LD: clang
3572 LDFLAGS: -fsanitize=address
3573 LDXX: clang++
3574 compile_the_world: true
3575 test_environ:
3576 ASAN_OPTIONS: detect_leaks=1:color=always
3577 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3578 timeout_multiplier: 3
3579 edbg:
3580 CPPFLAGS: -O0
3581 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3582 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003583 CC: clang
3584 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003585 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003586 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003587 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003588 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003589 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003590 LDXX: clang++
3591 compile_the_world: true
3592 test_environ:
3593 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3594 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003595 gcov:
3596 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003597 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003598 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003599 DEFINES: _DEBUG DEBUG GPR_GCOV
3600 LD: gcc
3601 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3602 LDXX: g++
3603 helgrind:
3604 CPPFLAGS: -O0
3605 DEFINES: _DEBUG DEBUG
3606 LDFLAGS: -rdynamic
3607 timeout_multiplier: 20
3608 valgrind: --tool=helgrind
3609 memcheck:
3610 CPPFLAGS: -O0
3611 DEFINES: _DEBUG DEBUG
3612 LDFLAGS: -rdynamic
3613 timeout_multiplier: 10
3614 valgrind: --tool=memcheck --leak-check=full
3615 msan:
3616 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003617 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3618 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3619 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003620 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003621 DEFINES: NDEBUG
3622 LD: clang
3623 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3624 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3625 LDXX: clang++
3626 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003627 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003628 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003629 CPPFLAGS: -O3 -fno-omit-frame-pointer
3630 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003631 LDFLAGS: -rdynamic
3632 opt:
3633 CPPFLAGS: -O2
3634 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003635 stapprof:
3636 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3637 DEFINES: NDEBUG
3638 tsan:
3639 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003640 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003641 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003642 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003643 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003644 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003645 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003646 LDXX: clang++
3647 compile_the_world: true
3648 test_environ:
3649 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003650 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003651 ubsan:
3652 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003653 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3654 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003655 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003656 DEFINES: NDEBUG
3657 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003658 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003659 LDXX: clang++
3660 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003661 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003662 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003663 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003664defaults:
3665 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003666 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003667 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003668 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003669 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003670 global:
3671 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3672 LDFLAGS: -g
3673 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003674 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003675 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003676node_modules:
3677- deps:
3678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003679 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003680 - boringssl
3681 - z
murgatroid9994a75412015-11-19 14:04:53 -08003682 headers:
3683 - src/node/ext/byte_buffer.h
3684 - src/node/ext/call.h
3685 - src/node/ext/call_credentials.h
3686 - src/node/ext/channel.h
3687 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003688 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003689 - src/node/ext/completion_queue_async_worker.h
3690 - src/node/ext/server.h
3691 - src/node/ext/server_credentials.h
3692 - src/node/ext/timeval.h
3693 js:
3694 - src/node/index.js
3695 - src/node/src/client.js
3696 - src/node/src/common.js
3697 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003698 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003699 - src/node/src/metadata.js
3700 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003701 name: grpc_node
3702 src:
3703 - src/node/ext/byte_buffer.cc
3704 - src/node/ext/call.cc
3705 - src/node/ext/call_credentials.cc
3706 - src/node/ext/channel.cc
3707 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003708 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003709 - src/node/ext/completion_queue_async_worker.cc
3710 - src/node/ext/node_grpc.cc
3711 - src/node/ext/server.cc
3712 - src/node/ext/server_credentials.cc
3713 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003714openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003715 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003716 extraction_dir: openssl-1.0.2f
3717 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003718php_config_m4:
3719 deps:
3720 - grpc
3721 - gpr
3722 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003723 headers:
3724 - src/php/ext/grpc/byte_buffer.h
3725 - src/php/ext/grpc/call.h
3726 - src/php/ext/grpc/call_credentials.h
3727 - src/php/ext/grpc/channel.h
3728 - src/php/ext/grpc/channel_credentials.h
3729 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003730 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003731 - src/php/ext/grpc/php_grpc.h
3732 - src/php/ext/grpc/server.h
3733 - src/php/ext/grpc/server_credentials.h
3734 - src/php/ext/grpc/timeval.h
3735 src:
3736 - src/php/ext/grpc/byte_buffer.c
3737 - src/php/ext/grpc/call.c
3738 - src/php/ext/grpc/call_credentials.c
3739 - src/php/ext/grpc/channel.c
3740 - src/php/ext/grpc/channel_credentials.c
3741 - src/php/ext/grpc/completion_queue.c
3742 - src/php/ext/grpc/php_grpc.c
3743 - src/php/ext/grpc/server.c
3744 - src/php/ext/grpc/server_credentials.c
3745 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003746python_dependencies:
3747 deps:
3748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003749 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003750 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003751 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003752ruby_gem:
3753 deps:
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757 - z