blob: 6a89b71fb2f5e2357d722c412522e0f2b76eddec [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
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800256 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800257 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700258 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/surface/api_trace.h
260 - src/core/lib/surface/call.h
261 - src/core/lib/surface/call_test_only.h
262 - src/core/lib/surface/channel.h
263 - src/core/lib/surface/channel_init.h
264 - src/core/lib/surface/channel_stack_type.h
265 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700266 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/event_string.h
268 - src/core/lib/surface/init.h
269 - src/core/lib/surface/lame_client.h
270 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700272 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800275 - src/core/lib/transport/error_utils.h
276 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/metadata.h
278 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700279 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700280 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400283 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/transport.h
285 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/channel/channel_args.c
288 - src/core/lib/channel/channel_stack.c
289 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/compress_filter.c
291 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700292 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700293 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800294 - src/core/lib/channel/handshaker_factory.c
295 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/channel/http_client_filter.c
297 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700298 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700299 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/compression/message_compress.c
301 - src/core/lib/debug/trace.c
302 - src/core/lib/http/format_request.c
303 - src/core/lib/http/httpcli.c
304 - src/core/lib/http/parser.c
305 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700306 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/endpoint.c
308 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700309 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700311 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700312 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700313 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700314 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/exec_ctx.c
316 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/iocp_windows.c
318 - src/core/lib/iomgr/iomgr.c
319 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700322 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700323 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700324 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/pollset_windows.c
329 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700332 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500334 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700335 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/socket_utils_common_posix.c
337 - src/core/lib/iomgr/socket_utils_linux.c
338 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700340 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/socket_windows.c
342 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/tcp_client_windows.c
345 - src/core/lib/iomgr/tcp_posix.c
346 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700347 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700348 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
349 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/tcp_windows.c
354 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700357 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/udp_server.c
359 - src/core/lib/iomgr/unix_sockets_posix.c
360 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700361 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/wakeup_fd_eventfd.c
363 - src/core/lib/iomgr/wakeup_fd_nospecial.c
364 - src/core/lib/iomgr/wakeup_fd_pipe.c
365 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700366 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/iomgr/workqueue_windows.c
368 - src/core/lib/json/json.c
369 - src/core/lib/json/json_reader.c
370 - src/core/lib/json/json_string.c
371 - src/core/lib/json/json_writer.c
Makarand Dharmapurikar226098c2017-03-22 10:53:37 -0700372 - src/core/lib/security/util/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700373 - src/core/lib/slice/percent_encoding.c
374 - src/core/lib/slice/slice.c
375 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800376 - src/core/lib/slice/slice_hash_table.c
377 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700378 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/alarm.c
380 - src/core/lib/surface/api_trace.c
381 - src/core/lib/surface/byte_buffer.c
382 - src/core/lib/surface/byte_buffer_reader.c
383 - src/core/lib/surface/call.c
384 - src/core/lib/surface/call_details.c
385 - src/core/lib/surface/call_log_batch.c
386 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/surface/channel_init.c
388 - src/core/lib/surface/channel_ping.c
389 - src/core/lib/surface/channel_stack_type.c
390 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700391 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/surface/lame_client.c
394 - src/core/lib/surface/metadata_array.c
395 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/surface/validate_metadata.c
397 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700398 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800401 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/metadata.c
403 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700404 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700405 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800407 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400408 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/transport.c
410 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 deps:
412 - gpr
413 uses:
414 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700415- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/client_channel.h
418 - src/core/ext/client_channel/client_channel_factory.h
419 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700420 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800421 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700422 - src/core/ext/client_channel/lb_policy.h
423 - src/core/ext/client_channel/lb_policy_factory.h
424 - src/core/ext/client_channel/lb_policy_registry.h
425 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800426 - src/core/ext/client_channel/proxy_mapper.h
427 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700428 - src/core/ext/client_channel/resolver.h
429 - src/core/ext/client_channel/resolver_factory.h
430 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800431 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/subchannel.h
433 - src/core/ext/client_channel/subchannel_index.h
434 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700435 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700436 - src/core/ext/client_channel/channel_connectivity.c
437 - src/core/ext/client_channel/client_channel.c
438 - src/core/ext/client_channel/client_channel_factory.c
439 - src/core/ext/client_channel/client_channel_plugin.c
440 - src/core/ext/client_channel/connector.c
Mark D. Roth15195742016-10-07 09:02:28 -0700441 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800442 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - src/core/ext/client_channel/lb_policy.c
444 - src/core/ext/client_channel/lb_policy_factory.c
445 - src/core/ext/client_channel/lb_policy_registry.c
446 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800447 - src/core/ext/client_channel/proxy_mapper.c
448 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700449 - src/core/ext/client_channel/resolver.c
450 - src/core/ext/client_channel/resolver_factory.c
451 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800452 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700453 - src/core/ext/client_channel/subchannel.c
454 - src/core/ext/client_channel/subchannel_index.c
455 - src/core/ext/client_channel/uri_parser.c
456 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700457 uses:
458 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800459- name: grpc_codegen
460 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700461 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800462 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800463 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800464 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700468 uses:
469 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700470- name: grpc_lb_policy_grpclb
471 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700472 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800473 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700474 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700475 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700476 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700477 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800478 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
479 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
480 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
481 plugin: grpc_lb_policy_grpclb
482 uses:
483 - grpc_base
484 - grpc_client_channel
485 - nanopb
486- name: grpc_lb_policy_grpclb_secure
487 headers:
488 - src/core/ext/lb_policy/grpclb/grpclb.h
489 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
490 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
491 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
492 src:
493 - src/core/ext/lb_policy/grpclb/grpclb.c
494 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700495 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700496 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700497 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700498 uses:
499 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700500 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700501 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700502- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700503 src:
504 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700505 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700506 uses:
507 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700508 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700509- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700510 src:
511 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700512 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700513 uses:
514 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700515 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700516- name: grpc_load_reporting
517 headers:
518 - src/core/ext/load_reporting/load_reporting.h
519 - src/core/ext/load_reporting/load_reporting_filter.h
520 src:
521 - src/core/ext/load_reporting/load_reporting.c
522 - src/core/ext/load_reporting/load_reporting_filter.c
523 plugin: grpc_load_reporting_plugin
524 uses:
525 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700526- name: grpc_resolver_dns_ares
527 headers:
Yuchen Zeng85750b02016-08-08 14:16:34 -0700528 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700529 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.h
530 src:
Yuchen Zengea88fc12016-08-19 00:20:59 -0700531 - src/core/ext/resolver/dns/c_ares/dns_resolver_ares.c
Yuchen Zeng85750b02016-08-08 14:16:34 -0700532 - src/core/ext/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700533 - src/core/ext/resolver/dns/c_ares/grpc_ares_wrapper.c
534 plugin: grpc_resolver_dns_ares
535 uses:
536 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700537 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700538- name: grpc_resolver_dns_native
539 src:
540 - src/core/ext/resolver/dns/native/dns_resolver.c
541 plugin: grpc_resolver_dns_native
542 uses:
543 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700544 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700545- name: grpc_resolver_sockaddr
546 src:
547 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
548 plugin: grpc_resolver_sockaddr
549 uses:
550 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700551 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100552- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700553 public_headers:
554 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100555 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700556 - src/core/lib/security/context/security_context.h
557 - src/core/lib/security/credentials/composite/composite_credentials.h
558 - src/core/lib/security/credentials/credentials.h
559 - src/core/lib/security/credentials/fake/fake_credentials.h
560 - src/core/lib/security/credentials/google_default/google_default_credentials.h
561 - src/core/lib/security/credentials/iam/iam_credentials.h
562 - src/core/lib/security/credentials/jwt/json_token.h
563 - src/core/lib/security/credentials/jwt/jwt_credentials.h
564 - src/core/lib/security/credentials/jwt/jwt_verifier.h
565 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
566 - src/core/lib/security/credentials/plugin/plugin_credentials.h
567 - src/core/lib/security/credentials/ssl/ssl_credentials.h
568 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800569 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700570 - src/core/lib/security/transport/secure_endpoint.h
571 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800572 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700573 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/util/b64.h
575 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100576 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700577 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700578 - src/core/lib/security/context/security_context.c
579 - src/core/lib/security/credentials/composite/composite_credentials.c
580 - src/core/lib/security/credentials/credentials.c
581 - src/core/lib/security/credentials/credentials_metadata.c
582 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700583 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700584 - src/core/lib/security/credentials/google_default/google_default_credentials.c
585 - src/core/lib/security/credentials/iam/iam_credentials.c
586 - src/core/lib/security/credentials/jwt/json_token.c
587 - src/core/lib/security/credentials/jwt/jwt_credentials.c
588 - src/core/lib/security/credentials/jwt/jwt_verifier.c
589 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
590 - src/core/lib/security/credentials/plugin/plugin_credentials.c
591 - src/core/lib/security/credentials/ssl/ssl_credentials.c
592 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800593 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700594 - src/core/lib/security/transport/secure_endpoint.c
595 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800596 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700597 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700598 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700599 - src/core/lib/security/util/b64.c
600 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700601 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700602 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700603 uses:
604 - grpc_base
605 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700606 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700607- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700608 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700609 headers:
610 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700611 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800612 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700613 - test/core/end2end/fixtures/proxy.h
614 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800615 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200617 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700618 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700619 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700620 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700621 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700622 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700623 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800624 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700625 src:
626 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700627 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800628 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700629 - test/core/end2end/fixtures/proxy.c
630 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800631 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700632 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200633 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700634 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700635 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700636 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800637 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700638 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700639 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800640 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700641 deps:
642 - grpc
643 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700644- name: grpc_transport_chttp2
645 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700646 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700647 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700648 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
649 - src/core/ext/transport/chttp2/transport/frame.h
650 - src/core/ext/transport/chttp2/transport/frame_data.h
651 - src/core/ext/transport/chttp2/transport/frame_goaway.h
652 - src/core/ext/transport/chttp2/transport/frame_ping.h
653 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
654 - src/core/ext/transport/chttp2/transport/frame_settings.h
655 - src/core/ext/transport/chttp2/transport/frame_window_update.h
656 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
657 - src/core/ext/transport/chttp2/transport/hpack_parser.h
658 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700659 - src/core/ext/transport/chttp2/transport/huffsyms.h
660 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
661 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700663 - src/core/ext/transport/chttp2/transport/varint.h
664 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700665 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700666 - src/core/ext/transport/chttp2/transport/bin_encoder.c
667 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700668 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
669 - src/core/ext/transport/chttp2/transport/frame_data.c
670 - src/core/ext/transport/chttp2/transport/frame_goaway.c
671 - src/core/ext/transport/chttp2/transport/frame_ping.c
672 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
673 - src/core/ext/transport/chttp2/transport/frame_settings.c
674 - src/core/ext/transport/chttp2/transport/frame_window_update.c
675 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
676 - src/core/ext/transport/chttp2/transport/hpack_parser.c
677 - src/core/ext/transport/chttp2/transport/hpack_table.c
678 - src/core/ext/transport/chttp2/transport/huffsyms.c
679 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
680 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700681 - src/core/ext/transport/chttp2/transport/stream_lists.c
682 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700683 - src/core/ext/transport/chttp2/transport/varint.c
684 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700685 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700686 uses:
687 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700688 - grpc_transport_chttp2_alpn
689- name: grpc_transport_chttp2_alpn
690 headers:
691 - src/core/ext/transport/chttp2/alpn/alpn.h
692 src:
693 - src/core/ext/transport/chttp2/alpn/alpn.c
694 deps:
695 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800696- name: grpc_transport_chttp2_client_connector
697 headers:
698 - src/core/ext/transport/chttp2/client/chttp2_connector.h
699 src:
700 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800701 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800702 - grpc_transport_chttp2
703 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700704- name: grpc_transport_chttp2_client_insecure
705 src:
706 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700707 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700708 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800709 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700710 - grpc_transport_chttp2
711 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700712 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700713- name: grpc_transport_chttp2_client_secure
714 src:
715 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700716 uses:
717 - grpc_transport_chttp2
718 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700719 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700720 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800721 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800722- name: grpc_transport_chttp2_server
723 headers:
724 - src/core/ext/transport/chttp2/server/chttp2_server.h
725 src:
726 - src/core/ext/transport/chttp2/server/chttp2_server.c
727 uses:
728 - grpc_transport_chttp2
729 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700730- name: grpc_transport_chttp2_server_insecure
731 src:
732 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700733 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700734 uses:
735 - grpc_transport_chttp2
736 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800737 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700738- name: grpc_transport_chttp2_server_secure
739 src:
740 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700741 uses:
742 - grpc_transport_chttp2
743 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700744 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800745 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700746- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700747 public_headers:
748 - include/grpc/grpc_cronet.h
749 - include/grpc/grpc_security.h
750 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700751 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800752 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800753 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700754 src:
755 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
756 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
757 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700758 filegroups:
759 - grpc_base
760 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800761- name: nanopb
762 headers:
763 - third_party/nanopb/pb.h
764 - third_party/nanopb/pb_common.h
765 - third_party/nanopb/pb_decode.h
766 - third_party/nanopb/pb_encode.h
767 src:
768 - third_party/nanopb/pb_common.c
769 - third_party/nanopb/pb_decode.c
770 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771- name: tsi
772 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700773 - src/core/tsi/fake_transport_security.h
774 - src/core/tsi/ssl_transport_security.h
775 - src/core/tsi/ssl_types.h
776 - src/core/tsi/transport_security.h
777 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700779 - src/core/tsi/fake_transport_security.c
780 - src/core/tsi/ssl_transport_security.c
781 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 deps:
783 - gpr
784 secure: true
785- name: grpc++_base
786 language: c++
787 public_headers:
788 - include/grpc++/alarm.h
789 - include/grpc++/channel.h
790 - include/grpc++/client_context.h
791 - include/grpc++/completion_queue.h
792 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700793 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800794 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 - include/grpc++/generic/async_generic_service.h
796 - include/grpc++/generic/generic_stub.h
797 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800798 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800800 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700802 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/impl/grpc_library.h
804 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 - include/grpc++/impl/rpc_method.h
806 - include/grpc++/impl/rpc_service_method.h
807 - include/grpc++/impl/serialization_traits.h
808 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700809 - include/grpc++/impl/server_builder_plugin.h
810 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700812 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/security/auth_context.h
814 - include/grpc++/security/auth_metadata_processor.h
815 - include/grpc++/security/credentials.h
816 - include/grpc++/security/server_credentials.h
817 - include/grpc++/server.h
818 - include/grpc++/server_builder.h
819 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700820 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - include/grpc++/support/async_stream.h
822 - include/grpc++/support/async_unary_call.h
823 - include/grpc++/support/byte_buffer.h
824 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700825 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - include/grpc++/support/slice.h
827 - include/grpc++/support/status.h
828 - include/grpc++/support/status_code_enum.h
829 - include/grpc++/support/string_ref.h
830 - include/grpc++/support/stub_options.h
831 - include/grpc++/support/sync_stream.h
832 - include/grpc++/support/time.h
833 headers:
834 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700835 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800837 - src/cpp/server/health/default_health_check_service.h
838 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700840 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700842 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/client/client_context.cc
844 - src/cpp/client/create_channel.cc
845 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700846 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700847 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700850 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700853 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700855 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800857 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - src/cpp/server/create_default_thread_pool.cc
859 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800860 - src/cpp/server/health/default_health_check_service.cc
861 - src/cpp/server/health/health.pb.c
862 - src/cpp/server/health/health_check_service.cc
863 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700865 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700866 - src/cpp/server/server_context.cc
867 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700868 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700869 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700870 - src/cpp/util/byte_buffer_cc.cc
871 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - src/cpp/util/status.cc
873 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700874 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 uses:
yang-g17487f92016-06-03 15:21:15 -0700876 - grpc++_codegen_base
877- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 language: c++
879 public_headers:
880 - include/grpc++/impl/codegen/async_stream.h
881 - include/grpc++/impl/codegen/async_unary_call.h
882 - include/grpc++/impl/codegen/call.h
883 - include/grpc++/impl/codegen/call_hook.h
884 - include/grpc++/impl/codegen/channel_interface.h
885 - include/grpc++/impl/codegen/client_context.h
886 - include/grpc++/impl/codegen/client_unary_call.h
887 - include/grpc++/impl/codegen/completion_queue.h
888 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700889 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 - include/grpc++/impl/codegen/core_codegen_interface.h
891 - include/grpc++/impl/codegen/create_auth_context.h
892 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800893 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - include/grpc++/impl/codegen/rpc_method.h
896 - include/grpc++/impl/codegen/rpc_service_method.h
897 - include/grpc++/impl/codegen/security/auth_context.h
898 - include/grpc++/impl/codegen/serialization_traits.h
899 - include/grpc++/impl/codegen/server_context.h
900 - include/grpc++/impl/codegen/server_interface.h
901 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800902 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - include/grpc++/impl/codegen/status.h
904 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700905 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/string_ref.h
907 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/sync_stream.h
909 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 uses:
911 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700912- name: grpc++_codegen_base_src
913 language: c++
914 src:
915 - src/cpp/codegen/codegen_init.cc
916 uses:
917 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700918- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 language: c++
920 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700921 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 uses:
yang-g17487f92016-06-03 15:21:15 -0700923 - grpc++_codegen_base
924 - grpc++_config_proto
925- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926 language: c++
927 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700928 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700929- name: grpc++_reflection_proto
930 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700931 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700932 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800933- name: grpc++_test
934 language: c++
935 public_headers:
936 - include/grpc++/test/server_context_test_spouse.h
937 deps:
938 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700939- name: thrift_util
940 language: c++
941 public_headers:
942 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700943 - include/grpc++/impl/codegen/thrift_utils.h
944 uses:
945 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100946libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800947- name: gpr
948 build: all
949 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800950 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700951 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800952 secure: false
953 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
954- name: gpr_test_util
955 build: private
956 language: c
957 headers:
958 - test/core/util/test_config.h
959 src:
960 - test/core/util/test_config.c
961 deps:
962 - gpr
963 secure: false
964 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965- name: grpc
966 build: all
967 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 src:
969 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800971 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700973 filegroups:
974 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700975 - grpc_transport_chttp2_server_secure
976 - grpc_transport_chttp2_client_secure
977 - grpc_transport_chttp2_server_insecure
978 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800979 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700980 - grpc_lb_policy_pick_first
981 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700982 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700983 - grpc_resolver_dns_native
984 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700985 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100986 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700987 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700988 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700990 vs_packages:
991 - grpc.dependencies.openssl
992 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700994- name: grpc_cronet
995 build: all
996 language: c
997 src:
998 - src/core/lib/surface/init.c
999 baselib: true
1000 deps_linkage: static
1001 dll: true
1002 filegroups:
1003 - grpc_base
1004 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001005 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001006 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001007 generate_plugin_registry: true
1008 platforms:
1009 - linux
1010 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001011- name: grpc_dll
1012 build: private
1013 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001014 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001015 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001016 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001017 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001018 build_system:
1019 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001020 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001021 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001022 vs_config_type: DynamicLibrary
1023 vs_packages:
1024 - grpc.dependencies.openssl
1025 - grpc.dependencies.zlib
1026 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1027 vs_props:
1028 - zlib
1029 - openssl
1030 - winsock
1031 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032- name: grpc_test_util
1033 build: private
1034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001035 headers:
1036 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001037 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001039 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001040 - test/core/end2end/data/server1_cert.c
1041 - test/core/end2end/data/server1_key.c
1042 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001043 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001046 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001047 - grpc
1048 filegroups:
1049 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001050 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1052- name: grpc_test_util_unsecure
1053 build: private
1054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001055 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001056 - gpr
1057 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001058 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001059 filegroups:
1060 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061 secure: false
1062 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1063- name: grpc_unsecure
1064 build: all
1065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001066 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001067 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001068 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001070 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001072 filegroups:
1073 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001074 - grpc_transport_chttp2_server_insecure
1075 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001076 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001077 - grpc_resolver_dns_native
1078 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001079 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001080 - grpc_lb_policy_grpclb
1081 - grpc_lb_policy_pick_first
1082 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001083 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001084 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085 secure: false
1086 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: reconnect_server
1088 build: private
1089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
1091 - test/core/util/reconnect_server.h
1092 src:
1093 - test/core/util/reconnect_server.c
1094 deps:
yang-gc9fca182015-11-06 16:41:33 -08001095 - test_tcp_server
1096 - grpc_test_util
1097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001100- name: test_tcp_server
1101 build: private
1102 language: c
1103 headers:
1104 - test/core/util/test_tcp_server.h
1105 src:
1106 - test/core/util/test_tcp_server.c
1107 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001108 - grpc_test_util
1109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001110 - gpr_test_util
1111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001112- name: grpc++
1113 build: all
1114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001115 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001116 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001117 - src/cpp/client/secure_credentials.h
1118 - src/cpp/common/secure_auth_context.h
1119 - src/cpp/server/secure_server_credentials.h
1120 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001121 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001122 - src/cpp/client/secure_credentials.cc
1123 - src/cpp/common/auth_property_iterator.cc
1124 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001125 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001126 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001127 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001128 - src/cpp/server/secure_server_credentials.cc
1129 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001130 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131 baselib: true
1132 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001133 filegroups:
1134 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001135 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001136 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001137 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 secure: check
1139 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001140- name: grpc++_cronet
1141 build: all
1142 language: c++
1143 src:
1144 - src/cpp/client/cronet_credentials.cc
1145 - src/cpp/client/insecure_credentials.cc
1146 - src/cpp/common/insecure_create_auth_context.cc
1147 - src/cpp/server/insecure_server_credentials.cc
1148 deps:
1149 - gpr
1150 - grpc_cronet
1151 baselib: true
1152 dll: true
1153 filegroups:
1154 - grpc++_base
1155 - grpc++_codegen_base
1156 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001157 - grpc_transport_chttp2_client_insecure
1158 - grpc_transport_chttp2_server_insecure
1159 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001160 platforms:
1161 - linux
1162 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001163- name: grpc++_proto_reflection_desc_db
1164 build: private
1165 language: c++
1166 headers:
1167 - test/cpp/util/proto_reflection_descriptor_database.h
1168 src:
1169 - test/cpp/util/proto_reflection_descriptor_database.cc
1170 deps:
1171 - grpc++
1172 filegroups:
1173 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001174 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001175- name: grpc++_reflection
1176 build: all
1177 language: c++
1178 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001179 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001180 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001181 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001182 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001183 - src/cpp/ext/proto_server_reflection.cc
1184 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001185 deps:
1186 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001187 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001188 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: grpc++_test_config
1190 build: private
1191 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001192 headers:
1193 - test/cpp/util/test_config.h
1194 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001195 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: grpc++_test_util
1197 build: private
1198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001199 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001200 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001201 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001202 - test/cpp/util/create_test_channel.h
1203 - test/cpp/util/string_ref_helper.h
1204 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001205 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001206 src:
yang-gc8a49d22016-12-12 11:18:49 -08001207 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001208 - src/proto/grpc/testing/echo_messages.proto
1209 - src/proto/grpc/testing/echo.proto
1210 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001211 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001212 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001213 - test/cpp/util/create_test_channel.cc
1214 - test/cpp/util/string_ref_helper.cc
1215 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001216 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001217 deps:
1218 - grpc++
1219 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001220 filegroups:
1221 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001222 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001223 - grpc++_codegen_proto
1224 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001225 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226- name: grpc++_unsecure
1227 build: all
1228 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001229 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001230 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001231 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001232 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001235 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236 baselib: true
1237 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001238 filegroups:
1239 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001240 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001241 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 secure: false
1243 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001244- name: grpc_benchmark
1245 build: test
1246 language: c++
1247 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001248 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1249 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001250 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001251 src:
1252 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001253 deps:
1254 - benchmark
1255 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001256 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001257 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001258- name: grpc_cli_libs
1259 build: private
1260 language: c++
1261 headers:
1262 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001263 - test/cpp/util/cli_credentials.h
1264 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001265 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001266 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001267 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001268 src:
1269 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001270 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001271 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001272 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001273 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001274 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001275 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001276 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001277 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001278 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001279 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: grpc_plugin_support
1281 build: protoc
1282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001283 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001284 - src/compiler/config.h
1285 - src/compiler/cpp_generator.h
1286 - src/compiler/cpp_generator_helpers.h
1287 - src/compiler/csharp_generator.h
1288 - src/compiler/csharp_generator_helpers.h
1289 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001290 - src/compiler/node_generator.h
1291 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001292 - src/compiler/objective_c_generator.h
1293 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001294 - src/compiler/php_generator.h
1295 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001296 - src/compiler/python_generator.h
1297 - src/compiler/ruby_generator.h
1298 - src/compiler/ruby_generator_helpers-inl.h
1299 - src/compiler/ruby_generator_map-inl.h
1300 - src/compiler/ruby_generator_string-inl.h
1301 src:
1302 - src/compiler/cpp_generator.cc
1303 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001304 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001305 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001306 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 - src/compiler/python_generator.cc
1308 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001309 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001310 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 secure: false
1312 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001313 vs_props:
1314 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001315- name: http2_client_main
1316 build: private
1317 language: c++
1318 headers:
1319 - test/cpp/interop/http2_client.h
1320 src:
1321 - src/proto/grpc/testing/empty.proto
1322 - src/proto/grpc/testing/messages.proto
1323 - src/proto/grpc/testing/test.proto
1324 - test/cpp/interop/http2_client.cc
1325 deps:
1326 - grpc++_test_util
1327 - grpc_test_util
1328 - grpc++
1329 - grpc
1330 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: interop_client_helper
1332 build: private
1333 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001334 headers:
1335 - test/cpp/interop/client_helper.h
1336 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001337 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001338 - test/cpp/interop/client_helper.cc
1339 deps:
1340 - grpc++_test_util
1341 - grpc_test_util
1342 - grpc++
1343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: interop_client_main
1346 build: private
1347 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001348 headers:
1349 - test/cpp/interop/interop_client.h
1350 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001351 - src/proto/grpc/testing/empty.proto
1352 - src/proto/grpc/testing/messages.proto
1353 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001354 - test/cpp/interop/client.cc
1355 - test/cpp/interop/interop_client.cc
1356 deps:
1357 - interop_client_helper
1358 - grpc++_test_util
1359 - grpc_test_util
1360 - grpc++
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001364 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: interop_server_helper
1366 build: private
1367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001368 headers:
1369 - test/cpp/interop/server_helper.h
1370 src:
1371 - test/cpp/interop/server_helper.cc
1372 deps:
yang-gcc591022017-01-11 11:10:43 -08001373 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001374 - grpc_test_util
1375 - grpc++
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001378- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379 build: private
1380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001381 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001382 - src/proto/grpc/testing/empty.proto
1383 - src/proto/grpc/testing/messages.proto
1384 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001385 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001386 deps:
1387 - interop_server_helper
1388 - grpc++_test_util
1389 - grpc_test_util
1390 - grpc++
1391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr_test_util
1393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001394 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001395- name: interop_server_main
1396 build: private
1397 language: c++
1398 src:
1399 - test/cpp/interop/interop_server_bootstrap.cc
1400 deps:
1401 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402- name: qps
1403 build: private
1404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001405 headers:
1406 - test/cpp/qps/client.h
1407 - test/cpp/qps/driver.h
1408 - test/cpp/qps/histogram.h
1409 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001410 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001411 - test/cpp/qps/qps_worker.h
1412 - test/cpp/qps/report.h
1413 - test/cpp/qps/server.h
1414 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001415 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001416 - test/cpp/util/benchmark_config.h
1417 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001418 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001419 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001420 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001421 - src/proto/grpc/testing/control.proto
1422 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001423 - test/cpp/qps/client_async.cc
1424 - test/cpp/qps/client_sync.cc
1425 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001426 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001427 - test/cpp/qps/qps_worker.cc
1428 - test/cpp/qps/report.cc
1429 - test/cpp/qps/server_async.cc
1430 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001431 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/util/benchmark_config.cc
1433 deps:
1434 - grpc_test_util
1435 - grpc++_test_util
1436 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437- name: grpc_csharp_ext
1438 build: all
1439 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001440 src:
1441 - src/csharp/ext/grpc_csharp_ext.c
1442 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001445 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001446 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 dll: only
1448 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001449 vs_packages:
1450 - grpc.dependencies.openssl
1451 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001453 vs_props:
1454 - zlib
1455 - openssl
1456 - winsock
1457 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001459- name: alarm_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/surface/alarm_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001467 - gpr_test_util
1468 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001469- name: algorithm_test
1470 build: test
1471 language: c
1472 src:
1473 - test/core/compression/algorithm_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001479- name: alloc_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/support/alloc_test.c
1484 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001485 - gpr_test_util
1486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487- name: alpn_test
1488 build: test
1489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001490 src:
1491 - test/core/transport/chttp2/alpn_test.c
1492 deps:
1493 - grpc_test_util
1494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001497- name: api_fuzzer
1498 build: fuzzer
1499 language: c
1500 src:
1501 - test/core/end2end/fuzzers/api_fuzzer.c
1502 deps:
1503 - grpc_test_util
1504 - grpc
1505 - gpr_test_util
1506 - gpr
1507 corpus_dirs:
1508 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001509 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001510 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001511- name: arena_test
1512 build: test
1513 language: c
1514 src:
1515 - test/core/support/arena_test.c
1516 deps:
1517 - gpr_test_util
1518 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001519- name: bad_server_response_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/end2end/bad_server_response_test.c
1524 deps:
1525 - test_tcp_server
1526 - grpc_test_util
1527 - grpc
1528 - gpr_test_util
1529 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001530 exclude_iomgrs:
1531 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001532- name: bdp_estimator_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/transport/bdp_estimator_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001542- name: bin_decoder_test
1543 build: test
1544 language: c
1545 src:
1546 - test/core/transport/chttp2/bin_decoder_test.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550- name: bin_encoder_test
1551 build: test
1552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - test/core/transport/chttp2/bin_encoder_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001558- name: census_context_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/census/context_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001568- name: census_resource_test
1569 build: test
1570 language: c
1571 src:
1572 - test/core/census/resource_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
1576 - gpr_test_util
1577 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001578- name: census_trace_context_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/census/trace_context_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
1586 - gpr_test_util
1587 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001588- name: channel_create_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/surface/channel_create_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001598- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001602 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: chttp2_stream_map_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/transport/chttp2/stream_map_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001618- name: chttp2_varint_test
1619 build: test
1620 language: c
1621 src:
1622 - test/core/transport/chttp2/varint_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001628- name: client_fuzzer
1629 build: fuzzer
1630 language: c
1631 src:
1632 - test/core/end2end/fuzzers/client_fuzzer.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
1638 corpus_dirs:
1639 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001640 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001641 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001642- name: combiner_test
1643 cpu_cost: 30
1644 build: test
1645 language: c
1646 src:
1647 - test/core/iomgr/combiner_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: compression_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/compression/compression_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001663- name: concurrent_connectivity_test
1664 build: test
1665 language: c
1666 src:
1667 - test/core/surface/concurrent_connectivity_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
1671 - gpr_test_util
1672 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001673 exclude_iomgrs:
1674 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001675- name: connection_refused_test
1676 cpu_cost: 0.1
1677 build: test
1678 language: c
1679 src:
1680 - test/core/end2end/connection_refused_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
1684 - gpr_test_util
1685 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001686- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001687 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001688 build: test
1689 language: c
1690 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001691 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001692 deps:
1693 - grpc_test_util
1694 - grpc
1695 - gpr_test_util
1696 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001697 exclude_iomgrs:
1698 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001699- name: dns_resolver_test
1700 build: test
1701 language: c
1702 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001703 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001710 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/end2end/dualstack_socket_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001720 exclude_iomgrs:
1721 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001722 platforms:
1723 - mac
1724 - linux
1725 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001726- name: endpoint_pair_test
1727 build: test
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/iomgr/endpoint_pair_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001734 - gpr_test_util
1735 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001736 exclude_iomgrs:
1737 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001738- name: error_test
1739 cpu_cost: 30
1740 build: test
1741 language: c
1742 src:
1743 - test/core/iomgr/error_test.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
1747 - gpr_test_util
1748 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001749- name: ev_epoll_linux_test
1750 build: test
1751 language: c
1752 src:
1753 - test/core/iomgr/ev_epoll_linux_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
1757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001761 platforms:
1762 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: fd_conservation_posix_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/iomgr/fd_conservation_posix_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001773 exclude_iomgrs:
1774 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001775 platforms:
1776 - mac
1777 - linux
1778 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: fd_posix_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/iomgr/fd_posix_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001789 exclude_iomgrs:
1790 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001791 platforms:
1792 - mac
1793 - linux
1794 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: fling_client
1796 build: test
1797 run: false
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/fling/client.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: fling_server
1807 build: test
1808 run: false
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/fling/server.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001818 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/fling/fling_stream_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001828 platforms:
1829 - mac
1830 - linux
1831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001833 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/fling/fling_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001843 platforms:
1844 - mac
1845 - linux
1846 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: gen_hpack_tables
1848 build: tool
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - tools/codegen/core/gen_hpack_tables.c
1852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001854 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: gen_legal_metadata_characters
1856 build: tool
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001861- name: gen_percent_encoding_tables
1862 build: tool
1863 language: c
1864 src:
1865 - tools/codegen/core/gen_percent_encoding_tables.c
1866 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001867- name: goaway_server_test
1868 cpu_cost: 0.1
1869 build: test
1870 language: c
1871 src:
1872 - test/core/end2end/goaway_server_test.c
1873 deps:
1874 - grpc_test_util
1875 - grpc
1876 - gpr_test_util
1877 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001878 exclude_iomgrs:
1879 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001880 platforms:
1881 - mac
1882 - linux
1883 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001884- name: gpr_avl_test
1885 build: test
1886 language: c
1887 src:
1888 - test/core/support/avl_test.c
1889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001892- name: gpr_backoff_test
1893 build: test
1894 language: c
1895 src:
1896 - test/core/support/backoff_test.c
1897 deps:
1898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: gpr_cmdline_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/cmdline_test.c
1905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001908- name: gpr_cpu_test
1909 build: test
1910 language: c
1911 src:
1912 - test/core/support/cpu_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: gpr_env_test
1917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
1920 - test/core/support/env_test.c
1921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: gpr_histogram_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/support/histogram_test.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: gpr_host_port_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/support/host_port_test.c
1937 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: gpr_log_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/support/log_test.c
1945 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001948- name: gpr_mpscq_test
1949 cpu_cost: 30
1950 build: test
1951 language: c
1952 src:
1953 - test/core/support/mpscq_test.c
1954 deps:
1955 - gpr_test_util
1956 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001957- name: gpr_spinlock_test
1958 cpu_cost: 10
1959 build: test
1960 language: c
1961 src:
1962 - test/core/support/spinlock_test.c
1963 deps:
1964 - gpr_test_util
1965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001967 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/support/stack_lockfree_test.c
1972 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: gpr_string_test
1976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/core/support/string_test.c
1980 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001984 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/sync_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001993 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/support/thd_test.c
1998 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002001- name: gpr_time_test
2002 build: test
2003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002004 src:
2005 - test/core/support/time_test.c
2006 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: gpr_tls_test
2010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/support/tls_test.c
2014 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: gpr_useful_test
2018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/core/support/useful_test.c
2022 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: grpc_auth_context_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/security/auth_context_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002035- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002039 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_byte_buffer_reader_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/surface/byte_buffer_reader_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002055- name: grpc_channel_args_test
2056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
2059 - test/core/channel/channel_args_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: grpc_channel_stack_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/channel/channel_stack_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: grpc_completion_queue_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/surface/completion_queue_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002085- name: grpc_completion_queue_threading_test
2086 build: test
2087 language: c
2088 src:
2089 - test/core/surface/completion_queue_threading_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002095 exclude_iomgrs:
2096 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: grpc_create_jwt
2098 build: tool
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/security/create_jwt.c
2102 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002105 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002106- name: grpc_credentials_test
2107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/security/credentials_test.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002117 build: test
2118 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/security/fetch_oauth2.c
2122 deps:
2123 - grpc_test_util
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002127- name: grpc_invalid_channel_args_test
2128 build: test
2129 language: c
2130 src:
2131 - test/core/surface/invalid_channel_args_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: grpc_json_token_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/security/json_token_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002147 platforms:
2148 - linux
2149 - posix
2150 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151- name: grpc_jwt_verifier_test
2152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/core/security/jwt_verifier_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161- name: grpc_print_google_default_creds_token
2162 build: tool
2163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/security/print_google_default_creds_token.c
2166 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: grpc_security_connector_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/security/security_connector_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: grpc_verify_jwt
2180 build: tool
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/security/verify_jwt.c
2184 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002187- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002188 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002189 language: c
2190 src:
2191 - test/core/handshake/client_ssl.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
2195 - gpr_test_util
2196 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002197 exclude_iomgrs:
2198 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002199 platforms:
2200 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002201 secure: true
2202- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002203 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002204 language: c
2205 src:
2206 - test/core/handshake/server_ssl.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
2210 - gpr_test_util
2211 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002212 platforms:
2213 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002214 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002215- name: hpack_parser_fuzzer_test
2216 build: fuzzer
2217 language: c
2218 src:
2219 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2220 deps:
2221 - grpc_test_util
2222 - grpc
2223 - gpr_test_util
2224 - gpr
2225 corpus_dirs:
2226 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002227 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002228 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229- name: hpack_parser_test
2230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
2233 - test/core/transport/chttp2/hpack_parser_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: hpack_table_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/transport/chttp2/hpack_table_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002249- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002253 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002259- name: http_request_fuzzer_test
2260 build: fuzzer
2261 language: c
2262 src:
2263 - test/core/http/request_fuzzer.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
2269 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002270 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002271 maxlen: 2048
2272- name: http_response_fuzzer_test
2273 build: fuzzer
2274 language: c
2275 src:
2276 - test/core/http/response_fuzzer.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
2280 - gpr_test_util
2281 - gpr
2282 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002283 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002284 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002285- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002289 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002296 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297 build: test
2298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002299 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002300 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002306 platforms:
2307 - mac
2308 - linux
2309 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002310- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002311 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002312 build: test
2313 language: c
2314 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002315 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002321 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002322 - linux
yang-gf1183302015-12-07 16:02:05 -08002323- name: init_test
2324 build: test
2325 language: c
2326 src:
2327 - test/core/surface/init_test.c
2328 deps:
2329 - grpc_test_util
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002333- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002334 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002335 build: test
2336 language: c
2337 src:
2338 - test/core/end2end/invalid_call_argument_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002344- name: json_fuzzer_test
2345 build: fuzzer
2346 language: c
2347 src:
2348 - test/core/json/fuzzer.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
2352 - gpr_test_util
2353 - gpr
2354 corpus_dirs:
2355 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002356 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: json_rewrite
2358 build: test
2359 run: false
2360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
2362 - test/core/json/json_rewrite.c
2363 deps:
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: json_rewrite_test
2367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
2370 - test/core/json/json_rewrite_test.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002376- name: json_stream_error_test
2377 build: test
2378 language: c
2379 src:
2380 - test/core/json/json_stream_error_test.c
2381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: json_test
2387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/json/json_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: lame_client_test
2397 build: test
2398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
2400 - test/core/surface/lame_client_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002406- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002407 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002408 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002409 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002412 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002418- name: load_file_test
2419 build: test
2420 language: c
2421 src:
2422 - test/core/iomgr/load_file_test.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
2426 - gpr_test_util
2427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: low_level_ping_pong_benchmark
2429 build: benchmark
2430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
2432 - test/core/network_benchmarks/low_level_ping_pong.c
2433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002438 platforms:
2439 - mac
2440 - linux
2441 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002442- name: memory_profile_client
2443 build: test
2444 run: false
2445 language: c
2446 src:
2447 - test/core/memory_usage/client.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
2451 - gpr_test_util
2452 - gpr
2453- name: memory_profile_server
2454 build: test
2455 run: false
2456 language: c
2457 src:
2458 - test/core/memory_usage/server.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
2462 - gpr_test_util
2463 - gpr
2464- name: memory_profile_test
2465 cpu_cost: 1.5
2466 build: test
2467 language: c
2468 src:
2469 - test/core/memory_usage/memory_usage_test.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
2473 - gpr_test_util
2474 - gpr
2475 platforms:
2476 - mac
2477 - linux
2478 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479- name: message_compress_test
2480 build: test
2481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002482 src:
2483 - test/core/compression/message_compress_test.c
2484 deps:
2485 - grpc_test_util
2486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002489- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002490 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002491 build: test
2492 language: c
2493 src:
2494 - test/core/census/mlog_test.c
2495 deps:
2496 - grpc_test_util
2497 - grpc
2498 - gpr_test_util
2499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: multiple_server_queues_test
2501 build: test
2502 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002503 src:
2504 - test/core/end2end/multiple_server_queues_test.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002508 - gpr_test_util
2509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510- name: murmur_hash_test
2511 build: test
2512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/core/support/murmur_hash_test.c
2515 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002518- name: nanopb_fuzzer_response_test
2519 build: fuzzer
2520 language: c
2521 src:
2522 - test/core/nanopb/fuzzer_response.c
2523 deps:
2524 - grpc_test_util
2525 - grpc
2526 - gpr_test_util
2527 - gpr
2528 corpus_dirs:
2529 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002530 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002531- name: nanopb_fuzzer_serverlist_test
2532 build: fuzzer
2533 language: c
2534 src:
2535 - test/core/nanopb/fuzzer_serverlist.c
2536 deps:
2537 - grpc_test_util
2538 - grpc
2539 - gpr_test_util
2540 - gpr
2541 corpus_dirs:
2542 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002543 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002545 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546 build: test
2547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/core/end2end/no_server_test.c
2550 deps:
2551 - grpc_test_util
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002555- name: parse_address_test
2556 build: test
2557 language: c
2558 src:
2559 - test/core/client_channel/parse_address_test.c
2560 deps:
2561 - grpc_test_util
2562 - grpc
2563 - gpr_test_util
2564 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002565- name: percent_decode_fuzzer
2566 build: fuzzer
2567 language: c
2568 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002569 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002570 deps:
2571 - grpc_test_util
2572 - grpc
2573 - gpr_test_util
2574 - gpr
2575 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002576 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002577 maxlen: 32
2578- name: percent_encode_fuzzer
2579 build: fuzzer
2580 language: c
2581 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002582 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002583 deps:
2584 - grpc_test_util
2585 - grpc
2586 - gpr_test_util
2587 - gpr
2588 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002589 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002590 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002591- name: percent_encoding_test
2592 build: test
2593 language: c
2594 src:
2595 - test/core/slice/percent_encoding_test.c
2596 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002597 - grpc_test_util
2598 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002599 - gpr_test_util
2600 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002601- name: pollset_set_test
2602 build: test
2603 language: c
2604 src:
2605 - test/core/iomgr/pollset_set_test.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 exclude_iomgrs:
2612 - uv
2613 platforms:
2614 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002615- name: resolve_address_posix_test
2616 build: test
2617 language: c
2618 src:
2619 - test/core/iomgr/resolve_address_posix_test.c
2620 deps:
2621 - grpc_test_util
2622 - grpc
2623 - gpr_test_util
2624 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002625 exclude_iomgrs:
2626 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002627 platforms:
2628 - mac
2629 - linux
2630 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: resolve_address_test
2632 build: test
2633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002634 src:
2635 - test/core/iomgr/resolve_address_test.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002641- name: resource_quota_test
2642 cpu_cost: 30
2643 build: test
2644 language: c
2645 src:
2646 - test/core/iomgr/resource_quota_test.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
2650 - gpr_test_util
2651 - gpr
yang-gd482e592015-12-10 14:04:00 -08002652- name: secure_channel_create_test
2653 build: test
2654 language: c
2655 src:
2656 - test/core/surface/secure_channel_create_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662- name: secure_endpoint_test
2663 build: test
2664 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
2666 - test/core/security/secure_endpoint_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002672 exclude_iomgrs:
2673 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002674- name: sequential_connectivity_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/surface/sequential_connectivity_test.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
2682 - gpr_test_util
2683 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002684 exclude_iomgrs:
2685 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002686- name: server_chttp2_test
2687 build: test
2688 language: c
2689 src:
2690 - test/core/surface/server_chttp2_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002696- name: server_fuzzer
2697 build: fuzzer
2698 language: c
2699 src:
2700 - test/core/end2end/fuzzers/server_fuzzer.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
2704 - gpr_test_util
2705 - gpr
2706 corpus_dirs:
2707 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002708 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002709 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002710- name: server_test
2711 build: test
2712 language: c
2713 src:
2714 - test/core/surface/server_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002720- name: slice_buffer_test
2721 build: test
2722 language: c
2723 src:
2724 - test/core/slice/slice_buffer_test.c
2725 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002726 - grpc_test_util
2727 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002728 - gpr_test_util
2729 - gpr
2730- name: slice_string_helpers_test
2731 build: test
2732 language: c
2733 src:
2734 - test/core/slice/slice_string_helpers_test.c
2735 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002736 - grpc_test_util
2737 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002738 - gpr_test_util
2739 - gpr
2740- name: slice_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/slice/slice_test.c
2745 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002746 - grpc_test_util
2747 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002748 - gpr_test_util
2749 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002750- name: sockaddr_resolver_test
2751 build: test
2752 language: c
2753 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002754 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002755 deps:
2756 - grpc_test_util
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr_test_util
2759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760- name: sockaddr_utils_test
2761 build: test
2762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/core/iomgr/sockaddr_utils_test.c
2765 deps:
2766 - grpc_test_util
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002770- name: socket_utils_test
2771 build: test
2772 language: c
2773 src:
2774 - test/core/iomgr/socket_utils_test.c
2775 deps:
2776 - grpc_test_util
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002780 exclude_iomgrs:
2781 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002782 platforms:
2783 - mac
2784 - linux
2785 - posix
yang-g31e21282016-11-04 15:10:03 -07002786- name: ssl_server_fuzzer
2787 build: fuzzer
2788 language: c
2789 src:
2790 - test/core/security/ssl_server_fuzzer.c
2791 deps:
2792 - grpc_test_util
2793 - grpc
2794 - gpr_test_util
2795 - gpr
2796 corpus_dirs:
2797 - test/core/security/corpus/ssl_server_corpus
2798 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002799- name: status_conversion_test
2800 build: test
2801 language: c
2802 src:
2803 - test/core/transport/status_conversion_test.c
2804 deps:
2805 - grpc_test_util
2806 - grpc
2807 - gpr_test_util
2808 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002809- name: stream_owned_slice_test
2810 build: test
2811 language: c
2812 src:
2813 - test/core/transport/stream_owned_slice_test.c
2814 deps:
2815 - grpc_test_util
2816 - grpc
2817 - gpr_test_util
2818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002819- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002820 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002821 build: test
2822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002823 src:
2824 - test/core/iomgr/tcp_client_posix_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002828 - gpr_test_util
2829 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002830 exclude_iomgrs:
2831 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002832 platforms:
2833 - mac
2834 - linux
2835 - posix
murgatroid991191b722017-02-08 11:56:52 -08002836- name: tcp_client_uv_test
2837 cpu_cost: 0.5
2838 build: test
2839 language: c
2840 src:
2841 - test/core/iomgr/tcp_client_uv_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
2845 - gpr_test_util
2846 - gpr
2847 exclude_iomgrs:
2848 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002850 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851 build: test
2852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002853 src:
2854 - test/core/iomgr/tcp_posix_test.c
2855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002860 exclude_iomgrs:
2861 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002862 platforms:
2863 - mac
2864 - linux
2865 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866- name: tcp_server_posix_test
2867 build: test
2868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002869 src:
2870 - test/core/iomgr/tcp_server_posix_test.c
2871 deps:
2872 - grpc_test_util
2873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002874 - gpr_test_util
2875 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002876 exclude_iomgrs:
2877 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002878 platforms:
2879 - mac
2880 - linux
2881 - posix
murgatroid991191b722017-02-08 11:56:52 -08002882- name: tcp_server_uv_test
2883 build: test
2884 language: c
2885 src:
2886 - test/core/iomgr/tcp_server_uv_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
2890 - gpr_test_util
2891 - gpr
2892 exclude_iomgrs:
2893 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894- name: time_averaged_stats_test
2895 build: test
2896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/core/iomgr/time_averaged_stats_test.c
2899 deps:
2900 - grpc_test_util
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: timeout_encoding_test
2905 build: test
2906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002908 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002909 deps:
2910 - grpc_test_util
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002914- name: timer_heap_test
2915 build: test
2916 language: c
2917 src:
2918 - test/core/iomgr/timer_heap_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002924 exclude_iomgrs:
2925 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002926- name: timer_list_test
2927 build: test
2928 language: c
2929 src:
2930 - test/core/iomgr/timer_list_test.c
2931 deps:
2932 - grpc_test_util
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002936 exclude_iomgrs:
2937 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002938- name: transport_connectivity_state_test
2939 build: test
2940 language: c
2941 src:
2942 - test/core/transport/connectivity_state_test.c
2943 deps:
2944 - grpc_test_util
2945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002946 - gpr_test_util
2947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948- name: transport_metadata_test
2949 build: test
2950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/core/transport/metadata_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002958- name: transport_pid_controller_test
2959 build: test
2960 language: c
2961 src:
2962 - test/core/transport/pid_controller_test.c
2963 deps:
2964 - grpc_test_util
2965 - grpc
2966 - gpr_test_util
2967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: transport_security_test
2969 build: test
2970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/core/tsi/transport_security_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002978 platforms:
2979 - linux
2980 - posix
2981 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002982- name: udp_server_test
2983 build: test
2984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/core/iomgr/udp_server_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002992 exclude_iomgrs:
2993 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002994 platforms:
2995 - mac
2996 - linux
2997 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002998- name: uri_fuzzer_test
2999 build: fuzzer
3000 language: c
3001 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003002 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003003 deps:
3004 - grpc_test_util
3005 - grpc
3006 - gpr_test_util
3007 - gpr
3008 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003009 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003010 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011- name: uri_parser_test
3012 build: test
3013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003014 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003015 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003016 deps:
3017 - grpc_test_util
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003021- name: wakeup_fd_cv_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/iomgr/wakeup_fd_cv_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003031 exclude_iomgrs:
3032 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003033 platforms:
3034 - mac
3035 - linux
3036 - posix
vjpai04e992a2016-02-10 16:58:38 -08003037- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003038 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003039 build: test
3040 language: c++
3041 src:
3042 - test/cpp/common/alarm_cpp_test.cc
3043 deps:
3044 - grpc++_test_util
3045 - grpc_test_util
3046 - grpc++
3047 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003048 - gpr_test_util
3049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 build: test
3053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/cpp/end2end/async_end2end_test.cc
3056 deps:
3057 - grpc++_test_util
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003064 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065 build: test
3066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - test/cpp/common/auth_property_iterator_test.cc
3069 deps:
3070 - grpc++_test_util
3071 - grpc_test_util
3072 - grpc++
3073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003074 - gpr_test_util
3075 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003076- name: bm_arena
3077 build: test
3078 language: c++
3079 src:
3080 - test/cpp/microbenchmarks/bm_arena.cc
3081 deps:
3082 - grpc_benchmark
3083 - benchmark
3084 - grpc++_test_util
3085 - grpc_test_util
3086 - grpc++
3087 - grpc
3088 - gpr_test_util
3089 - gpr
3090 args:
3091 - --benchmark_min_time=0
3092 platforms:
3093 - mac
3094 - linux
3095 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003096- name: bm_call_create
3097 build: test
3098 language: c++
3099 src:
3100 - test/cpp/microbenchmarks/bm_call_create.cc
3101 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003102 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003103 - benchmark
3104 - grpc++_test_util
3105 - grpc_test_util
3106 - grpc++
3107 - grpc
3108 - gpr_test_util
3109 - gpr
3110 args:
3111 - --benchmark_min_time=0
3112 platforms:
3113 - mac
3114 - linux
3115 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003116- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003117 build: test
3118 language: c++
3119 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003120 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003121 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003122 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003123 - benchmark
3124 - grpc++_test_util
3125 - grpc_test_util
3126 - grpc++
3127 - grpc
3128 - gpr_test_util
3129 - gpr
3130 args:
3131 - --benchmark_min_time=0
3132 platforms:
3133 - mac
3134 - linux
3135 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003136- name: bm_chttp2_transport
3137 build: test
3138 language: c++
3139 src:
3140 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3141 deps:
3142 - grpc_benchmark
3143 - benchmark
3144 - grpc++_test_util
3145 - grpc_test_util
3146 - grpc++
3147 - grpc
3148 - gpr_test_util
3149 - gpr
3150 args:
3151 - --benchmark_min_time=0
3152 platforms:
3153 - mac
3154 - linux
3155 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003156- name: bm_closure
3157 build: test
3158 language: c++
3159 src:
3160 - test/cpp/microbenchmarks/bm_closure.cc
3161 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003162 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003163 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003164 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003165 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003166 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003167 - grpc
3168 - gpr_test_util
3169 - gpr
3170 args:
3171 - --benchmark_min_time=0
3172 platforms:
3173 - mac
3174 - linux
3175 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003176- name: bm_cq
3177 build: test
3178 language: c++
3179 src:
3180 - test/cpp/microbenchmarks/bm_cq.cc
3181 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003182 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003183 - benchmark
3184 - grpc++_test_util
3185 - grpc_test_util
3186 - grpc++
3187 - grpc
3188 - gpr_test_util
3189 - gpr
3190 args:
3191 - --benchmark_min_time=0
3192 platforms:
3193 - mac
3194 - linux
3195 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003196- name: bm_error
3197 build: test
3198 language: c++
3199 src:
3200 - test/cpp/microbenchmarks/bm_error.cc
3201 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003202 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003203 - benchmark
3204 - grpc++_test_util
3205 - grpc_test_util
3206 - grpc++
3207 - grpc
3208 - gpr_test_util
3209 - gpr
3210 args:
3211 - --benchmark_min_time=0
3212 platforms:
3213 - mac
3214 - linux
3215 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003216- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003217 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003218 language: c++
3219 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003220 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003221 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003222 - grpc_benchmark
3223 - benchmark
3224 - grpc++_test_util
3225 - grpc_test_util
3226 - grpc++
3227 - grpc
3228 - gpr_test_util
3229 - gpr
3230 args:
3231 - --benchmark_min_time=0
3232 excluded_poll_engines:
3233 - poll
3234 - poll-cv
3235 platforms:
3236 - mac
3237 - linux
3238 - posix
3239 timeout_seconds: 1200
3240- name: bm_fullstack_streaming_pump
3241 build: test
3242 language: c++
3243 src:
3244 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003245 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003246 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003247 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003248 - grpc++_test_util
3249 - grpc_test_util
3250 - grpc++
3251 - grpc
3252 - gpr_test_util
3253 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003254 args:
3255 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003256 excluded_poll_engines:
3257 - poll
3258 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003259 platforms:
3260 - mac
3261 - linux
3262 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003263 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003264- name: bm_fullstack_trickle
3265 build: test
3266 language: c++
3267 src:
3268 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3269 deps:
3270 - grpc_benchmark
3271 - benchmark
3272 - grpc++_test_util
3273 - grpc_test_util
3274 - grpc++
3275 - grpc
3276 - gpr_test_util
3277 - gpr
3278 args:
3279 - --benchmark_min_time=0
3280 excluded_poll_engines:
3281 - poll
3282 - poll-cv
3283 platforms:
3284 - mac
3285 - linux
3286 - posix
3287 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003288- name: bm_fullstack_unary_ping_pong
3289 build: test
3290 language: c++
3291 src:
3292 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3293 deps:
3294 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003295 - benchmark
3296 - grpc++_test_util
3297 - grpc_test_util
3298 - grpc++
3299 - grpc
3300 - gpr_test_util
3301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003303 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003304 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003305 - poll
3306 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003307 platforms:
3308 - mac
3309 - linux
3310 - posix
3311 timeout_seconds: 1200
3312- name: bm_metadata
3313 build: test
3314 language: c++
3315 src:
3316 - test/cpp/microbenchmarks/bm_metadata.cc
3317 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003318 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003319 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003320 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003321 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003322 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003323 - grpc
3324 - gpr_test_util
3325 - gpr
3326 args:
3327 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328 platforms:
3329 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003330 - linux
3331 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003332- name: bm_pollset
3333 build: test
3334 language: c++
3335 src:
3336 - test/cpp/microbenchmarks/bm_pollset.cc
3337 deps:
3338 - grpc_benchmark
3339 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003340 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003341 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003342 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003343 - grpc
3344 - gpr_test_util
3345 - gpr
3346 args:
3347 - --benchmark_min_time=0
3348 platforms:
3349 - mac
3350 - linux
3351 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352- name: channel_arguments_test
3353 gtest: true
3354 build: test
3355 language: c++
3356 src:
3357 - test/cpp/common/channel_arguments_test.cc
3358 deps:
3359 - grpc++
3360 - grpc
3361 - gpr
3362- name: channel_filter_test
3363 gtest: true
3364 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003365 language: c++
3366 src:
3367 - test/cpp/common/channel_filter_test.cc
3368 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003369 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003370 - grpc
3371 - gpr
3372- name: cli_call_test
3373 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003374 build: test
3375 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003377 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003378 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379 - grpc_cli_libs
3380 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003381 - grpc_test_util
3382 - grpc++
3383 - grpc
3384 - gpr_test_util
3385 - gpr
3386- name: client_crash_test
3387 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 cpu_cost: 0.1
3389 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003390 language: c++
3391 src:
3392 - test/cpp/end2end/client_crash_test.cc
3393 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394 - grpc++_test_util
3395 - grpc_test_util
3396 - grpc++
3397 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003398 - gpr_test_util
3399 - gpr
3400 platforms:
3401 - mac
3402 - linux
3403 - posix
3404- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 build: test
3406 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003407 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003408 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003409 - test/cpp/end2end/client_crash_test_server.cc
3410 deps:
3411 - grpc++_test_util
3412 - grpc_test_util
3413 - grpc++
3414 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003415 - gpr_test_util
3416 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003417- name: codegen_test_full
3418 gtest: true
3419 build: test
3420 language: c++
3421 src:
3422 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003423 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003424 - src/proto/grpc/testing/payloads.proto
3425 - src/proto/grpc/testing/services.proto
3426 - src/proto/grpc/testing/stats.proto
3427 - test/cpp/codegen/codegen_test_full.cc
3428 deps:
3429 - grpc++
3430 - grpc
3431 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003432 filegroups:
3433 - grpc++_codegen_base
3434- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003435 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003436 build: test
yang-g34b58612016-06-03 17:30:09 -07003437 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003439 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440 - src/proto/grpc/testing/messages.proto
3441 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003442 - src/proto/grpc/testing/services.proto
3443 - src/proto/grpc/testing/stats.proto
3444 - test/cpp/codegen/codegen_test_minimal.cc
3445 filegroups:
3446 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003449 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450 build: test
3451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003452 src:
3453 - test/cpp/client/credentials_test.cc
3454 deps:
3455 - grpc++
3456 - grpc
3457 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003458- name: cxx_byte_buffer_test
3459 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003460 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003461 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462 src:
3463 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003464 deps:
3465 - grpc_test_util
3466 - grpc++
3467 - grpc
3468 - gpr_test_util
3469 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003470- name: cxx_slice_test
3471 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003472 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003473 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003474 src:
3475 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003476 deps:
3477 - grpc_test_util
3478 - grpc++
3479 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003482- name: cxx_string_ref_test
3483 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003484 build: test
3485 language: c++
3486 src:
3487 - test/cpp/util/string_ref_test.cc
3488 deps:
3489 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003490- name: cxx_time_test
3491 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003493 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003494 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495 - test/cpp/util/time_test.cc
3496 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003497 - grpc_test_util
3498 - grpc++
3499 - grpc
3500 - gpr_test_util
3501 - gpr
3502- name: end2end_test
3503 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003504 cpu_cost: 0.5
3505 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003506 language: c++
3507 src:
3508 - test/cpp/end2end/end2end_test.cc
3509 deps:
3510 - grpc++_test_util
3511 - grpc_test_util
3512 - grpc++
3513 - grpc
3514 - gpr_test_util
3515 - gpr
3516- name: filter_end2end_test
3517 gtest: true
3518 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003520 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003521 - test/cpp/end2end/filter_end2end_test.cc
3522 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003523 - grpc++_test_util
3524 - grpc_test_util
3525 - grpc++
3526 - grpc
3527 - gpr_test_util
3528 - gpr
3529- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003530 gtest: true
3531 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003532 language: c++
3533 src:
3534 - test/cpp/end2end/generic_end2end_test.cc
3535 deps:
3536 - grpc++_test_util
3537 - grpc_test_util
3538 - grpc++
3539 - grpc
3540 - gpr_test_util
3541 - gpr
3542- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003543 gtest: true
3544 build: test
3545 language: c++
3546 src:
Craig Tiller25834342015-09-25 08:08:24 -07003547 - src/proto/grpc/testing/compiler_test.proto
3548 - test/cpp/codegen/golden_file_test.cc
3549 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003550 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003551 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003552 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003553 args:
3554 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555- name: grpc_cli
3556 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003557 run: false
3558 language: c++
3559 src:
3560 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003561 deps:
3562 - grpc_cli_libs
3563 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003564 - grpc++
3565 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 - gpr
3567 - grpc++_test_config
3568- name: grpc_cpp_plugin
3569 build: protoc
3570 language: c++
3571 src:
3572 - src/compiler/cpp_plugin.cc
3573 deps:
3574 - grpc_plugin_support
3575 secure: false
3576 vs_config_type: Application
3577 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3578- name: grpc_csharp_plugin
3579 build: protoc
3580 language: c++
3581 src:
3582 - src/compiler/csharp_plugin.cc
3583 deps:
3584 - grpc_plugin_support
3585 secure: false
3586 vs_config_type: Application
3587 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003588- name: grpc_node_plugin
3589 build: protoc
3590 language: c++
3591 src:
3592 - src/compiler/node_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_objective_c_plugin
3598 build: protoc
3599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003600 src:
3601 - src/compiler/objective_c_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: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003607- name: grpc_php_plugin
3608 build: protoc
3609 language: c++
3610 src:
3611 - src/compiler/php_plugin.cc
3612 deps:
3613 - grpc_plugin_support
3614 secure: false
3615 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616- name: grpc_python_plugin
3617 build: protoc
3618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003619 src:
3620 - src/compiler/python_plugin.cc
3621 deps:
3622 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623 secure: false
3624 vs_config_type: Application
3625 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3626- name: grpc_ruby_plugin
3627 build: protoc
3628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003629 src:
3630 - src/compiler/ruby_plugin.cc
3631 deps:
3632 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003633 secure: false
3634 vs_config_type: Application
3635 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003636- name: grpc_tool_test
3637 gtest: true
3638 build: test
3639 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003640 src:
3641 - src/proto/grpc/testing/echo.proto
3642 - src/proto/grpc/testing/echo_messages.proto
3643 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003644 deps:
3645 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003646 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003647 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003648 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003649 - grpc_test_util
3650 - grpc++
3651 - grpc
3652 - gpr_test_util
3653 - gpr
3654 filegroups:
3655 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003656- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003657 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003658 build: test
3659 language: c++
3660 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003661 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003662 - test/cpp/grpclb/grpclb_api_test.cc
3663 deps:
3664 - grpc++_test_util
3665 - grpc_test_util
3666 - grpc++
3667 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003668- name: grpclb_test
3669 gtest: false
3670 build: test
3671 language: c++
3672 src:
3673 - src/proto/grpc/lb/v1/load_balancer.proto
3674 - test/cpp/grpclb/grpclb_test.cc
3675 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003676 - grpc++_test_util
3677 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003678 - grpc++
3679 - grpc
3680 - gpr_test_util
3681 - gpr
yang-gad327642016-12-12 14:32:09 -08003682- name: health_service_end2end_test
3683 gtest: true
3684 build: test
3685 language: c++
3686 src:
3687 - test/cpp/end2end/health_service_end2end_test.cc
3688 deps:
3689 - grpc++_test_util
3690 - grpc_test_util
3691 - grpc++
3692 - grpc
3693 - gpr_test_util
3694 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003695- name: http2_client
3696 build: test
3697 run: false
3698 language: c++
3699 src: []
3700 deps:
3701 - http2_client_main
3702 - grpc++_test_util
3703 - grpc_test_util
3704 - grpc++
3705 - grpc
3706 - grpc++_test_config
3707 platforms:
3708 - mac
3709 - linux
3710 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003711- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003712 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003713 build: test
3714 language: c++
3715 src:
3716 - test/cpp/end2end/hybrid_end2end_test.cc
3717 deps:
3718 - grpc++_test_util
3719 - grpc_test_util
3720 - grpc++
3721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003722 - gpr_test_util
3723 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724- name: interop_client
3725 build: test
3726 run: false
3727 language: c++
3728 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003729 deps:
3730 - interop_client_main
3731 - interop_client_helper
3732 - grpc++_test_util
3733 - grpc_test_util
3734 - grpc++
3735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003736 - gpr_test_util
3737 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003738 - grpc++_test_config
3739 platforms:
3740 - mac
3741 - linux
3742 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743- name: interop_server
3744 build: test
3745 run: false
3746 language: c++
3747 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003748 deps:
3749 - interop_server_main
3750 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003751 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003752 - grpc++_test_util
3753 - grpc_test_util
3754 - grpc++
3755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003756 - gpr_test_util
3757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003758 - grpc++_test_config
3759 platforms:
3760 - mac
3761 - linux
3762 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003763- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003764 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003765 build: test
3766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003767 src:
3768 - test/cpp/interop/interop_test.cc
3769 deps:
3770 - grpc_test_util
3771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003772 - gpr_test_util
3773 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003774 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003775 platforms:
3776 - mac
3777 - linux
3778 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003779- name: json_run_localhost
3780 build: test
3781 run: false
3782 language: c++
3783 src:
3784 - test/cpp/qps/json_run_localhost.cc
3785 deps:
3786 - grpc++_test_util
3787 - grpc_test_util
3788 - grpc++
3789 - grpc
3790 - gpr_test_util
3791 - gpr
3792 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003793 platforms:
3794 - mac
3795 - linux
3796 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003797- name: metrics_client
3798 build: test
3799 run: false
3800 language: c++
3801 headers:
3802 - test/cpp/util/metrics_server.h
3803 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003804 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003805 - test/cpp/interop/metrics_client.cc
3806 deps:
3807 - grpc++
3808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003809 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003810 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003811- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003812 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003813 build: test
3814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003815 src:
3816 - test/cpp/end2end/mock_test.cc
3817 deps:
3818 - grpc++_test_util
3819 - grpc_test_util
3820 - grpc++
3821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003822 - gpr_test_util
3823 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003824- name: noop-benchmark
3825 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003826 language: c++
3827 src:
3828 - test/cpp/microbenchmarks/noop-benchmark.cc
3829 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003830 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003831- name: proto_server_reflection_test
3832 gtest: true
3833 build: test
3834 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003835 src:
3836 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003837 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003838 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003839 - grpc++_reflection
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
3844 - gpr_test_util
3845 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003846- name: proto_utils_test
3847 gtest: true
3848 build: test
3849 language: c++
3850 src:
3851 - test/cpp/codegen/proto_utils_test.cc
3852 deps:
3853 - grpc++
3854 - grpc
3855 filegroups:
3856 - grpc++_codegen_base
3857 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858- name: qps_interarrival_test
3859 build: test
3860 run: false
3861 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003862 src:
3863 - test/cpp/qps/qps_interarrival_test.cc
3864 deps:
3865 - qps
3866 - grpc++_test_util
3867 - grpc_test_util
3868 - grpc++
3869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003870 - gpr_test_util
3871 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003872 platforms:
3873 - mac
3874 - linux
3875 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003876- name: qps_json_driver
3877 build: test
3878 run: false
3879 language: c++
3880 src:
3881 - test/cpp/qps/qps_json_driver.cc
3882 deps:
3883 - qps
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
3888 - gpr_test_util
3889 - gpr
3890 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003891- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003892 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893 build: test
3894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003895 src:
3896 - test/cpp/qps/qps_openloop_test.cc
3897 deps:
3898 - qps
3899 - grpc++_test_util
3900 - grpc_test_util
3901 - grpc++
3902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003903 - gpr_test_util
3904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003905 - grpc++_test_config
3906 platforms:
3907 - mac
3908 - linux
3909 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003910- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003911 build: test
3912 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003914 headers:
3915 - test/cpp/qps/client.h
3916 - test/cpp/qps/server.h
3917 src:
3918 - test/cpp/qps/worker.cc
3919 deps:
3920 - qps
3921 - grpc++_test_util
3922 - grpc_test_util
3923 - grpc++
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr_test_util
3926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003927 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: reconnect_interop_client
3929 build: test
3930 run: false
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003933 - src/proto/grpc/testing/empty.proto
3934 - src/proto/grpc/testing/messages.proto
3935 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003936 - test/cpp/interop/reconnect_interop_client.cc
3937 deps:
3938 - 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
Craig Tillerbf4b2242015-08-31 15:53:53 -07003945- name: reconnect_interop_server
3946 build: test
3947 run: false
3948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003949 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003950 - src/proto/grpc/testing/empty.proto
3951 - src/proto/grpc/testing/messages.proto
3952 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003953 - test/cpp/interop/reconnect_interop_server.cc
3954 deps:
3955 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003956 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003957 - grpc++_test_util
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003963 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003964- name: round_robin_end2end_test
3965 gtest: true
3966 build: test
3967 language: c++
3968 src:
3969 - test/cpp/end2end/round_robin_end2end_test.cc
3970 deps:
3971 - grpc++_test_util
3972 - grpc_test_util
3973 - grpc++
3974 - grpc
3975 - gpr_test_util
3976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003978 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979 build: test
3980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003981 src:
3982 - test/cpp/common/secure_auth_context_test.cc
3983 deps:
3984 - grpc++_test_util
3985 - grpc_test_util
3986 - grpc++
3987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003988 - gpr_test_util
3989 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003990- name: secure_sync_unary_ping_pong_test
3991 build: test
3992 language: c++
3993 src:
3994 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3995 deps:
3996 - qps
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004003 platforms:
4004 - mac
4005 - linux
4006 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004007- name: server_builder_plugin_test
4008 gtest: true
4009 build: test
4010 language: c++
4011 src:
4012 - test/cpp/end2end/server_builder_plugin_test.cc
4013 deps:
4014 - grpc++_test_util
4015 - grpc_test_util
4016 - grpc++
4017 - grpc
4018 - gpr_test_util
4019 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004020- name: server_builder_test
4021 gtest: true
4022 build: test
4023 language: c++
4024 src:
4025 - src/proto/grpc/testing/echo_messages.proto
4026 - src/proto/grpc/testing/echo.proto
4027 - test/cpp/server/server_builder_test.cc
4028 deps:
4029 - grpc++_test_util
4030 - grpc_test_util
4031 - gpr_test_util
4032 - grpc++
4033 - grpc
4034 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004035- name: server_context_test_spouse_test
4036 gtest: true
4037 build: test
4038 language: c++
4039 src:
4040 - test/cpp/test/server_context_test_spouse_test.cc
4041 deps:
4042 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004043 - grpc++
4044 - grpc
4045 - gpr_test_util
4046 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004047 uses:
4048 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004049- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004050 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004051 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052 build: test
4053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004054 src:
4055 - test/cpp/end2end/server_crash_test.cc
4056 deps:
4057 - grpc++_test_util
4058 - grpc_test_util
4059 - grpc++
4060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004061 - gpr_test_util
4062 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004063 platforms:
4064 - mac
4065 - linux
4066 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004067- name: server_crash_test_client
4068 build: test
4069 run: false
4070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004071 src:
4072 - test/cpp/end2end/server_crash_test_client.cc
4073 deps:
4074 - grpc++_test_util
4075 - grpc_test_util
4076 - grpc++
4077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004078 - gpr_test_util
4079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004080- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004081 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082 build: test
4083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004084 src:
4085 - test/cpp/end2end/shutdown_test.cc
4086 deps:
4087 - grpc++_test_util
4088 - grpc_test_util
4089 - grpc++
4090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004091 - gpr_test_util
4092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093- name: status_test
4094 build: test
4095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004096 src:
4097 - test/cpp/util/status_test.cc
4098 deps:
4099 - grpc_test_util
4100 - grpc++
4101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004102 - gpr_test_util
4103 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004104- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004105 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004106 build: test
4107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004108 src:
4109 - test/cpp/end2end/streaming_throughput_test.cc
4110 deps:
4111 - grpc++_test_util
4112 - grpc_test_util
4113 - grpc++
4114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004115 - gpr_test_util
4116 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004117 platforms:
4118 - mac
4119 - linux
4120 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004121- name: stress_test
4122 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004123 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004124 language: c++
4125 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004126 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004127 - test/cpp/interop/interop_client.h
4128 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004129 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004130 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004131 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004132 - src/proto/grpc/testing/empty.proto
4133 - src/proto/grpc/testing/messages.proto
4134 - src/proto/grpc/testing/metrics.proto
4135 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004136 - test/cpp/interop/interop_client.cc
4137 - test/cpp/interop/stress_interop_client.cc
4138 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004139 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004140 deps:
4141 - grpc++_test_util
4142 - grpc_test_util
4143 - grpc++
4144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004145 - gpr_test_util
4146 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004147 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004148- name: thread_manager_test
4149 build: test
4150 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004151 src:
4152 - test/cpp/thread_manager/thread_manager_test.cc
4153 deps:
4154 - grpc++
4155 - grpc
4156 - gpr
4157 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004158- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004159 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004160 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004161 build: test
4162 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004163 src:
4164 - test/cpp/end2end/thread_stress_test.cc
4165 deps:
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004170 - gpr_test_util
4171 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004172- name: writes_per_rpc_test
4173 gtest: true
4174 cpu_cost: 0.5
4175 build: test
4176 language: c++
4177 src:
4178 - test/cpp/performance/writes_per_rpc_test.cc
4179 deps:
4180 - grpc++_test_util
4181 - grpc_test_util
4182 - grpc++
4183 - grpc
4184 - gpr_test_util
4185 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004186 platforms:
4187 - mac
4188 - linux
4189 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004190- name: public_headers_must_be_c89
4191 build: test
4192 language: c89
4193 src:
4194 - test/core/surface/public_headers_must_be_c89.c
4195 deps:
4196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004198vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004199- linkage: static
4200 name: grpc.dependencies.zlib
4201 props: false
4202 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004203 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004204- linkage: static
4205 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004206 props: true
4207 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004208 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004209- name: gflags
4210 props: false
4211 redist: false
4212 version: 2.1.2.1
4213- name: gtest
4214 props: false
4215 redist: false
4216 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004217configs:
4218 asan:
4219 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004220 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4221 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004222 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004223 LD: clang
4224 LDFLAGS: -fsanitize=address
4225 LDXX: clang++
4226 compile_the_world: true
4227 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004228 ASAN_OPTIONS: detect_leaks=1:color=always
4229 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004230 asan-noleaks:
4231 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004232 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4233 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004234 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004235 LD: clang
4236 LDFLAGS: -fsanitize=address
4237 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004238 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004239 test_environ:
4240 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004241 asan-trace-cmp:
4242 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004243 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4244 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004245 CXX: clang++
4246 LD: clang
4247 LDFLAGS: -fsanitize=address
4248 LDXX: clang++
4249 compile_the_world: true
4250 test_environ:
4251 ASAN_OPTIONS: detect_leaks=1:color=always
4252 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004253 basicprof:
4254 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4255 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004256 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004257 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004258 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004259 dbg:
4260 CPPFLAGS: -O0
4261 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004262 gcov:
4263 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004264 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004265 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004266 DEFINES: _DEBUG DEBUG GPR_GCOV
4267 LD: gcc
4268 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4269 LDXX: g++
4270 helgrind:
4271 CPPFLAGS: -O0
4272 DEFINES: _DEBUG DEBUG
4273 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004274 valgrind: --tool=helgrind
4275 memcheck:
4276 CPPFLAGS: -O0
4277 DEFINES: _DEBUG DEBUG
4278 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004279 valgrind: --tool=memcheck --leak-check=full
4280 msan:
4281 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004282 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4283 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4284 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004285 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004286 DEFINES: NDEBUG
4287 LD: clang
4288 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4289 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4290 LDXX: clang++
4291 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004292 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004293 CPPFLAGS: -O3 -fno-omit-frame-pointer
4294 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004295 LDFLAGS: -rdynamic
4296 opt:
4297 CPPFLAGS: -O2
4298 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004299 stapprof:
4300 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4301 DEFINES: NDEBUG
4302 tsan:
4303 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004304 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004305 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004306 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004307 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004308 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004309 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004310 LDXX: clang++
4311 compile_the_world: true
4312 test_environ:
4313 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004314 ubsan:
4315 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004316 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4317 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004318 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004319 DEFINES: NDEBUG
4320 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004321 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004322 LDXX: clang++
4323 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004324 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004325 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004326defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004327 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004328 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004329 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4330 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004331 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004332 benchmark:
4333 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004334 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004335 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004336 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004337 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004338 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004339 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004340 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004341 LDFLAGS: -g
4342 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004343 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004344 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004345node_modules:
4346- deps:
4347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004348 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004349 - boringssl
4350 - z
murgatroid9994a75412015-11-19 14:04:53 -08004351 headers:
4352 - src/node/ext/byte_buffer.h
4353 - src/node/ext/call.h
4354 - src/node/ext/call_credentials.h
4355 - src/node/ext/channel.h
4356 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004357 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004358 - src/node/ext/server.h
4359 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004360 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004361 - src/node/ext/timeval.h
4362 js:
4363 - src/node/index.js
4364 - src/node/src/client.js
4365 - src/node/src/common.js
4366 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004367 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004368 - src/node/src/metadata.js
4369 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004370 name: grpc_node
4371 src:
4372 - src/node/ext/byte_buffer.cc
4373 - src/node/ext/call.cc
4374 - src/node/ext/call_credentials.cc
4375 - src/node/ext/channel.cc
4376 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004377 - src/node/ext/completion_queue_threadpool.cc
4378 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004379 - src/node/ext/node_grpc.cc
4380 - src/node/ext/server.cc
4381 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004382 - src/node/ext/server_generic.cc
4383 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004384 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004385 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004386openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004387 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004388 extraction_dir: openssl-1.0.2f
4389 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004390php_config_m4:
4391 deps:
4392 - grpc
4393 - gpr
4394 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004395 headers:
4396 - src/php/ext/grpc/byte_buffer.h
4397 - src/php/ext/grpc/call.h
4398 - src/php/ext/grpc/call_credentials.h
4399 - src/php/ext/grpc/channel.h
4400 - src/php/ext/grpc/channel_credentials.h
4401 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004402 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004403 - src/php/ext/grpc/php_grpc.h
4404 - src/php/ext/grpc/server.h
4405 - src/php/ext/grpc/server_credentials.h
4406 - src/php/ext/grpc/timeval.h
4407 src:
4408 - src/php/ext/grpc/byte_buffer.c
4409 - src/php/ext/grpc/call.c
4410 - src/php/ext/grpc/call_credentials.c
4411 - src/php/ext/grpc/channel.c
4412 - src/php/ext/grpc/channel_credentials.c
4413 - src/php/ext/grpc/completion_queue.c
4414 - src/php/ext/grpc/php_grpc.c
4415 - src/php/ext/grpc/server.c
4416 - src/php/ext/grpc/server_credentials.c
4417 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004418python_dependencies:
4419 deps:
4420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004421 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004422 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004423 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004424 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004425ruby_gem:
4426 deps:
4427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004428 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004429 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004431 - z