blob: d76173e5fc88f61600ecb36ff6a65a801507a84c [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
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/compress_filter.h
180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700182 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700183 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800184 - src/core/lib/channel/handshaker_factory.h
185 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/http_client_filter.h
187 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700188 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/compression/algorithm_metadata.h
190 - src/core/lib/compression/message_compress.h
191 - src/core/lib/debug/trace.h
192 - src/core/lib/http/format_request.h
193 - src/core/lib/http/httpcli.h
194 - src/core/lib/http/parser.h
195 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700196 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/endpoint.h
198 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700199 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800200 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700201 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700202 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700203 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/exec_ctx.h
205 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/iocp_windows.h
207 - src/core/lib/iomgr/iomgr.h
208 - src/core/lib/iomgr/iomgr_internal.h
209 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700210 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700211 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700212 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700216 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700218 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700220 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/sockaddr.h
222 - src/core/lib/iomgr/sockaddr_posix.h
223 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700224 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500225 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700226 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700227 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/socket_utils_posix.h
229 - src/core/lib/iomgr/socket_windows.h
230 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700231 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_posix.h
233 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700234 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/tcp_windows.h
237 - src/core/lib/iomgr/time_averaged_stats.h
238 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/udp_server.h
243 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700244 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/wakeup_fd_pipe.h
246 - src/core/lib/iomgr/wakeup_fd_posix.h
247 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700248 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/iomgr/workqueue_windows.h
250 - src/core/lib/json/json.h
251 - src/core/lib/json/json_common.h
252 - src/core/lib/json/json_reader.h
253 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700254 - src/core/lib/slice/b64.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
Craig Tiller29b527f2017-03-30 10:27:20 -0700372 - src/core/lib/slice/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:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700417 - src/core/ext/filters/client_channel/client_channel.h
418 - src/core/ext/filters/client_channel/client_channel_factory.h
419 - src/core/ext/filters/client_channel/connector.h
420 - src/core/ext/filters/client_channel/http_connect_handshaker.h
421 - src/core/ext/filters/client_channel/http_proxy.h
422 - src/core/ext/filters/client_channel/lb_policy.h
423 - src/core/ext/filters/client_channel/lb_policy_factory.h
424 - src/core/ext/filters/client_channel/lb_policy_registry.h
425 - src/core/ext/filters/client_channel/parse_address.h
426 - src/core/ext/filters/client_channel/proxy_mapper.h
427 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
428 - src/core/ext/filters/client_channel/resolver.h
429 - src/core/ext/filters/client_channel/resolver_factory.h
430 - src/core/ext/filters/client_channel/resolver_registry.h
431 - src/core/ext/filters/client_channel/retry_throttle.h
432 - src/core/ext/filters/client_channel/subchannel.h
433 - src/core/ext/filters/client_channel/subchannel_index.h
434 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700435 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700436 - src/core/ext/filters/client_channel/channel_connectivity.c
437 - src/core/ext/filters/client_channel/client_channel.c
438 - src/core/ext/filters/client_channel/client_channel_factory.c
439 - src/core/ext/filters/client_channel/client_channel_plugin.c
440 - src/core/ext/filters/client_channel/connector.c
441 - src/core/ext/filters/client_channel/http_connect_handshaker.c
442 - src/core/ext/filters/client_channel/http_proxy.c
443 - src/core/ext/filters/client_channel/lb_policy.c
444 - src/core/ext/filters/client_channel/lb_policy_factory.c
445 - src/core/ext/filters/client_channel/lb_policy_registry.c
446 - src/core/ext/filters/client_channel/parse_address.c
447 - src/core/ext/filters/client_channel/proxy_mapper.c
448 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
449 - src/core/ext/filters/client_channel/resolver.c
450 - src/core/ext/filters/client_channel/resolver_factory.c
451 - src/core/ext/filters/client_channel/resolver_registry.c
452 - src/core/ext/filters/client_channel/retry_throttle.c
453 - src/core/ext/filters/client_channel/subchannel.c
454 - src/core/ext/filters/client_channel/subchannel_index.c
455 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 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
Craig Tiller28351612017-03-30 10:48:34 -0700467 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700469 uses:
470 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700471- name: grpc_lb_policy_grpclb
472 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700473 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
474 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
475 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
476 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700477 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700478 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
479 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
480 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
481 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800482 plugin: grpc_lb_policy_grpclb
483 uses:
484 - grpc_base
485 - grpc_client_channel
486 - nanopb
487- name: grpc_lb_policy_grpclb_secure
488 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700489 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
490 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
491 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800493 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700494 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
495 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
496 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700498 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700499 uses:
500 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700501 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700502 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700503 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700504- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700505 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700506 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700507 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700508 uses:
509 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700510 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700511- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700512 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700513 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700514 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700515 uses:
516 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700517 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700518- name: grpc_load_reporting
519 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700520 - src/core/ext/filters/load_reporting/load_reporting.h
521 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700522 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700523 - src/core/ext/filters/load_reporting/load_reporting.c
524 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700525 plugin: grpc_load_reporting_plugin
526 uses:
527 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700528- name: grpc_max_age_filter
529 headers:
530 - src/core/ext/filters/max_age/max_age_filter.h
531 src:
532 - src/core/ext/filters/max_age/max_age_filter.c
533 plugin: grpc_max_age_filter
534 uses:
535 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700536- name: grpc_resolver_dns_ares
537 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
539 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700540 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
542 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
543 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700544 plugin: grpc_resolver_dns_ares
545 uses:
546 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700547 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700548- name: grpc_resolver_dns_native
549 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700550 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700551 plugin: grpc_resolver_dns_native
552 uses:
553 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700554 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700555- name: grpc_resolver_sockaddr
556 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700558 plugin: grpc_resolver_sockaddr
559 uses:
560 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700561 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100562- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700563 public_headers:
564 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100565 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700566 - src/core/lib/security/context/security_context.h
567 - src/core/lib/security/credentials/composite/composite_credentials.h
568 - src/core/lib/security/credentials/credentials.h
569 - src/core/lib/security/credentials/fake/fake_credentials.h
570 - src/core/lib/security/credentials/google_default/google_default_credentials.h
571 - src/core/lib/security/credentials/iam/iam_credentials.h
572 - src/core/lib/security/credentials/jwt/json_token.h
573 - src/core/lib/security/credentials/jwt/jwt_credentials.h
574 - src/core/lib/security/credentials/jwt/jwt_verifier.h
575 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
576 - src/core/lib/security/credentials/plugin/plugin_credentials.h
577 - src/core/lib/security/credentials/ssl/ssl_credentials.h
578 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800579 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700580 - src/core/lib/security/transport/secure_endpoint.h
581 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800582 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700583 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700584 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100585 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700586 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700587 - src/core/lib/security/context/security_context.c
588 - src/core/lib/security/credentials/composite/composite_credentials.c
589 - src/core/lib/security/credentials/credentials.c
590 - src/core/lib/security/credentials/credentials_metadata.c
591 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700592 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700593 - src/core/lib/security/credentials/google_default/google_default_credentials.c
594 - src/core/lib/security/credentials/iam/iam_credentials.c
595 - src/core/lib/security/credentials/jwt/json_token.c
596 - src/core/lib/security/credentials/jwt/jwt_credentials.c
597 - src/core/lib/security/credentials/jwt/jwt_verifier.c
598 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
599 - src/core/lib/security/credentials/plugin/plugin_credentials.c
600 - src/core/lib/security/credentials/ssl/ssl_credentials.c
601 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800602 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700603 - src/core/lib/security/transport/secure_endpoint.c
604 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800605 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700606 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700607 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700608 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700609 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700610 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700611 uses:
612 - grpc_base
613 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700614 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700615- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700617 headers:
618 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700619 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800620 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700621 - test/core/end2end/fixtures/proxy.h
622 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800623 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700624 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200625 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700626 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700627 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700628 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700629 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700630 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700631 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800632 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700633 src:
634 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700635 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800636 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700637 - test/core/end2end/fixtures/proxy.c
638 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800639 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700640 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200641 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700642 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700643 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700644 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800645 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700646 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800648 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700649 deps:
650 - grpc
651 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700652- name: grpc_transport_chttp2
653 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700654 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700655 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700656 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
657 - src/core/ext/transport/chttp2/transport/frame.h
658 - src/core/ext/transport/chttp2/transport/frame_data.h
659 - src/core/ext/transport/chttp2/transport/frame_goaway.h
660 - src/core/ext/transport/chttp2/transport/frame_ping.h
661 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
662 - src/core/ext/transport/chttp2/transport/frame_settings.h
663 - src/core/ext/transport/chttp2/transport/frame_window_update.h
664 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
665 - src/core/ext/transport/chttp2/transport/hpack_parser.h
666 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700667 - src/core/ext/transport/chttp2/transport/huffsyms.h
668 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
669 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700670 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700671 - src/core/ext/transport/chttp2/transport/varint.h
672 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700673 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700674 - src/core/ext/transport/chttp2/transport/bin_encoder.c
675 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700676 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
677 - src/core/ext/transport/chttp2/transport/frame_data.c
678 - src/core/ext/transport/chttp2/transport/frame_goaway.c
679 - src/core/ext/transport/chttp2/transport/frame_ping.c
680 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
681 - src/core/ext/transport/chttp2/transport/frame_settings.c
682 - src/core/ext/transport/chttp2/transport/frame_window_update.c
683 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
684 - src/core/ext/transport/chttp2/transport/hpack_parser.c
685 - src/core/ext/transport/chttp2/transport/hpack_table.c
686 - src/core/ext/transport/chttp2/transport/huffsyms.c
687 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
688 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700689 - src/core/ext/transport/chttp2/transport/stream_lists.c
690 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700691 - src/core/ext/transport/chttp2/transport/varint.c
692 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700693 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700694 uses:
695 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700696 - grpc_transport_chttp2_alpn
697- name: grpc_transport_chttp2_alpn
698 headers:
699 - src/core/ext/transport/chttp2/alpn/alpn.h
700 src:
701 - src/core/ext/transport/chttp2/alpn/alpn.c
702 deps:
703 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800704- name: grpc_transport_chttp2_client_connector
705 headers:
706 - src/core/ext/transport/chttp2/client/chttp2_connector.h
707 src:
708 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800709 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800710 - grpc_transport_chttp2
711 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700712 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700713- name: grpc_transport_chttp2_client_insecure
714 src:
715 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700716 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700717 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800718 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 - grpc_transport_chttp2
720 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700721 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700722- name: grpc_transport_chttp2_client_secure
723 src:
724 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700725 uses:
726 - grpc_transport_chttp2
727 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700728 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700729 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800730 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800731- name: grpc_transport_chttp2_server
732 headers:
733 - src/core/ext/transport/chttp2/server/chttp2_server.h
734 src:
735 - src/core/ext/transport/chttp2/server/chttp2_server.c
736 uses:
737 - grpc_transport_chttp2
738 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700739- name: grpc_transport_chttp2_server_insecure
740 src:
741 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700742 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700743 uses:
744 - grpc_transport_chttp2
745 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800746 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700747- name: grpc_transport_chttp2_server_secure
748 src:
749 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700750 uses:
751 - grpc_transport_chttp2
752 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700753 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800754 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700755- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700756 public_headers:
757 - include/grpc/grpc_cronet.h
758 - include/grpc/grpc_security.h
759 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700760 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800761 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800762 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700763 src:
764 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
765 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
766 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700767 filegroups:
768 - grpc_base
769 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800770- name: nanopb
771 headers:
772 - third_party/nanopb/pb.h
773 - third_party/nanopb/pb_common.h
774 - third_party/nanopb/pb_decode.h
775 - third_party/nanopb/pb_encode.h
776 src:
777 - third_party/nanopb/pb_common.c
778 - third_party/nanopb/pb_decode.c
779 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780- name: tsi
781 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700782 - src/core/tsi/fake_transport_security.h
783 - src/core/tsi/ssl_transport_security.h
784 - src/core/tsi/ssl_types.h
785 - src/core/tsi/transport_security.h
786 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700788 - src/core/tsi/fake_transport_security.c
789 - src/core/tsi/ssl_transport_security.c
790 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 deps:
792 - gpr
793 secure: true
794- name: grpc++_base
795 language: c++
796 public_headers:
797 - include/grpc++/alarm.h
798 - include/grpc++/channel.h
799 - include/grpc++/client_context.h
800 - include/grpc++/completion_queue.h
801 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700802 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800803 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - include/grpc++/generic/async_generic_service.h
805 - include/grpc++/generic/generic_stub.h
806 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800807 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700808 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800809 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700811 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - include/grpc++/impl/grpc_library.h
813 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/rpc_method.h
815 - include/grpc++/impl/rpc_service_method.h
816 - include/grpc++/impl/serialization_traits.h
817 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700818 - include/grpc++/impl/server_builder_plugin.h
819 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700821 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - include/grpc++/security/auth_context.h
823 - include/grpc++/security/auth_metadata_processor.h
824 - include/grpc++/security/credentials.h
825 - include/grpc++/security/server_credentials.h
826 - include/grpc++/server.h
827 - include/grpc++/server_builder.h
828 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700829 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/support/async_stream.h
831 - include/grpc++/support/async_unary_call.h
832 - include/grpc++/support/byte_buffer.h
833 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700834 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - include/grpc++/support/slice.h
836 - include/grpc++/support/status.h
837 - include/grpc++/support/status_code_enum.h
838 - include/grpc++/support/string_ref.h
839 - include/grpc++/support/stub_options.h
840 - include/grpc++/support/sync_stream.h
841 - include/grpc++/support/time.h
842 headers:
843 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700844 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800846 - src/cpp/server/health/default_health_check_service.h
847 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700848 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700849 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/client/client_context.cc
853 - src/cpp/client/create_channel.cc
854 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700855 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700856 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700859 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700860 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700862 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700864 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800866 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/server/create_default_thread_pool.cc
868 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800869 - src/cpp/server/health/default_health_check_service.cc
870 - src/cpp/server/health/health.pb.c
871 - src/cpp/server/health/health_check_service.cc
872 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700874 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/cpp/server/server_context.cc
876 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700877 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700878 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700879 - src/cpp/util/byte_buffer_cc.cc
880 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - src/cpp/util/status.cc
882 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700883 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 uses:
yang-g17487f92016-06-03 15:21:15 -0700885 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700886 - grpc_base
887 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700888- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 language: c++
890 public_headers:
891 - include/grpc++/impl/codegen/async_stream.h
892 - include/grpc++/impl/codegen/async_unary_call.h
893 - include/grpc++/impl/codegen/call.h
894 - include/grpc++/impl/codegen/call_hook.h
895 - include/grpc++/impl/codegen/channel_interface.h
896 - include/grpc++/impl/codegen/client_context.h
897 - include/grpc++/impl/codegen/client_unary_call.h
898 - include/grpc++/impl/codegen/completion_queue.h
899 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700900 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 - include/grpc++/impl/codegen/core_codegen_interface.h
902 - include/grpc++/impl/codegen/create_auth_context.h
903 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800904 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/rpc_method.h
907 - include/grpc++/impl/codegen/rpc_service_method.h
908 - include/grpc++/impl/codegen/security/auth_context.h
909 - include/grpc++/impl/codegen/serialization_traits.h
910 - include/grpc++/impl/codegen/server_context.h
911 - include/grpc++/impl/codegen/server_interface.h
912 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800913 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 - include/grpc++/impl/codegen/status.h
915 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700916 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700917 - include/grpc++/impl/codegen/string_ref.h
918 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 - include/grpc++/impl/codegen/sync_stream.h
920 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 uses:
922 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700923- name: grpc++_codegen_base_src
924 language: c++
925 src:
926 - src/cpp/codegen/codegen_init.cc
927 uses:
928 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700929- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930 language: c++
931 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700932 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 uses:
yang-g17487f92016-06-03 15:21:15 -0700934 - grpc++_codegen_base
935 - grpc++_config_proto
936- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 language: c++
938 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700940- name: grpc++_reflection_proto
941 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700942 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700943 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800944- name: grpc++_test
945 language: c++
946 public_headers:
947 - include/grpc++/test/server_context_test_spouse.h
948 deps:
949 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700950- name: thrift_util
951 language: c++
952 public_headers:
953 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700954 - include/grpc++/impl/codegen/thrift_utils.h
955 uses:
956 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100957libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800958- name: gpr
959 build: all
960 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800961 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700962 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 secure: false
964 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
965- name: gpr_test_util
966 build: private
967 language: c
968 headers:
969 - test/core/util/test_config.h
970 src:
971 - test/core/util/test_config.c
972 deps:
973 - gpr
974 secure: false
975 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976- name: grpc
977 build: all
978 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700979 src:
980 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800982 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700984 filegroups:
985 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700986 - grpc_transport_chttp2_server_secure
987 - grpc_transport_chttp2_client_secure
988 - grpc_transport_chttp2_server_insecure
989 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800990 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700991 - grpc_lb_policy_pick_first
992 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700993 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700994 - grpc_resolver_dns_native
995 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700996 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700998 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -0700999 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001000 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001002 vs_packages:
1003 - grpc.dependencies.openssl
1004 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001006- name: grpc_cronet
1007 build: all
1008 language: c
1009 src:
1010 - src/core/lib/surface/init.c
1011 baselib: true
1012 deps_linkage: static
1013 dll: true
1014 filegroups:
1015 - grpc_base
1016 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001017 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001018 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001019 generate_plugin_registry: true
1020 platforms:
1021 - linux
1022 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001023- name: grpc_dll
1024 build: private
1025 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001026 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001027 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001028 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001029 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001030 build_system:
1031 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001032 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001033 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001034 vs_config_type: DynamicLibrary
1035 vs_packages:
1036 - grpc.dependencies.openssl
1037 - grpc.dependencies.zlib
1038 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1039 vs_props:
1040 - zlib
1041 - openssl
1042 - winsock
1043 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044- name: grpc_test_util
1045 build: private
1046 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001047 headers:
1048 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001049 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001050 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001051 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001052 - test/core/end2end/data/server1_cert.c
1053 - test/core/end2end/data/server1_key.c
1054 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001055 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001056 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001057 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001058 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001059 - grpc
1060 filegroups:
1061 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001062 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1064- name: grpc_test_util_unsecure
1065 build: private
1066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001067 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001068 - gpr
1069 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001070 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001071 filegroups:
1072 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073 secure: false
1074 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1075- name: grpc_unsecure
1076 build: all
1077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001078 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001080 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001082 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001084 filegroups:
1085 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001086 - grpc_transport_chttp2_server_insecure
1087 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001088 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001089 - grpc_resolver_dns_native
1090 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001091 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001092 - grpc_lb_policy_grpclb
1093 - grpc_lb_policy_pick_first
1094 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001095 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001096 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001097 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001098 secure: false
1099 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: reconnect_server
1101 build: private
1102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001103 headers:
1104 - test/core/util/reconnect_server.h
1105 src:
1106 - test/core/util/reconnect_server.c
1107 deps:
yang-gc9fca182015-11-06 16:41:33 -08001108 - test_tcp_server
1109 - grpc_test_util
1110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 - gpr_test_util
1112 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001113- name: test_tcp_server
1114 build: private
1115 language: c
1116 headers:
1117 - test/core/util/test_tcp_server.h
1118 src:
1119 - test/core/util/test_tcp_server.c
1120 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001121 - grpc_test_util
1122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001123 - gpr_test_util
1124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125- name: grpc++
1126 build: all
1127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001128 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001129 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001130 - src/cpp/client/secure_credentials.h
1131 - src/cpp/common/secure_auth_context.h
1132 - src/cpp/server/secure_server_credentials.h
1133 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001134 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001135 - src/cpp/client/secure_credentials.cc
1136 - src/cpp/common/auth_property_iterator.cc
1137 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001138 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001139 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001140 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 - src/cpp/server/secure_server_credentials.cc
1142 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001143 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 baselib: true
1145 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001146 filegroups:
1147 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001148 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001149 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001150 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151 secure: check
1152 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001153- name: grpc++_cronet
1154 build: all
1155 language: c++
1156 src:
1157 - src/cpp/client/cronet_credentials.cc
1158 - src/cpp/client/insecure_credentials.cc
1159 - src/cpp/common/insecure_create_auth_context.cc
1160 - src/cpp/server/insecure_server_credentials.cc
1161 deps:
1162 - gpr
1163 - grpc_cronet
1164 baselib: true
1165 dll: true
1166 filegroups:
1167 - grpc++_base
1168 - grpc++_codegen_base
1169 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001170 - grpc_transport_chttp2_client_insecure
1171 - grpc_transport_chttp2_server_insecure
1172 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001173 platforms:
1174 - linux
1175 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001176- name: grpc++_proto_reflection_desc_db
1177 build: private
1178 language: c++
1179 headers:
1180 - test/cpp/util/proto_reflection_descriptor_database.h
1181 src:
1182 - test/cpp/util/proto_reflection_descriptor_database.cc
1183 deps:
1184 - grpc++
1185 filegroups:
1186 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001187 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001188- name: grpc++_reflection
1189 build: all
1190 language: c++
1191 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001192 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001193 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001194 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001195 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001196 - src/cpp/ext/proto_server_reflection.cc
1197 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001198 deps:
1199 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001200 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001201 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: grpc++_test_config
1203 build: private
1204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001205 headers:
1206 - test/cpp/util/test_config.h
1207 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001208 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: grpc++_test_util
1210 build: private
1211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001212 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001213 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001214 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001215 - test/cpp/util/create_test_channel.h
1216 - test/cpp/util/string_ref_helper.h
1217 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001218 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
yang-gc8a49d22016-12-12 11:18:49 -08001220 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001221 - src/proto/grpc/testing/echo_messages.proto
1222 - src/proto/grpc/testing/echo.proto
1223 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001224 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001225 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001226 - test/cpp/util/create_test_channel.cc
1227 - test/cpp/util/string_ref_helper.cc
1228 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001229 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001230 deps:
1231 - grpc++
1232 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001233 filegroups:
1234 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001235 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001236 - grpc++_codegen_proto
1237 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001238 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: grpc++_unsecure
1240 build: all
1241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001242 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001243 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001244 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001245 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001246 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001248 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 baselib: true
1250 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001251 filegroups:
1252 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001253 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001254 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 secure: false
1256 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001257- name: grpc_benchmark
1258 build: test
1259 language: c++
1260 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001261 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1262 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001263 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001264 src:
1265 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001266 deps:
1267 - benchmark
1268 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001269 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001270 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001271 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001272- name: grpc_cli_libs
1273 build: private
1274 language: c++
1275 headers:
1276 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001277 - test/cpp/util/cli_credentials.h
1278 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001279 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001280 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001281 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001282 src:
1283 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001284 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001285 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001286 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001287 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001288 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001289 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001290 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001291 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001292 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001293 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294- name: grpc_plugin_support
1295 build: protoc
1296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001297 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001298 - src/compiler/config.h
1299 - src/compiler/cpp_generator.h
1300 - src/compiler/cpp_generator_helpers.h
1301 - src/compiler/csharp_generator.h
1302 - src/compiler/csharp_generator_helpers.h
1303 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001304 - src/compiler/node_generator.h
1305 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001306 - src/compiler/objective_c_generator.h
1307 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001308 - src/compiler/php_generator.h
1309 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301310 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001311 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301312 - src/compiler/python_generator_helpers.h
1313 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/compiler/ruby_generator.h
1315 - src/compiler/ruby_generator_helpers-inl.h
1316 - src/compiler/ruby_generator_map-inl.h
1317 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301318 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - src/compiler/cpp_generator.cc
1321 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001322 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001323 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001324 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/compiler/python_generator.cc
1326 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001327 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001328 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 secure: false
1330 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001331 vs_props:
1332 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001333- name: http2_client_main
1334 build: private
1335 language: c++
1336 headers:
1337 - test/cpp/interop/http2_client.h
1338 src:
1339 - src/proto/grpc/testing/empty.proto
1340 - src/proto/grpc/testing/messages.proto
1341 - src/proto/grpc/testing/test.proto
1342 - test/cpp/interop/http2_client.cc
1343 deps:
1344 - grpc++_test_util
1345 - grpc_test_util
1346 - grpc++
1347 - grpc
1348 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349- name: interop_client_helper
1350 build: private
1351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001352 headers:
1353 - test/cpp/interop/client_helper.h
1354 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001355 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001356 - test/cpp/interop/client_helper.cc
1357 deps:
1358 - grpc++_test_util
1359 - grpc_test_util
1360 - grpc++
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363- name: interop_client_main
1364 build: private
1365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001366 headers:
1367 - test/cpp/interop/interop_client.h
1368 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001369 - src/proto/grpc/testing/empty.proto
1370 - src/proto/grpc/testing/messages.proto
1371 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001372 - test/cpp/interop/client.cc
1373 - test/cpp/interop/interop_client.cc
1374 deps:
1375 - interop_client_helper
1376 - grpc++_test_util
1377 - grpc_test_util
1378 - grpc++
1379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001380 - gpr_test_util
1381 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001382 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: interop_server_helper
1384 build: private
1385 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001386 headers:
1387 - test/cpp/interop/server_helper.h
1388 src:
1389 - test/cpp/interop/server_helper.cc
1390 deps:
yang-gcc591022017-01-11 11:10:43 -08001391 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001392 - grpc_test_util
1393 - grpc++
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001396- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001397 build: private
1398 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001400 - src/proto/grpc/testing/empty.proto
1401 - src/proto/grpc/testing/messages.proto
1402 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001403 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001404 deps:
1405 - interop_server_helper
1406 - grpc++_test_util
1407 - grpc_test_util
1408 - grpc++
1409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001410 - gpr_test_util
1411 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001412 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001413- name: interop_server_main
1414 build: private
1415 language: c++
1416 src:
1417 - test/cpp/interop/interop_server_bootstrap.cc
1418 deps:
1419 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: qps
1421 build: private
1422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001423 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001424 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 - test/cpp/qps/client.h
1426 - test/cpp/qps/driver.h
1427 - test/cpp/qps/histogram.h
1428 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001429 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001430 - test/cpp/qps/qps_worker.h
1431 - test/cpp/qps/report.h
1432 - test/cpp/qps/server.h
1433 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001434 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001436 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001437 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001438 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001439 - src/proto/grpc/testing/control.proto
1440 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001441 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001442 - test/cpp/qps/client_async.cc
1443 - test/cpp/qps/client_sync.cc
1444 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001445 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001446 - test/cpp/qps/qps_worker.cc
1447 - test/cpp/qps/report.cc
1448 - test/cpp/qps/server_async.cc
1449 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001450 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001451 deps:
1452 - grpc_test_util
1453 - grpc++_test_util
1454 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: grpc_csharp_ext
1456 build: all
1457 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
1459 - src/csharp/ext/grpc_csharp_ext.c
1460 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001463 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001464 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465 dll: only
1466 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001467 vs_packages:
1468 - grpc.dependencies.openssl
1469 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001471 vs_props:
1472 - zlib
1473 - openssl
1474 - winsock
1475 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001477- name: alarm_test
1478 build: test
1479 language: c
1480 src:
1481 - test/core/surface/alarm_test.c
1482 deps:
1483 - grpc_test_util
1484 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001485 - gpr_test_util
1486 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001487- name: algorithm_test
1488 build: test
1489 language: c
1490 src:
1491 - test/core/compression/algorithm_test.c
1492 deps:
1493 - grpc_test_util
1494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001495 - gpr_test_util
1496 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001497- name: alloc_test
1498 build: test
1499 language: c
1500 src:
1501 - test/core/support/alloc_test.c
1502 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: alpn_test
1506 build: test
1507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - test/core/transport/chttp2/alpn_test.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001515- name: api_fuzzer
1516 build: fuzzer
1517 language: c
1518 src:
1519 - test/core/end2end/fuzzers/api_fuzzer.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
1523 - gpr_test_util
1524 - gpr
1525 corpus_dirs:
1526 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001527 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001528 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001529- name: arena_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/support/arena_test.c
1534 deps:
1535 - gpr_test_util
1536 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001537- name: bad_server_response_test
1538 build: test
1539 language: c
1540 src:
1541 - test/core/end2end/bad_server_response_test.c
1542 deps:
1543 - test_tcp_server
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001548 exclude_iomgrs:
1549 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001550- name: bdp_estimator_test
1551 build: test
1552 language: c
1553 src:
1554 - test/core/transport/bdp_estimator_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
1558 - gpr_test_util
1559 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001560- name: bin_decoder_test
1561 build: test
1562 language: c
1563 src:
1564 - test/core/transport/chttp2/bin_decoder_test.c
1565 deps:
1566 - grpc_test_util
1567 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: bin_encoder_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/transport/chttp2/bin_encoder_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001576- name: census_context_test
1577 build: test
1578 language: c
1579 src:
1580 - test/core/census/context_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001586- name: census_resource_test
1587 build: test
1588 language: c
1589 src:
1590 - test/core/census/resource_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
1594 - gpr_test_util
1595 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001596- name: census_trace_context_test
1597 build: test
1598 language: c
1599 src:
1600 - test/core/census/trace_context_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
1604 - gpr_test_util
1605 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001606- name: channel_create_test
1607 build: test
1608 language: c
1609 src:
1610 - test/core/surface/channel_create_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001616- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617 build: test
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001620 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: chttp2_stream_map_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/transport/chttp2/stream_map_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001636- name: chttp2_varint_test
1637 build: test
1638 language: c
1639 src:
1640 - test/core/transport/chttp2/varint_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001646- name: client_fuzzer
1647 build: fuzzer
1648 language: c
1649 src:
1650 - test/core/end2end/fuzzers/client_fuzzer.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
1654 - gpr_test_util
1655 - gpr
1656 corpus_dirs:
1657 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001658 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001659 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001660- name: combiner_test
1661 cpu_cost: 30
1662 build: test
1663 language: c
1664 src:
1665 - test/core/iomgr/combiner_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
1669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: compression_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/compression/compression_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001681- name: concurrent_connectivity_test
1682 build: test
1683 language: c
1684 src:
1685 - test/core/surface/concurrent_connectivity_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
1689 - gpr_test_util
1690 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001691 exclude_iomgrs:
1692 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001693- name: connection_refused_test
1694 cpu_cost: 0.1
1695 build: test
1696 language: c
1697 src:
1698 - test/core/end2end/connection_refused_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
1702 - gpr_test_util
1703 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001704- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001705 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001706 build: test
1707 language: c
1708 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001709 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001710 deps:
1711 - grpc_test_util
1712 - grpc
1713 - gpr_test_util
1714 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001715 exclude_iomgrs:
1716 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001717- name: dns_resolver_test
1718 build: test
1719 language: c
1720 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001721 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001728 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729 build: test
1730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001731 src:
1732 - test/core/end2end/dualstack_socket_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001738 exclude_iomgrs:
1739 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001740 platforms:
1741 - mac
1742 - linux
1743 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001744- name: endpoint_pair_test
1745 build: test
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - test/core/iomgr/endpoint_pair_test.c
1749 deps:
1750 - grpc_test_util
1751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001752 - gpr_test_util
1753 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001754 exclude_iomgrs:
1755 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001756- name: error_test
1757 cpu_cost: 30
1758 build: test
1759 language: c
1760 src:
1761 - test/core/iomgr/error_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
1765 - gpr_test_util
1766 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001767- name: ev_epoll_linux_test
1768 build: test
1769 language: c
1770 src:
1771 - test/core/iomgr/ev_epoll_linux_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
1775 - gpr_test_util
1776 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001777 exclude_iomgrs:
1778 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001779 platforms:
1780 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781- name: fd_conservation_posix_test
1782 build: test
1783 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001784 src:
1785 - test/core/iomgr/fd_conservation_posix_test.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001791 exclude_iomgrs:
1792 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001793 platforms:
1794 - mac
1795 - linux
1796 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: fd_posix_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/iomgr/fd_posix_test.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001807 exclude_iomgrs:
1808 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001809 platforms:
1810 - mac
1811 - linux
1812 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: fling_client
1814 build: test
1815 run: false
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/fling/client.c
1819 deps:
1820 - grpc_test_util
1821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: fling_server
1825 build: test
1826 run: false
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - test/core/fling/server.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001836 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/fling/fling_stream_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001846 platforms:
1847 - mac
1848 - linux
1849 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001851 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/fling/fling_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001861 platforms:
1862 - mac
1863 - linux
1864 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: gen_hpack_tables
1866 build: tool
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - tools/codegen/core/gen_hpack_tables.c
1870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001872 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: gen_legal_metadata_characters
1874 build: tool
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001879- name: gen_percent_encoding_tables
1880 build: tool
1881 language: c
1882 src:
1883 - tools/codegen/core/gen_percent_encoding_tables.c
1884 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001885- name: goaway_server_test
1886 cpu_cost: 0.1
1887 build: test
1888 language: c
1889 src:
1890 - test/core/end2end/goaway_server_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
1894 - gpr_test_util
1895 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001896 exclude_iomgrs:
1897 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001898 platforms:
1899 - mac
1900 - linux
1901 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001902- name: gpr_avl_test
1903 build: test
1904 language: c
1905 src:
1906 - test/core/support/avl_test.c
1907 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001910- name: gpr_backoff_test
1911 build: test
1912 language: c
1913 src:
1914 - test/core/support/backoff_test.c
1915 deps:
1916 - gpr_test_util
1917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: gpr_cmdline_test
1919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/support/cmdline_test.c
1923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001926- name: gpr_cpu_test
1927 build: test
1928 language: c
1929 src:
1930 - test/core/support/cpu_test.c
1931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gpr_env_test
1935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/support/env_test.c
1939 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: gpr_histogram_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/support/histogram_test.c
1947 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: gpr_host_port_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/support/host_port_test.c
1955 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: gpr_log_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/support/log_test.c
1963 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001966- name: gpr_mpscq_test
1967 cpu_cost: 30
1968 build: test
1969 language: c
1970 src:
1971 - test/core/support/mpscq_test.c
1972 deps:
1973 - gpr_test_util
1974 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001975- name: gpr_spinlock_test
1976 cpu_cost: 10
1977 build: test
1978 language: c
1979 src:
1980 - test/core/support/spinlock_test.c
1981 deps:
1982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001985 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/support/stack_lockfree_test.c
1990 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: gpr_string_test
1994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002002 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/support/sync_test.c
2007 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002011 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012 build: test
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/support/thd_test.c
2016 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: gpr_time_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/support/time_test.c
2024 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: gpr_tls_test
2028 build: test
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - test/core/support/tls_test.c
2032 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: gpr_useful_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/support/useful_test.c
2040 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr_test_util
2042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: grpc_auth_context_test
2044 build: test
2045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/core/security/auth_context_test.c
2048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002053- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002057 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: grpc_byte_buffer_reader_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/surface/byte_buffer_reader_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: grpc_channel_args_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/channel/channel_args_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_channel_stack_test
2084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/channel/channel_stack_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: grpc_completion_queue_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/surface/completion_queue_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002103- name: grpc_completion_queue_threading_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/surface/completion_queue_threading_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
2111 - gpr_test_util
2112 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002113 exclude_iomgrs:
2114 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: grpc_create_jwt
2116 build: tool
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/security/create_jwt.c
2120 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002123 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002124- name: grpc_credentials_test
2125 build: test
2126 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002127 src:
2128 - test/core/security/credentials_test.c
2129 deps:
2130 - grpc_test_util
2131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002132 - gpr_test_util
2133 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002135 build: test
2136 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/security/fetch_oauth2.c
2140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002145- name: grpc_invalid_channel_args_test
2146 build: test
2147 language: c
2148 src:
2149 - test/core/surface/invalid_channel_args_test.c
2150 deps:
2151 - grpc_test_util
2152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr_test_util
2154 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155- name: grpc_json_token_test
2156 build: test
2157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002158 src:
2159 - test/core/security/json_token_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002165 platforms:
2166 - linux
2167 - posix
2168 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: grpc_jwt_verifier_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/security/jwt_verifier_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_print_google_default_creds_token
2180 build: tool
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/security/print_google_default_creds_token.c
2184 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002187- name: grpc_security_connector_test
2188 build: test
2189 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - test/core/security/security_connector_test.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: grpc_verify_jwt
2198 build: tool
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/security/verify_jwt.c
2202 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002205- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002206 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002207 language: c
2208 src:
2209 - test/core/handshake/client_ssl.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
2213 - gpr_test_util
2214 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002215 exclude_iomgrs:
2216 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002217 platforms:
2218 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002219 secure: true
2220- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002221 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002222 language: c
2223 src:
2224 - test/core/handshake/server_ssl.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
2228 - gpr_test_util
2229 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002230 platforms:
2231 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002232 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002233- name: hpack_parser_fuzzer_test
2234 build: fuzzer
2235 language: c
2236 src:
2237 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
2241 - gpr_test_util
2242 - gpr
2243 corpus_dirs:
2244 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002245 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002246 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: hpack_parser_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/transport/chttp2/hpack_parser_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: hpack_table_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/transport/chttp2/hpack_table_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002267- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002271 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002277- name: http_request_fuzzer_test
2278 build: fuzzer
2279 language: c
2280 src:
2281 - test/core/http/request_fuzzer.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
2285 - gpr_test_util
2286 - gpr
2287 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002288 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002289 maxlen: 2048
2290- name: http_response_fuzzer_test
2291 build: fuzzer
2292 language: c
2293 src:
2294 - test/core/http/response_fuzzer.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
2298 - gpr_test_util
2299 - gpr
2300 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002301 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002302 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002303- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304 build: test
2305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002307 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002308 deps:
2309 - grpc_test_util
2310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002311 - gpr_test_util
2312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002314 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315 build: test
2316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002318 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002319 deps:
2320 - grpc_test_util
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002324 platforms:
2325 - mac
2326 - linux
2327 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002328- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002329 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002330 build: test
2331 language: c
2332 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002333 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002339 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002340 - linux
yang-gf1183302015-12-07 16:02:05 -08002341- name: init_test
2342 build: test
2343 language: c
2344 src:
2345 - test/core/surface/init_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002351- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002352 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002353 build: test
2354 language: c
2355 src:
2356 - test/core/end2end/invalid_call_argument_test.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002362- name: json_fuzzer_test
2363 build: fuzzer
2364 language: c
2365 src:
2366 - test/core/json/fuzzer.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
2370 - gpr_test_util
2371 - gpr
2372 corpus_dirs:
2373 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002374 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002375- name: json_rewrite
2376 build: test
2377 run: false
2378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
2380 - test/core/json/json_rewrite.c
2381 deps:
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384- name: json_rewrite_test
2385 build: test
2386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/core/json/json_rewrite_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002394- name: json_stream_error_test
2395 build: test
2396 language: c
2397 src:
2398 - test/core/json/json_stream_error_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: json_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/json/json_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: lame_client_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/surface/lame_client_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002424- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002425 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002426 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002427 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002430 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002436- name: load_file_test
2437 build: test
2438 language: c
2439 src:
2440 - test/core/iomgr/load_file_test.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
2444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: low_level_ping_pong_benchmark
2447 build: benchmark
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/network_benchmarks/low_level_ping_pong.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002456 platforms:
2457 - mac
2458 - linux
2459 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002460- name: memory_profile_client
2461 build: test
2462 run: false
2463 language: c
2464 src:
2465 - test/core/memory_usage/client.c
2466 deps:
2467 - grpc_test_util
2468 - grpc
2469 - gpr_test_util
2470 - gpr
2471- name: memory_profile_server
2472 build: test
2473 run: false
2474 language: c
2475 src:
2476 - test/core/memory_usage/server.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482- name: memory_profile_test
2483 cpu_cost: 1.5
2484 build: test
2485 language: c
2486 src:
2487 - test/core/memory_usage/memory_usage_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
2491 - gpr_test_util
2492 - gpr
2493 platforms:
2494 - mac
2495 - linux
2496 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: message_compress_test
2498 build: test
2499 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002500 src:
2501 - test/core/compression/message_compress_test.c
2502 deps:
2503 - grpc_test_util
2504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002505 - gpr_test_util
2506 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002507- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002508 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002509 build: test
2510 language: c
2511 src:
2512 - test/core/census/mlog_test.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
2516 - gpr_test_util
2517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002518- name: multiple_server_queues_test
2519 build: test
2520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
2522 - test/core/end2end/multiple_server_queues_test.c
2523 deps:
2524 - grpc_test_util
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528- name: murmur_hash_test
2529 build: test
2530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/core/support/murmur_hash_test.c
2533 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002536- name: nanopb_fuzzer_response_test
2537 build: fuzzer
2538 language: c
2539 src:
2540 - test/core/nanopb/fuzzer_response.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 corpus_dirs:
2547 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002548 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002549- name: nanopb_fuzzer_serverlist_test
2550 build: fuzzer
2551 language: c
2552 src:
2553 - test/core/nanopb/fuzzer_serverlist.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
2559 corpus_dirs:
2560 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002561 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002563 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/core/end2end/no_server_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002573- name: parse_address_test
2574 build: test
2575 language: c
2576 src:
2577 - test/core/client_channel/parse_address_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002583- name: percent_decode_fuzzer
2584 build: fuzzer
2585 language: c
2586 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002587 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
2593 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002594 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002595 maxlen: 32
2596- name: percent_encode_fuzzer
2597 build: fuzzer
2598 language: c
2599 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002600 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002601 deps:
2602 - grpc_test_util
2603 - grpc
2604 - gpr_test_util
2605 - gpr
2606 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002607 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002608 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002609- name: percent_encoding_test
2610 build: test
2611 language: c
2612 src:
2613 - test/core/slice/percent_encoding_test.c
2614 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002615 - grpc_test_util
2616 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002617 - gpr_test_util
2618 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002619- name: pollset_set_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/iomgr/pollset_set_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
2627 - gpr_test_util
2628 - gpr
2629 exclude_iomgrs:
2630 - uv
2631 platforms:
2632 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002633- name: resolve_address_posix_test
2634 build: test
2635 language: c
2636 src:
2637 - test/core/iomgr/resolve_address_posix_test.c
2638 deps:
2639 - grpc_test_util
2640 - grpc
2641 - gpr_test_util
2642 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002643 exclude_iomgrs:
2644 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002645 platforms:
2646 - mac
2647 - linux
2648 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002649- name: resolve_address_test
2650 build: test
2651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002652 src:
2653 - test/core/iomgr/resolve_address_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002659- name: resource_quota_test
2660 cpu_cost: 30
2661 build: test
2662 language: c
2663 src:
2664 - test/core/iomgr/resource_quota_test.c
2665 deps:
2666 - grpc_test_util
2667 - grpc
2668 - gpr_test_util
2669 - gpr
yang-gd482e592015-12-10 14:04:00 -08002670- name: secure_channel_create_test
2671 build: test
2672 language: c
2673 src:
2674 - test/core/surface/secure_channel_create_test.c
2675 deps:
2676 - grpc_test_util
2677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002678 - gpr_test_util
2679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680- name: secure_endpoint_test
2681 build: test
2682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/core/security/secure_endpoint_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002690 exclude_iomgrs:
2691 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002692- name: sequential_connectivity_test
2693 build: test
2694 language: c
2695 src:
2696 - test/core/surface/sequential_connectivity_test.c
2697 deps:
2698 - grpc_test_util
2699 - grpc
2700 - gpr_test_util
2701 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002702 exclude_iomgrs:
2703 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002704- name: server_chttp2_test
2705 build: test
2706 language: c
2707 src:
2708 - test/core/surface/server_chttp2_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002714- name: server_fuzzer
2715 build: fuzzer
2716 language: c
2717 src:
2718 - test/core/end2end/fuzzers/server_fuzzer.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
2722 - gpr_test_util
2723 - gpr
2724 corpus_dirs:
2725 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002726 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002727 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002728- name: server_test
2729 build: test
2730 language: c
2731 src:
2732 - test/core/surface/server_test.c
2733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002738- name: slice_buffer_test
2739 build: test
2740 language: c
2741 src:
2742 - test/core/slice/slice_buffer_test.c
2743 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002744 - grpc_test_util
2745 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002746 - gpr_test_util
2747 - gpr
2748- name: slice_string_helpers_test
2749 build: test
2750 language: c
2751 src:
2752 - test/core/slice/slice_string_helpers_test.c
2753 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002754 - grpc_test_util
2755 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002756 - gpr_test_util
2757 - gpr
2758- name: slice_test
2759 build: test
2760 language: c
2761 src:
2762 - test/core/slice/slice_test.c
2763 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002764 - grpc_test_util
2765 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002766 - gpr_test_util
2767 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002768- name: sockaddr_resolver_test
2769 build: test
2770 language: c
2771 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002772 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778- name: sockaddr_utils_test
2779 build: test
2780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
2782 - test/core/iomgr/sockaddr_utils_test.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002788- name: socket_utils_test
2789 build: test
2790 language: c
2791 src:
2792 - test/core/iomgr/socket_utils_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002798 exclude_iomgrs:
2799 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002800 platforms:
2801 - mac
2802 - linux
2803 - posix
yang-g31e21282016-11-04 15:10:03 -07002804- name: ssl_server_fuzzer
2805 build: fuzzer
2806 language: c
2807 src:
2808 - test/core/security/ssl_server_fuzzer.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
2812 - gpr_test_util
2813 - gpr
2814 corpus_dirs:
2815 - test/core/security/corpus/ssl_server_corpus
2816 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002817- name: status_conversion_test
2818 build: test
2819 language: c
2820 src:
2821 - test/core/transport/status_conversion_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002827- name: stream_owned_slice_test
2828 build: test
2829 language: c
2830 src:
2831 - test/core/transport/stream_owned_slice_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
2835 - gpr_test_util
2836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002838 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839 build: test
2840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
2842 - test/core/iomgr/tcp_client_posix_test.c
2843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002848 exclude_iomgrs:
2849 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002850 platforms:
2851 - mac
2852 - linux
2853 - posix
murgatroid991191b722017-02-08 11:56:52 -08002854- name: tcp_client_uv_test
2855 cpu_cost: 0.5
2856 build: test
2857 language: c
2858 src:
2859 - test/core/iomgr/tcp_client_uv_test.c
2860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 exclude_iomgrs:
2866 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002868 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869 build: test
2870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
2872 - test/core/iomgr/tcp_posix_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002878 exclude_iomgrs:
2879 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002880 platforms:
2881 - mac
2882 - linux
2883 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884- name: tcp_server_posix_test
2885 build: test
2886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002887 src:
2888 - test/core/iomgr/tcp_server_posix_test.c
2889 deps:
2890 - grpc_test_util
2891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002892 - gpr_test_util
2893 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002894 exclude_iomgrs:
2895 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002896 platforms:
2897 - mac
2898 - linux
2899 - posix
murgatroid991191b722017-02-08 11:56:52 -08002900- name: tcp_server_uv_test
2901 build: test
2902 language: c
2903 src:
2904 - test/core/iomgr/tcp_server_uv_test.c
2905 deps:
2906 - grpc_test_util
2907 - grpc
2908 - gpr_test_util
2909 - gpr
2910 exclude_iomgrs:
2911 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: time_averaged_stats_test
2913 build: test
2914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002915 src:
2916 - test/core/iomgr/time_averaged_stats_test.c
2917 deps:
2918 - grpc_test_util
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: timeout_encoding_test
2923 build: test
2924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002926 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002932- name: timer_heap_test
2933 build: test
2934 language: c
2935 src:
2936 - test/core/iomgr/timer_heap_test.c
2937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002942 exclude_iomgrs:
2943 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002944- name: timer_list_test
2945 build: test
2946 language: c
2947 src:
2948 - test/core/iomgr/timer_list_test.c
2949 deps:
2950 - grpc_test_util
2951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002952 - gpr_test_util
2953 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002954 exclude_iomgrs:
2955 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002956- name: transport_connectivity_state_test
2957 build: test
2958 language: c
2959 src:
2960 - test/core/transport/connectivity_state_test.c
2961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: transport_metadata_test
2967 build: test
2968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/core/transport/metadata_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002976- name: transport_pid_controller_test
2977 build: test
2978 language: c
2979 src:
2980 - test/core/transport/pid_controller_test.c
2981 deps:
2982 - grpc_test_util
2983 - grpc
2984 - gpr_test_util
2985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: transport_security_test
2987 build: test
2988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - test/core/tsi/transport_security_test.c
2991 deps:
2992 - grpc_test_util
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002996 platforms:
2997 - linux
2998 - posix
2999 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: udp_server_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/core/iomgr/udp_server_test.c
3005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003010 exclude_iomgrs:
3011 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003012 platforms:
3013 - mac
3014 - linux
3015 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003016- name: uri_fuzzer_test
3017 build: fuzzer
3018 language: c
3019 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003020 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003021 deps:
3022 - grpc_test_util
3023 - grpc
3024 - gpr_test_util
3025 - gpr
3026 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003027 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003028 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: uri_parser_test
3030 build: test
3031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003033 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003034 deps:
3035 - grpc_test_util
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr_test_util
3038 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003039- name: wakeup_fd_cv_test
3040 build: test
3041 language: c
3042 src:
3043 - test/core/iomgr/wakeup_fd_cv_test.c
3044 deps:
3045 - grpc_test_util
3046 - grpc
3047 - gpr_test_util
3048 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003049 exclude_iomgrs:
3050 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003051 platforms:
3052 - mac
3053 - linux
3054 - posix
vjpai04e992a2016-02-10 16:58:38 -08003055- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003056 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003057 build: test
3058 language: c++
3059 src:
3060 - test/cpp/common/alarm_cpp_test.cc
3061 deps:
3062 - grpc++_test_util
3063 - grpc_test_util
3064 - grpc++
3065 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003066 - gpr_test_util
3067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003069 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070 build: test
3071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003072 src:
3073 - test/cpp/end2end/async_end2end_test.cc
3074 deps:
3075 - grpc++_test_util
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003082 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 build: test
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/common/auth_property_iterator_test.cc
3087 deps:
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003094- name: bm_arena
3095 build: test
3096 language: c++
3097 src:
3098 - test/cpp/microbenchmarks/bm_arena.cc
3099 deps:
3100 - grpc_benchmark
3101 - benchmark
3102 - grpc++_test_util
3103 - grpc_test_util
3104 - grpc++
3105 - grpc
3106 - gpr_test_util
3107 - gpr
3108 args:
3109 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003110 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003111 platforms:
3112 - mac
3113 - linux
3114 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003115- name: bm_call_create
3116 build: test
3117 language: c++
3118 src:
3119 - test/cpp/microbenchmarks/bm_call_create.cc
3120 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003121 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003122 - benchmark
3123 - grpc++_test_util
3124 - grpc_test_util
3125 - grpc++
3126 - grpc
3127 - gpr_test_util
3128 - gpr
3129 args:
3130 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003131 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003132 platforms:
3133 - mac
3134 - linux
3135 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003136- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003137 build: test
3138 language: c++
3139 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003140 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003141 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003142 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003143 - 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
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003152 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003153 platforms:
3154 - mac
3155 - linux
3156 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003157- name: bm_chttp2_transport
3158 build: test
3159 language: c++
3160 src:
3161 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3162 deps:
3163 - grpc_benchmark
3164 - benchmark
3165 - grpc++_test_util
3166 - grpc_test_util
3167 - grpc++
3168 - grpc
3169 - gpr_test_util
3170 - gpr
3171 args:
3172 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003173 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003174 platforms:
3175 - mac
Craig Tiller14ae5382017-02-14 12:43:50 -08003176 - linux
3177 - posix
3178- name: bm_closure
3179 build: test
3180 language: c++
3181 src:
3182 - test/cpp/microbenchmarks/bm_closure.cc
3183 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003184 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003185 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003186 - grpc++_test_util
Craig Tiller14ae5382017-02-14 12:43:50 -08003187 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003188 - grpc++
Craig Tiller14ae5382017-02-14 12:43:50 -08003189 - grpc
3190 - gpr_test_util
3191 - gpr
3192 args:
3193 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003194 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003195 platforms:
3196 - mac
3197 - linux
3198 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003199- name: bm_cq
3200 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003201 language: c++
3202 src:
3203 - test/cpp/microbenchmarks/bm_cq.cc
3204 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003205 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003206 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003207 - grpc++_test_util
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
3211 - gpr_test_util
3212 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003213 args:
3214 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003215 defaults: benchmark
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003216 platforms:
3217 - mac
3218 - linux
3219 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003220- name: bm_error
3221 build: test
3222 language: c++
3223 src:
3224 - test/cpp/microbenchmarks/bm_error.cc
3225 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003226 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003227 - benchmark
3228 - grpc++_test_util
3229 - grpc_test_util
3230 - grpc++
3231 - grpc
3232 - gpr_test_util
3233 - gpr
3234 args:
3235 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003236 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003237 platforms:
3238 - mac
3239 - linux
3240 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003241- name: bm_fullstack_streaming_ping_pong
Craig Tiller25834342015-09-25 08:08:24 -07003242 build: test
Craig Tillerda179ce2016-02-09 12:01:53 -08003243 language: c++
Mark D. Roth0e44a252016-11-07 11:26:05 -08003244 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003245 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Mark D. Roth0e44a252016-11-07 11:26:05 -08003246 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003247 - grpc_benchmark
3248 - benchmark
3249 - grpc++_test_util
3250 - grpc_test_util
3251 - grpc++
3252 - grpc
3253 - gpr_test_util
3254 - gpr
3255 args:
3256 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003257 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003258 excluded_poll_engines:
3259 - poll
3260 - poll-cv
3261 platforms:
3262 - mac
3263 - linux
3264 - posix
3265 timeout_seconds: 1200
3266- name: bm_fullstack_streaming_pump
3267 build: test
3268 language: c++
3269 src:
3270 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Mark D. Roth0e44a252016-11-07 11:26:05 -08003271 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003272 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003273 - benchmark
3274 - grpc++_test_util
3275 - grpc_test_util
3276 - grpc++
3277 - grpc
3278 - gpr_test_util
3279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003281 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003282 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003283 excluded_poll_engines:
3284 - poll
3285 - poll-cv
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286 platforms:
3287 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003288 - linux
3289 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003290 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003291- name: bm_fullstack_trickle
3292 build: test
3293 language: c++
3294 src:
3295 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3296 deps:
3297 - grpc_benchmark
3298 - benchmark
3299 - grpc++_test_util
3300 - grpc_test_util
3301 - grpc++
3302 - grpc
3303 - gpr_test_util
3304 - gpr
3305 args:
3306 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003307 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003308 excluded_poll_engines:
3309 - poll
3310 - poll-cv
3311 platforms:
3312 - mac
3313 - linux
3314 - posix
3315 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003316- name: bm_fullstack_unary_ping_pong
3317 build: test
3318 language: c++
3319 src:
3320 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3321 deps:
3322 - grpc_benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003323 - benchmark
Craig Tiller25834342015-09-25 08:08:24 -07003324 - grpc++_test_util
3325 - grpc_test_util
3326 - grpc++
yang-gabdec2d2016-05-19 10:11:24 -07003327 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003328 - gpr_test_util
3329 - gpr
3330 args:
3331 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003332 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333 excluded_poll_engines:
3334 - poll
Craig Tiller25834342015-09-25 08:08:24 -07003335 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003336 platforms:
3337 - mac
3338 - linux
3339 - posix
3340 timeout_seconds: 1200
3341- name: bm_metadata
3342 build: test
3343 language: c++
3344 src:
3345 - test/cpp/microbenchmarks/bm_metadata.cc
3346 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003347 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003348 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003349 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003350 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003351 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003352 - grpc
3353 - gpr_test_util
3354 - gpr
3355 args:
3356 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003357 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003358 platforms:
3359 - mac
3360 - linux
Craig Tiller25834342015-09-25 08:08:24 -07003361 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003362- name: bm_pollset
3363 build: test
3364 language: c++
3365 src:
3366 - test/cpp/microbenchmarks/bm_pollset.cc
3367 deps:
3368 - grpc_benchmark
3369 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003370 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003371 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003372 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003373 - grpc
3374 - gpr_test_util
3375 - gpr
3376 args:
3377 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003378 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003379 platforms:
3380 - mac
3381 - linux
3382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383- name: channel_arguments_test
3384 gtest: true
3385 build: test
3386 language: c++
3387 src:
3388 - test/cpp/common/channel_arguments_test.cc
3389 deps:
3390 - grpc++
3391 - grpc
3392 - gpr
3393- name: channel_filter_test
3394 gtest: true
3395 build: test
3396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003397 src:
3398 - test/cpp/common/channel_filter_test.cc
3399 deps:
3400 - grpc++
3401 - grpc
3402 - gpr
3403- name: cli_call_test
3404 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 build: test
3406 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003408 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003409 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410 - grpc_cli_libs
3411 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003412 - grpc_test_util
3413 - grpc++
3414 - grpc
3415 - gpr_test_util
3416 - gpr
3417- name: client_crash_test
3418 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 cpu_cost: 0.1
3420 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003421 language: c++
3422 src:
3423 - test/cpp/end2end/client_crash_test.cc
3424 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003429 - gpr_test_util
3430 - gpr
3431 platforms:
3432 - mac
3433 - linux
3434 - posix
3435- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 build: test
3437 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003438 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003439 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003440 - test/cpp/end2end/client_crash_test_server.cc
3441 deps:
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003446 - gpr_test_util
3447 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003448- name: codegen_test_full
3449 gtest: true
3450 build: test
3451 language: c++
3452 src:
3453 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003454 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003455 - src/proto/grpc/testing/payloads.proto
3456 - src/proto/grpc/testing/services.proto
3457 - src/proto/grpc/testing/stats.proto
3458 - test/cpp/codegen/codegen_test_full.cc
3459 deps:
3460 - grpc++
3461 - grpc
3462 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003463 filegroups:
3464 - grpc++_codegen_base
3465- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003466 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003467 build: test
yang-g34b58612016-06-03 17:30:09 -07003468 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003470 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003471 - src/proto/grpc/testing/messages.proto
3472 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003473 - src/proto/grpc/testing/services.proto
3474 - src/proto/grpc/testing/stats.proto
3475 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003476 deps:
3477 - grpc
3478 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003479 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480 - grpc++_codegen_base
3481 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003482- name: credentials_test
3483 gtest: true
3484 build: test
3485 language: c++
3486 src:
3487 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003488 deps:
3489 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003490 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492- name: cxx_byte_buffer_test
3493 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003494 build: test
3495 language: c++
3496 src:
3497 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003498 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003499 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003500 - grpc++
3501 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003502 - gpr_test_util
3503 - gpr
3504- name: cxx_slice_test
3505 gtest: true
3506 build: test
3507 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 src:
3509 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003510 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003511 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003512 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513 - grpc
3514 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003515 - gpr
3516- name: cxx_string_ref_test
3517 gtest: true
3518 build: test
3519 language: c++
3520 src:
3521 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003522 deps:
3523 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003524- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003525 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526 build: test
3527 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003528 src:
3529 - test/cpp/util/time_test.cc
3530 deps:
3531 - grpc_test_util
3532 - grpc++
3533 - grpc
3534 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003535 - gpr
3536- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003537 gtest: true
3538 cpu_cost: 0.5
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/end2end/end2end_test.cc
3543 deps:
3544 - grpc++_test_util
3545 - grpc_test_util
3546 - grpc++
3547 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548 - gpr_test_util
3549 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003550- name: filter_end2end_test
3551 gtest: true
3552 build: test
3553 language: c++
3554 src:
3555 - test/cpp/end2end/filter_end2end_test.cc
3556 deps:
3557 - grpc++_test_util
3558 - grpc_test_util
3559 - grpc++
3560 - grpc
3561 - gpr_test_util
3562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003563- name: generic_end2end_test
3564 gtest: true
3565 build: test
3566 language: c++
3567 src:
3568 - test/cpp/end2end/generic_end2end_test.cc
3569 deps:
3570 - grpc++_test_util
3571 - grpc_test_util
3572 - grpc++
3573 - grpc
3574 - gpr_test_util
3575 - gpr
3576- name: golden_file_test
3577 gtest: true
3578 build: test
3579 language: c++
3580 src:
3581 - src/proto/grpc/testing/compiler_test.proto
3582 - test/cpp/codegen/golden_file_test.cc
3583 deps:
3584 - grpc++
3585 - grpc
3586 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003587 args:
3588 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003589- name: grpc_cli
3590 build: test
3591 run: false
3592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003593 src:
3594 - test/cpp/util/grpc_cli.cc
3595 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003596 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003597 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003598 - grpc++
3599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003600 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003601 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602- name: grpc_cpp_plugin
3603 build: protoc
3604 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003605 src:
3606 - src/compiler/cpp_plugin.cc
3607 deps:
3608 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 secure: false
3610 vs_config_type: Application
3611 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3612- name: grpc_csharp_plugin
3613 build: protoc
3614 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003615 src:
3616 - src/compiler/csharp_plugin.cc
3617 deps:
3618 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003619 secure: false
3620 vs_config_type: Application
3621 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003622- name: grpc_node_plugin
3623 build: protoc
3624 language: c++
3625 src:
3626 - src/compiler/node_plugin.cc
3627 deps:
3628 - grpc_plugin_support
3629 secure: false
3630 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003631- name: grpc_objective_c_plugin
3632 build: protoc
3633 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003634 src:
3635 - src/compiler/objective_c_plugin.cc
3636 deps:
3637 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003638 secure: false
3639 vs_config_type: Application
3640 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003641- name: grpc_php_plugin
3642 build: protoc
3643 language: c++
3644 src:
3645 - src/compiler/php_plugin.cc
3646 deps:
3647 - grpc_plugin_support
3648 secure: false
3649 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650- name: grpc_python_plugin
3651 build: protoc
3652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003653 src:
3654 - src/compiler/python_plugin.cc
3655 deps:
3656 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003657 secure: false
3658 vs_config_type: Application
3659 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3660- name: grpc_ruby_plugin
3661 build: protoc
3662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003663 src:
3664 - src/compiler/ruby_plugin.cc
3665 deps:
3666 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003667 secure: false
3668 vs_config_type: Application
3669 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003670- name: grpc_tool_test
3671 gtest: true
3672 build: test
3673 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003674 src:
3675 - src/proto/grpc/testing/echo.proto
3676 - src/proto/grpc/testing/echo_messages.proto
3677 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003678 deps:
3679 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003680 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003681 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003682 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003683 - grpc_test_util
3684 - grpc++
3685 - grpc
3686 - gpr_test_util
3687 - gpr
3688 filegroups:
3689 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003690- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003691 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003692 build: test
3693 language: c++
3694 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003695 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003696 - test/cpp/grpclb/grpclb_api_test.cc
3697 deps:
3698 - grpc++_test_util
3699 - grpc_test_util
3700 - grpc++
3701 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003702- name: grpclb_test
3703 gtest: false
3704 build: test
3705 language: c++
3706 src:
3707 - src/proto/grpc/lb/v1/load_balancer.proto
3708 - test/cpp/grpclb/grpclb_test.cc
3709 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003710 - grpc++_test_util
3711 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003712 - grpc++
3713 - grpc
3714 - gpr_test_util
3715 - gpr
yang-gad327642016-12-12 14:32:09 -08003716- name: health_service_end2end_test
3717 gtest: true
3718 build: test
3719 language: c++
3720 src:
3721 - test/cpp/end2end/health_service_end2end_test.cc
3722 deps:
3723 - grpc++_test_util
3724 - grpc_test_util
3725 - grpc++
3726 - grpc
3727 - gpr_test_util
3728 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003729- name: http2_client
3730 build: test
3731 run: false
3732 language: c++
3733 src: []
3734 deps:
3735 - http2_client_main
3736 - grpc++_test_util
3737 - grpc_test_util
3738 - grpc++
3739 - grpc
3740 - grpc++_test_config
3741 platforms:
3742 - mac
3743 - linux
3744 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003745- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003746 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003747 build: test
3748 language: c++
3749 src:
3750 - test/cpp/end2end/hybrid_end2end_test.cc
3751 deps:
3752 - 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 Tillerbf4b2242015-08-31 15:53:53 -07003758- name: interop_client
3759 build: test
3760 run: false
3761 language: c++
3762 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003763 deps:
3764 - interop_client_main
3765 - interop_client_helper
3766 - grpc++_test_util
3767 - grpc_test_util
3768 - grpc++
3769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003770 - gpr_test_util
3771 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003772 - grpc++_test_config
3773 platforms:
3774 - mac
3775 - linux
3776 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003777- name: interop_server
3778 build: test
3779 run: false
3780 language: c++
3781 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003782 deps:
3783 - interop_server_main
3784 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003785 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003786 - grpc++_test_util
3787 - grpc_test_util
3788 - grpc++
3789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003790 - gpr_test_util
3791 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003792 - grpc++_test_config
3793 platforms:
3794 - mac
3795 - linux
3796 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003798 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799 build: test
3800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003801 src:
3802 - test/cpp/interop/interop_test.cc
3803 deps:
3804 - grpc_test_util
3805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003806 - gpr_test_util
3807 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003808 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003809 platforms:
3810 - mac
3811 - linux
3812 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003813- name: json_run_localhost
3814 build: test
3815 run: false
3816 language: c++
3817 src:
3818 - test/cpp/qps/json_run_localhost.cc
3819 deps:
3820 - grpc++_test_util
3821 - grpc_test_util
3822 - grpc++
3823 - grpc
3824 - gpr_test_util
3825 - gpr
3826 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003827 platforms:
3828 - mac
3829 - linux
3830 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003831- name: metrics_client
3832 build: test
3833 run: false
3834 language: c++
3835 headers:
3836 - test/cpp/util/metrics_server.h
3837 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003838 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003839 - test/cpp/interop/metrics_client.cc
3840 deps:
3841 - grpc++
3842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003843 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003844 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003845- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003846 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003847 build: test
3848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003849 src:
3850 - test/cpp/end2end/mock_test.cc
3851 deps:
3852 - grpc++_test_util
3853 - grpc_test_util
3854 - grpc++
3855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003856 - gpr_test_util
3857 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003858- name: noop-benchmark
3859 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003860 language: c++
3861 src:
3862 - test/cpp/microbenchmarks/noop-benchmark.cc
3863 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003864 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003865 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003866- name: proto_server_reflection_test
3867 gtest: true
3868 build: test
3869 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003870 src:
3871 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003872 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003873 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003874 - grpc++_reflection
3875 - grpc++_test_util
3876 - grpc_test_util
3877 - grpc++
3878 - grpc
3879 - gpr_test_util
3880 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003881- name: proto_utils_test
3882 gtest: true
3883 build: test
3884 language: c++
3885 src:
3886 - test/cpp/codegen/proto_utils_test.cc
3887 deps:
3888 - grpc++
3889 - grpc
3890 filegroups:
3891 - grpc++_codegen_base
3892 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893- name: qps_interarrival_test
3894 build: test
3895 run: false
3896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003897 src:
3898 - test/cpp/qps/qps_interarrival_test.cc
3899 deps:
3900 - qps
3901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003905 - gpr_test_util
3906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003907 platforms:
3908 - mac
3909 - linux
3910 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003911- name: qps_json_driver
3912 build: test
3913 run: false
3914 language: c++
3915 src:
3916 - test/cpp/qps/qps_json_driver.cc
3917 deps:
3918 - qps
3919 - grpc++_test_util
3920 - grpc_test_util
3921 - grpc++
3922 - grpc
3923 - gpr_test_util
3924 - gpr
3925 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003927 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928 build: test
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/qps/qps_openloop_test.cc
3932 deps:
3933 - qps
3934 - grpc++_test_util
3935 - grpc_test_util
3936 - grpc++
3937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003938 - gpr_test_util
3939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003940 - grpc++_test_config
3941 platforms:
3942 - mac
3943 - linux
3944 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003945- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003946 build: test
3947 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003949 headers:
3950 - test/cpp/qps/client.h
3951 - test/cpp/qps/server.h
3952 src:
3953 - test/cpp/qps/worker.cc
3954 deps:
3955 - qps
3956 - grpc++_test_util
3957 - grpc_test_util
3958 - grpc++
3959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003960 - gpr_test_util
3961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003962 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003963- name: reconnect_interop_client
3964 build: test
3965 run: false
3966 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003967 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003968 - src/proto/grpc/testing/empty.proto
3969 - src/proto/grpc/testing/messages.proto
3970 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003971 - test/cpp/interop/reconnect_interop_client.cc
3972 deps:
3973 - grpc++_test_util
3974 - grpc_test_util
3975 - grpc++
3976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003977 - gpr_test_util
3978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003979 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003980- name: reconnect_interop_server
3981 build: test
3982 run: false
3983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003984 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003985 - src/proto/grpc/testing/empty.proto
3986 - src/proto/grpc/testing/messages.proto
3987 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003988 - test/cpp/interop/reconnect_interop_server.cc
3989 deps:
3990 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003991 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003992 - grpc++_test_util
3993 - grpc_test_util
3994 - grpc++
3995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003996 - gpr_test_util
3997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003998 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003999- name: round_robin_end2end_test
4000 gtest: true
4001 build: test
4002 language: c++
4003 src:
4004 - test/cpp/end2end/round_robin_end2end_test.cc
4005 deps:
4006 - grpc++_test_util
4007 - grpc_test_util
4008 - grpc++
4009 - grpc
4010 - gpr_test_util
4011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004012- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004013 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004014 build: test
4015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004016 src:
4017 - test/cpp/common/secure_auth_context_test.cc
4018 deps:
4019 - grpc++_test_util
4020 - grpc_test_util
4021 - grpc++
4022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004023 - gpr_test_util
4024 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004025- name: secure_sync_unary_ping_pong_test
4026 build: test
4027 language: c++
4028 src:
4029 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4030 deps:
4031 - qps
4032 - grpc++_test_util
4033 - grpc_test_util
4034 - grpc++
4035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004036 - gpr_test_util
4037 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004038 platforms:
4039 - mac
4040 - linux
4041 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004042- name: server_builder_plugin_test
4043 gtest: true
4044 build: test
4045 language: c++
4046 src:
4047 - test/cpp/end2end/server_builder_plugin_test.cc
4048 deps:
4049 - grpc++_test_util
4050 - grpc_test_util
4051 - grpc++
4052 - grpc
4053 - gpr_test_util
4054 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004055- name: server_builder_test
4056 gtest: true
4057 build: test
4058 language: c++
4059 src:
4060 - src/proto/grpc/testing/echo_messages.proto
4061 - src/proto/grpc/testing/echo.proto
4062 - test/cpp/server/server_builder_test.cc
4063 deps:
4064 - grpc++_test_util
4065 - grpc_test_util
4066 - gpr_test_util
4067 - grpc++
4068 - grpc
4069 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004070- name: server_context_test_spouse_test
4071 gtest: true
4072 build: test
4073 language: c++
4074 src:
4075 - test/cpp/test/server_context_test_spouse_test.cc
4076 deps:
4077 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004078 - grpc++
4079 - grpc
4080 - gpr_test_util
4081 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004082 uses:
4083 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004085 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004086 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087 build: test
4088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004089 src:
4090 - test/cpp/end2end/server_crash_test.cc
4091 deps:
4092 - grpc++_test_util
4093 - grpc_test_util
4094 - grpc++
4095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004096 - gpr_test_util
4097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004098 platforms:
4099 - mac
4100 - linux
4101 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004102- name: server_crash_test_client
4103 build: test
4104 run: false
4105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004106 src:
4107 - test/cpp/end2end/server_crash_test_client.cc
4108 deps:
4109 - grpc++_test_util
4110 - grpc_test_util
4111 - grpc++
4112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004113 - gpr_test_util
4114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004115- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004116 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117 build: test
4118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004119 src:
4120 - test/cpp/end2end/shutdown_test.cc
4121 deps:
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004126 - gpr_test_util
4127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004128- name: status_test
4129 build: test
4130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004131 src:
4132 - test/cpp/util/status_test.cc
4133 deps:
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004137 - gpr_test_util
4138 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004139- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004140 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004141 build: test
4142 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004143 src:
4144 - test/cpp/end2end/streaming_throughput_test.cc
4145 deps:
4146 - grpc++_test_util
4147 - grpc_test_util
4148 - grpc++
4149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004150 - gpr_test_util
4151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004152 platforms:
4153 - mac
4154 - linux
4155 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004156- name: stress_test
4157 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004158 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004159 language: c++
4160 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004161 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004162 - test/cpp/interop/interop_client.h
4163 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004164 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004165 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004166 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004167 - src/proto/grpc/testing/empty.proto
4168 - src/proto/grpc/testing/messages.proto
4169 - src/proto/grpc/testing/metrics.proto
4170 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004171 - test/cpp/interop/interop_client.cc
4172 - test/cpp/interop/stress_interop_client.cc
4173 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004174 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004175 deps:
4176 - grpc++_test_util
4177 - grpc_test_util
4178 - grpc++
4179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004180 - gpr_test_util
4181 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004182 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004183- name: thread_manager_test
4184 build: test
4185 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004186 src:
4187 - test/cpp/thread_manager/thread_manager_test.cc
4188 deps:
4189 - grpc++
4190 - grpc
4191 - gpr
4192 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004193- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004194 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004195 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004196 build: test
4197 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004198 src:
4199 - test/cpp/end2end/thread_stress_test.cc
4200 deps:
4201 - grpc++_test_util
4202 - grpc_test_util
4203 - grpc++
4204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004205 - gpr_test_util
4206 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004207- name: writes_per_rpc_test
4208 gtest: true
4209 cpu_cost: 0.5
4210 build: test
4211 language: c++
4212 src:
4213 - test/cpp/performance/writes_per_rpc_test.cc
4214 deps:
4215 - grpc++_test_util
4216 - grpc_test_util
4217 - grpc++
4218 - grpc
4219 - gpr_test_util
4220 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004221 platforms:
4222 - mac
4223 - linux
4224 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004225- name: public_headers_must_be_c89
4226 build: test
4227 language: c89
4228 src:
4229 - test/core/surface/public_headers_must_be_c89.c
4230 deps:
4231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004233vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004234- linkage: static
4235 name: grpc.dependencies.zlib
4236 props: false
4237 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004238 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004239- linkage: static
4240 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004241 props: true
4242 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004243 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004244- name: gflags
4245 props: false
4246 redist: false
4247 version: 2.1.2.1
4248- name: gtest
4249 props: false
4250 redist: false
4251 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004252configs:
4253 asan:
4254 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004255 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4256 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004257 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004258 LD: clang
4259 LDFLAGS: -fsanitize=address
4260 LDXX: clang++
4261 compile_the_world: true
4262 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004263 ASAN_OPTIONS: detect_leaks=1:color=always
4264 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004265 asan-noleaks:
4266 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004267 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4268 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004269 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004270 LD: clang
4271 LDFLAGS: -fsanitize=address
4272 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004273 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004274 test_environ:
4275 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004276 asan-trace-cmp:
4277 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004278 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4279 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004280 CXX: clang++
4281 LD: clang
4282 LDFLAGS: -fsanitize=address
4283 LDXX: clang++
4284 compile_the_world: true
4285 test_environ:
4286 ASAN_OPTIONS: detect_leaks=1:color=always
4287 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004288 basicprof:
4289 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4290 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004291 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004292 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004293 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004294 dbg:
4295 CPPFLAGS: -O0
4296 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004297 gcov:
4298 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004299 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004300 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004301 DEFINES: _DEBUG DEBUG GPR_GCOV
4302 LD: gcc
4303 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4304 LDXX: g++
4305 helgrind:
4306 CPPFLAGS: -O0
4307 DEFINES: _DEBUG DEBUG
4308 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004309 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004310 lto:
4311 CPPFLAGS: -O2
4312 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004313 memcheck:
4314 CPPFLAGS: -O0
4315 DEFINES: _DEBUG DEBUG
4316 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004317 valgrind: --tool=memcheck --leak-check=full
4318 msan:
4319 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004320 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4321 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4322 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004323 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004324 DEFINES: NDEBUG
4325 LD: clang
4326 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4327 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4328 LDXX: clang++
4329 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004330 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004331 CPPFLAGS: -O3 -fno-omit-frame-pointer
4332 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004333 LDFLAGS: -rdynamic
4334 opt:
4335 CPPFLAGS: -O2
4336 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004337 stapprof:
4338 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4339 DEFINES: NDEBUG
4340 tsan:
4341 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004342 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004343 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004344 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004345 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004346 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004347 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004348 LDXX: clang++
4349 compile_the_world: true
4350 test_environ:
4351 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004352 ubsan:
4353 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004354 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4355 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004356 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004357 DEFINES: NDEBUG
4358 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004359 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004360 LDXX: clang++
4361 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004362 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004363 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004364defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004365 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004366 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004367 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4368 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004369 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004370 benchmark:
4371 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004372 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004373 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004374 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004375 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004376 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004377 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004378 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004379 LDFLAGS: -g
4380 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004381 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004382 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004383node_modules:
4384- deps:
4385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004386 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004387 - boringssl
4388 - z
murgatroid9994a75412015-11-19 14:04:53 -08004389 headers:
4390 - src/node/ext/byte_buffer.h
4391 - src/node/ext/call.h
4392 - src/node/ext/call_credentials.h
4393 - src/node/ext/channel.h
4394 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004395 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004396 - src/node/ext/server.h
4397 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004398 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004399 - src/node/ext/timeval.h
4400 js:
4401 - src/node/index.js
4402 - src/node/src/client.js
4403 - src/node/src/common.js
4404 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004405 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004406 - src/node/src/metadata.js
4407 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004408 name: grpc_node
4409 src:
4410 - src/node/ext/byte_buffer.cc
4411 - src/node/ext/call.cc
4412 - src/node/ext/call_credentials.cc
4413 - src/node/ext/channel.cc
4414 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004415 - src/node/ext/completion_queue_threadpool.cc
4416 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004417 - src/node/ext/node_grpc.cc
4418 - src/node/ext/server.cc
4419 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004420 - src/node/ext/server_generic.cc
4421 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004422 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004423 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004424openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004425 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004426 extraction_dir: openssl-1.0.2f
4427 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004428php_config_m4:
4429 deps:
4430 - grpc
4431 - gpr
4432 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004433 headers:
4434 - src/php/ext/grpc/byte_buffer.h
4435 - src/php/ext/grpc/call.h
4436 - src/php/ext/grpc/call_credentials.h
4437 - src/php/ext/grpc/channel.h
4438 - src/php/ext/grpc/channel_credentials.h
4439 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004440 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004441 - src/php/ext/grpc/php_grpc.h
4442 - src/php/ext/grpc/server.h
4443 - src/php/ext/grpc/server_credentials.h
4444 - src/php/ext/grpc/timeval.h
4445 src:
4446 - src/php/ext/grpc/byte_buffer.c
4447 - src/php/ext/grpc/call.c
4448 - src/php/ext/grpc/call_credentials.c
4449 - src/php/ext/grpc/channel.c
4450 - src/php/ext/grpc/channel_credentials.c
4451 - src/php/ext/grpc/completion_queue.c
4452 - src/php/ext/grpc/php_grpc.c
4453 - src/php/ext/grpc/server.c
4454 - src/php/ext/grpc/server_credentials.c
4455 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004456python_dependencies:
4457 deps:
4458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004459 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004460 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004461 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004462 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004463ruby_gem:
4464 deps:
4465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004466 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004467 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004469 - z