blob: 72b15374c638614e042c92d22ba607b4f33ebe99 [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 Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
159 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/sync.h
161 - include/grpc/impl/codegen/sync_generic.h
162 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700164- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700165 public_headers:
166 - include/grpc/byte_buffer.h
167 - include/grpc/byte_buffer_reader.h
168 - include/grpc/compression.h
169 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700170 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200171 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800172 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700173 - include/grpc/slice.h
174 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700175 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700176 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/channel_args.h
178 - src/core/lib/channel/channel_stack.h
179 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/compress_filter.h
181 - src/core/lib/channel/connected_channel.h
182 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700183 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700184 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800185 - src/core/lib/channel/handshaker_factory.h
186 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/http_client_filter.h
188 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700189 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
192 - src/core/lib/debug/trace.h
193 - src/core/lib/http/format_request.h
194 - src/core/lib/http/httpcli.h
195 - src/core/lib/http/parser.h
196 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700197 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/endpoint.h
199 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700200 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800201 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700202 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700226 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700227 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/socket_utils_posix.h
229 - src/core/lib/iomgr/socket_windows.h
230 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700231 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_posix.h
233 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700234 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_windows.h
237 - src/core/lib/iomgr/time_averaged_stats.h
238 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/udp_server.h
243 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700244 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/wakeup_fd_pipe.h
246 - src/core/lib/iomgr/wakeup_fd_posix.h
247 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/workqueue_windows.h
250 - src/core/lib/json/json.h
251 - src/core/lib/json/json_common.h
252 - src/core/lib/json/json_reader.h
253 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800255 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800256 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700257 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/surface/api_trace.h
259 - src/core/lib/surface/call.h
260 - src/core/lib/surface/call_test_only.h
261 - src/core/lib/surface/channel.h
262 - src/core/lib/surface/channel_init.h
263 - src/core/lib/surface/channel_stack_type.h
264 - src/core/lib/surface/completion_queue.h
265 - src/core/lib/surface/event_string.h
266 - src/core/lib/surface/init.h
267 - src/core/lib/surface/lame_client.h
268 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700270 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800273 - src/core/lib/transport/error_utils.h
274 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/metadata.h
276 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700277 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700278 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400281 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/transport.h
283 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700284 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/channel/channel_args.c
286 - src/core/lib/channel/channel_stack.c
287 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/compress_filter.c
289 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700290 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700291 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800292 - src/core/lib/channel/handshaker_factory.c
293 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/channel/http_client_filter.c
295 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700296 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700297 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/compression/message_compress.c
299 - src/core/lib/debug/trace.c
300 - src/core/lib/http/format_request.c
301 - src/core/lib/http/httpcli.c
302 - src/core/lib/http/parser.c
303 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700304 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint.c
306 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700307 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700309 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700310 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700311 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700312 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/exec_ctx.c
314 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/iocp_windows.c
316 - src/core/lib/iomgr/iomgr.c
317 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700320 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700321 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700322 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_windows.c
327 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700330 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700332 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/socket_utils_common_posix.c
334 - src/core/lib/iomgr/socket_utils_linux.c
335 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700337 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/socket_windows.c
339 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_client_windows.c
342 - src/core/lib/iomgr/tcp_posix.c
343 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700344 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700345 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
346 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/tcp_windows.c
351 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/udp_server.c
356 - src/core/lib/iomgr/unix_sockets_posix.c
357 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700358 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/wakeup_fd_eventfd.c
360 - src/core/lib/iomgr/wakeup_fd_nospecial.c
361 - src/core/lib/iomgr/wakeup_fd_pipe.c
362 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700363 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/workqueue_windows.c
365 - src/core/lib/json/json.c
366 - src/core/lib/json/json_reader.c
367 - src/core/lib/json/json_string.c
368 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700369 - src/core/lib/slice/percent_encoding.c
370 - src/core/lib/slice/slice.c
371 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800372 - src/core/lib/slice/slice_hash_table.c
373 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700374 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/surface/alarm.c
376 - src/core/lib/surface/api_trace.c
377 - src/core/lib/surface/byte_buffer.c
378 - src/core/lib/surface/byte_buffer_reader.c
379 - src/core/lib/surface/call.c
380 - src/core/lib/surface/call_details.c
381 - src/core/lib/surface/call_log_batch.c
382 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/channel_init.c
384 - src/core/lib/surface/channel_ping.c
385 - src/core/lib/surface/channel_stack_type.c
386 - src/core/lib/surface/completion_queue.c
387 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/lame_client.c
389 - src/core/lib/surface/metadata_array.c
390 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/surface/validate_metadata.c
392 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700393 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800396 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/metadata.c
398 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700399 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700400 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800402 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400403 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/transport.c
405 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700406 deps:
407 - gpr
408 uses:
409 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700411 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700412 - src/core/ext/client_channel/client_channel.h
413 - src/core/ext/client_channel/client_channel_factory.h
414 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700415 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800416 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/lb_policy.h
418 - src/core/ext/client_channel/lb_policy_factory.h
419 - src/core/ext/client_channel/lb_policy_registry.h
420 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800421 - src/core/ext/client_channel/proxy_mapper.h
422 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423 - src/core/ext/client_channel/resolver.h
424 - src/core/ext/client_channel/resolver_factory.h
425 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800426 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700427 - src/core/ext/client_channel/subchannel.h
428 - src/core/ext/client_channel/subchannel_index.h
429 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700430 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700431 - src/core/ext/client_channel/channel_connectivity.c
432 - src/core/ext/client_channel/client_channel.c
433 - src/core/ext/client_channel/client_channel_factory.c
434 - src/core/ext/client_channel/client_channel_plugin.c
435 - src/core/ext/client_channel/connector.c
Mark D. Roth15195742016-10-07 09:02:28 -0700436 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800437 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700438 - src/core/ext/client_channel/lb_policy.c
439 - src/core/ext/client_channel/lb_policy_factory.c
440 - src/core/ext/client_channel/lb_policy_registry.c
441 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800442 - src/core/ext/client_channel/proxy_mapper.c
443 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700444 - src/core/ext/client_channel/resolver.c
445 - src/core/ext/client_channel/resolver_factory.c
446 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800447 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 - src/core/ext/client_channel/subchannel.c
449 - src/core/ext/client_channel/subchannel_index.c
450 - src/core/ext/client_channel/uri_parser.c
451 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700452 uses:
453 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800454- name: grpc_codegen
455 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700456 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800458 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800459 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800460 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800462 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700463 uses:
464 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700465- name: grpc_lb_policy_grpclb
466 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700467 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800468 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700469 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700470 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700471 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700472 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800473 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
474 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
475 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
476 plugin: grpc_lb_policy_grpclb
477 uses:
478 - grpc_base
479 - grpc_client_channel
480 - nanopb
481- name: grpc_lb_policy_grpclb_secure
482 headers:
483 - src/core/ext/lb_policy/grpclb/grpclb.h
484 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
485 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
486 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
487 src:
488 - src/core/ext/lb_policy/grpclb/grpclb.c
489 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700490 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700491 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700492 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700493 uses:
494 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700495 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700496 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700497- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700498 src:
499 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700500 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700504- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700505 src:
506 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700507 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700508 uses:
509 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700510 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700511- name: grpc_load_reporting
512 headers:
513 - src/core/ext/load_reporting/load_reporting.h
514 - src/core/ext/load_reporting/load_reporting_filter.h
515 src:
516 - src/core/ext/load_reporting/load_reporting.c
517 - src/core/ext/load_reporting/load_reporting_filter.c
518 plugin: grpc_load_reporting_plugin
519 uses:
520 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700521- name: grpc_resolver_dns_native
522 src:
523 - src/core/ext/resolver/dns/native/dns_resolver.c
524 plugin: grpc_resolver_dns_native
525 uses:
526 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700527 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700528- name: grpc_resolver_sockaddr
529 src:
530 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
531 plugin: grpc_resolver_sockaddr
532 uses:
533 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700534 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100535- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700536 public_headers:
537 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100538 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700539 - src/core/lib/security/context/security_context.h
540 - src/core/lib/security/credentials/composite/composite_credentials.h
541 - src/core/lib/security/credentials/credentials.h
542 - src/core/lib/security/credentials/fake/fake_credentials.h
543 - src/core/lib/security/credentials/google_default/google_default_credentials.h
544 - src/core/lib/security/credentials/iam/iam_credentials.h
545 - src/core/lib/security/credentials/jwt/json_token.h
546 - src/core/lib/security/credentials/jwt/jwt_credentials.h
547 - src/core/lib/security/credentials/jwt/jwt_verifier.h
548 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
549 - src/core/lib/security/credentials/plugin/plugin_credentials.h
550 - src/core/lib/security/credentials/ssl/ssl_credentials.h
551 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800552 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700553 - src/core/lib/security/transport/secure_endpoint.h
554 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800555 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700556 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700557 - src/core/lib/security/util/b64.h
558 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100559 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700560 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700561 - src/core/lib/security/context/security_context.c
562 - src/core/lib/security/credentials/composite/composite_credentials.c
563 - src/core/lib/security/credentials/credentials.c
564 - src/core/lib/security/credentials/credentials_metadata.c
565 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700566 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700567 - src/core/lib/security/credentials/google_default/google_default_credentials.c
568 - src/core/lib/security/credentials/iam/iam_credentials.c
569 - src/core/lib/security/credentials/jwt/json_token.c
570 - src/core/lib/security/credentials/jwt/jwt_credentials.c
571 - src/core/lib/security/credentials/jwt/jwt_verifier.c
572 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
573 - src/core/lib/security/credentials/plugin/plugin_credentials.c
574 - src/core/lib/security/credentials/ssl/ssl_credentials.c
575 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800576 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/transport/secure_endpoint.c
578 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800579 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700580 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700581 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700582 - src/core/lib/security/util/b64.c
583 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700584 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700585 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700586 uses:
587 - grpc_base
588 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700589 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700590- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700591 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700592 headers:
593 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700594 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800595 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/end2end/fixtures/proxy.h
597 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800598 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200600 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700601 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700603 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700604 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700605 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800607 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700608 src:
609 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700610 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800611 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/end2end/fixtures/proxy.c
613 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800614 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200616 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700617 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700618 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700619 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800620 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700621 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700622 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800623 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700624 deps:
625 - grpc
626 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700627- name: grpc_transport_chttp2
628 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700629 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700630 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700631 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
632 - src/core/ext/transport/chttp2/transport/frame.h
633 - src/core/ext/transport/chttp2/transport/frame_data.h
634 - src/core/ext/transport/chttp2/transport/frame_goaway.h
635 - src/core/ext/transport/chttp2/transport/frame_ping.h
636 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
637 - src/core/ext/transport/chttp2/transport/frame_settings.h
638 - src/core/ext/transport/chttp2/transport/frame_window_update.h
639 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
640 - src/core/ext/transport/chttp2/transport/hpack_parser.h
641 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/huffsyms.h
643 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
644 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700645 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700646 - src/core/ext/transport/chttp2/transport/varint.h
647 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700648 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700649 - src/core/ext/transport/chttp2/transport/bin_encoder.c
650 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700651 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
652 - src/core/ext/transport/chttp2/transport/frame_data.c
653 - src/core/ext/transport/chttp2/transport/frame_goaway.c
654 - src/core/ext/transport/chttp2/transport/frame_ping.c
655 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
656 - src/core/ext/transport/chttp2/transport/frame_settings.c
657 - src/core/ext/transport/chttp2/transport/frame_window_update.c
658 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
659 - src/core/ext/transport/chttp2/transport/hpack_parser.c
660 - src/core/ext/transport/chttp2/transport/hpack_table.c
661 - src/core/ext/transport/chttp2/transport/huffsyms.c
662 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
663 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700664 - src/core/ext/transport/chttp2/transport/stream_lists.c
665 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700666 - src/core/ext/transport/chttp2/transport/varint.c
667 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700668 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700669 uses:
670 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700671 - grpc_transport_chttp2_alpn
672- name: grpc_transport_chttp2_alpn
673 headers:
674 - src/core/ext/transport/chttp2/alpn/alpn.h
675 src:
676 - src/core/ext/transport/chttp2/alpn/alpn.c
677 deps:
678 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800679- name: grpc_transport_chttp2_client_connector
680 headers:
681 - src/core/ext/transport/chttp2/client/chttp2_connector.h
682 src:
683 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800684 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800685 - grpc_transport_chttp2
686 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700687- name: grpc_transport_chttp2_client_insecure
688 src:
689 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700690 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700691 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800692 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700693 - grpc_transport_chttp2
694 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700695 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700696- name: grpc_transport_chttp2_client_secure
697 src:
698 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700699 uses:
700 - grpc_transport_chttp2
701 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700702 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700703 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800704 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800705- name: grpc_transport_chttp2_server
706 headers:
707 - src/core/ext/transport/chttp2/server/chttp2_server.h
708 src:
709 - src/core/ext/transport/chttp2/server/chttp2_server.c
710 uses:
711 - grpc_transport_chttp2
712 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700713- name: grpc_transport_chttp2_server_insecure
714 src:
715 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700716 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700717 uses:
718 - grpc_transport_chttp2
719 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800720 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700721- name: grpc_transport_chttp2_server_secure
722 src:
723 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700724 uses:
725 - grpc_transport_chttp2
726 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700727 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800728 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700729- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700730 public_headers:
731 - include/grpc/grpc_cronet.h
732 - include/grpc/grpc_security.h
733 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700734 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800735 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800736 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700737 src:
738 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
739 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
740 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700741 filegroups:
742 - grpc_base
743 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800744- name: nanopb
745 headers:
746 - third_party/nanopb/pb.h
747 - third_party/nanopb/pb_common.h
748 - third_party/nanopb/pb_decode.h
749 - third_party/nanopb/pb_encode.h
750 src:
751 - third_party/nanopb/pb_common.c
752 - third_party/nanopb/pb_decode.c
753 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754- name: tsi
755 headers:
756 - src/core/lib/tsi/fake_transport_security.h
757 - src/core/lib/tsi/ssl_transport_security.h
758 - src/core/lib/tsi/ssl_types.h
759 - src/core/lib/tsi/transport_security.h
760 - src/core/lib/tsi/transport_security_interface.h
761 src:
762 - src/core/lib/tsi/fake_transport_security.c
763 - src/core/lib/tsi/ssl_transport_security.c
764 - src/core/lib/tsi/transport_security.c
765 deps:
766 - gpr
767 secure: true
768- name: grpc++_base
769 language: c++
770 public_headers:
771 - include/grpc++/alarm.h
772 - include/grpc++/channel.h
773 - include/grpc++/client_context.h
774 - include/grpc++/completion_queue.h
775 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700776 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800777 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/generic/async_generic_service.h
779 - include/grpc++/generic/generic_stub.h
780 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800781 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800783 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700785 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/grpc_library.h
787 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/rpc_method.h
789 - include/grpc++/impl/rpc_service_method.h
790 - include/grpc++/impl/serialization_traits.h
791 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700792 - include/grpc++/impl/server_builder_plugin.h
793 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700795 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - include/grpc++/security/auth_context.h
797 - include/grpc++/security/auth_metadata_processor.h
798 - include/grpc++/security/credentials.h
799 - include/grpc++/security/server_credentials.h
800 - include/grpc++/server.h
801 - include/grpc++/server_builder.h
802 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700803 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - include/grpc++/support/async_stream.h
805 - include/grpc++/support/async_unary_call.h
806 - include/grpc++/support/byte_buffer.h
807 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700808 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 - include/grpc++/support/slice.h
810 - include/grpc++/support/status.h
811 - include/grpc++/support/status_code_enum.h
812 - include/grpc++/support/string_ref.h
813 - include/grpc++/support/stub_options.h
814 - include/grpc++/support/sync_stream.h
815 - include/grpc++/support/time.h
816 headers:
817 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700818 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800820 - src/cpp/server/health/default_health_check_service.h
821 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700823 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700825 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/client/client_context.cc
827 - src/cpp/client/create_channel.cc
828 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700829 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700830 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700833 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700834 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700836 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700838 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800840 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/create_default_thread_pool.cc
842 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800843 - src/cpp/server/health/default_health_check_service.cc
844 - src/cpp/server/health/health.pb.c
845 - src/cpp/server/health/health_check_service.cc
846 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700848 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/server/server_context.cc
850 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700851 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700852 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700853 - src/cpp/util/byte_buffer_cc.cc
854 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 - src/cpp/util/status.cc
856 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700857 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 uses:
yang-g17487f92016-06-03 15:21:15 -0700859 - grpc++_codegen_base
860- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 language: c++
862 public_headers:
863 - include/grpc++/impl/codegen/async_stream.h
864 - include/grpc++/impl/codegen/async_unary_call.h
865 - include/grpc++/impl/codegen/call.h
866 - include/grpc++/impl/codegen/call_hook.h
867 - include/grpc++/impl/codegen/channel_interface.h
868 - include/grpc++/impl/codegen/client_context.h
869 - include/grpc++/impl/codegen/client_unary_call.h
870 - include/grpc++/impl/codegen/completion_queue.h
871 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700872 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - include/grpc++/impl/codegen/core_codegen_interface.h
874 - include/grpc++/impl/codegen/create_auth_context.h
875 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800876 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 - include/grpc++/impl/codegen/rpc_method.h
879 - include/grpc++/impl/codegen/rpc_service_method.h
880 - include/grpc++/impl/codegen/security/auth_context.h
881 - include/grpc++/impl/codegen/serialization_traits.h
882 - include/grpc++/impl/codegen/server_context.h
883 - include/grpc++/impl/codegen/server_interface.h
884 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800885 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - include/grpc++/impl/codegen/status.h
887 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700888 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - include/grpc++/impl/codegen/string_ref.h
890 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - include/grpc++/impl/codegen/sync_stream.h
892 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 uses:
894 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700895- name: grpc++_codegen_base_src
896 language: c++
897 src:
898 - src/cpp/codegen/codegen_init.cc
899 uses:
900 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700901- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700902 language: c++
903 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700904 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 uses:
yang-g17487f92016-06-03 15:21:15 -0700906 - grpc++_codegen_base
907 - grpc++_config_proto
908- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 language: c++
910 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700912- name: grpc++_reflection_proto
913 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700914 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700915 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800916- name: grpc++_test
917 language: c++
918 public_headers:
919 - include/grpc++/test/server_context_test_spouse.h
920 deps:
921 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700922- name: thrift_util
923 language: c++
924 public_headers:
925 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700926 - include/grpc++/impl/codegen/thrift_utils.h
927 uses:
928 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100929libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800930- name: gpr
931 build: all
932 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800933 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700934 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 secure: false
936 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
937- name: gpr_test_util
938 build: private
939 language: c
940 headers:
941 - test/core/util/test_config.h
942 src:
943 - test/core/util/test_config.c
944 deps:
945 - gpr
946 secure: false
947 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948- name: grpc
949 build: all
950 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700951 src:
952 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800954 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700956 filegroups:
957 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700958 - grpc_transport_chttp2_server_secure
959 - grpc_transport_chttp2_client_secure
960 - grpc_transport_chttp2_server_insecure
961 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800962 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700963 - grpc_lb_policy_pick_first
964 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700965 - grpc_resolver_dns_native
966 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700967 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100968 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700969 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700970 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700972 vs_packages:
973 - grpc.dependencies.openssl
974 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700976- name: grpc_cronet
977 build: all
978 language: c
979 src:
980 - src/core/lib/surface/init.c
981 baselib: true
982 deps_linkage: static
983 dll: true
984 filegroups:
985 - grpc_base
986 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700987 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800988 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700989 generate_plugin_registry: true
990 platforms:
991 - linux
992 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100993- name: grpc_dll
994 build: private
995 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100996 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100997 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100999 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001000 build_system:
1001 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001002 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001003 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001004 vs_config_type: DynamicLibrary
1005 vs_packages:
1006 - grpc.dependencies.openssl
1007 - grpc.dependencies.zlib
1008 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1009 vs_props:
1010 - zlib
1011 - openssl
1012 - winsock
1013 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014- name: grpc_test_util
1015 build: private
1016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001017 headers:
1018 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001019 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001020 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001021 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001022 - test/core/end2end/data/server1_cert.c
1023 - test/core/end2end/data/server1_key.c
1024 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001025 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001027 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001028 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001029 - grpc
1030 filegroups:
1031 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001032 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1034- name: grpc_test_util_unsecure
1035 build: private
1036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001037 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001038 - gpr
1039 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001040 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001041 filegroups:
1042 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 secure: false
1044 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1045- name: grpc_unsecure
1046 build: all
1047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001048 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001050 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001052 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001054 filegroups:
1055 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001056 - grpc_transport_chttp2_server_insecure
1057 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001058 - grpc_resolver_dns_native
1059 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001060 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001061 - grpc_lb_policy_grpclb
1062 - grpc_lb_policy_pick_first
1063 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001064 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001065 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066 secure: false
1067 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001068- name: reconnect_server
1069 build: private
1070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001071 headers:
1072 - test/core/util/reconnect_server.h
1073 src:
1074 - test/core/util/reconnect_server.c
1075 deps:
yang-gc9fca182015-11-06 16:41:33 -08001076 - test_tcp_server
1077 - grpc_test_util
1078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 - gpr_test_util
1080 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001081- name: test_tcp_server
1082 build: private
1083 language: c
1084 headers:
1085 - test/core/util/test_tcp_server.h
1086 src:
1087 - test/core/util/test_tcp_server.c
1088 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001089 - grpc_test_util
1090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001091 - gpr_test_util
1092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093- name: grpc++
1094 build: all
1095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001096 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001097 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001098 - src/cpp/client/secure_credentials.h
1099 - src/cpp/common/secure_auth_context.h
1100 - src/cpp/server/secure_server_credentials.h
1101 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001102 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/client/secure_credentials.cc
1104 - src/cpp/common/auth_property_iterator.cc
1105 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001106 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001108 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001109 - src/cpp/server/secure_server_credentials.cc
1110 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001111 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112 baselib: true
1113 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001114 filegroups:
1115 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001116 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001117 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001118 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119 secure: check
1120 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001121- name: grpc++_cronet
1122 build: all
1123 language: c++
1124 src:
1125 - src/cpp/client/cronet_credentials.cc
1126 - src/cpp/client/insecure_credentials.cc
1127 - src/cpp/common/insecure_create_auth_context.cc
1128 - src/cpp/server/insecure_server_credentials.cc
1129 deps:
1130 - gpr
1131 - grpc_cronet
1132 baselib: true
1133 dll: true
1134 filegroups:
1135 - grpc++_base
1136 - grpc++_codegen_base
1137 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001138 - grpc_transport_chttp2_client_insecure
1139 - grpc_transport_chttp2_server_insecure
1140 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001141 platforms:
1142 - linux
1143 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001144- name: grpc++_proto_reflection_desc_db
1145 build: private
1146 language: c++
1147 headers:
1148 - test/cpp/util/proto_reflection_descriptor_database.h
1149 src:
1150 - test/cpp/util/proto_reflection_descriptor_database.cc
1151 deps:
1152 - grpc++
1153 filegroups:
1154 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001155 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001156- name: grpc++_reflection
1157 build: all
1158 language: c++
1159 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001160 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001161 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001162 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001163 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001164 - src/cpp/ext/proto_server_reflection.cc
1165 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001166 deps:
1167 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001168 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001169 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: grpc++_test_config
1171 build: private
1172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001173 headers:
1174 - test/cpp/util/test_config.h
1175 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001176 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177- name: grpc++_test_util
1178 build: private
1179 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001180 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001181 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001182 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001183 - test/cpp/util/create_test_channel.h
1184 - test/cpp/util/string_ref_helper.h
1185 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001186 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001187 src:
yang-gc8a49d22016-12-12 11:18:49 -08001188 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001189 - src/proto/grpc/testing/echo_messages.proto
1190 - src/proto/grpc/testing/echo.proto
1191 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001192 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001193 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001194 - test/cpp/util/create_test_channel.cc
1195 - test/cpp/util/string_ref_helper.cc
1196 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001197 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001198 deps:
1199 - grpc++
1200 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001201 filegroups:
1202 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001203 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001204 - grpc++_codegen_proto
1205 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001206 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: grpc++_unsecure
1208 build: all
1209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001210 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001211 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001212 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001213 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001216 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 baselib: true
1218 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001219 filegroups:
1220 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001221 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001222 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223 secure: false
1224 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001225- name: grpc_benchmark
1226 build: test
1227 language: c++
1228 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001229 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1230 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001231 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001232 src:
1233 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001234 deps:
1235 - benchmark
1236 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001237 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001238 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001239- name: grpc_cli_libs
1240 build: private
1241 language: c++
1242 headers:
1243 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001244 - test/cpp/util/cli_credentials.h
1245 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001246 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001247 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001248 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001249 src:
1250 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001251 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001252 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001253 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001254 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001255 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001256 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001257 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001258 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001259 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001260 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261- name: grpc_plugin_support
1262 build: protoc
1263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001264 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001265 - src/compiler/config.h
1266 - src/compiler/cpp_generator.h
1267 - src/compiler/cpp_generator_helpers.h
1268 - src/compiler/csharp_generator.h
1269 - src/compiler/csharp_generator_helpers.h
1270 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001271 - src/compiler/node_generator.h
1272 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001273 - src/compiler/objective_c_generator.h
1274 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001275 - src/compiler/php_generator.h
1276 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001277 - src/compiler/python_generator.h
1278 - src/compiler/ruby_generator.h
1279 - src/compiler/ruby_generator_helpers-inl.h
1280 - src/compiler/ruby_generator_map-inl.h
1281 - src/compiler/ruby_generator_string-inl.h
1282 src:
1283 - src/compiler/cpp_generator.cc
1284 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001285 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001287 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001288 - src/compiler/python_generator.cc
1289 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001290 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001291 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292 secure: false
1293 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001294 vs_props:
1295 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001296- name: http2_client_main
1297 build: private
1298 language: c++
1299 headers:
1300 - test/cpp/interop/http2_client.h
1301 src:
1302 - src/proto/grpc/testing/empty.proto
1303 - src/proto/grpc/testing/messages.proto
1304 - src/proto/grpc/testing/test.proto
1305 - test/cpp/interop/http2_client.cc
1306 deps:
1307 - grpc++_test_util
1308 - grpc_test_util
1309 - grpc++
1310 - grpc
1311 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: interop_client_helper
1313 build: private
1314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001315 headers:
1316 - test/cpp/interop/client_helper.h
1317 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001318 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001319 - test/cpp/interop/client_helper.cc
1320 deps:
1321 - grpc++_test_util
1322 - grpc_test_util
1323 - grpc++
1324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: interop_client_main
1327 build: private
1328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001329 headers:
1330 - test/cpp/interop/interop_client.h
1331 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001332 - src/proto/grpc/testing/empty.proto
1333 - src/proto/grpc/testing/messages.proto
1334 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001335 - test/cpp/interop/client.cc
1336 - test/cpp/interop/interop_client.cc
1337 deps:
1338 - interop_client_helper
1339 - grpc++_test_util
1340 - grpc_test_util
1341 - grpc++
1342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001343 - gpr_test_util
1344 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001345 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: interop_server_helper
1347 build: private
1348 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001349 headers:
1350 - test/cpp/interop/server_helper.h
1351 src:
1352 - test/cpp/interop/server_helper.cc
1353 deps:
yang-gcc591022017-01-11 11:10:43 -08001354 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001355 - grpc_test_util
1356 - grpc++
1357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001358 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001359- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360 build: private
1361 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001362 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001363 - src/proto/grpc/testing/empty.proto
1364 - src/proto/grpc/testing/messages.proto
1365 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001366 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001367 deps:
1368 - interop_server_helper
1369 - grpc++_test_util
1370 - grpc_test_util
1371 - grpc++
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001375 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001376- name: interop_server_main
1377 build: private
1378 language: c++
1379 src:
1380 - test/cpp/interop/interop_server_bootstrap.cc
1381 deps:
1382 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: qps
1384 build: private
1385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001386 headers:
1387 - test/cpp/qps/client.h
1388 - test/cpp/qps/driver.h
1389 - test/cpp/qps/histogram.h
1390 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001391 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001392 - test/cpp/qps/qps_worker.h
1393 - test/cpp/qps/report.h
1394 - test/cpp/qps/server.h
1395 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001396 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/util/benchmark_config.h
1398 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001399 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001400 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001401 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001402 - src/proto/grpc/testing/control.proto
1403 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001404 - test/cpp/qps/client_async.cc
1405 - test/cpp/qps/client_sync.cc
1406 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001407 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/qps/qps_worker.cc
1409 - test/cpp/qps/report.cc
1410 - test/cpp/qps/server_async.cc
1411 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001412 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001413 - test/cpp/util/benchmark_config.cc
1414 deps:
1415 - grpc_test_util
1416 - grpc++_test_util
1417 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc_csharp_ext
1419 build: all
1420 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
1422 - src/csharp/ext/grpc_csharp_ext.c
1423 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001425 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001426 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001427 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428 dll: only
1429 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001430 vs_packages:
1431 - grpc.dependencies.openssl
1432 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001434 vs_props:
1435 - zlib
1436 - openssl
1437 - winsock
1438 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001440- name: alarm_test
1441 build: test
1442 language: c
1443 src:
1444 - test/core/surface/alarm_test.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001448 - gpr_test_util
1449 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001450- name: algorithm_test
1451 build: test
1452 language: c
1453 src:
1454 - test/core/compression/algorithm_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001460- name: alloc_test
1461 build: test
1462 language: c
1463 src:
1464 - test/core/support/alloc_test.c
1465 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: alpn_test
1469 build: test
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
1472 - test/core/transport/chttp2/alpn_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr_test_util
1477 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001478- name: api_fuzzer
1479 build: fuzzer
1480 language: c
1481 src:
1482 - test/core/end2end/fuzzers/api_fuzzer.c
1483 deps:
1484 - grpc_test_util
1485 - grpc
1486 - gpr_test_util
1487 - gpr
1488 corpus_dirs:
1489 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001490 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001491 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001492- name: arena_test
1493 build: test
1494 language: c
1495 src:
1496 - test/core/support/arena_test.c
1497 deps:
1498 - gpr_test_util
1499 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001500- name: bad_server_response_test
1501 build: test
1502 language: c
1503 src:
1504 - test/core/end2end/bad_server_response_test.c
1505 deps:
1506 - test_tcp_server
1507 - grpc_test_util
1508 - grpc
1509 - gpr_test_util
1510 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001511 exclude_iomgrs:
1512 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001513- name: bdp_estimator_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/transport/bdp_estimator_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
1521 - gpr_test_util
1522 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001523- name: bin_decoder_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/transport/chttp2/bin_decoder_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: bin_encoder_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/transport/chttp2/bin_encoder_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001539- name: census_context_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/census/context_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001549- name: census_resource_test
1550 build: test
1551 language: c
1552 src:
1553 - test/core/census/resource_test.c
1554 deps:
1555 - grpc_test_util
1556 - grpc
1557 - gpr_test_util
1558 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001559- name: census_trace_context_test
1560 build: test
1561 language: c
1562 src:
1563 - test/core/census/trace_context_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
1567 - gpr_test_util
1568 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001569- name: channel_create_test
1570 build: test
1571 language: c
1572 src:
1573 - test/core/surface/channel_create_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001579- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001583 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: chttp2_stream_map_test
1590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/transport/chttp2/stream_map_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001599- name: chttp2_varint_test
1600 build: test
1601 language: c
1602 src:
1603 - test/core/transport/chttp2/varint_test.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001609- name: client_fuzzer
1610 build: fuzzer
1611 language: c
1612 src:
1613 - test/core/end2end/fuzzers/client_fuzzer.c
1614 deps:
1615 - grpc_test_util
1616 - grpc
1617 - gpr_test_util
1618 - gpr
1619 corpus_dirs:
1620 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001621 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001622 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001623- name: combiner_test
1624 cpu_cost: 30
1625 build: test
1626 language: c
1627 src:
1628 - test/core/iomgr/combiner_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
1632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: compression_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/compression/compression_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001644- name: concurrent_connectivity_test
1645 build: test
1646 language: c
1647 src:
1648 - test/core/surface/concurrent_connectivity_test.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
1652 - gpr_test_util
1653 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001654 exclude_iomgrs:
1655 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001656- name: connection_refused_test
1657 cpu_cost: 0.1
1658 build: test
1659 language: c
1660 src:
1661 - test/core/end2end/connection_refused_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
1665 - gpr_test_util
1666 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001667- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001668 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001669 build: test
1670 language: c
1671 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001672 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001673 deps:
1674 - grpc_test_util
1675 - grpc
1676 - gpr_test_util
1677 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001678 exclude_iomgrs:
1679 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001680- name: dns_resolver_test
1681 build: test
1682 language: c
1683 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001684 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001691 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/end2end/dualstack_socket_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001701 exclude_iomgrs:
1702 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001703 platforms:
1704 - mac
1705 - linux
1706 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001707- name: endpoint_pair_test
1708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/iomgr/endpoint_pair_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001717 exclude_iomgrs:
1718 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001719- name: error_test
1720 cpu_cost: 30
1721 build: test
1722 language: c
1723 src:
1724 - test/core/iomgr/error_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
1728 - gpr_test_util
1729 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001730- name: ev_epoll_linux_test
1731 build: test
1732 language: c
1733 src:
1734 - test/core/iomgr/ev_epoll_linux_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
1738 - gpr_test_util
1739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001740 exclude_iomgrs:
1741 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001742 platforms:
1743 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: fd_conservation_posix_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/iomgr/fd_conservation_posix_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001754 exclude_iomgrs:
1755 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001756 platforms:
1757 - mac
1758 - linux
1759 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: fd_posix_test
1761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/iomgr/fd_posix_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001770 exclude_iomgrs:
1771 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: fling_client
1777 build: test
1778 run: false
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/fling/client.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: fling_server
1788 build: test
1789 run: false
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/fling/server.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001799 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/fling/fling_stream_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001809 platforms:
1810 - mac
1811 - linux
1812 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001814 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/fling/fling_test.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001824 platforms:
1825 - mac
1826 - linux
1827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: gen_hpack_tables
1829 build: tool
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
1832 - tools/codegen/core/gen_hpack_tables.c
1833 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001835 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: gen_legal_metadata_characters
1837 build: tool
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001842- name: gen_percent_encoding_tables
1843 build: tool
1844 language: c
1845 src:
1846 - tools/codegen/core/gen_percent_encoding_tables.c
1847 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001848- name: goaway_server_test
1849 cpu_cost: 0.1
1850 build: test
1851 language: c
1852 src:
1853 - test/core/end2end/goaway_server_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
1857 - gpr_test_util
1858 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001859 exclude_iomgrs:
1860 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001861 platforms:
1862 - mac
1863 - linux
1864 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001865- name: gpr_avl_test
1866 build: test
1867 language: c
1868 src:
1869 - test/core/support/avl_test.c
1870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001873- name: gpr_backoff_test
1874 build: test
1875 language: c
1876 src:
1877 - test/core/support/backoff_test.c
1878 deps:
1879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: gpr_cmdline_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/support/cmdline_test.c
1886 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001889- name: gpr_cpu_test
1890 build: test
1891 language: c
1892 src:
1893 - test/core/support/cpu_test.c
1894 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: gpr_env_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/support/env_test.c
1902 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: gpr_histogram_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/support/histogram_test.c
1910 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: gpr_host_port_test
1914 build: test
1915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/core/support/host_port_test.c
1918 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921- name: gpr_log_test
1922 build: test
1923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/support/log_test.c
1926 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001929- name: gpr_mpscq_test
1930 cpu_cost: 30
1931 build: test
1932 language: c
1933 src:
1934 - test/core/support/mpscq_test.c
1935 deps:
1936 - gpr_test_util
1937 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001938- name: gpr_spinlock_test
1939 cpu_cost: 10
1940 build: test
1941 language: c
1942 src:
1943 - test/core/support/spinlock_test.c
1944 deps:
1945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001948 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/support/stack_lockfree_test.c
1953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: gpr_string_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/support/string_test.c
1961 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001965 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/support/sync_test.c
1970 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001974 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/support/thd_test.c
1979 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: gpr_time_test
1983 build: test
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/support/time_test.c
1987 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: gpr_tls_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/support/tls_test.c
1995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: gpr_useful_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/support/useful_test.c
2003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_auth_context_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/security/auth_context_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002016- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002020 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_byte_buffer_reader_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/surface/byte_buffer_reader_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: grpc_channel_args_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/channel/channel_args_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: grpc_channel_stack_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/channel/channel_stack_test.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: grpc_completion_queue_test
2057 build: test
2058 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
2060 - test/core/surface/completion_queue_test.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002066- name: grpc_completion_queue_threading_test
2067 build: test
2068 language: c
2069 src:
2070 - test/core/surface/completion_queue_threading_test.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
2074 - gpr_test_util
2075 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002076 exclude_iomgrs:
2077 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002078- name: grpc_create_jwt
2079 build: tool
2080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002081 src:
2082 - test/core/security/create_jwt.c
2083 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002086 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: grpc_credentials_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/security/credentials_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002098 build: test
2099 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/security/fetch_oauth2.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002108- name: grpc_invalid_channel_args_test
2109 build: test
2110 language: c
2111 src:
2112 - test/core/surface/invalid_channel_args_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: grpc_json_token_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/security/json_token_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002128 platforms:
2129 - linux
2130 - posix
2131 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: grpc_jwt_verifier_test
2133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/security/jwt_verifier_test.c
2137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142- name: grpc_print_google_default_creds_token
2143 build: tool
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/security/print_google_default_creds_token.c
2147 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: grpc_security_connector_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/security/security_connector_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: grpc_verify_jwt
2161 build: tool
2162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002163 src:
2164 - test/core/security/verify_jwt.c
2165 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002168- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002169 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002170 language: c
2171 src:
2172 - test/core/handshake/client_ssl.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
2176 - gpr_test_util
2177 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002178 exclude_iomgrs:
2179 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002180 platforms:
2181 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002182 secure: true
2183- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002184 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002185 language: c
2186 src:
2187 - test/core/handshake/server_ssl.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
2191 - gpr_test_util
2192 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002193 platforms:
2194 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002195 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002196- name: hpack_parser_fuzzer_test
2197 build: fuzzer
2198 language: c
2199 src:
2200 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
2204 - gpr_test_util
2205 - gpr
2206 corpus_dirs:
2207 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002208 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002209 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: hpack_parser_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/transport/chttp2/hpack_parser_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: hpack_table_test
2221 build: test
2222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
2224 - test/core/transport/chttp2/hpack_table_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002230- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231 build: test
2232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002233 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002234 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002235 deps:
2236 - grpc_test_util
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002240- name: http_request_fuzzer_test
2241 build: fuzzer
2242 language: c
2243 src:
2244 - test/core/http/request_fuzzer.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
2248 - gpr_test_util
2249 - gpr
2250 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002251 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002252 maxlen: 2048
2253- name: http_response_fuzzer_test
2254 build: fuzzer
2255 language: c
2256 src:
2257 - test/core/http/response_fuzzer.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
2261 - gpr_test_util
2262 - gpr
2263 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002264 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002265 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002266- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002270 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002277 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278 build: test
2279 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002281 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002287 platforms:
2288 - mac
2289 - linux
2290 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002291- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002292 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002293 build: test
2294 language: c
2295 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002296 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002302 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002303 - linux
yang-gf1183302015-12-07 16:02:05 -08002304- name: init_test
2305 build: test
2306 language: c
2307 src:
2308 - test/core/surface/init_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002314- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002315 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002316 build: test
2317 language: c
2318 src:
2319 - test/core/end2end/invalid_call_argument_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002325- name: json_fuzzer_test
2326 build: fuzzer
2327 language: c
2328 src:
2329 - test/core/json/fuzzer.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
2333 - gpr_test_util
2334 - gpr
2335 corpus_dirs:
2336 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002337 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: json_rewrite
2339 build: test
2340 run: false
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/json/json_rewrite.c
2344 deps:
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: json_rewrite_test
2348 build: test
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/core/json/json_rewrite_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002357- name: json_stream_error_test
2358 build: test
2359 language: c
2360 src:
2361 - test/core/json/json_stream_error_test.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: json_test
2368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/json/json_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: lame_client_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
2381 - test/core/surface/lame_client_test.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002387- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002388 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002389 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002390 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002391 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002393 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002399- name: load_file_test
2400 build: test
2401 language: c
2402 src:
2403 - test/core/iomgr/load_file_test.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
2407 - gpr_test_util
2408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: low_level_ping_pong_benchmark
2410 build: benchmark
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
2413 - test/core/network_benchmarks/low_level_ping_pong.c
2414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002419 platforms:
2420 - mac
2421 - linux
2422 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002423- name: memory_profile_client
2424 build: test
2425 run: false
2426 language: c
2427 src:
2428 - test/core/memory_usage/client.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
2434- name: memory_profile_server
2435 build: test
2436 run: false
2437 language: c
2438 src:
2439 - test/core/memory_usage/server.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
2445- name: memory_profile_test
2446 cpu_cost: 1.5
2447 build: test
2448 language: c
2449 src:
2450 - test/core/memory_usage/memory_usage_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
2454 - gpr_test_util
2455 - gpr
2456 platforms:
2457 - mac
2458 - linux
2459 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: message_compress_test
2461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/core/compression/message_compress_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002470- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002471 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002472 build: test
2473 language: c
2474 src:
2475 - test/core/census/mlog_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: multiple_server_queues_test
2482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/core/end2end/multiple_server_queues_test.c
2486 deps:
2487 - grpc_test_util
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: murmur_hash_test
2492 build: test
2493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/core/support/murmur_hash_test.c
2496 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002497 - gpr_test_util
2498 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002499- name: nanopb_fuzzer_response_test
2500 build: fuzzer
2501 language: c
2502 src:
2503 - test/core/nanopb/fuzzer_response.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
2507 - gpr_test_util
2508 - gpr
2509 corpus_dirs:
2510 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002511 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002512- name: nanopb_fuzzer_serverlist_test
2513 build: fuzzer
2514 language: c
2515 src:
2516 - test/core/nanopb/fuzzer_serverlist.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
2520 - gpr_test_util
2521 - gpr
2522 corpus_dirs:
2523 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002524 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002525- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002526 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527 build: test
2528 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002529 src:
2530 - test/core/end2end/no_server_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002536- name: parse_address_test
2537 build: test
2538 language: c
2539 src:
2540 - test/core/client_channel/parse_address_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002546- name: percent_decode_fuzzer
2547 build: fuzzer
2548 language: c
2549 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002550 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
2556 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002557 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002558 maxlen: 32
2559- name: percent_encode_fuzzer
2560 build: fuzzer
2561 language: c
2562 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002563 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002564 deps:
2565 - grpc_test_util
2566 - grpc
2567 - gpr_test_util
2568 - gpr
2569 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002570 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002571 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002572- name: percent_encoding_test
2573 build: test
2574 language: c
2575 src:
2576 - test/core/slice/percent_encoding_test.c
2577 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002578 - grpc_test_util
2579 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002580 - gpr_test_util
2581 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002582- name: pollset_set_test
2583 build: test
2584 language: c
2585 src:
2586 - test/core/iomgr/pollset_set_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
2592 exclude_iomgrs:
2593 - uv
2594 platforms:
2595 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002596- name: resolve_address_posix_test
2597 build: test
2598 language: c
2599 src:
2600 - test/core/iomgr/resolve_address_posix_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
2604 - gpr_test_util
2605 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002606 exclude_iomgrs:
2607 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002608 platforms:
2609 - mac
2610 - linux
2611 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: resolve_address_test
2613 build: test
2614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
2616 - test/core/iomgr/resolve_address_test.c
2617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002622- name: resource_quota_test
2623 cpu_cost: 30
2624 build: test
2625 language: c
2626 src:
2627 - test/core/iomgr/resource_quota_test.c
2628 deps:
2629 - grpc_test_util
2630 - grpc
2631 - gpr_test_util
2632 - gpr
yang-gd482e592015-12-10 14:04:00 -08002633- name: secure_channel_create_test
2634 build: test
2635 language: c
2636 src:
2637 - test/core/surface/secure_channel_create_test.c
2638 deps:
2639 - grpc_test_util
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr_test_util
2642 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002643- name: secure_endpoint_test
2644 build: test
2645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - test/core/security/secure_endpoint_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002651 - gpr_test_util
2652 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002653 exclude_iomgrs:
2654 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002655- name: sequential_connectivity_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/surface/sequential_connectivity_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
2663 - gpr_test_util
2664 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002665 exclude_iomgrs:
2666 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002667- name: server_chttp2_test
2668 build: test
2669 language: c
2670 src:
2671 - test/core/surface/server_chttp2_test.c
2672 deps:
2673 - grpc_test_util
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002677- name: server_fuzzer
2678 build: fuzzer
2679 language: c
2680 src:
2681 - test/core/end2end/fuzzers/server_fuzzer.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
2685 - gpr_test_util
2686 - gpr
2687 corpus_dirs:
2688 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002689 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002690 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002691- name: server_test
2692 build: test
2693 language: c
2694 src:
2695 - test/core/surface/server_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002701- name: slice_buffer_test
2702 build: test
2703 language: c
2704 src:
2705 - test/core/slice/slice_buffer_test.c
2706 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002707 - grpc_test_util
2708 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002709 - gpr_test_util
2710 - gpr
2711- name: slice_string_helpers_test
2712 build: test
2713 language: c
2714 src:
2715 - test/core/slice/slice_string_helpers_test.c
2716 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002717 - grpc_test_util
2718 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002719 - gpr_test_util
2720 - gpr
2721- name: slice_test
2722 build: test
2723 language: c
2724 src:
2725 - test/core/slice/slice_test.c
2726 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002727 - grpc_test_util
2728 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002729 - gpr_test_util
2730 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002731- name: sockaddr_resolver_test
2732 build: test
2733 language: c
2734 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002735 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002736 deps:
2737 - grpc_test_util
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741- name: sockaddr_utils_test
2742 build: test
2743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/core/iomgr/sockaddr_utils_test.c
2746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002751- name: socket_utils_test
2752 build: test
2753 language: c
2754 src:
2755 - test/core/iomgr/socket_utils_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002761 exclude_iomgrs:
2762 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002763 platforms:
2764 - mac
2765 - linux
2766 - posix
yang-g31e21282016-11-04 15:10:03 -07002767- name: ssl_server_fuzzer
2768 build: fuzzer
2769 language: c
2770 src:
2771 - test/core/security/ssl_server_fuzzer.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 corpus_dirs:
2778 - test/core/security/corpus/ssl_server_corpus
2779 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002780- name: status_conversion_test
2781 build: test
2782 language: c
2783 src:
2784 - test/core/transport/status_conversion_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002790- name: stream_owned_slice_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/transport/stream_owned_slice_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002801 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
2805 - test/core/iomgr/tcp_client_posix_test.c
2806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002811 exclude_iomgrs:
2812 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002813 platforms:
2814 - mac
2815 - linux
2816 - posix
murgatroid991191b722017-02-08 11:56:52 -08002817- name: tcp_client_uv_test
2818 cpu_cost: 0.5
2819 build: test
2820 language: c
2821 src:
2822 - test/core/iomgr/tcp_client_uv_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
2828 exclude_iomgrs:
2829 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002831 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/core/iomgr/tcp_posix_test.c
2836 deps:
2837 - grpc_test_util
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002841 exclude_iomgrs:
2842 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002843 platforms:
2844 - mac
2845 - linux
2846 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: tcp_server_posix_test
2848 build: test
2849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/core/iomgr/tcp_server_posix_test.c
2852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002857 exclude_iomgrs:
2858 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002859 platforms:
2860 - mac
2861 - linux
2862 - posix
murgatroid991191b722017-02-08 11:56:52 -08002863- name: tcp_server_uv_test
2864 build: test
2865 language: c
2866 src:
2867 - test/core/iomgr/tcp_server_uv_test.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
2871 - gpr_test_util
2872 - gpr
2873 exclude_iomgrs:
2874 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875- name: time_averaged_stats_test
2876 build: test
2877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002878 src:
2879 - test/core/iomgr/time_averaged_stats_test.c
2880 deps:
2881 - grpc_test_util
2882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002883 - gpr_test_util
2884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: timeout_encoding_test
2886 build: test
2887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002889 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002895- name: timer_heap_test
2896 build: test
2897 language: c
2898 src:
2899 - test/core/iomgr/timer_heap_test.c
2900 deps:
2901 - grpc_test_util
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002905 exclude_iomgrs:
2906 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002907- name: timer_list_test
2908 build: test
2909 language: c
2910 src:
2911 - test/core/iomgr/timer_list_test.c
2912 deps:
2913 - grpc_test_util
2914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002915 - gpr_test_util
2916 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002917 exclude_iomgrs:
2918 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002919- name: transport_connectivity_state_test
2920 build: test
2921 language: c
2922 src:
2923 - test/core/transport/connectivity_state_test.c
2924 deps:
2925 - grpc_test_util
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: transport_metadata_test
2930 build: test
2931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002932 src:
2933 - test/core/transport/metadata_test.c
2934 deps:
2935 - grpc_test_util
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr_test_util
2938 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002939- name: transport_pid_controller_test
2940 build: test
2941 language: c
2942 src:
2943 - test/core/transport/pid_controller_test.c
2944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: transport_security_test
2950 build: test
2951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002952 src:
2953 - test/core/tsi/transport_security_test.c
2954 deps:
2955 - grpc_test_util
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002959 platforms:
2960 - linux
2961 - posix
2962 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: udp_server_test
2964 build: test
2965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/core/iomgr/udp_server_test.c
2968 deps:
2969 - grpc_test_util
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002973 exclude_iomgrs:
2974 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002975 platforms:
2976 - mac
2977 - linux
2978 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002979- name: uri_fuzzer_test
2980 build: fuzzer
2981 language: c
2982 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002983 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002984 deps:
2985 - grpc_test_util
2986 - grpc
2987 - gpr_test_util
2988 - gpr
2989 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002990 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002991 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: uri_parser_test
2993 build: test
2994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002996 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003002- name: wakeup_fd_cv_test
3003 build: test
3004 language: c
3005 src:
3006 - test/core/iomgr/wakeup_fd_cv_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
3010 - gpr_test_util
3011 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003012 exclude_iomgrs:
3013 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
vjpai04e992a2016-02-10 16:58:38 -08003018- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003019 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003020 build: test
3021 language: c++
3022 src:
3023 - test/cpp/common/alarm_cpp_test.cc
3024 deps:
3025 - grpc++_test_util
3026 - grpc_test_util
3027 - grpc++
3028 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003029 - gpr_test_util
3030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003032 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033 build: test
3034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003035 src:
3036 - test/cpp/end2end/async_end2end_test.cc
3037 deps:
3038 - grpc++_test_util
3039 - grpc_test_util
3040 - grpc++
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003045 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046 build: test
3047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - test/cpp/common/auth_property_iterator_test.cc
3050 deps:
3051 - grpc++_test_util
3052 - grpc_test_util
3053 - grpc++
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003057- name: bm_arena
3058 build: test
3059 language: c++
3060 src:
3061 - test/cpp/microbenchmarks/bm_arena.cc
3062 deps:
3063 - grpc_benchmark
3064 - benchmark
3065 - grpc++_test_util
3066 - grpc_test_util
3067 - grpc++
3068 - grpc
3069 - gpr_test_util
3070 - gpr
3071 args:
3072 - --benchmark_min_time=0
3073 platforms:
3074 - mac
3075 - linux
3076 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003077- name: bm_call_create
3078 build: test
3079 language: c++
3080 src:
3081 - test/cpp/microbenchmarks/bm_call_create.cc
3082 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003083 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003084 - benchmark
3085 - grpc++_test_util
3086 - grpc_test_util
3087 - grpc++
3088 - grpc
3089 - gpr_test_util
3090 - gpr
3091 args:
3092 - --benchmark_min_time=0
3093 platforms:
3094 - mac
3095 - linux
3096 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003097- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003098 build: test
3099 language: c++
3100 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003101 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003102 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003103 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003104 - benchmark
3105 - grpc++_test_util
3106 - grpc_test_util
3107 - grpc++
3108 - grpc
3109 - gpr_test_util
3110 - gpr
3111 args:
3112 - --benchmark_min_time=0
3113 platforms:
3114 - mac
3115 - linux
3116 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003117- name: bm_chttp2_transport
3118 build: test
3119 language: c++
3120 src:
3121 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3122 deps:
3123 - grpc_benchmark
3124 - benchmark
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
3129 - gpr_test_util
3130 - gpr
3131 args:
3132 - --benchmark_min_time=0
3133 platforms:
3134 - mac
3135 - linux
3136 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003137- name: bm_closure
3138 build: test
3139 language: c++
3140 src:
3141 - test/cpp/microbenchmarks/bm_closure.cc
3142 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003143 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003144 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003145 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003146 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003147 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003148 - grpc
3149 - gpr_test_util
3150 - gpr
3151 args:
3152 - --benchmark_min_time=0
3153 platforms:
3154 - mac
3155 - linux
3156 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003157- name: bm_cq
3158 build: test
3159 language: c++
3160 src:
3161 - test/cpp/microbenchmarks/bm_cq.cc
3162 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003163 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003164 - benchmark
3165 - grpc++_test_util
3166 - grpc_test_util
3167 - grpc++
3168 - grpc
3169 - gpr_test_util
3170 - gpr
3171 args:
3172 - --benchmark_min_time=0
3173 platforms:
3174 - mac
3175 - linux
3176 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003177- name: bm_error
3178 build: test
3179 language: c++
3180 src:
3181 - test/cpp/microbenchmarks/bm_error.cc
3182 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003183 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003184 - benchmark
3185 - grpc++_test_util
3186 - grpc_test_util
3187 - grpc++
3188 - grpc
3189 - gpr_test_util
3190 - gpr
3191 args:
3192 - --benchmark_min_time=0
3193 platforms:
3194 - mac
3195 - linux
3196 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003197- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003198 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003199 language: c++
3200 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003201 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003202 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003203 - grpc_benchmark
3204 - benchmark
3205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
3209 - gpr_test_util
3210 - gpr
3211 args:
3212 - --benchmark_min_time=0
3213 excluded_poll_engines:
3214 - poll
3215 - poll-cv
3216 platforms:
3217 - mac
3218 - linux
3219 - posix
3220 timeout_seconds: 1200
3221- name: bm_fullstack_streaming_pump
3222 build: test
3223 language: c++
3224 src:
3225 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003226 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003227 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003228 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003229 - grpc++_test_util
3230 - grpc_test_util
3231 - grpc++
3232 - grpc
3233 - gpr_test_util
3234 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003235 args:
3236 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003237 excluded_poll_engines:
3238 - poll
3239 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003240 platforms:
3241 - mac
3242 - linux
3243 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003244 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003245- name: bm_fullstack_trickle
3246 build: test
3247 language: c++
3248 src:
3249 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3250 deps:
3251 - grpc_benchmark
3252 - benchmark
3253 - grpc++_test_util
3254 - grpc_test_util
3255 - grpc++
3256 - grpc
3257 - gpr_test_util
3258 - gpr
3259 args:
3260 - --benchmark_min_time=0
3261 excluded_poll_engines:
3262 - poll
3263 - poll-cv
3264 platforms:
3265 - mac
3266 - linux
3267 - posix
3268 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003269- name: bm_fullstack_unary_ping_pong
3270 build: test
3271 language: c++
3272 src:
3273 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3274 deps:
3275 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003276 - benchmark
3277 - grpc++_test_util
3278 - grpc_test_util
3279 - grpc++
3280 - grpc
3281 - gpr_test_util
3282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003284 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003286 - poll
3287 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003288 platforms:
3289 - mac
3290 - linux
3291 - posix
3292 timeout_seconds: 1200
3293- name: bm_metadata
3294 build: test
3295 language: c++
3296 src:
3297 - test/cpp/microbenchmarks/bm_metadata.cc
3298 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003299 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003300 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003301 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003302 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003303 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003304 - grpc
3305 - gpr_test_util
3306 - gpr
3307 args:
3308 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003309 platforms:
3310 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003311 - linux
3312 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003313- name: bm_pollset
3314 build: test
3315 language: c++
3316 src:
3317 - test/cpp/microbenchmarks/bm_pollset.cc
3318 deps:
3319 - grpc_benchmark
3320 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003321 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003322 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003323 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003324 - grpc
3325 - gpr_test_util
3326 - gpr
3327 args:
3328 - --benchmark_min_time=0
3329 platforms:
3330 - mac
3331 - linux
3332 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333- name: channel_arguments_test
3334 gtest: true
3335 build: test
3336 language: c++
3337 src:
3338 - test/cpp/common/channel_arguments_test.cc
3339 deps:
3340 - grpc++
3341 - grpc
3342 - gpr
3343- name: channel_filter_test
3344 gtest: true
3345 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003346 language: c++
3347 src:
3348 - test/cpp/common/channel_filter_test.cc
3349 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003350 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003351 - grpc
3352 - gpr
3353- name: cli_call_test
3354 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 build: test
3356 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003358 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003359 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003360 - grpc_cli_libs
3361 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003362 - grpc_test_util
3363 - grpc++
3364 - grpc
3365 - gpr_test_util
3366 - gpr
3367- name: client_crash_test
3368 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 cpu_cost: 0.1
3370 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003371 language: c++
3372 src:
3373 - test/cpp/end2end/client_crash_test.cc
3374 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003375 - grpc++_test_util
3376 - grpc_test_util
3377 - grpc++
3378 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003379 - gpr_test_util
3380 - gpr
3381 platforms:
3382 - mac
3383 - linux
3384 - posix
3385- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 build: test
3387 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003388 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003389 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003390 - test/cpp/end2end/client_crash_test_server.cc
3391 deps:
3392 - grpc++_test_util
3393 - grpc_test_util
3394 - grpc++
3395 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003396 - gpr_test_util
3397 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003398- name: codegen_test_full
3399 gtest: true
3400 build: test
3401 language: c++
3402 src:
3403 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003404 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003405 - src/proto/grpc/testing/payloads.proto
3406 - src/proto/grpc/testing/services.proto
3407 - src/proto/grpc/testing/stats.proto
3408 - test/cpp/codegen/codegen_test_full.cc
3409 deps:
3410 - grpc++
3411 - grpc
3412 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003413 filegroups:
3414 - grpc++_codegen_base
3415- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003416 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003417 build: test
yang-g34b58612016-06-03 17:30:09 -07003418 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003419 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003420 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421 - src/proto/grpc/testing/messages.proto
3422 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003423 - src/proto/grpc/testing/services.proto
3424 - src/proto/grpc/testing/stats.proto
3425 - test/cpp/codegen/codegen_test_minimal.cc
3426 filegroups:
3427 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003428 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003430 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
3432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
3434 - test/cpp/client/credentials_test.cc
3435 deps:
3436 - grpc++
3437 - grpc
3438 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003439- name: cxx_byte_buffer_test
3440 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003442 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443 src:
3444 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003445 deps:
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
3449 - gpr_test_util
3450 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003451- name: cxx_slice_test
3452 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003454 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 src:
3456 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003457 deps:
3458 - grpc_test_util
3459 - grpc++
3460 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463- name: cxx_string_ref_test
3464 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003465 build: test
3466 language: c++
3467 src:
3468 - test/cpp/util/string_ref_test.cc
3469 deps:
3470 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003471- name: cxx_time_test
3472 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003473 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003474 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003475 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003476 - test/cpp/util/time_test.cc
3477 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003478 - grpc_test_util
3479 - grpc++
3480 - grpc
3481 - gpr_test_util
3482 - gpr
3483- name: end2end_test
3484 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003485 cpu_cost: 0.5
3486 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003487 language: c++
3488 src:
3489 - test/cpp/end2end/end2end_test.cc
3490 deps:
3491 - grpc++_test_util
3492 - grpc_test_util
3493 - grpc++
3494 - grpc
3495 - gpr_test_util
3496 - gpr
3497- name: filter_end2end_test
3498 gtest: true
3499 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003500 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003501 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502 - test/cpp/end2end/filter_end2end_test.cc
3503 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003504 - grpc++_test_util
3505 - grpc_test_util
3506 - grpc++
3507 - grpc
3508 - gpr_test_util
3509 - gpr
3510- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003511 gtest: true
3512 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003513 language: c++
3514 src:
3515 - test/cpp/end2end/generic_end2end_test.cc
3516 deps:
3517 - grpc++_test_util
3518 - grpc_test_util
3519 - grpc++
3520 - grpc
3521 - gpr_test_util
3522 - gpr
3523- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003524 gtest: true
3525 build: test
3526 language: c++
3527 src:
Craig Tiller25834342015-09-25 08:08:24 -07003528 - src/proto/grpc/testing/compiler_test.proto
3529 - test/cpp/codegen/golden_file_test.cc
3530 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003531 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003532 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003533 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003534 args:
3535 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003536- name: grpc_cli
3537 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003538 run: false
3539 language: c++
3540 src:
3541 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003542 deps:
3543 - grpc_cli_libs
3544 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003545 - grpc++
3546 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003547 - gpr
3548 - grpc++_test_config
3549- name: grpc_cpp_plugin
3550 build: protoc
3551 language: c++
3552 src:
3553 - src/compiler/cpp_plugin.cc
3554 deps:
3555 - grpc_plugin_support
3556 secure: false
3557 vs_config_type: Application
3558 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3559- name: grpc_csharp_plugin
3560 build: protoc
3561 language: c++
3562 src:
3563 - src/compiler/csharp_plugin.cc
3564 deps:
3565 - grpc_plugin_support
3566 secure: false
3567 vs_config_type: Application
3568 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003569- name: grpc_node_plugin
3570 build: protoc
3571 language: c++
3572 src:
3573 - src/compiler/node_plugin.cc
3574 deps:
3575 - grpc_plugin_support
3576 secure: false
3577 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578- name: grpc_objective_c_plugin
3579 build: protoc
3580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003581 src:
3582 - src/compiler/objective_c_plugin.cc
3583 deps:
3584 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585 secure: false
3586 vs_config_type: Application
3587 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003588- name: grpc_php_plugin
3589 build: protoc
3590 language: c++
3591 src:
3592 - src/compiler/php_plugin.cc
3593 deps:
3594 - grpc_plugin_support
3595 secure: false
3596 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597- name: grpc_python_plugin
3598 build: protoc
3599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003600 src:
3601 - src/compiler/python_plugin.cc
3602 deps:
3603 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604 secure: false
3605 vs_config_type: Application
3606 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3607- name: grpc_ruby_plugin
3608 build: protoc
3609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003610 src:
3611 - src/compiler/ruby_plugin.cc
3612 deps:
3613 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614 secure: false
3615 vs_config_type: Application
3616 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003617- name: grpc_tool_test
3618 gtest: true
3619 build: test
3620 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003621 src:
3622 - src/proto/grpc/testing/echo.proto
3623 - src/proto/grpc/testing/echo_messages.proto
3624 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003625 deps:
3626 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003627 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003628 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003629 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003630 - grpc_test_util
3631 - grpc++
3632 - grpc
3633 - gpr_test_util
3634 - gpr
3635 filegroups:
3636 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003637- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003638 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003639 build: test
3640 language: c++
3641 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003642 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003643 - test/cpp/grpclb/grpclb_api_test.cc
3644 deps:
3645 - grpc++_test_util
3646 - grpc_test_util
3647 - grpc++
3648 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003649- name: grpclb_test
3650 gtest: false
3651 build: test
3652 language: c++
3653 src:
3654 - src/proto/grpc/lb/v1/load_balancer.proto
3655 - test/cpp/grpclb/grpclb_test.cc
3656 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003657 - grpc++_test_util
3658 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003659 - grpc++
3660 - grpc
3661 - gpr_test_util
3662 - gpr
yang-gad327642016-12-12 14:32:09 -08003663- name: health_service_end2end_test
3664 gtest: true
3665 build: test
3666 language: c++
3667 src:
3668 - test/cpp/end2end/health_service_end2end_test.cc
3669 deps:
3670 - grpc++_test_util
3671 - grpc_test_util
3672 - grpc++
3673 - grpc
3674 - gpr_test_util
3675 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003676- name: http2_client
3677 build: test
3678 run: false
3679 language: c++
3680 src: []
3681 deps:
3682 - http2_client_main
3683 - grpc++_test_util
3684 - grpc_test_util
3685 - grpc++
3686 - grpc
3687 - grpc++_test_config
3688 platforms:
3689 - mac
3690 - linux
3691 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003692- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003693 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003694 build: test
3695 language: c++
3696 src:
3697 - test/cpp/end2end/hybrid_end2end_test.cc
3698 deps:
3699 - grpc++_test_util
3700 - grpc_test_util
3701 - grpc++
3702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003703 - gpr_test_util
3704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003705- name: interop_client
3706 build: test
3707 run: false
3708 language: c++
3709 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003710 deps:
3711 - interop_client_main
3712 - interop_client_helper
3713 - grpc++_test_util
3714 - grpc_test_util
3715 - grpc++
3716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003717 - gpr_test_util
3718 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003719 - grpc++_test_config
3720 platforms:
3721 - mac
3722 - linux
3723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724- name: interop_server
3725 build: test
3726 run: false
3727 language: c++
3728 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003729 deps:
3730 - interop_server_main
3731 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003732 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003733 - grpc++_test_util
3734 - grpc_test_util
3735 - grpc++
3736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003737 - gpr_test_util
3738 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003739 - grpc++_test_config
3740 platforms:
3741 - mac
3742 - linux
3743 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003744- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003745 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003746 build: test
3747 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003748 src:
3749 - test/cpp/interop/interop_test.cc
3750 deps:
3751 - grpc_test_util
3752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 - gpr_test_util
3754 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003755 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003756 platforms:
3757 - mac
3758 - linux
3759 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003760- name: json_run_localhost
3761 build: test
3762 run: false
3763 language: c++
3764 src:
3765 - test/cpp/qps/json_run_localhost.cc
3766 deps:
3767 - grpc++_test_util
3768 - grpc_test_util
3769 - grpc++
3770 - grpc
3771 - gpr_test_util
3772 - gpr
3773 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003774 platforms:
3775 - mac
3776 - linux
3777 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003778- name: metrics_client
3779 build: test
3780 run: false
3781 language: c++
3782 headers:
3783 - test/cpp/util/metrics_server.h
3784 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003785 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003786 - test/cpp/interop/metrics_client.cc
3787 deps:
3788 - grpc++
3789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003790 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003791 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003792- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003793 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003794 build: test
3795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003796 src:
3797 - test/cpp/end2end/mock_test.cc
3798 deps:
3799 - grpc++_test_util
3800 - grpc_test_util
3801 - grpc++
3802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003803 - gpr_test_util
3804 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003805- name: noop-benchmark
3806 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003807 language: c++
3808 src:
3809 - test/cpp/microbenchmarks/noop-benchmark.cc
3810 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003811 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003812- name: proto_server_reflection_test
3813 gtest: true
3814 build: test
3815 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003816 src:
3817 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003818 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003819 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003820 - grpc++_reflection
3821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
3825 - gpr_test_util
3826 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003827- name: proto_utils_test
3828 gtest: true
3829 build: test
3830 language: c++
3831 src:
3832 - test/cpp/codegen/proto_utils_test.cc
3833 deps:
3834 - grpc++
3835 - grpc
3836 filegroups:
3837 - grpc++_codegen_base
3838 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003839- name: qps_interarrival_test
3840 build: test
3841 run: false
3842 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003843 src:
3844 - test/cpp/qps/qps_interarrival_test.cc
3845 deps:
3846 - qps
3847 - grpc++_test_util
3848 - grpc_test_util
3849 - grpc++
3850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003851 - gpr_test_util
3852 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003853 platforms:
3854 - mac
3855 - linux
3856 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003857- name: qps_json_driver
3858 build: test
3859 run: false
3860 language: c++
3861 src:
3862 - test/cpp/qps/qps_json_driver.cc
3863 deps:
3864 - qps
3865 - grpc++_test_util
3866 - grpc_test_util
3867 - grpc++
3868 - grpc
3869 - gpr_test_util
3870 - gpr
3871 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003872- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003873 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003874 build: test
3875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003876 src:
3877 - test/cpp/qps/qps_openloop_test.cc
3878 deps:
3879 - qps
3880 - grpc++_test_util
3881 - grpc_test_util
3882 - grpc++
3883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003884 - gpr_test_util
3885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003886 - grpc++_test_config
3887 platforms:
3888 - mac
3889 - linux
3890 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003891- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003892 build: test
3893 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003895 headers:
3896 - test/cpp/qps/client.h
3897 - test/cpp/qps/server.h
3898 src:
3899 - test/cpp/qps/worker.cc
3900 deps:
3901 - qps
3902 - grpc++_test_util
3903 - grpc_test_util
3904 - grpc++
3905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003906 - gpr_test_util
3907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003908 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003909- name: reconnect_interop_client
3910 build: test
3911 run: false
3912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003913 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003914 - src/proto/grpc/testing/empty.proto
3915 - src/proto/grpc/testing/messages.proto
3916 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003917 - test/cpp/interop/reconnect_interop_client.cc
3918 deps:
3919 - grpc++_test_util
3920 - grpc_test_util
3921 - grpc++
3922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003923 - gpr_test_util
3924 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003925 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: reconnect_interop_server
3927 build: test
3928 run: false
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003931 - src/proto/grpc/testing/empty.proto
3932 - src/proto/grpc/testing/messages.proto
3933 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003934 - test/cpp/interop/reconnect_interop_server.cc
3935 deps:
3936 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003937 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003938 - grpc++_test_util
3939 - grpc_test_util
3940 - grpc++
3941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003942 - gpr_test_util
3943 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003944 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003945- name: round_robin_end2end_test
3946 gtest: true
3947 build: test
3948 language: c++
3949 src:
3950 - test/cpp/end2end/round_robin_end2end_test.cc
3951 deps:
3952 - grpc++_test_util
3953 - grpc_test_util
3954 - grpc++
3955 - grpc
3956 - gpr_test_util
3957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003958- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003959 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003960 build: test
3961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003962 src:
3963 - test/cpp/common/secure_auth_context_test.cc
3964 deps:
3965 - grpc++_test_util
3966 - grpc_test_util
3967 - grpc++
3968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003969 - gpr_test_util
3970 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003971- name: secure_sync_unary_ping_pong_test
3972 build: test
3973 language: c++
3974 src:
3975 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3976 deps:
3977 - qps
3978 - grpc++_test_util
3979 - grpc_test_util
3980 - grpc++
3981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003982 - gpr_test_util
3983 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003984 platforms:
3985 - mac
3986 - linux
3987 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003988- name: server_builder_plugin_test
3989 gtest: true
3990 build: test
3991 language: c++
3992 src:
3993 - test/cpp/end2end/server_builder_plugin_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
3999 - gpr_test_util
4000 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004001- name: server_builder_test
4002 gtest: true
4003 build: test
4004 language: c++
4005 src:
4006 - src/proto/grpc/testing/echo_messages.proto
4007 - src/proto/grpc/testing/echo.proto
4008 - test/cpp/server/server_builder_test.cc
4009 deps:
4010 - grpc++_test_util
4011 - grpc_test_util
4012 - gpr_test_util
4013 - grpc++
4014 - grpc
4015 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004016- name: server_context_test_spouse_test
4017 gtest: true
4018 build: test
4019 language: c++
4020 src:
4021 - test/cpp/test/server_context_test_spouse_test.cc
4022 deps:
4023 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004024 - grpc++
4025 - grpc
4026 - gpr_test_util
4027 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004028 uses:
4029 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004031 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004032 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004033 build: test
4034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004035 src:
4036 - test/cpp/end2end/server_crash_test.cc
4037 deps:
4038 - grpc++_test_util
4039 - grpc_test_util
4040 - grpc++
4041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004042 - gpr_test_util
4043 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004044 platforms:
4045 - mac
4046 - linux
4047 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004048- name: server_crash_test_client
4049 build: test
4050 run: false
4051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004052 src:
4053 - test/cpp/end2end/server_crash_test_client.cc
4054 deps:
4055 - grpc++_test_util
4056 - grpc_test_util
4057 - grpc++
4058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004059 - gpr_test_util
4060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004061- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004062 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063 build: test
4064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004065 src:
4066 - test/cpp/end2end/shutdown_test.cc
4067 deps:
4068 - grpc++_test_util
4069 - grpc_test_util
4070 - grpc++
4071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004072 - gpr_test_util
4073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004074- name: status_test
4075 build: test
4076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004077 src:
4078 - test/cpp/util/status_test.cc
4079 deps:
4080 - grpc_test_util
4081 - grpc++
4082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004083 - gpr_test_util
4084 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004085- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004086 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004087 build: test
4088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004089 src:
4090 - test/cpp/end2end/streaming_throughput_test.cc
4091 deps:
4092 - grpc++_test_util
4093 - grpc_test_util
4094 - grpc++
4095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004096 - gpr_test_util
4097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004098 platforms:
4099 - mac
4100 - linux
4101 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004102- name: stress_test
4103 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004104 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004105 language: c++
4106 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004107 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004108 - test/cpp/interop/interop_client.h
4109 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004110 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004111 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004112 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004113 - src/proto/grpc/testing/empty.proto
4114 - src/proto/grpc/testing/messages.proto
4115 - src/proto/grpc/testing/metrics.proto
4116 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004117 - test/cpp/interop/interop_client.cc
4118 - test/cpp/interop/stress_interop_client.cc
4119 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004120 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004121 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004122 deps:
4123 - grpc++_test_util
4124 - grpc_test_util
4125 - grpc++
4126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004127 - gpr_test_util
4128 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004129 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004130- name: thread_manager_test
4131 build: test
4132 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004133 src:
4134 - test/cpp/thread_manager/thread_manager_test.cc
4135 deps:
4136 - grpc++
4137 - grpc
4138 - gpr
4139 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004141 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004142 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143 build: test
4144 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004145 src:
4146 - test/cpp/end2end/thread_stress_test.cc
4147 deps:
4148 - grpc++_test_util
4149 - grpc_test_util
4150 - grpc++
4151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004152 - gpr_test_util
4153 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004154- name: writes_per_rpc_test
4155 gtest: true
4156 cpu_cost: 0.5
4157 build: test
4158 language: c++
4159 src:
4160 - test/cpp/performance/writes_per_rpc_test.cc
4161 deps:
4162 - grpc++_test_util
4163 - grpc_test_util
4164 - grpc++
4165 - grpc
4166 - gpr_test_util
4167 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004168 platforms:
4169 - mac
4170 - linux
4171 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004172- name: public_headers_must_be_c89
4173 build: test
4174 language: c89
4175 src:
4176 - test/core/surface/public_headers_must_be_c89.c
4177 deps:
4178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004180vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004181- linkage: static
4182 name: grpc.dependencies.zlib
4183 props: false
4184 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004185 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004186- linkage: static
4187 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004188 props: true
4189 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004190 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004191- name: gflags
4192 props: false
4193 redist: false
4194 version: 2.1.2.1
4195- name: gtest
4196 props: false
4197 redist: false
4198 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004199configs:
4200 asan:
4201 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004202 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4203 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004204 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004205 LD: clang
4206 LDFLAGS: -fsanitize=address
4207 LDXX: clang++
4208 compile_the_world: true
4209 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004210 ASAN_OPTIONS: detect_leaks=1:color=always
4211 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004212 asan-noleaks:
4213 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004214 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4215 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004216 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004217 LD: clang
4218 LDFLAGS: -fsanitize=address
4219 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004220 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004221 test_environ:
4222 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004223 asan-trace-cmp:
4224 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004225 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4226 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004227 CXX: clang++
4228 LD: clang
4229 LDFLAGS: -fsanitize=address
4230 LDXX: clang++
4231 compile_the_world: true
4232 test_environ:
4233 ASAN_OPTIONS: detect_leaks=1:color=always
4234 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004235 basicprof:
4236 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4237 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004238 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004239 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004240 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004241 dbg:
4242 CPPFLAGS: -O0
4243 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004244 gcov:
4245 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004246 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004247 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004248 DEFINES: _DEBUG DEBUG GPR_GCOV
4249 LD: gcc
4250 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4251 LDXX: g++
4252 helgrind:
4253 CPPFLAGS: -O0
4254 DEFINES: _DEBUG DEBUG
4255 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004256 valgrind: --tool=helgrind
4257 memcheck:
4258 CPPFLAGS: -O0
4259 DEFINES: _DEBUG DEBUG
4260 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004261 valgrind: --tool=memcheck --leak-check=full
4262 msan:
4263 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004264 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4265 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4266 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004267 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004268 DEFINES: NDEBUG
4269 LD: clang
4270 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4271 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4272 LDXX: clang++
4273 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004274 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004275 CPPFLAGS: -O3 -fno-omit-frame-pointer
4276 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004277 LDFLAGS: -rdynamic
4278 opt:
4279 CPPFLAGS: -O2
4280 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004281 stapprof:
4282 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4283 DEFINES: NDEBUG
4284 tsan:
4285 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004286 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004287 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004288 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004289 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004290 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004291 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004292 LDXX: clang++
4293 compile_the_world: true
4294 test_environ:
4295 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004296 ubsan:
4297 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004298 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4299 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004300 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004301 DEFINES: NDEBUG
4302 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004303 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004304 LDXX: clang++
4305 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004306 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004307 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004308defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004309 benchmark:
4310 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004311 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004312 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004313 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004314 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004315 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004316 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004317 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004318 LDFLAGS: -g
4319 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004320 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004321 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004322node_modules:
4323- deps:
4324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004325 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004326 - boringssl
4327 - z
murgatroid9994a75412015-11-19 14:04:53 -08004328 headers:
4329 - src/node/ext/byte_buffer.h
4330 - src/node/ext/call.h
4331 - src/node/ext/call_credentials.h
4332 - src/node/ext/channel.h
4333 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004334 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004335 - src/node/ext/server.h
4336 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004337 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004338 - src/node/ext/timeval.h
4339 js:
4340 - src/node/index.js
4341 - src/node/src/client.js
4342 - src/node/src/common.js
4343 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004344 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004345 - src/node/src/metadata.js
4346 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004347 name: grpc_node
4348 src:
4349 - src/node/ext/byte_buffer.cc
4350 - src/node/ext/call.cc
4351 - src/node/ext/call_credentials.cc
4352 - src/node/ext/channel.cc
4353 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004354 - src/node/ext/completion_queue_threadpool.cc
4355 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004356 - src/node/ext/node_grpc.cc
4357 - src/node/ext/server.cc
4358 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004359 - src/node/ext/server_generic.cc
4360 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004361 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004362 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004363openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004364 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004365 extraction_dir: openssl-1.0.2f
4366 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004367php_config_m4:
4368 deps:
4369 - grpc
4370 - gpr
4371 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004372 headers:
4373 - src/php/ext/grpc/byte_buffer.h
4374 - src/php/ext/grpc/call.h
4375 - src/php/ext/grpc/call_credentials.h
4376 - src/php/ext/grpc/channel.h
4377 - src/php/ext/grpc/channel_credentials.h
4378 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004379 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004380 - src/php/ext/grpc/php_grpc.h
4381 - src/php/ext/grpc/server.h
4382 - src/php/ext/grpc/server_credentials.h
4383 - src/php/ext/grpc/timeval.h
4384 src:
4385 - src/php/ext/grpc/byte_buffer.c
4386 - src/php/ext/grpc/call.c
4387 - src/php/ext/grpc/call_credentials.c
4388 - src/php/ext/grpc/channel.c
4389 - src/php/ext/grpc/channel_credentials.c
4390 - src/php/ext/grpc/completion_queue.c
4391 - src/php/ext/grpc/php_grpc.c
4392 - src/php/ext/grpc/server.c
4393 - src/php/ext/grpc/server_credentials.c
4394 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004395python_dependencies:
4396 deps:
4397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004398 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004399 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004400 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004401ruby_gem:
4402 deps:
4403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004406 - z