blob: e5bec63ed0a180409201e22c65625223b81d8e74 [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
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700786 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700787 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700789 - src/core/tsi/fake_transport_security.c
790 - src/core/tsi/ssl_transport_security.c
791 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700792 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 deps:
794 - gpr
795 secure: true
796- name: grpc++_base
797 language: c++
798 public_headers:
799 - include/grpc++/alarm.h
800 - include/grpc++/channel.h
801 - include/grpc++/client_context.h
802 - include/grpc++/completion_queue.h
803 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700804 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800805 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/generic/async_generic_service.h
807 - include/grpc++/generic/generic_stub.h
808 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800809 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800811 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700813 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/grpc_library.h
815 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/rpc_method.h
817 - include/grpc++/impl/rpc_service_method.h
818 - include/grpc++/impl/serialization_traits.h
819 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700820 - include/grpc++/impl/server_builder_plugin.h
821 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700823 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - include/grpc++/security/auth_context.h
825 - include/grpc++/security/auth_metadata_processor.h
826 - include/grpc++/security/credentials.h
827 - include/grpc++/security/server_credentials.h
828 - include/grpc++/server.h
829 - include/grpc++/server_builder.h
830 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700831 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/support/async_stream.h
833 - include/grpc++/support/async_unary_call.h
834 - include/grpc++/support/byte_buffer.h
835 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700836 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - include/grpc++/support/slice.h
838 - include/grpc++/support/status.h
839 - include/grpc++/support/status_code_enum.h
840 - include/grpc++/support/string_ref.h
841 - include/grpc++/support/stub_options.h
842 - include/grpc++/support/sync_stream.h
843 - include/grpc++/support/time.h
844 headers:
845 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700846 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800848 - src/cpp/server/health/default_health_check_service.h
849 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700851 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700853 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - src/cpp/client/client_context.cc
855 - src/cpp/client/create_channel.cc
856 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700857 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700858 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700861 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700862 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700864 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700866 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800868 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/server/create_default_thread_pool.cc
870 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800871 - src/cpp/server/health/default_health_check_service.cc
872 - src/cpp/server/health/health.pb.c
873 - src/cpp/server/health/health_check_service.cc
874 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700876 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - src/cpp/server/server_context.cc
878 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700879 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700880 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700881 - src/cpp/util/byte_buffer_cc.cc
882 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/cpp/util/status.cc
884 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700885 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 uses:
yang-g17487f92016-06-03 15:21:15 -0700887 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700888 - grpc_base
889 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700890- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 language: c++
892 public_headers:
893 - include/grpc++/impl/codegen/async_stream.h
894 - include/grpc++/impl/codegen/async_unary_call.h
895 - include/grpc++/impl/codegen/call.h
896 - include/grpc++/impl/codegen/call_hook.h
897 - include/grpc++/impl/codegen/channel_interface.h
898 - include/grpc++/impl/codegen/client_context.h
899 - include/grpc++/impl/codegen/client_unary_call.h
900 - include/grpc++/impl/codegen/completion_queue.h
901 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700902 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - include/grpc++/impl/codegen/core_codegen_interface.h
904 - include/grpc++/impl/codegen/create_auth_context.h
905 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800906 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/rpc_method.h
909 - include/grpc++/impl/codegen/rpc_service_method.h
910 - include/grpc++/impl/codegen/security/auth_context.h
911 - include/grpc++/impl/codegen/serialization_traits.h
912 - include/grpc++/impl/codegen/server_context.h
913 - include/grpc++/impl/codegen/server_interface.h
914 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800915 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700916 - include/grpc++/impl/codegen/status.h
917 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700918 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 - include/grpc++/impl/codegen/string_ref.h
920 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 - include/grpc++/impl/codegen/sync_stream.h
922 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 uses:
924 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700925- name: grpc++_codegen_base_src
926 language: c++
927 src:
928 - src/cpp/codegen/codegen_init.cc
929 uses:
930 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700931- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 language: c++
933 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700934 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 uses:
yang-g17487f92016-06-03 15:21:15 -0700936 - grpc++_codegen_base
937 - grpc++_config_proto
938- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 language: c++
940 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700942- name: grpc++_reflection_proto
943 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700944 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700945 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800946- name: grpc++_test
947 language: c++
948 public_headers:
949 - include/grpc++/test/server_context_test_spouse.h
950 deps:
951 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700952- name: thrift_util
953 language: c++
954 public_headers:
955 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700956 - include/grpc++/impl/codegen/thrift_utils.h
957 uses:
958 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100959libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800960- name: gpr
961 build: all
962 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700964 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 secure: false
966 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
967- name: gpr_test_util
968 build: private
969 language: c
970 headers:
971 - test/core/util/test_config.h
972 src:
973 - test/core/util/test_config.c
974 deps:
975 - gpr
976 secure: false
977 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978- name: grpc
979 build: all
980 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700981 src:
982 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800984 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700988 - grpc_transport_chttp2_server_secure
989 - grpc_transport_chttp2_client_secure
990 - grpc_transport_chttp2_server_insecure
991 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800992 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700993 - grpc_lb_policy_pick_first
994 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700995 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700996 - grpc_resolver_dns_native
997 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700998 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100999 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001000 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001001 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001002 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001004 vs_packages:
1005 - grpc.dependencies.openssl
1006 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001008- name: grpc_cronet
1009 build: all
1010 language: c
1011 src:
1012 - src/core/lib/surface/init.c
1013 baselib: true
1014 deps_linkage: static
1015 dll: true
1016 filegroups:
1017 - grpc_base
1018 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001019 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001020 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001021 generate_plugin_registry: true
1022 platforms:
1023 - linux
1024 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001025- name: grpc_dll
1026 build: private
1027 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001028 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001029 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001030 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001031 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001032 build_system:
1033 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001034 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001035 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001036 vs_config_type: DynamicLibrary
1037 vs_packages:
1038 - grpc.dependencies.openssl
1039 - grpc.dependencies.zlib
1040 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1041 vs_props:
1042 - zlib
1043 - openssl
1044 - winsock
1045 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: grpc_test_util
1047 build: private
1048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001049 headers:
1050 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001051 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001052 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001053 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001054 - test/core/end2end/data/server1_cert.c
1055 - test/core/end2end/data/server1_key.c
1056 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001057 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001061 - grpc
1062 filegroups:
1063 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001064 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1066- name: grpc_test_util_unsecure
1067 build: private
1068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001069 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001070 - gpr
1071 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001072 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001073 filegroups:
1074 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075 secure: false
1076 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1077- name: grpc_unsecure
1078 build: all
1079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001082 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001084 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001086 filegroups:
1087 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001088 - grpc_transport_chttp2_server_insecure
1089 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001090 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001091 - grpc_resolver_dns_native
1092 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001093 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001094 - grpc_lb_policy_grpclb
1095 - grpc_lb_policy_pick_first
1096 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001097 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001098 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001099 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100 secure: false
1101 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: reconnect_server
1103 build: private
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 headers:
1106 - test/core/util/reconnect_server.h
1107 src:
1108 - test/core/util/reconnect_server.c
1109 deps:
yang-gc9fca182015-11-06 16:41:33 -08001110 - test_tcp_server
1111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001115- name: test_tcp_server
1116 build: private
1117 language: c
1118 headers:
1119 - test/core/util/test_tcp_server.h
1120 src:
1121 - test/core/util/test_tcp_server.c
1122 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001123 - grpc_test_util
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr_test_util
1126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127- name: grpc++
1128 build: all
1129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001130 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001131 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001132 - src/cpp/client/secure_credentials.h
1133 - src/cpp/common/secure_auth_context.h
1134 - src/cpp/server/secure_server_credentials.h
1135 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001136 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001137 - src/cpp/client/secure_credentials.cc
1138 - src/cpp/common/auth_property_iterator.cc
1139 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001140 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001142 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001143 - src/cpp/server/secure_server_credentials.cc
1144 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001145 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146 baselib: true
1147 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001148 filegroups:
1149 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001150 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001151 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001152 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153 secure: check
1154 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001155- name: grpc++_cronet
1156 build: all
1157 language: c++
1158 src:
1159 - src/cpp/client/cronet_credentials.cc
1160 - src/cpp/client/insecure_credentials.cc
1161 - src/cpp/common/insecure_create_auth_context.cc
1162 - src/cpp/server/insecure_server_credentials.cc
1163 deps:
1164 - gpr
1165 - grpc_cronet
1166 baselib: true
1167 dll: true
1168 filegroups:
1169 - grpc++_base
1170 - grpc++_codegen_base
1171 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001172 - grpc_transport_chttp2_client_insecure
1173 - grpc_transport_chttp2_server_insecure
1174 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001175 platforms:
1176 - linux
1177 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001178- name: grpc++_proto_reflection_desc_db
1179 build: private
1180 language: c++
1181 headers:
1182 - test/cpp/util/proto_reflection_descriptor_database.h
1183 src:
1184 - test/cpp/util/proto_reflection_descriptor_database.cc
1185 deps:
1186 - grpc++
1187 filegroups:
1188 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001189 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001190- name: grpc++_reflection
1191 build: all
1192 language: c++
1193 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001194 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001195 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001196 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001197 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001198 - src/cpp/ext/proto_server_reflection.cc
1199 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001200 deps:
1201 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001202 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001203 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: grpc++_test_config
1205 build: private
1206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001207 headers:
1208 - test/cpp/util/test_config.h
1209 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001210 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211- name: grpc++_test_util
1212 build: private
1213 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001214 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001215 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001216 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/util/create_test_channel.h
1218 - test/cpp/util/string_ref_helper.h
1219 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001220 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001221 src:
yang-gc8a49d22016-12-12 11:18:49 -08001222 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001223 - src/proto/grpc/testing/echo_messages.proto
1224 - src/proto/grpc/testing/echo.proto
1225 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001226 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001227 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001228 - test/cpp/util/create_test_channel.cc
1229 - test/cpp/util/string_ref_helper.cc
1230 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001231 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001232 deps:
1233 - grpc++
1234 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001235 filegroups:
1236 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001237 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001238 - grpc++_codegen_proto
1239 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001240 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: grpc++_unsecure
1242 build: all
1243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001244 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001245 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001246 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001247 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001250 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251 baselib: true
1252 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001253 filegroups:
1254 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001255 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001256 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 secure: false
1258 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001259- name: grpc_benchmark
1260 build: test
1261 language: c++
1262 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001263 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1264 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001265 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001266 src:
1267 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001268 deps:
1269 - benchmark
1270 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001271 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001272 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001273 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001274- name: grpc_cli_libs
1275 build: private
1276 language: c++
1277 headers:
1278 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001279 - test/cpp/util/cli_credentials.h
1280 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001281 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001282 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001283 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001284 src:
1285 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001286 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001287 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001288 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001289 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001290 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001291 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001292 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001293 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001294 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001295 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_plugin_support
1297 build: protoc
1298 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001299 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001300 - src/compiler/config.h
1301 - src/compiler/cpp_generator.h
1302 - src/compiler/cpp_generator_helpers.h
1303 - src/compiler/csharp_generator.h
1304 - src/compiler/csharp_generator_helpers.h
1305 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001306 - src/compiler/node_generator.h
1307 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/compiler/objective_c_generator.h
1309 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001310 - src/compiler/php_generator.h
1311 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301312 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301314 - src/compiler/python_generator_helpers.h
1315 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001316 - src/compiler/ruby_generator.h
1317 - src/compiler/ruby_generator_helpers-inl.h
1318 - src/compiler/ruby_generator_map-inl.h
1319 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301320 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001321 src:
1322 - src/compiler/cpp_generator.cc
1323 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001324 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001326 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001327 - src/compiler/python_generator.cc
1328 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001329 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001330 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 secure: false
1332 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001333 vs_props:
1334 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001335- name: http2_client_main
1336 build: private
1337 language: c++
1338 headers:
1339 - test/cpp/interop/http2_client.h
1340 src:
1341 - src/proto/grpc/testing/empty.proto
1342 - src/proto/grpc/testing/messages.proto
1343 - src/proto/grpc/testing/test.proto
1344 - test/cpp/interop/http2_client.cc
1345 deps:
1346 - grpc++_test_util
1347 - grpc_test_util
1348 - grpc++
1349 - grpc
1350 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: interop_client_helper
1352 build: private
1353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001354 headers:
1355 - test/cpp/interop/client_helper.h
1356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001357 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001358 - test/cpp/interop/client_helper.cc
1359 deps:
1360 - grpc++_test_util
1361 - grpc_test_util
1362 - grpc++
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: interop_client_main
1366 build: private
1367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001368 headers:
1369 - test/cpp/interop/interop_client.h
1370 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001371 - src/proto/grpc/testing/empty.proto
1372 - src/proto/grpc/testing/messages.proto
1373 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001374 - test/cpp/interop/client.cc
1375 - test/cpp/interop/interop_client.cc
1376 deps:
1377 - interop_client_helper
1378 - grpc++_test_util
1379 - grpc_test_util
1380 - grpc++
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: interop_server_helper
1386 build: private
1387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001388 headers:
1389 - test/cpp/interop/server_helper.h
1390 src:
1391 - test/cpp/interop/server_helper.cc
1392 deps:
yang-gcc591022017-01-11 11:10:43 -08001393 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001394 - grpc_test_util
1395 - grpc++
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001398- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399 build: private
1400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001402 - src/proto/grpc/testing/empty.proto
1403 - src/proto/grpc/testing/messages.proto
1404 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001405 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001406 deps:
1407 - interop_server_helper
1408 - grpc++_test_util
1409 - grpc_test_util
1410 - grpc++
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001414 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001415- name: interop_server_main
1416 build: private
1417 language: c++
1418 src:
1419 - test/cpp/interop/interop_server_bootstrap.cc
1420 deps:
1421 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: qps
1423 build: private
1424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001425 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001426 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001427 - test/cpp/qps/client.h
1428 - test/cpp/qps/driver.h
1429 - test/cpp/qps/histogram.h
1430 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001431 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/qps/qps_worker.h
1433 - test/cpp/qps/report.h
1434 - test/cpp/qps/server.h
1435 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001436 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001437 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001438 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001439 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001440 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001441 - src/proto/grpc/testing/control.proto
1442 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001443 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001444 - test/cpp/qps/client_async.cc
1445 - test/cpp/qps/client_sync.cc
1446 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001447 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001448 - test/cpp/qps/qps_worker.cc
1449 - test/cpp/qps/report.cc
1450 - test/cpp/qps/server_async.cc
1451 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001452 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001453 deps:
1454 - grpc_test_util
1455 - grpc++_test_util
1456 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc_csharp_ext
1458 build: all
1459 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - src/csharp/ext/grpc_csharp_ext.c
1462 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001465 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001466 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 dll: only
1468 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001469 vs_packages:
1470 - grpc.dependencies.openssl
1471 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001473 vs_props:
1474 - zlib
1475 - openssl
1476 - winsock
1477 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001479- name: alarm_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/surface/alarm_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001487 - gpr_test_util
1488 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001489- name: algorithm_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/compression/algorithm_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001499- name: alloc_test
1500 build: test
1501 language: c
1502 src:
1503 - test/core/support/alloc_test.c
1504 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: alpn_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/transport/chttp2/alpn_test.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001517- name: api_fuzzer
1518 build: fuzzer
1519 language: c
1520 src:
1521 - test/core/end2end/fuzzers/api_fuzzer.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
1527 corpus_dirs:
1528 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001529 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001530 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001531- name: arena_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/arena_test.c
1536 deps:
1537 - gpr_test_util
1538 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001539- name: bad_server_response_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/end2end/bad_server_response_test.c
1544 deps:
1545 - test_tcp_server
1546 - grpc_test_util
1547 - grpc
1548 - gpr_test_util
1549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001550 exclude_iomgrs:
1551 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001552- name: bdp_estimator_test
1553 build: test
1554 language: c
1555 src:
1556 - test/core/transport/bdp_estimator_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
1560 - gpr_test_util
1561 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001562- name: bin_decoder_test
1563 build: test
1564 language: c
1565 src:
1566 - test/core/transport/chttp2/bin_decoder_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: bin_encoder_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/transport/chttp2/bin_encoder_test.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001578- name: census_context_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/census/context_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001588- name: census_resource_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/census/resource_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
1596 - gpr_test_util
1597 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001598- name: census_trace_context_test
1599 build: test
1600 language: c
1601 src:
1602 - test/core/census/trace_context_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001608- name: channel_create_test
1609 build: test
1610 language: c
1611 src:
1612 - test/core/surface/channel_create_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001618- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001622 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: chttp2_stream_map_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/transport/chttp2/stream_map_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001638- name: chttp2_varint_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/transport/chttp2/varint_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001648- name: client_fuzzer
1649 build: fuzzer
1650 language: c
1651 src:
1652 - test/core/end2end/fuzzers/client_fuzzer.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
1656 - gpr_test_util
1657 - gpr
1658 corpus_dirs:
1659 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001660 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001661 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001662- name: combiner_test
1663 cpu_cost: 30
1664 build: test
1665 language: c
1666 src:
1667 - test/core/iomgr/combiner_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
1671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: compression_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/compression/compression_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001683- name: concurrent_connectivity_test
1684 build: test
1685 language: c
1686 src:
1687 - test/core/surface/concurrent_connectivity_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
1691 - gpr_test_util
1692 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001693 exclude_iomgrs:
1694 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001695- name: connection_refused_test
1696 cpu_cost: 0.1
1697 build: test
1698 language: c
1699 src:
1700 - test/core/end2end/connection_refused_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
1704 - gpr_test_util
1705 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001706- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001707 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001708 build: test
1709 language: c
1710 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001711 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001717 exclude_iomgrs:
1718 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001719- name: dns_resolver_test
1720 build: test
1721 language: c
1722 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001723 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001730 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/end2end/dualstack_socket_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001740 exclude_iomgrs:
1741 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001742 platforms:
1743 - mac
1744 - linux
1745 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001746- name: endpoint_pair_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/endpoint_pair_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001756 exclude_iomgrs:
1757 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001758- name: error_test
1759 cpu_cost: 30
1760 build: test
1761 language: c
1762 src:
1763 - test/core/iomgr/error_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
1767 - gpr_test_util
1768 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001769- name: ev_epoll_linux_test
1770 build: test
1771 language: c
1772 src:
1773 - test/core/iomgr/ev_epoll_linux_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
1777 - gpr_test_util
1778 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001779 exclude_iomgrs:
1780 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001781 platforms:
1782 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: fd_conservation_posix_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/iomgr/fd_conservation_posix_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001793 exclude_iomgrs:
1794 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: fd_posix_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/iomgr/fd_posix_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001809 exclude_iomgrs:
1810 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: fling_client
1816 build: test
1817 run: false
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/fling/client.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: fling_server
1827 build: test
1828 run: false
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/fling/server.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001838 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/fling/fling_stream_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001848 platforms:
1849 - mac
1850 - linux
1851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001853 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/fling/fling_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001863 platforms:
1864 - mac
1865 - linux
1866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gen_hpack_tables
1868 build: tool
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - tools/codegen/core/gen_hpack_tables.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001874 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gen_legal_metadata_characters
1876 build: tool
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001881- name: gen_percent_encoding_tables
1882 build: tool
1883 language: c
1884 src:
1885 - tools/codegen/core/gen_percent_encoding_tables.c
1886 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001887- name: goaway_server_test
1888 cpu_cost: 0.1
1889 build: test
1890 language: c
1891 src:
1892 - test/core/end2end/goaway_server_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
1896 - gpr_test_util
1897 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001898 exclude_iomgrs:
1899 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001904- name: gpr_avl_test
1905 build: test
1906 language: c
1907 src:
1908 - test/core/support/avl_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001912- name: gpr_backoff_test
1913 build: test
1914 language: c
1915 src:
1916 - test/core/support/backoff_test.c
1917 deps:
1918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: gpr_cmdline_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/support/cmdline_test.c
1925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001928- name: gpr_cpu_test
1929 build: test
1930 language: c
1931 src:
1932 - test/core/support/cpu_test.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_env_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/support/env_test.c
1941 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: gpr_histogram_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/histogram_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: gpr_host_port_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/host_port_test.c
1957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: gpr_log_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/log_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001968- name: gpr_mpscq_test
1969 cpu_cost: 30
1970 build: test
1971 language: c
1972 src:
1973 - test/core/support/mpscq_test.c
1974 deps:
1975 - gpr_test_util
1976 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001977- name: gpr_spinlock_test
1978 cpu_cost: 10
1979 build: test
1980 language: c
1981 src:
1982 - test/core/support/spinlock_test.c
1983 deps:
1984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001987 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/support/stack_lockfree_test.c
1992 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: gpr_string_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/support/string_test.c
2000 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002004 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/support/sync_test.c
2009 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002013 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/thd_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: gpr_time_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/support/time_test.c
2026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: gpr_tls_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/support/tls_test.c
2034 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: gpr_useful_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/support/useful_test.c
2042 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_auth_context_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/security/auth_context_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002055- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002059 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: grpc_byte_buffer_reader_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/surface/byte_buffer_reader_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: grpc_channel_args_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/channel/channel_args_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: grpc_channel_stack_test
2086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/channel/channel_stack_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: grpc_completion_queue_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/surface/completion_queue_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002105- name: grpc_completion_queue_threading_test
2106 build: test
2107 language: c
2108 src:
2109 - test/core/surface/completion_queue_threading_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
2113 - gpr_test_util
2114 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002115 exclude_iomgrs:
2116 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: grpc_create_jwt
2118 build: tool
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/security/create_jwt.c
2122 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002125 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: grpc_credentials_test
2127 build: test
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/security/credentials_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002137 build: test
2138 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/security/fetch_oauth2.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002147- name: grpc_invalid_channel_args_test
2148 build: test
2149 language: c
2150 src:
2151 - test/core/surface/invalid_channel_args_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: grpc_json_token_test
2158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/security/json_token_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002167 platforms:
2168 - linux
2169 - posix
2170 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: grpc_jwt_verifier_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/security/jwt_verifier_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: grpc_print_google_default_creds_token
2182 build: tool
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/security/print_google_default_creds_token.c
2186 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: grpc_security_connector_test
2190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/security/security_connector_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: grpc_verify_jwt
2200 build: tool
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/security/verify_jwt.c
2204 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002207- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002208 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002209 language: c
2210 src:
2211 - test/core/handshake/client_ssl.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
2215 - gpr_test_util
2216 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002217 exclude_iomgrs:
2218 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002219 platforms:
2220 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002221 secure: true
2222- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002223 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002224 language: c
2225 src:
2226 - test/core/handshake/server_ssl.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
2230 - gpr_test_util
2231 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002232 platforms:
2233 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002234 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002235- name: hpack_parser_fuzzer_test
2236 build: fuzzer
2237 language: c
2238 src:
2239 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
2243 - gpr_test_util
2244 - gpr
2245 corpus_dirs:
2246 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002247 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002248 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: hpack_parser_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/transport/chttp2/hpack_parser_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: hpack_table_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/transport/chttp2/hpack_table_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002269- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002273 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002279- name: http_request_fuzzer_test
2280 build: fuzzer
2281 language: c
2282 src:
2283 - test/core/http/request_fuzzer.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
2287 - gpr_test_util
2288 - gpr
2289 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002290 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002291 maxlen: 2048
2292- name: http_response_fuzzer_test
2293 build: fuzzer
2294 language: c
2295 src:
2296 - test/core/http/response_fuzzer.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
2300 - gpr_test_util
2301 - gpr
2302 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002303 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002304 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002305- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002309 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002316 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317 build: test
2318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002319 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002320 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002326 platforms:
2327 - mac
2328 - linux
2329 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002330- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002331 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002332 build: test
2333 language: c
2334 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002335 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002341 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002342 - linux
yang-gf1183302015-12-07 16:02:05 -08002343- name: init_test
2344 build: test
2345 language: c
2346 src:
2347 - test/core/surface/init_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002353- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002354 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002355 build: test
2356 language: c
2357 src:
2358 - test/core/end2end/invalid_call_argument_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002364- name: json_fuzzer_test
2365 build: fuzzer
2366 language: c
2367 src:
2368 - test/core/json/fuzzer.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 corpus_dirs:
2375 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002376 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: json_rewrite
2378 build: test
2379 run: false
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/json/json_rewrite.c
2383 deps:
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: json_rewrite_test
2387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/json/json_rewrite_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002396- name: json_stream_error_test
2397 build: test
2398 language: c
2399 src:
2400 - test/core/json/json_stream_error_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: json_test
2407 build: test
2408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/core/json/json_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: lame_client_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/surface/lame_client_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002426- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002427 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002428 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002429 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002432 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002438- name: load_file_test
2439 build: test
2440 language: c
2441 src:
2442 - test/core/iomgr/load_file_test.c
2443 deps:
2444 - grpc_test_util
2445 - grpc
2446 - gpr_test_util
2447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: low_level_ping_pong_benchmark
2449 build: benchmark
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/network_benchmarks/low_level_ping_pong.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002458 platforms:
2459 - mac
2460 - linux
2461 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002462- name: memory_profile_client
2463 build: test
2464 run: false
2465 language: c
2466 src:
2467 - test/core/memory_usage/client.c
2468 deps:
2469 - grpc_test_util
2470 - grpc
2471 - gpr_test_util
2472 - gpr
2473- name: memory_profile_server
2474 build: test
2475 run: false
2476 language: c
2477 src:
2478 - test/core/memory_usage/server.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
2482 - gpr_test_util
2483 - gpr
2484- name: memory_profile_test
2485 cpu_cost: 1.5
2486 build: test
2487 language: c
2488 src:
2489 - test/core/memory_usage/memory_usage_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 platforms:
2496 - mac
2497 - linux
2498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: message_compress_test
2500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/core/compression/message_compress_test.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002509- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002510 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002511 build: test
2512 language: c
2513 src:
2514 - test/core/census/mlog_test.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: multiple_server_queues_test
2521 build: test
2522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/core/end2end/multiple_server_queues_test.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: murmur_hash_test
2531 build: test
2532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/core/support/murmur_hash_test.c
2535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002538- name: nanopb_fuzzer_response_test
2539 build: fuzzer
2540 language: c
2541 src:
2542 - test/core/nanopb/fuzzer_response.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
2548 corpus_dirs:
2549 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002550 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002551- name: nanopb_fuzzer_serverlist_test
2552 build: fuzzer
2553 language: c
2554 src:
2555 - test/core/nanopb/fuzzer_serverlist.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
2559 - gpr_test_util
2560 - gpr
2561 corpus_dirs:
2562 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002563 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002565 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - test/core/end2end/no_server_test.c
2570 deps:
2571 - grpc_test_util
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002575- name: parse_address_test
2576 build: test
2577 language: c
2578 src:
2579 - test/core/client_channel/parse_address_test.c
2580 deps:
2581 - grpc_test_util
2582 - grpc
2583 - gpr_test_util
2584 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002585- name: percent_decode_fuzzer
2586 build: fuzzer
2587 language: c
2588 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002589 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002596 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002597 maxlen: 32
2598- name: percent_encode_fuzzer
2599 build: fuzzer
2600 language: c
2601 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002602 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002603 deps:
2604 - grpc_test_util
2605 - grpc
2606 - gpr_test_util
2607 - gpr
2608 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002609 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002610 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002611- name: percent_encoding_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/slice/percent_encoding_test.c
2616 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002617 - grpc_test_util
2618 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002619 - gpr_test_util
2620 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002621- name: pollset_set_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/iomgr/pollset_set_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
2631 exclude_iomgrs:
2632 - uv
2633 platforms:
2634 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002635- name: resolve_address_posix_test
2636 build: test
2637 language: c
2638 src:
2639 - test/core/iomgr/resolve_address_posix_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
2643 - gpr_test_util
2644 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002645 exclude_iomgrs:
2646 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002647 platforms:
2648 - mac
2649 - linux
2650 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: resolve_address_test
2652 build: test
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/core/iomgr/resolve_address_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002661- name: resource_quota_test
2662 cpu_cost: 30
2663 build: test
2664 language: c
2665 src:
2666 - test/core/iomgr/resource_quota_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
2670 - gpr_test_util
2671 - gpr
yang-gd482e592015-12-10 14:04:00 -08002672- name: secure_channel_create_test
2673 build: test
2674 language: c
2675 src:
2676 - test/core/surface/secure_channel_create_test.c
2677 deps:
2678 - grpc_test_util
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr_test_util
2681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: secure_endpoint_test
2683 build: test
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/core/security/secure_endpoint_test.c
2687 deps:
2688 - grpc_test_util
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002692 exclude_iomgrs:
2693 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002694- name: sequential_connectivity_test
2695 build: test
2696 language: c
2697 src:
2698 - test/core/surface/sequential_connectivity_test.c
2699 deps:
2700 - grpc_test_util
2701 - grpc
2702 - gpr_test_util
2703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002704 exclude_iomgrs:
2705 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002706- name: server_chttp2_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/surface/server_chttp2_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002716- name: server_fuzzer
2717 build: fuzzer
2718 language: c
2719 src:
2720 - test/core/end2end/fuzzers/server_fuzzer.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
2724 - gpr_test_util
2725 - gpr
2726 corpus_dirs:
2727 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002728 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002729 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002730- name: server_test
2731 build: test
2732 language: c
2733 src:
2734 - test/core/surface/server_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002740- name: slice_buffer_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/slice/slice_buffer_test.c
2745 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002746 - grpc_test_util
2747 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002748 - gpr_test_util
2749 - gpr
2750- name: slice_string_helpers_test
2751 build: test
2752 language: c
2753 src:
2754 - test/core/slice/slice_string_helpers_test.c
2755 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002756 - grpc_test_util
2757 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002758 - gpr_test_util
2759 - gpr
2760- name: slice_test
2761 build: test
2762 language: c
2763 src:
2764 - test/core/slice/slice_test.c
2765 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002766 - grpc_test_util
2767 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002768 - gpr_test_util
2769 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002770- name: sockaddr_resolver_test
2771 build: test
2772 language: c
2773 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002774 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002775 deps:
2776 - grpc_test_util
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: sockaddr_utils_test
2781 build: test
2782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/core/iomgr/sockaddr_utils_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002790- name: socket_utils_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/iomgr/socket_utils_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002800 exclude_iomgrs:
2801 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002802 platforms:
2803 - mac
2804 - linux
2805 - posix
yang-g31e21282016-11-04 15:10:03 -07002806- name: ssl_server_fuzzer
2807 build: fuzzer
2808 language: c
2809 src:
2810 - test/core/security/ssl_server_fuzzer.c
2811 deps:
2812 - grpc_test_util
2813 - grpc
2814 - gpr_test_util
2815 - gpr
2816 corpus_dirs:
2817 - test/core/security/corpus/ssl_server_corpus
2818 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002819- name: status_conversion_test
2820 build: test
2821 language: c
2822 src:
2823 - test/core/transport/status_conversion_test.c
2824 deps:
2825 - grpc_test_util
2826 - grpc
2827 - gpr_test_util
2828 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002829- name: stream_owned_slice_test
2830 build: test
2831 language: c
2832 src:
2833 - test/core/transport/stream_owned_slice_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002840 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841 build: test
2842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002843 src:
2844 - test/core/iomgr/tcp_client_posix_test.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002850 exclude_iomgrs:
2851 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002852 platforms:
2853 - mac
2854 - linux
2855 - posix
murgatroid991191b722017-02-08 11:56:52 -08002856- name: tcp_client_uv_test
2857 cpu_cost: 0.5
2858 build: test
2859 language: c
2860 src:
2861 - test/core/iomgr/tcp_client_uv_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867 exclude_iomgrs:
2868 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002870 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
2874 - test/core/iomgr/tcp_posix_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002880 exclude_iomgrs:
2881 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002882 platforms:
2883 - mac
2884 - linux
2885 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: tcp_server_posix_test
2887 build: test
2888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - test/core/iomgr/tcp_server_posix_test.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002896 exclude_iomgrs:
2897 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002898 platforms:
2899 - mac
2900 - linux
2901 - posix
murgatroid991191b722017-02-08 11:56:52 -08002902- name: tcp_server_uv_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/iomgr/tcp_server_uv_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 exclude_iomgrs:
2913 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: time_averaged_stats_test
2915 build: test
2916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/core/iomgr/time_averaged_stats_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: timeout_encoding_test
2925 build: test
2926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002927 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002928 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002929 deps:
2930 - grpc_test_util
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr_test_util
2933 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002934- name: timer_heap_test
2935 build: test
2936 language: c
2937 src:
2938 - test/core/iomgr/timer_heap_test.c
2939 deps:
2940 - grpc_test_util
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002944 exclude_iomgrs:
2945 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002946- name: timer_list_test
2947 build: test
2948 language: c
2949 src:
2950 - test/core/iomgr/timer_list_test.c
2951 deps:
2952 - grpc_test_util
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002956 exclude_iomgrs:
2957 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002958- name: transport_connectivity_state_test
2959 build: test
2960 language: c
2961 src:
2962 - test/core/transport/connectivity_state_test.c
2963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: transport_metadata_test
2969 build: test
2970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/core/transport/metadata_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002978- name: transport_pid_controller_test
2979 build: test
2980 language: c
2981 src:
2982 - test/core/transport/pid_controller_test.c
2983 deps:
2984 - grpc_test_util
2985 - grpc
2986 - gpr_test_util
2987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: transport_security_test
2989 build: test
2990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/core/tsi/transport_security_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002998 platforms:
2999 - linux
3000 - posix
3001 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: udp_server_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/core/iomgr/udp_server_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003012 exclude_iomgrs:
3013 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003018- name: uri_fuzzer_test
3019 build: fuzzer
3020 language: c
3021 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003022 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003023 deps:
3024 - grpc_test_util
3025 - grpc
3026 - gpr_test_util
3027 - gpr
3028 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003029 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003030 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: uri_parser_test
3032 build: test
3033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003035 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003041- name: wakeup_fd_cv_test
3042 build: test
3043 language: c
3044 src:
3045 - test/core/iomgr/wakeup_fd_cv_test.c
3046 deps:
3047 - grpc_test_util
3048 - grpc
3049 - gpr_test_util
3050 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003051 exclude_iomgrs:
3052 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003053 platforms:
3054 - mac
3055 - linux
3056 - posix
vjpai04e992a2016-02-10 16:58:38 -08003057- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003058 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003059 build: test
3060 language: c++
3061 src:
3062 - test/cpp/common/alarm_cpp_test.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003071 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 build: test
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/cpp/end2end/async_end2end_test.cc
3076 deps:
3077 - grpc++_test_util
3078 - grpc_test_util
3079 - grpc++
3080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003081 - gpr_test_util
3082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003084 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085 build: test
3086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003087 src:
3088 - test/cpp/common/auth_property_iterator_test.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003096- name: bm_arena
3097 build: test
3098 language: c++
3099 src:
3100 - test/cpp/microbenchmarks/bm_arena.cc
3101 deps:
3102 - grpc_benchmark
3103 - benchmark
3104 - grpc++_test_util
3105 - grpc_test_util
3106 - grpc++
3107 - grpc
3108 - gpr_test_util
3109 - gpr
3110 args:
3111 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003112 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003113 platforms:
3114 - mac
3115 - linux
3116 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003117- name: bm_call_create
3118 build: test
3119 language: c++
3120 src:
3121 - test/cpp/microbenchmarks/bm_call_create.cc
3122 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003123 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003124 - benchmark
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
3129 - gpr_test_util
3130 - gpr
3131 args:
3132 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003133 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003138- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003139 build: test
3140 language: c++
3141 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003142 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003143 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003144 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003145 - benchmark
3146 - grpc++_test_util
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 args:
3153 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003154 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003155 platforms:
3156 - mac
3157 - linux
3158 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003159- name: bm_chttp2_transport
3160 build: test
3161 language: c++
3162 src:
3163 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3164 deps:
3165 - grpc_benchmark
3166 - benchmark
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 args:
3174 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003175 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003176 platforms:
3177 - mac
3178 - linux
3179 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003180- name: bm_closure
3181 build: test
3182 language: c++
3183 src:
3184 - test/cpp/microbenchmarks/bm_closure.cc
3185 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003186 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003187 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003188 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003189 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003190 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003191 - grpc
3192 - gpr_test_util
3193 - gpr
3194 args:
3195 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003196 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003201- name: bm_cq
3202 build: test
3203 language: c++
3204 src:
3205 - test/cpp/microbenchmarks/bm_cq.cc
3206 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003207 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003208 - benchmark
3209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
3213 - gpr_test_util
3214 - gpr
3215 args:
3216 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003217 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003218 platforms:
3219 - mac
3220 - linux
3221 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003222- name: bm_cq_multiple_threads
3223 build: test
3224 language: c++
3225 src:
3226 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3227 deps:
3228 - grpc_benchmark
3229 - benchmark
3230 - grpc++_test_util
3231 - grpc_test_util
3232 - grpc++
3233 - grpc
3234 - gpr_test_util
3235 - gpr
3236 args:
3237 - --benchmark_min_time=0
3238 defaults: benchmark
3239 platforms:
3240 - mac
3241 - linux
3242 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003243- name: bm_error
3244 build: test
3245 language: c++
3246 src:
3247 - test/cpp/microbenchmarks/bm_error.cc
3248 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003249 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003250 - benchmark
3251 - grpc++_test_util
3252 - grpc_test_util
3253 - grpc++
3254 - grpc
3255 - gpr_test_util
3256 - gpr
3257 args:
3258 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003259 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003260 platforms:
3261 - mac
3262 - linux
3263 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003264- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003265 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003266 language: c++
3267 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003268 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003269 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003270 - grpc_benchmark
3271 - benchmark
3272 - grpc++_test_util
3273 - grpc_test_util
3274 - grpc++
3275 - grpc
3276 - gpr_test_util
3277 - gpr
3278 args:
3279 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003280 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003281 excluded_poll_engines:
3282 - poll
3283 - poll-cv
3284 platforms:
3285 - mac
3286 - linux
3287 - posix
3288 timeout_seconds: 1200
3289- name: bm_fullstack_streaming_pump
3290 build: test
3291 language: c++
3292 src:
3293 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003294 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003295 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003296 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003297 - grpc++_test_util
3298 - grpc_test_util
3299 - grpc++
3300 - grpc
3301 - gpr_test_util
3302 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003303 args:
3304 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003305 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003306 excluded_poll_engines:
3307 - poll
3308 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003309 platforms:
3310 - mac
3311 - linux
3312 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003313 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003314- name: bm_fullstack_trickle
3315 build: test
3316 language: c++
3317 src:
3318 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3319 deps:
3320 - grpc_benchmark
3321 - benchmark
3322 - grpc++_test_util
3323 - grpc_test_util
3324 - grpc++
3325 - grpc
3326 - gpr_test_util
3327 - gpr
3328 args:
3329 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003330 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003331 excluded_poll_engines:
3332 - poll
3333 - poll-cv
3334 platforms:
3335 - mac
3336 - linux
3337 - posix
3338 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003339- name: bm_fullstack_unary_ping_pong
3340 build: test
3341 language: c++
3342 src:
3343 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3344 deps:
3345 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003346 - benchmark
3347 - grpc++_test_util
3348 - grpc_test_util
3349 - grpc++
3350 - grpc
3351 - gpr_test_util
3352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003354 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003355 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003357 - poll
3358 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003359 platforms:
3360 - mac
3361 - linux
3362 - posix
3363 timeout_seconds: 1200
3364- name: bm_metadata
3365 build: test
3366 language: c++
3367 src:
3368 - test/cpp/microbenchmarks/bm_metadata.cc
3369 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003370 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003371 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003372 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003373 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003374 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003375 - grpc
3376 - gpr_test_util
3377 - gpr
3378 args:
3379 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003380 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381 platforms:
3382 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003383 - linux
3384 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003385- name: bm_pollset
3386 build: test
3387 language: c++
3388 src:
3389 - test/cpp/microbenchmarks/bm_pollset.cc
3390 deps:
3391 - grpc_benchmark
3392 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003393 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003394 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003395 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003396 - grpc
3397 - gpr_test_util
3398 - gpr
3399 args:
3400 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003401 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003402 platforms:
3403 - mac
3404 - linux
3405 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406- name: channel_arguments_test
3407 gtest: true
3408 build: test
3409 language: c++
3410 src:
3411 - test/cpp/common/channel_arguments_test.cc
3412 deps:
3413 - grpc++
3414 - grpc
3415 - gpr
3416- name: channel_filter_test
3417 gtest: true
3418 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003419 language: c++
3420 src:
3421 - test/cpp/common/channel_filter_test.cc
3422 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003423 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003424 - grpc
3425 - gpr
3426- name: cli_call_test
3427 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003428 build: test
3429 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003430 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003431 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003432 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 - grpc_cli_libs
3434 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003435 - grpc_test_util
3436 - grpc++
3437 - grpc
3438 - gpr_test_util
3439 - gpr
3440- name: client_crash_test
3441 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 cpu_cost: 0.1
3443 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003444 language: c++
3445 src:
3446 - test/cpp/end2end/client_crash_test.cc
3447 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003448 - grpc++_test_util
3449 - grpc_test_util
3450 - grpc++
3451 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003452 - gpr_test_util
3453 - gpr
3454 platforms:
3455 - mac
3456 - linux
3457 - posix
3458- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003459 build: test
3460 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003461 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003462 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003463 - test/cpp/end2end/client_crash_test_server.cc
3464 deps:
3465 - grpc++_test_util
3466 - grpc_test_util
3467 - grpc++
3468 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003469 - gpr_test_util
3470 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003471- name: codegen_test_full
3472 gtest: true
3473 build: test
3474 language: c++
3475 src:
3476 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003477 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003478 - src/proto/grpc/testing/payloads.proto
3479 - src/proto/grpc/testing/services.proto
3480 - src/proto/grpc/testing/stats.proto
3481 - test/cpp/codegen/codegen_test_full.cc
3482 deps:
3483 - grpc++
3484 - grpc
3485 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003486 filegroups:
3487 - grpc++_codegen_base
3488- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003489 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003490 build: test
yang-g34b58612016-06-03 17:30:09 -07003491 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003493 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003494 - src/proto/grpc/testing/messages.proto
3495 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003496 - src/proto/grpc/testing/services.proto
3497 - src/proto/grpc/testing/stats.proto
3498 - test/cpp/codegen/codegen_test_minimal.cc
3499 filegroups:
3500 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003501 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003503 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504 build: test
3505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003506 src:
3507 - test/cpp/client/credentials_test.cc
3508 deps:
3509 - grpc++
3510 - grpc
3511 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003512- name: cxx_byte_buffer_test
3513 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003515 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003516 src:
3517 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003518 deps:
3519 - grpc_test_util
3520 - grpc++
3521 - grpc
3522 - gpr_test_util
3523 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003524- name: cxx_slice_test
3525 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003527 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 src:
3529 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003530 deps:
3531 - grpc_test_util
3532 - grpc++
3533 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003534 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003536- name: cxx_string_ref_test
3537 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003538 build: test
3539 language: c++
3540 src:
3541 - test/cpp/util/string_ref_test.cc
3542 deps:
3543 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003544- name: cxx_time_test
3545 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003547 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003548 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549 - test/cpp/util/time_test.cc
3550 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003551 - grpc_test_util
3552 - grpc++
3553 - grpc
3554 - gpr_test_util
3555 - gpr
3556- name: end2end_test
3557 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003558 cpu_cost: 0.5
3559 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003560 language: c++
3561 src:
3562 - test/cpp/end2end/end2end_test.cc
3563 deps:
3564 - grpc++_test_util
3565 - grpc_test_util
3566 - grpc++
3567 - grpc
3568 - gpr_test_util
3569 - gpr
3570- name: filter_end2end_test
3571 gtest: true
3572 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003573 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003574 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003575 - test/cpp/end2end/filter_end2end_test.cc
3576 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003577 - grpc++_test_util
3578 - grpc_test_util
3579 - grpc++
3580 - grpc
3581 - gpr_test_util
3582 - gpr
3583- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003584 gtest: true
3585 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003586 language: c++
3587 src:
3588 - test/cpp/end2end/generic_end2end_test.cc
3589 deps:
3590 - grpc++_test_util
3591 - grpc_test_util
3592 - grpc++
3593 - grpc
3594 - gpr_test_util
3595 - gpr
3596- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597 gtest: true
3598 build: test
3599 language: c++
3600 src:
Craig Tiller25834342015-09-25 08:08:24 -07003601 - src/proto/grpc/testing/compiler_test.proto
3602 - test/cpp/codegen/golden_file_test.cc
3603 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003604 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003605 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003606 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003607 args:
3608 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609- name: grpc_cli
3610 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003611 run: false
3612 language: c++
3613 src:
3614 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003615 deps:
3616 - grpc_cli_libs
3617 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003618 - grpc++
3619 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003620 - gpr
3621 - grpc++_test_config
3622- name: grpc_cpp_plugin
3623 build: protoc
3624 language: c++
3625 src:
3626 - src/compiler/cpp_plugin.cc
3627 deps:
3628 - grpc_plugin_support
3629 secure: false
3630 vs_config_type: Application
3631 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3632- name: grpc_csharp_plugin
3633 build: protoc
3634 language: c++
3635 src:
3636 - src/compiler/csharp_plugin.cc
3637 deps:
3638 - grpc_plugin_support
3639 secure: false
3640 vs_config_type: Application
3641 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003642- name: grpc_node_plugin
3643 build: protoc
3644 language: c++
3645 src:
3646 - src/compiler/node_plugin.cc
3647 deps:
3648 - grpc_plugin_support
3649 secure: false
3650 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003651- name: grpc_objective_c_plugin
3652 build: protoc
3653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003654 src:
3655 - src/compiler/objective_c_plugin.cc
3656 deps:
3657 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 secure: false
3659 vs_config_type: Application
3660 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003661- name: grpc_php_plugin
3662 build: protoc
3663 language: c++
3664 src:
3665 - src/compiler/php_plugin.cc
3666 deps:
3667 - grpc_plugin_support
3668 secure: false
3669 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003670- name: grpc_python_plugin
3671 build: protoc
3672 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003673 src:
3674 - src/compiler/python_plugin.cc
3675 deps:
3676 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003677 secure: false
3678 vs_config_type: Application
3679 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3680- name: grpc_ruby_plugin
3681 build: protoc
3682 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003683 src:
3684 - src/compiler/ruby_plugin.cc
3685 deps:
3686 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003687 secure: false
3688 vs_config_type: Application
3689 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003690- name: grpc_tool_test
3691 gtest: true
3692 build: test
3693 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003694 src:
3695 - src/proto/grpc/testing/echo.proto
3696 - src/proto/grpc/testing/echo_messages.proto
3697 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003698 deps:
3699 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003700 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003701 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003702 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003703 - grpc_test_util
3704 - grpc++
3705 - grpc
3706 - gpr_test_util
3707 - gpr
3708 filegroups:
3709 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003710- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003711 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003712 build: test
3713 language: c++
3714 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003715 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003716 - test/cpp/grpclb/grpclb_api_test.cc
3717 deps:
3718 - grpc++_test_util
3719 - grpc_test_util
3720 - grpc++
3721 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003722- name: grpclb_test
3723 gtest: false
3724 build: test
3725 language: c++
3726 src:
3727 - src/proto/grpc/lb/v1/load_balancer.proto
3728 - test/cpp/grpclb/grpclb_test.cc
3729 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003730 - grpc++_test_util
3731 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003732 - grpc++
3733 - grpc
3734 - gpr_test_util
3735 - gpr
yang-gad327642016-12-12 14:32:09 -08003736- name: health_service_end2end_test
3737 gtest: true
3738 build: test
3739 language: c++
3740 src:
3741 - test/cpp/end2end/health_service_end2end_test.cc
3742 deps:
3743 - grpc++_test_util
3744 - grpc_test_util
3745 - grpc++
3746 - grpc
3747 - gpr_test_util
3748 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003749- name: http2_client
3750 build: test
3751 run: false
3752 language: c++
3753 src: []
3754 deps:
3755 - http2_client_main
3756 - grpc++_test_util
3757 - grpc_test_util
3758 - grpc++
3759 - grpc
3760 - grpc++_test_config
3761 platforms:
3762 - mac
3763 - linux
3764 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003765- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003766 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003767 build: test
3768 language: c++
3769 src:
3770 - test/cpp/end2end/hybrid_end2end_test.cc
3771 deps:
3772 - grpc++_test_util
3773 - grpc_test_util
3774 - grpc++
3775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003776 - gpr_test_util
3777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778- name: interop_client
3779 build: test
3780 run: false
3781 language: c++
3782 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003783 deps:
3784 - interop_client_main
3785 - interop_client_helper
3786 - 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_server
3798 build: test
3799 run: false
3800 language: c++
3801 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003802 deps:
3803 - interop_server_main
3804 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003805 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003806 - grpc++_test_util
3807 - grpc_test_util
3808 - grpc++
3809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003810 - gpr_test_util
3811 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003812 - grpc++_test_config
3813 platforms:
3814 - mac
3815 - linux
3816 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003818 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003819 build: test
3820 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003821 src:
3822 - test/cpp/interop/interop_test.cc
3823 deps:
3824 - grpc_test_util
3825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003826 - gpr_test_util
3827 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003828 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003829 platforms:
3830 - mac
3831 - linux
3832 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003833- name: json_run_localhost
3834 build: test
3835 run: false
3836 language: c++
3837 src:
3838 - test/cpp/qps/json_run_localhost.cc
3839 deps:
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
3844 - gpr_test_util
3845 - gpr
3846 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003847 platforms:
3848 - mac
3849 - linux
3850 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003851- name: metrics_client
3852 build: test
3853 run: false
3854 language: c++
3855 headers:
3856 - test/cpp/util/metrics_server.h
3857 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003858 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003859 - test/cpp/interop/metrics_client.cc
3860 deps:
3861 - grpc++
3862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003863 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003864 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003865- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003866 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867 build: test
3868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003869 src:
3870 - test/cpp/end2end/mock_test.cc
3871 deps:
3872 - grpc++_test_util
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr_test_util
3877 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003878- name: noop-benchmark
3879 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003880 language: c++
3881 src:
3882 - test/cpp/microbenchmarks/noop-benchmark.cc
3883 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003884 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003885 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003886- name: proto_server_reflection_test
3887 gtest: true
3888 build: test
3889 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003890 src:
3891 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003892 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003893 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003894 - grpc++_reflection
3895 - grpc++_test_util
3896 - grpc_test_util
3897 - grpc++
3898 - grpc
3899 - gpr_test_util
3900 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003901- name: proto_utils_test
3902 gtest: true
3903 build: test
3904 language: c++
3905 src:
3906 - test/cpp/codegen/proto_utils_test.cc
3907 deps:
3908 - grpc++
3909 - grpc
3910 filegroups:
3911 - grpc++_codegen_base
3912 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913- name: qps_interarrival_test
3914 build: test
3915 run: false
3916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003917 src:
3918 - test/cpp/qps/qps_interarrival_test.cc
3919 deps:
3920 - qps
3921 - grpc++_test_util
3922 - grpc_test_util
3923 - grpc++
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr_test_util
3926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003927 platforms:
3928 - mac
3929 - linux
3930 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003931- name: qps_json_driver
3932 build: test
3933 run: false
3934 language: c++
3935 src:
3936 - test/cpp/qps/qps_json_driver.cc
3937 deps:
3938 - qps
3939 - grpc++_test_util
3940 - grpc_test_util
3941 - grpc++
3942 - grpc
3943 - gpr_test_util
3944 - gpr
3945 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003947 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948 build: test
3949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003950 src:
3951 - test/cpp/qps/qps_openloop_test.cc
3952 deps:
3953 - qps
3954 - grpc++_test_util
3955 - grpc_test_util
3956 - grpc++
3957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003958 - gpr_test_util
3959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003960 - grpc++_test_config
3961 platforms:
3962 - mac
3963 - linux
3964 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003966 build: test
3967 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003969 headers:
3970 - test/cpp/qps/client.h
3971 - test/cpp/qps/server.h
3972 src:
3973 - test/cpp/qps/worker.cc
3974 deps:
3975 - qps
3976 - grpc++_test_util
3977 - grpc_test_util
3978 - grpc++
3979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003980 - gpr_test_util
3981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003982 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003983- name: reconnect_interop_client
3984 build: test
3985 run: false
3986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003987 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003988 - src/proto/grpc/testing/empty.proto
3989 - src/proto/grpc/testing/messages.proto
3990 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003991 - test/cpp/interop/reconnect_interop_client.cc
3992 deps:
3993 - grpc++_test_util
3994 - grpc_test_util
3995 - grpc++
3996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003997 - gpr_test_util
3998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003999 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004000- name: reconnect_interop_server
4001 build: test
4002 run: false
4003 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004004 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004005 - src/proto/grpc/testing/empty.proto
4006 - src/proto/grpc/testing/messages.proto
4007 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004008 - test/cpp/interop/reconnect_interop_server.cc
4009 deps:
4010 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004011 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004012 - grpc++_test_util
4013 - grpc_test_util
4014 - grpc++
4015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004016 - gpr_test_util
4017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004018 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004019- name: round_robin_end2end_test
4020 gtest: true
4021 build: test
4022 language: c++
4023 src:
4024 - test/cpp/end2end/round_robin_end2end_test.cc
4025 deps:
4026 - grpc++_test_util
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
4030 - gpr_test_util
4031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004033 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034 build: test
4035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004036 src:
4037 - test/cpp/common/secure_auth_context_test.cc
4038 deps:
4039 - grpc++_test_util
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 - gpr_test_util
4044 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004045- name: secure_sync_unary_ping_pong_test
4046 build: test
4047 language: c++
4048 src:
4049 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4050 deps:
4051 - qps
4052 - grpc++_test_util
4053 - grpc_test_util
4054 - grpc++
4055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 - gpr_test_util
4057 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004058 platforms:
4059 - mac
4060 - linux
4061 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004062- name: server_builder_plugin_test
4063 gtest: true
4064 build: test
4065 language: c++
4066 src:
4067 - test/cpp/end2end/server_builder_plugin_test.cc
4068 deps:
4069 - grpc++_test_util
4070 - grpc_test_util
4071 - grpc++
4072 - grpc
4073 - gpr_test_util
4074 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004075- name: server_builder_test
4076 gtest: true
4077 build: test
4078 language: c++
4079 src:
4080 - src/proto/grpc/testing/echo_messages.proto
4081 - src/proto/grpc/testing/echo.proto
4082 - test/cpp/server/server_builder_test.cc
4083 deps:
4084 - grpc++_test_util
4085 - grpc_test_util
4086 - gpr_test_util
4087 - grpc++
4088 - grpc
4089 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004090- name: server_context_test_spouse_test
4091 gtest: true
4092 build: test
4093 language: c++
4094 src:
4095 - test/cpp/test/server_context_test_spouse_test.cc
4096 deps:
4097 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004098 - grpc++
4099 - grpc
4100 - gpr_test_util
4101 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004102 uses:
4103 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004104- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004105 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004106 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107 build: test
4108 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004109 src:
4110 - test/cpp/end2end/server_crash_test.cc
4111 deps:
4112 - grpc++_test_util
4113 - grpc_test_util
4114 - grpc++
4115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004116 - gpr_test_util
4117 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004118 platforms:
4119 - mac
4120 - linux
4121 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122- name: server_crash_test_client
4123 build: test
4124 run: false
4125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004126 src:
4127 - test/cpp/end2end/server_crash_test_client.cc
4128 deps:
4129 - grpc++_test_util
4130 - grpc_test_util
4131 - grpc++
4132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004133 - gpr_test_util
4134 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004135- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004136 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004137 build: test
4138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004139 src:
4140 - test/cpp/end2end/shutdown_test.cc
4141 deps:
4142 - grpc++_test_util
4143 - grpc_test_util
4144 - grpc++
4145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004146 - gpr_test_util
4147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004148- name: status_test
4149 build: test
4150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004151 src:
4152 - test/cpp/util/status_test.cc
4153 deps:
4154 - grpc_test_util
4155 - grpc++
4156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004157 - gpr_test_util
4158 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004159- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004160 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004161 build: test
4162 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004163 src:
4164 - test/cpp/end2end/streaming_throughput_test.cc
4165 deps:
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004170 - gpr_test_util
4171 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004172 platforms:
4173 - mac
4174 - linux
4175 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004176- name: stress_test
4177 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004178 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004179 language: c++
4180 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004181 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004182 - test/cpp/interop/interop_client.h
4183 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004184 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004185 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004186 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004187 - src/proto/grpc/testing/empty.proto
4188 - src/proto/grpc/testing/messages.proto
4189 - src/proto/grpc/testing/metrics.proto
4190 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004191 - test/cpp/interop/interop_client.cc
4192 - test/cpp/interop/stress_interop_client.cc
4193 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004194 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004195 deps:
4196 - grpc++_test_util
4197 - grpc_test_util
4198 - grpc++
4199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004200 - gpr_test_util
4201 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004202 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004203- name: thread_manager_test
4204 build: test
4205 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004206 src:
4207 - test/cpp/thread_manager/thread_manager_test.cc
4208 deps:
4209 - grpc++
4210 - grpc
4211 - gpr
4212 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004213- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004214 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004215 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004216 build: test
4217 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004218 src:
4219 - test/cpp/end2end/thread_stress_test.cc
4220 deps:
4221 - grpc++_test_util
4222 - grpc_test_util
4223 - grpc++
4224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004225 - gpr_test_util
4226 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004227- name: writes_per_rpc_test
4228 gtest: true
4229 cpu_cost: 0.5
4230 build: test
4231 language: c++
4232 src:
4233 - test/cpp/performance/writes_per_rpc_test.cc
4234 deps:
4235 - grpc++_test_util
4236 - grpc_test_util
4237 - grpc++
4238 - grpc
4239 - gpr_test_util
4240 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004241 platforms:
4242 - mac
4243 - linux
4244 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004245- name: public_headers_must_be_c89
4246 build: test
4247 language: c89
4248 src:
4249 - test/core/surface/public_headers_must_be_c89.c
4250 deps:
4251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004253vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004254- linkage: static
4255 name: grpc.dependencies.zlib
4256 props: false
4257 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004258 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004259- linkage: static
4260 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004261 props: true
4262 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004263 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004264- name: gflags
4265 props: false
4266 redist: false
4267 version: 2.1.2.1
4268- name: gtest
4269 props: false
4270 redist: false
4271 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004272configs:
4273 asan:
4274 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004275 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4276 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004277 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004278 LD: clang
4279 LDFLAGS: -fsanitize=address
4280 LDXX: clang++
4281 compile_the_world: true
4282 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004283 ASAN_OPTIONS: detect_leaks=1:color=always
4284 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004285 asan-noleaks:
4286 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004287 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4288 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004289 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004290 LD: clang
4291 LDFLAGS: -fsanitize=address
4292 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004293 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004294 test_environ:
4295 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004296 asan-trace-cmp:
4297 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004298 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4299 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004300 CXX: clang++
4301 LD: clang
4302 LDFLAGS: -fsanitize=address
4303 LDXX: clang++
4304 compile_the_world: true
4305 test_environ:
4306 ASAN_OPTIONS: detect_leaks=1:color=always
4307 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004308 basicprof:
4309 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4310 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004311 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004312 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004313 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004314 dbg:
4315 CPPFLAGS: -O0
4316 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004317 gcov:
4318 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004319 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004320 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004321 DEFINES: _DEBUG DEBUG GPR_GCOV
4322 LD: gcc
4323 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4324 LDXX: g++
4325 helgrind:
4326 CPPFLAGS: -O0
4327 DEFINES: _DEBUG DEBUG
4328 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004329 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004330 lto:
4331 CPPFLAGS: -O2
4332 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004333 memcheck:
4334 CPPFLAGS: -O0
4335 DEFINES: _DEBUG DEBUG
4336 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004337 valgrind: --tool=memcheck --leak-check=full
4338 msan:
4339 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004340 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4341 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4342 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004343 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004344 DEFINES: NDEBUG
4345 LD: clang
4346 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4347 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4348 LDXX: clang++
4349 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004350 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004351 CPPFLAGS: -O3 -fno-omit-frame-pointer
4352 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004353 LDFLAGS: -rdynamic
4354 opt:
4355 CPPFLAGS: -O2
4356 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004357 stapprof:
4358 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4359 DEFINES: NDEBUG
4360 tsan:
4361 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004362 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004363 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004364 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004365 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004366 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004367 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004368 LDXX: clang++
4369 compile_the_world: true
4370 test_environ:
4371 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004372 ubsan:
4373 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004374 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4375 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004376 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004377 DEFINES: NDEBUG
4378 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004379 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004380 LDXX: clang++
4381 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004382 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004383 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004384defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004385 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004386 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004387 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4388 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004389 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004390 benchmark:
4391 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004392 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004393 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004394 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004395 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004396 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004397 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004398 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004399 LDFLAGS: -g
4400 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004401 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004402 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004403node_modules:
4404- deps:
4405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004406 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004407 - boringssl
4408 - z
murgatroid9994a75412015-11-19 14:04:53 -08004409 headers:
4410 - src/node/ext/byte_buffer.h
4411 - src/node/ext/call.h
4412 - src/node/ext/call_credentials.h
4413 - src/node/ext/channel.h
4414 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004415 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004416 - src/node/ext/server.h
4417 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004418 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004419 - src/node/ext/timeval.h
4420 js:
4421 - src/node/index.js
4422 - src/node/src/client.js
4423 - src/node/src/common.js
4424 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004425 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004426 - src/node/src/metadata.js
4427 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004428 name: grpc_node
4429 src:
4430 - src/node/ext/byte_buffer.cc
4431 - src/node/ext/call.cc
4432 - src/node/ext/call_credentials.cc
4433 - src/node/ext/channel.cc
4434 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004435 - src/node/ext/completion_queue_threadpool.cc
4436 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004437 - src/node/ext/node_grpc.cc
4438 - src/node/ext/server.cc
4439 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004440 - src/node/ext/server_generic.cc
4441 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004442 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004443 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004444openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004445 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004446 extraction_dir: openssl-1.0.2f
4447 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004448php_config_m4:
4449 deps:
4450 - grpc
4451 - gpr
4452 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004453 headers:
4454 - src/php/ext/grpc/byte_buffer.h
4455 - src/php/ext/grpc/call.h
4456 - src/php/ext/grpc/call_credentials.h
4457 - src/php/ext/grpc/channel.h
4458 - src/php/ext/grpc/channel_credentials.h
4459 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004460 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004461 - src/php/ext/grpc/php_grpc.h
4462 - src/php/ext/grpc/server.h
4463 - src/php/ext/grpc/server_credentials.h
4464 - src/php/ext/grpc/timeval.h
4465 src:
4466 - src/php/ext/grpc/byte_buffer.c
4467 - src/php/ext/grpc/call.c
4468 - src/php/ext/grpc/call_credentials.c
4469 - src/php/ext/grpc/channel.c
4470 - src/php/ext/grpc/channel_credentials.c
4471 - src/php/ext/grpc/completion_queue.c
4472 - src/php/ext/grpc/php_grpc.c
4473 - src/php/ext/grpc/server.c
4474 - src/php/ext/grpc/server_credentials.c
4475 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004476python_dependencies:
4477 deps:
4478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004479 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004480 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004481 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004482 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004483ruby_gem:
4484 deps:
4485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004486 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004487 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004488 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004489 - z