blob: 6c87210e65f82979fcf2922594dc73c3e464d69e [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
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700200 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700201 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700202 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/exec_ctx.h
204 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/iocp_windows.h
206 - src/core/lib/iomgr/iomgr.h
207 - src/core/lib/iomgr/iomgr_internal.h
208 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700209 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700210 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700211 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700215 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700217 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700219 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/sockaddr.h
221 - src/core/lib/iomgr/sockaddr_posix.h
222 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700223 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500224 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700225 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700226 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/socket_utils_posix.h
228 - src/core/lib/iomgr/socket_windows.h
229 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700230 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/tcp_posix.h
232 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700233 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/tcp_windows.h
236 - src/core/lib/iomgr/time_averaged_stats.h
237 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700238 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/udp_server.h
242 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700243 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/wakeup_fd_pipe.h
245 - src/core/lib/iomgr/wakeup_fd_posix.h
246 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700247 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/iomgr/workqueue_windows.h
249 - src/core/lib/json/json.h
250 - src/core/lib/json/json_common.h
251 - src/core/lib/json/json_reader.h
252 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700253 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800255 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800256 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700257 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/surface/api_trace.h
259 - src/core/lib/surface/call.h
260 - src/core/lib/surface/call_test_only.h
261 - src/core/lib/surface/channel.h
262 - src/core/lib/surface/channel_init.h
263 - src/core/lib/surface/channel_stack_type.h
264 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700265 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700266 - src/core/lib/surface/event_string.h
267 - src/core/lib/surface/init.h
268 - src/core/lib/surface/lame_client.h
269 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800270 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700271 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800274 - src/core/lib/transport/error_utils.h
275 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/metadata.h
277 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700278 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700279 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800281 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400282 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/transport/transport.h
284 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/channel/channel_args.c
287 - src/core/lib/channel/channel_stack.c
288 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/channel/compress_filter.c
290 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700291 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700292 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800293 - src/core/lib/channel/handshaker_factory.c
294 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/http_client_filter.c
296 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700297 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/compression/message_compress.c
299 - src/core/lib/debug/trace.c
300 - src/core/lib/http/format_request.c
301 - src/core/lib/http/httpcli.c
302 - src/core/lib/http/parser.c
303 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700304 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint.c
306 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700307 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700309 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700310 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700311 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700312 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/exec_ctx.c
314 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/iocp_windows.c
316 - src/core/lib/iomgr/iomgr.c
317 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700320 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700321 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700322 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_windows.c
327 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700330 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500332 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700333 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_utils_common_posix.c
335 - src/core/lib/iomgr/socket_utils_linux.c
336 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700338 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/socket_windows.c
340 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/tcp_client_windows.c
343 - src/core/lib/iomgr/tcp_posix.c
344 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700345 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700346 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
347 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/tcp_windows.c
352 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/udp_server.c
357 - src/core/lib/iomgr/unix_sockets_posix.c
358 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700359 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/wakeup_fd_eventfd.c
361 - src/core/lib/iomgr/wakeup_fd_nospecial.c
362 - src/core/lib/iomgr/wakeup_fd_pipe.c
363 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700364 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/iomgr/workqueue_windows.c
366 - src/core/lib/json/json.c
367 - src/core/lib/json/json_reader.c
368 - src/core/lib/json/json_string.c
369 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700370 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700371 - src/core/lib/slice/percent_encoding.c
372 - src/core/lib/slice/slice.c
373 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800374 - src/core/lib/slice/slice_hash_table.c
375 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700376 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/alarm.c
378 - src/core/lib/surface/api_trace.c
379 - src/core/lib/surface/byte_buffer.c
380 - src/core/lib/surface/byte_buffer_reader.c
381 - src/core/lib/surface/call.c
382 - src/core/lib/surface/call_details.c
383 - src/core/lib/surface/call_log_batch.c
384 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/channel_init.c
386 - src/core/lib/surface/channel_ping.c
387 - src/core/lib/surface/channel_stack_type.c
388 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700389 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/surface/lame_client.c
392 - src/core/lib/surface/metadata_array.c
393 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/validate_metadata.c
395 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700396 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/metadata.c
401 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700402 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700403 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800405 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400406 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/transport.c
408 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 deps:
410 - gpr
411 uses:
412 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700414 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700415 - src/core/ext/filters/client_channel/client_channel.h
416 - src/core/ext/filters/client_channel/client_channel_factory.h
417 - src/core/ext/filters/client_channel/connector.h
418 - src/core/ext/filters/client_channel/http_connect_handshaker.h
419 - src/core/ext/filters/client_channel/http_proxy.h
420 - src/core/ext/filters/client_channel/lb_policy.h
421 - src/core/ext/filters/client_channel/lb_policy_factory.h
422 - src/core/ext/filters/client_channel/lb_policy_registry.h
423 - src/core/ext/filters/client_channel/parse_address.h
424 - src/core/ext/filters/client_channel/proxy_mapper.h
425 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
426 - src/core/ext/filters/client_channel/resolver.h
427 - src/core/ext/filters/client_channel/resolver_factory.h
428 - src/core/ext/filters/client_channel/resolver_registry.h
429 - src/core/ext/filters/client_channel/retry_throttle.h
430 - src/core/ext/filters/client_channel/subchannel.h
431 - src/core/ext/filters/client_channel/subchannel_index.h
432 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700433 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700434 - src/core/ext/filters/client_channel/channel_connectivity.c
435 - src/core/ext/filters/client_channel/client_channel.c
436 - src/core/ext/filters/client_channel/client_channel_factory.c
437 - src/core/ext/filters/client_channel/client_channel_plugin.c
438 - src/core/ext/filters/client_channel/connector.c
439 - src/core/ext/filters/client_channel/http_connect_handshaker.c
440 - src/core/ext/filters/client_channel/http_proxy.c
441 - src/core/ext/filters/client_channel/lb_policy.c
442 - src/core/ext/filters/client_channel/lb_policy_factory.c
443 - src/core/ext/filters/client_channel/lb_policy_registry.c
444 - src/core/ext/filters/client_channel/parse_address.c
445 - src/core/ext/filters/client_channel/proxy_mapper.c
446 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
447 - src/core/ext/filters/client_channel/resolver.c
448 - src/core/ext/filters/client_channel/resolver_factory.c
449 - src/core/ext/filters/client_channel/resolver_registry.c
450 - src/core/ext/filters/client_channel/retry_throttle.c
451 - src/core/ext/filters/client_channel/subchannel.c
452 - src/core/ext/filters/client_channel/subchannel_index.c
453 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700454 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700455 uses:
456 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800457- name: grpc_codegen
458 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700459 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800460 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800461 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800462 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700465 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700467 uses:
468 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700469- name: grpc_lb_policy_grpclb
470 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700471 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
472 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
473 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
474 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700475 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700476 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
477 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
478 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
479 - 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 -0800480 plugin: grpc_lb_policy_grpclb
481 uses:
482 - grpc_base
483 - grpc_client_channel
484 - nanopb
485- name: grpc_lb_policy_grpclb_secure
486 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700487 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
488 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
489 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
490 - 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 -0800491 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
495 - 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 -0700496 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700497 uses:
498 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700499 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700500 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700501 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700502- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700503 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700504 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700505 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700506 uses:
507 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700508 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700509- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700510 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700511 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700512 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700513 uses:
514 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700515 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700516- name: grpc_load_reporting
517 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700518 - src/core/ext/filters/load_reporting/load_reporting.h
519 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700520 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/load_reporting/load_reporting.c
522 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700523 plugin: grpc_load_reporting_plugin
524 uses:
525 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700526- name: grpc_max_age_filter
527 headers:
528 - src/core/ext/filters/max_age/max_age_filter.h
529 src:
530 - src/core/ext/filters/max_age/max_age_filter.c
531 plugin: grpc_max_age_filter
532 uses:
533 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700534- name: grpc_message_size_filter
535 headers:
536 - src/core/ext/filters/message_size/message_size_filter.h
537 src:
538 - src/core/ext/filters/message_size/message_size_filter.c
539 plugin: grpc_message_size_filter
540 uses:
541 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700542- name: grpc_resolver_dns_ares
543 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
545 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700546 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
548 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
549 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700550 plugin: grpc_resolver_dns_ares
551 uses:
552 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700553 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700554- name: grpc_resolver_dns_native
555 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700557 plugin: grpc_resolver_dns_native
558 uses:
559 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700560 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700561- name: grpc_resolver_sockaddr
562 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700564 plugin: grpc_resolver_sockaddr
565 uses:
566 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700567 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100568- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 public_headers:
570 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100571 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/context/security_context.h
573 - src/core/lib/security/credentials/composite/composite_credentials.h
574 - src/core/lib/security/credentials/credentials.h
575 - src/core/lib/security/credentials/fake/fake_credentials.h
576 - src/core/lib/security/credentials/google_default/google_default_credentials.h
577 - src/core/lib/security/credentials/iam/iam_credentials.h
578 - src/core/lib/security/credentials/jwt/json_token.h
579 - src/core/lib/security/credentials/jwt/jwt_credentials.h
580 - src/core/lib/security/credentials/jwt/jwt_verifier.h
581 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
582 - src/core/lib/security/credentials/plugin/plugin_credentials.h
583 - src/core/lib/security/credentials/ssl/ssl_credentials.h
584 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800585 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700586 - src/core/lib/security/transport/secure_endpoint.h
587 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800588 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700589 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700590 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100591 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700592 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700593 - src/core/lib/security/context/security_context.c
594 - src/core/lib/security/credentials/composite/composite_credentials.c
595 - src/core/lib/security/credentials/credentials.c
596 - src/core/lib/security/credentials/credentials_metadata.c
597 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700598 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700599 - src/core/lib/security/credentials/google_default/google_default_credentials.c
600 - src/core/lib/security/credentials/iam/iam_credentials.c
601 - src/core/lib/security/credentials/jwt/json_token.c
602 - src/core/lib/security/credentials/jwt/jwt_credentials.c
603 - src/core/lib/security/credentials/jwt/jwt_verifier.c
604 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
605 - src/core/lib/security/credentials/plugin/plugin_credentials.c
606 - src/core/lib/security/credentials/ssl/ssl_credentials.c
607 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800608 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700609 - src/core/lib/security/transport/secure_endpoint.c
610 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800611 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700612 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700613 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700614 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700615 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700617 uses:
618 - grpc_base
619 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700621- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700622 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700623 headers:
624 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700625 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800626 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700627 - test/core/end2end/fixtures/proxy.h
628 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800629 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700630 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200631 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700632 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700633 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700634 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700636 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700637 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800638 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700639 src:
640 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700641 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800642 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700643 - test/core/end2end/fixtures/proxy.c
644 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800645 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700646 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200647 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700648 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700650 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800651 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700652 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700653 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800654 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700655 deps:
656 - grpc
657 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700658- name: grpc_transport_chttp2
659 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700660 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700661 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
663 - src/core/ext/transport/chttp2/transport/frame.h
664 - src/core/ext/transport/chttp2/transport/frame_data.h
665 - src/core/ext/transport/chttp2/transport/frame_goaway.h
666 - src/core/ext/transport/chttp2/transport/frame_ping.h
667 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
668 - src/core/ext/transport/chttp2/transport/frame_settings.h
669 - src/core/ext/transport/chttp2/transport/frame_window_update.h
670 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
671 - src/core/ext/transport/chttp2/transport/hpack_parser.h
672 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700673 - src/core/ext/transport/chttp2/transport/huffsyms.h
674 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
675 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700676 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700677 - src/core/ext/transport/chttp2/transport/varint.h
678 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700679 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700680 - src/core/ext/transport/chttp2/transport/bin_encoder.c
681 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700682 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
683 - src/core/ext/transport/chttp2/transport/frame_data.c
684 - src/core/ext/transport/chttp2/transport/frame_goaway.c
685 - src/core/ext/transport/chttp2/transport/frame_ping.c
686 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
687 - src/core/ext/transport/chttp2/transport/frame_settings.c
688 - src/core/ext/transport/chttp2/transport/frame_window_update.c
689 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
690 - src/core/ext/transport/chttp2/transport/hpack_parser.c
691 - src/core/ext/transport/chttp2/transport/hpack_table.c
692 - src/core/ext/transport/chttp2/transport/huffsyms.c
693 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
694 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700695 - src/core/ext/transport/chttp2/transport/stream_lists.c
696 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700697 - src/core/ext/transport/chttp2/transport/varint.c
698 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700699 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700700 uses:
701 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700702 - grpc_transport_chttp2_alpn
703- name: grpc_transport_chttp2_alpn
704 headers:
705 - src/core/ext/transport/chttp2/alpn/alpn.h
706 src:
707 - src/core/ext/transport/chttp2/alpn/alpn.c
708 deps:
709 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800710- name: grpc_transport_chttp2_client_connector
711 headers:
712 - src/core/ext/transport/chttp2/client/chttp2_connector.h
713 src:
714 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800715 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800716 - grpc_transport_chttp2
717 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700718 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700719- name: grpc_transport_chttp2_client_insecure
720 src:
721 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700722 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700723 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800724 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700725 - grpc_transport_chttp2
726 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700727 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700728- name: grpc_transport_chttp2_client_secure
729 src:
730 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700731 uses:
732 - grpc_transport_chttp2
733 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700734 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700735 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800736 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800737- name: grpc_transport_chttp2_server
738 headers:
739 - src/core/ext/transport/chttp2/server/chttp2_server.h
740 src:
741 - src/core/ext/transport/chttp2/server/chttp2_server.c
742 uses:
743 - grpc_transport_chttp2
744 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700745- name: grpc_transport_chttp2_server_insecure
746 src:
747 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700748 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700749 uses:
750 - grpc_transport_chttp2
751 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800752 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700753- name: grpc_transport_chttp2_server_secure
754 src:
755 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700756 uses:
757 - grpc_transport_chttp2
758 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700759 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800760 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700761- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700762 public_headers:
763 - include/grpc/grpc_cronet.h
764 - include/grpc/grpc_security.h
765 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700766 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800767 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800768 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700769 src:
770 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
771 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
772 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700773 filegroups:
774 - grpc_base
775 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800776- name: nanopb
777 headers:
778 - third_party/nanopb/pb.h
779 - third_party/nanopb/pb_common.h
780 - third_party/nanopb/pb_decode.h
781 - third_party/nanopb/pb_encode.h
782 src:
783 - third_party/nanopb/pb_common.c
784 - third_party/nanopb/pb_decode.c
785 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786- name: tsi
787 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700788 - src/core/tsi/fake_transport_security.h
789 - src/core/tsi/ssl_transport_security.h
790 - src/core/tsi/ssl_types.h
791 - src/core/tsi/transport_security.h
792 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700794 - src/core/tsi/fake_transport_security.c
795 - src/core/tsi/ssl_transport_security.c
796 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 deps:
798 - gpr
799 secure: true
800- name: grpc++_base
801 language: c++
802 public_headers:
803 - include/grpc++/alarm.h
804 - include/grpc++/channel.h
805 - include/grpc++/client_context.h
806 - include/grpc++/completion_queue.h
807 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700808 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800809 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - include/grpc++/generic/async_generic_service.h
811 - include/grpc++/generic/generic_stub.h
812 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800813 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800815 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700817 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - include/grpc++/impl/grpc_library.h
819 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - include/grpc++/impl/rpc_method.h
821 - include/grpc++/impl/rpc_service_method.h
822 - include/grpc++/impl/serialization_traits.h
823 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700824 - include/grpc++/impl/server_builder_plugin.h
825 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700827 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/security/auth_context.h
829 - include/grpc++/security/auth_metadata_processor.h
830 - include/grpc++/security/credentials.h
831 - include/grpc++/security/server_credentials.h
832 - include/grpc++/server.h
833 - include/grpc++/server_builder.h
834 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700835 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/support/async_stream.h
837 - include/grpc++/support/async_unary_call.h
838 - include/grpc++/support/byte_buffer.h
839 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700840 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - include/grpc++/support/slice.h
842 - include/grpc++/support/status.h
843 - include/grpc++/support/status_code_enum.h
844 - include/grpc++/support/string_ref.h
845 - include/grpc++/support/stub_options.h
846 - include/grpc++/support/sync_stream.h
847 - include/grpc++/support/time.h
848 headers:
849 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700850 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800852 - src/cpp/server/health/default_health_check_service.h
853 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700855 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700857 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 - src/cpp/client/client_context.cc
859 - src/cpp/client/create_channel.cc
860 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700861 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700862 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700865 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700866 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700868 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700870 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800872 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - src/cpp/server/create_default_thread_pool.cc
874 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800875 - src/cpp/server/health/default_health_check_service.cc
876 - src/cpp/server/health/health.pb.c
877 - src/cpp/server/health/health_check_service.cc
878 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700880 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - src/cpp/server/server_context.cc
882 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700883 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700884 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700885 - src/cpp/util/byte_buffer_cc.cc
886 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/util/status.cc
888 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700889 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 uses:
yang-g17487f92016-06-03 15:21:15 -0700891 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700892 - grpc_base
893 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700894- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 language: c++
896 public_headers:
897 - include/grpc++/impl/codegen/async_stream.h
898 - include/grpc++/impl/codegen/async_unary_call.h
899 - include/grpc++/impl/codegen/call.h
900 - include/grpc++/impl/codegen/call_hook.h
901 - include/grpc++/impl/codegen/channel_interface.h
902 - include/grpc++/impl/codegen/client_context.h
903 - include/grpc++/impl/codegen/client_unary_call.h
904 - include/grpc++/impl/codegen/completion_queue.h
905 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700906 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/core_codegen_interface.h
908 - include/grpc++/impl/codegen/create_auth_context.h
909 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800910 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - include/grpc++/impl/codegen/rpc_method.h
913 - include/grpc++/impl/codegen/rpc_service_method.h
914 - include/grpc++/impl/codegen/security/auth_context.h
915 - include/grpc++/impl/codegen/serialization_traits.h
916 - include/grpc++/impl/codegen/server_context.h
917 - include/grpc++/impl/codegen/server_interface.h
918 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800919 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - include/grpc++/impl/codegen/status.h
921 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700922 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - include/grpc++/impl/codegen/string_ref.h
924 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 - include/grpc++/impl/codegen/sync_stream.h
926 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 uses:
928 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700929- name: grpc++_codegen_base_src
930 language: c++
931 src:
932 - src/cpp/codegen/codegen_init.cc
933 uses:
934 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700935- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 language: c++
937 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700938 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 uses:
yang-g17487f92016-06-03 15:21:15 -0700940 - grpc++_codegen_base
941 - grpc++_config_proto
942- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 language: c++
944 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700946- name: grpc++_reflection_proto
947 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700948 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700949 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800950- name: grpc++_test
951 language: c++
952 public_headers:
953 - include/grpc++/test/server_context_test_spouse.h
954 deps:
955 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700956- name: thrift_util
957 language: c++
958 public_headers:
959 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700960 - include/grpc++/impl/codegen/thrift_utils.h
961 uses:
962 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100963libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800964- name: gpr
965 build: all
966 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700968 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 secure: false
970 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
971- name: gpr_test_util
972 build: private
973 language: c
974 headers:
975 - test/core/util/test_config.h
976 src:
977 - test/core/util/test_config.c
978 deps:
979 - gpr
980 secure: false
981 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982- name: grpc
983 build: all
984 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700985 src:
986 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800988 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700990 filegroups:
991 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700992 - grpc_transport_chttp2_server_secure
993 - grpc_transport_chttp2_client_secure
994 - grpc_transport_chttp2_server_insecure
995 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800996 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700997 - grpc_lb_policy_pick_first
998 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700999 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001000 - grpc_resolver_dns_native
1001 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001002 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001003 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001004 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001005 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001006 - grpc_message_size_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001007 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001009 vs_packages:
1010 - grpc.dependencies.openssl
1011 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001013- name: grpc_cronet
1014 build: all
1015 language: c
1016 src:
1017 - src/core/lib/surface/init.c
1018 baselib: true
1019 deps_linkage: static
1020 dll: true
1021 filegroups:
1022 - grpc_base
1023 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001024 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001025 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001026 generate_plugin_registry: true
1027 platforms:
1028 - linux
1029 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001030- name: grpc_dll
1031 build: private
1032 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001033 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001034 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001035 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001036 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001037 build_system:
1038 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001039 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001040 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001041 vs_config_type: DynamicLibrary
1042 vs_packages:
1043 - grpc.dependencies.openssl
1044 - grpc.dependencies.zlib
1045 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1046 vs_props:
1047 - zlib
1048 - openssl
1049 - winsock
1050 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051- name: grpc_test_util
1052 build: private
1053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001054 headers:
1055 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001056 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001057 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001058 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001059 - test/core/end2end/data/server1_cert.c
1060 - test/core/end2end/data/server1_key.c
1061 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001062 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001063 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001064 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001065 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001066 - grpc
1067 filegroups:
1068 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001069 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1071- name: grpc_test_util_unsecure
1072 build: private
1073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001074 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr
1076 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001077 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001078 filegroups:
1079 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001080 secure: false
1081 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1082- name: grpc_unsecure
1083 build: all
1084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001085 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001087 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001089 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001091 filegroups:
1092 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001093 - grpc_transport_chttp2_server_insecure
1094 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001095 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001096 - grpc_resolver_dns_native
1097 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001098 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001099 - grpc_lb_policy_grpclb
1100 - grpc_lb_policy_pick_first
1101 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001102 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001103 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001104 - grpc_message_size_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001105 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 secure: false
1107 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108- name: reconnect_server
1109 build: private
1110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001111 headers:
1112 - test/core/util/reconnect_server.h
1113 src:
1114 - test/core/util/reconnect_server.c
1115 deps:
yang-gc9fca182015-11-06 16:41:33 -08001116 - test_tcp_server
1117 - grpc_test_util
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001121- name: test_tcp_server
1122 build: private
1123 language: c
1124 headers:
1125 - test/core/util/test_tcp_server.h
1126 src:
1127 - test/core/util/test_tcp_server.c
1128 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001129 - grpc_test_util
1130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001131 - gpr_test_util
1132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: grpc++
1134 build: all
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001137 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001138 - src/cpp/client/secure_credentials.h
1139 - src/cpp/common/secure_auth_context.h
1140 - src/cpp/server/secure_server_credentials.h
1141 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001142 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001143 - src/cpp/client/secure_credentials.cc
1144 - src/cpp/common/auth_property_iterator.cc
1145 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001146 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001147 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001148 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001149 - src/cpp/server/secure_server_credentials.cc
1150 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001151 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 baselib: true
1153 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001154 filegroups:
1155 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001156 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001157 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001158 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 secure: check
1160 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001161- name: grpc++_cronet
1162 build: all
1163 language: c++
1164 src:
1165 - src/cpp/client/cronet_credentials.cc
1166 - src/cpp/client/insecure_credentials.cc
1167 - src/cpp/common/insecure_create_auth_context.cc
1168 - src/cpp/server/insecure_server_credentials.cc
1169 deps:
1170 - gpr
1171 - grpc_cronet
1172 baselib: true
1173 dll: true
1174 filegroups:
1175 - grpc++_base
1176 - grpc++_codegen_base
1177 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001178 - grpc_transport_chttp2_client_insecure
1179 - grpc_transport_chttp2_server_insecure
1180 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001181 platforms:
1182 - linux
1183 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001184- name: grpc++_proto_reflection_desc_db
1185 build: private
1186 language: c++
1187 headers:
1188 - test/cpp/util/proto_reflection_descriptor_database.h
1189 src:
1190 - test/cpp/util/proto_reflection_descriptor_database.cc
1191 deps:
1192 - grpc++
1193 filegroups:
1194 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001195 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001196- name: grpc++_reflection
1197 build: all
1198 language: c++
1199 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001200 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001201 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001202 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001203 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001204 - src/cpp/ext/proto_server_reflection.cc
1205 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001206 deps:
1207 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001208 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001209 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: grpc++_test_config
1211 build: private
1212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001213 headers:
1214 - test/cpp/util/test_config.h
1215 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001216 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: grpc++_test_util
1218 build: private
1219 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001220 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001221 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001222 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001223 - test/cpp/util/create_test_channel.h
1224 - test/cpp/util/string_ref_helper.h
1225 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001226 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
yang-gc8a49d22016-12-12 11:18:49 -08001228 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001229 - src/proto/grpc/testing/echo_messages.proto
1230 - src/proto/grpc/testing/echo.proto
1231 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001232 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001233 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 - test/cpp/util/create_test_channel.cc
1235 - test/cpp/util/string_ref_helper.cc
1236 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001237 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001238 deps:
1239 - grpc++
1240 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001241 filegroups:
1242 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001243 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001244 - grpc++_codegen_proto
1245 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001246 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247- name: grpc++_unsecure
1248 build: all
1249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001250 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001251 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001252 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001253 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001254 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001256 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 baselib: true
1258 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001259 filegroups:
1260 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001261 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001262 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 secure: false
1264 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001265- name: grpc_benchmark
1266 build: test
1267 language: c++
1268 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001269 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1270 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001271 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001272 src:
1273 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001274 deps:
1275 - benchmark
1276 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001277 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001278 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001279 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001280- name: grpc_cli_libs
1281 build: private
1282 language: c++
1283 headers:
1284 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001285 - test/cpp/util/cli_credentials.h
1286 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001287 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001288 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001289 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001290 src:
1291 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001292 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001293 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001294 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001295 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001296 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001297 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001298 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001299 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001300 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001301 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001302- name: grpc_plugin_support
1303 build: protoc
1304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001305 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001306 - src/compiler/config.h
1307 - src/compiler/cpp_generator.h
1308 - src/compiler/cpp_generator_helpers.h
1309 - src/compiler/csharp_generator.h
1310 - src/compiler/csharp_generator_helpers.h
1311 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001312 - src/compiler/node_generator.h
1313 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001314 - src/compiler/objective_c_generator.h
1315 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001316 - src/compiler/php_generator.h
1317 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/compiler/python_generator.h
1319 - src/compiler/ruby_generator.h
1320 - src/compiler/ruby_generator_helpers-inl.h
1321 - src/compiler/ruby_generator_map-inl.h
1322 - src/compiler/ruby_generator_string-inl.h
1323 src:
1324 - src/compiler/cpp_generator.cc
1325 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001326 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001327 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001328 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001329 - src/compiler/python_generator.cc
1330 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001331 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001332 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 secure: false
1334 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001335 vs_props:
1336 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001337- name: http2_client_main
1338 build: private
1339 language: c++
1340 headers:
1341 - test/cpp/interop/http2_client.h
1342 src:
1343 - src/proto/grpc/testing/empty.proto
1344 - src/proto/grpc/testing/messages.proto
1345 - src/proto/grpc/testing/test.proto
1346 - test/cpp/interop/http2_client.cc
1347 deps:
1348 - grpc++_test_util
1349 - grpc_test_util
1350 - grpc++
1351 - grpc
1352 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: interop_client_helper
1354 build: private
1355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001356 headers:
1357 - test/cpp/interop/client_helper.h
1358 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001359 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001360 - test/cpp/interop/client_helper.cc
1361 deps:
1362 - grpc++_test_util
1363 - grpc_test_util
1364 - grpc++
1365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: interop_client_main
1368 build: private
1369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001370 headers:
1371 - test/cpp/interop/interop_client.h
1372 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001373 - src/proto/grpc/testing/empty.proto
1374 - src/proto/grpc/testing/messages.proto
1375 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001376 - test/cpp/interop/client.cc
1377 - test/cpp/interop/interop_client.cc
1378 deps:
1379 - interop_client_helper
1380 - grpc++_test_util
1381 - grpc_test_util
1382 - grpc++
1383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: interop_server_helper
1388 build: private
1389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001390 headers:
1391 - test/cpp/interop/server_helper.h
1392 src:
1393 - test/cpp/interop/server_helper.cc
1394 deps:
yang-gcc591022017-01-11 11:10:43 -08001395 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001396 - grpc_test_util
1397 - grpc++
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001400- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401 build: private
1402 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001404 - src/proto/grpc/testing/empty.proto
1405 - src/proto/grpc/testing/messages.proto
1406 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001407 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001408 deps:
1409 - interop_server_helper
1410 - grpc++_test_util
1411 - grpc_test_util
1412 - grpc++
1413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001416 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001417- name: interop_server_main
1418 build: private
1419 language: c++
1420 src:
1421 - test/cpp/interop/interop_server_bootstrap.cc
1422 deps:
1423 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: qps
1425 build: private
1426 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001427 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001428 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001429 - test/cpp/qps/client.h
1430 - test/cpp/qps/driver.h
1431 - test/cpp/qps/histogram.h
1432 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001433 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001434 - test/cpp/qps/qps_worker.h
1435 - test/cpp/qps/report.h
1436 - test/cpp/qps/server.h
1437 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001438 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001439 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001440 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001441 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001442 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001443 - src/proto/grpc/testing/control.proto
1444 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001445 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001446 - test/cpp/qps/client_async.cc
1447 - test/cpp/qps/client_sync.cc
1448 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001449 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001450 - test/cpp/qps/qps_worker.cc
1451 - test/cpp/qps/report.cc
1452 - test/cpp/qps/server_async.cc
1453 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001454 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001455 deps:
1456 - grpc_test_util
1457 - grpc++_test_util
1458 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: grpc_csharp_ext
1460 build: all
1461 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - src/csharp/ext/grpc_csharp_ext.c
1464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001467 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001468 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469 dll: only
1470 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001471 vs_packages:
1472 - grpc.dependencies.openssl
1473 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001475 vs_props:
1476 - zlib
1477 - openssl
1478 - winsock
1479 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001481- name: alarm_test
1482 build: test
1483 language: c
1484 src:
1485 - test/core/surface/alarm_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001489 - gpr_test_util
1490 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001491- name: algorithm_test
1492 build: test
1493 language: c
1494 src:
1495 - test/core/compression/algorithm_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001501- name: alloc_test
1502 build: test
1503 language: c
1504 src:
1505 - test/core/support/alloc_test.c
1506 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: alpn_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/transport/chttp2/alpn_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001519- name: api_fuzzer
1520 build: fuzzer
1521 language: c
1522 src:
1523 - test/core/end2end/fuzzers/api_fuzzer.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
1529 corpus_dirs:
1530 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001531 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001532 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001533- name: arena_test
1534 build: test
1535 language: c
1536 src:
1537 - test/core/support/arena_test.c
1538 deps:
1539 - gpr_test_util
1540 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001541- name: bad_server_response_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/end2end/bad_server_response_test.c
1546 deps:
1547 - test_tcp_server
1548 - grpc_test_util
1549 - grpc
1550 - gpr_test_util
1551 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001552 exclude_iomgrs:
1553 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001554- name: bdp_estimator_test
1555 build: test
1556 language: c
1557 src:
1558 - test/core/transport/bdp_estimator_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
1562 - gpr_test_util
1563 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001564- name: bin_decoder_test
1565 build: test
1566 language: c
1567 src:
1568 - test/core/transport/chttp2/bin_decoder_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: bin_encoder_test
1573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/transport/chttp2/bin_encoder_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001580- name: census_context_test
1581 build: test
1582 language: c
1583 src:
1584 - test/core/census/context_test.c
1585 deps:
1586 - grpc_test_util
1587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 - gpr_test_util
1589 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001590- name: census_resource_test
1591 build: test
1592 language: c
1593 src:
1594 - test/core/census/resource_test.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
1598 - gpr_test_util
1599 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001600- name: census_trace_context_test
1601 build: test
1602 language: c
1603 src:
1604 - test/core/census/trace_context_test.c
1605 deps:
1606 - grpc_test_util
1607 - grpc
1608 - gpr_test_util
1609 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001610- name: channel_create_test
1611 build: test
1612 language: c
1613 src:
1614 - test/core/surface/channel_create_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001620- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001624 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001625 deps:
1626 - grpc_test_util
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: chttp2_stream_map_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/transport/chttp2/stream_map_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001640- name: chttp2_varint_test
1641 build: test
1642 language: c
1643 src:
1644 - test/core/transport/chttp2/varint_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001650- name: client_fuzzer
1651 build: fuzzer
1652 language: c
1653 src:
1654 - test/core/end2end/fuzzers/client_fuzzer.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
1658 - gpr_test_util
1659 - gpr
1660 corpus_dirs:
1661 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001662 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001663 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001664- name: combiner_test
1665 cpu_cost: 30
1666 build: test
1667 language: c
1668 src:
1669 - test/core/iomgr/combiner_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
1673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: compression_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/compression/compression_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001685- name: concurrent_connectivity_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/surface/concurrent_connectivity_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
1693 - gpr_test_util
1694 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001695 exclude_iomgrs:
1696 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001697- name: connection_refused_test
1698 cpu_cost: 0.1
1699 build: test
1700 language: c
1701 src:
1702 - test/core/end2end/connection_refused_test.c
1703 deps:
1704 - grpc_test_util
1705 - grpc
1706 - gpr_test_util
1707 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001708- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001709 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001710 build: test
1711 language: c
1712 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001713 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001714 deps:
1715 - grpc_test_util
1716 - grpc
1717 - gpr_test_util
1718 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001719 exclude_iomgrs:
1720 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001721- name: dns_resolver_test
1722 build: test
1723 language: c
1724 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001725 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001732 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/end2end/dualstack_socket_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001742 exclude_iomgrs:
1743 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001744 platforms:
1745 - mac
1746 - linux
1747 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001748- name: endpoint_pair_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/iomgr/endpoint_pair_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001758 exclude_iomgrs:
1759 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001760- name: error_test
1761 cpu_cost: 30
1762 build: test
1763 language: c
1764 src:
1765 - test/core/iomgr/error_test.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001771- name: ev_epoll_linux_test
1772 build: test
1773 language: c
1774 src:
1775 - test/core/iomgr/ev_epoll_linux_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
1779 - gpr_test_util
1780 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001781 exclude_iomgrs:
1782 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001783 platforms:
1784 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: fd_conservation_posix_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/iomgr/fd_conservation_posix_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001795 exclude_iomgrs:
1796 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001797 platforms:
1798 - mac
1799 - linux
1800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: fd_posix_test
1802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - test/core/iomgr/fd_posix_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001811 exclude_iomgrs:
1812 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: fling_client
1818 build: test
1819 run: false
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/fling/client.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: fling_server
1829 build: test
1830 run: false
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/fling/server.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001840 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/fling/fling_stream_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001850 platforms:
1851 - mac
1852 - linux
1853 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001855 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/fling/fling_test.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001865 platforms:
1866 - mac
1867 - linux
1868 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gen_hpack_tables
1870 build: tool
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - tools/codegen/core/gen_hpack_tables.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001876 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: gen_legal_metadata_characters
1878 build: tool
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001883- name: gen_percent_encoding_tables
1884 build: tool
1885 language: c
1886 src:
1887 - tools/codegen/core/gen_percent_encoding_tables.c
1888 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001889- name: goaway_server_test
1890 cpu_cost: 0.1
1891 build: test
1892 language: c
1893 src:
1894 - test/core/end2end/goaway_server_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
1898 - gpr_test_util
1899 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001900 exclude_iomgrs:
1901 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001902 platforms:
1903 - mac
1904 - linux
1905 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001906- name: gpr_avl_test
1907 build: test
1908 language: c
1909 src:
1910 - test/core/support/avl_test.c
1911 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001914- name: gpr_backoff_test
1915 build: test
1916 language: c
1917 src:
1918 - test/core/support/backoff_test.c
1919 deps:
1920 - gpr_test_util
1921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: gpr_cmdline_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/support/cmdline_test.c
1927 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001930- name: gpr_cpu_test
1931 build: test
1932 language: c
1933 src:
1934 - test/core/support/cpu_test.c
1935 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: gpr_env_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/support/env_test.c
1943 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: gpr_histogram_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/support/histogram_test.c
1951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: gpr_host_port_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/support/host_port_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: gpr_log_test
1963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/support/log_test.c
1967 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001970- name: gpr_mpscq_test
1971 cpu_cost: 30
1972 build: test
1973 language: c
1974 src:
1975 - test/core/support/mpscq_test.c
1976 deps:
1977 - gpr_test_util
1978 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001979- name: gpr_spinlock_test
1980 cpu_cost: 10
1981 build: test
1982 language: c
1983 src:
1984 - test/core/support/spinlock_test.c
1985 deps:
1986 - gpr_test_util
1987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001989 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/support/stack_lockfree_test.c
1994 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: gpr_string_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/support/string_test.c
2002 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002006 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/support/sync_test.c
2011 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002015 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/support/thd_test.c
2020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: gpr_time_test
2024 build: test
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/support/time_test.c
2028 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: gpr_tls_test
2032 build: test
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/support/tls_test.c
2036 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: gpr_useful_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/support/useful_test.c
2044 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: grpc_auth_context_test
2048 build: test
2049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/core/security/auth_context_test.c
2052 deps:
2053 - grpc_test_util
2054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002057- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002061 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002062 deps:
2063 - grpc_test_util
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: grpc_byte_buffer_reader_test
2068 build: test
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/surface/byte_buffer_reader_test.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: grpc_channel_args_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/channel/channel_args_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: grpc_channel_stack_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/channel/channel_stack_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: grpc_completion_queue_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/surface/completion_queue_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002107- name: grpc_completion_queue_threading_test
2108 build: test
2109 language: c
2110 src:
2111 - test/core/surface/completion_queue_threading_test.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
2115 - gpr_test_util
2116 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002117 exclude_iomgrs:
2118 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: grpc_create_jwt
2120 build: tool
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/security/create_jwt.c
2124 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002127 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_credentials_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/security/credentials_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002139 build: test
2140 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - test/core/security/fetch_oauth2.c
2144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002149- name: grpc_invalid_channel_args_test
2150 build: test
2151 language: c
2152 src:
2153 - test/core/surface/invalid_channel_args_test.c
2154 deps:
2155 - grpc_test_util
2156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr_test_util
2158 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002159- name: grpc_json_token_test
2160 build: test
2161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - test/core/security/json_token_test.c
2164 deps:
2165 - grpc_test_util
2166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002167 - gpr_test_util
2168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002169 platforms:
2170 - linux
2171 - posix
2172 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: grpc_jwt_verifier_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/security/jwt_verifier_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: grpc_print_google_default_creds_token
2184 build: tool
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/security/print_google_default_creds_token.c
2188 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191- name: grpc_security_connector_test
2192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
2195 - test/core/security/security_connector_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: grpc_verify_jwt
2202 build: tool
2203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002204 src:
2205 - test/core/security/verify_jwt.c
2206 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002209- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002210 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002211 language: c
2212 src:
2213 - test/core/handshake/client_ssl.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
2217 - gpr_test_util
2218 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002219 exclude_iomgrs:
2220 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002221 platforms:
2222 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002223 secure: true
2224- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002225 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002226 language: c
2227 src:
2228 - test/core/handshake/server_ssl.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
2232 - gpr_test_util
2233 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002234 platforms:
2235 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002236 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002237- name: hpack_parser_fuzzer_test
2238 build: fuzzer
2239 language: c
2240 src:
2241 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
2245 - gpr_test_util
2246 - gpr
2247 corpus_dirs:
2248 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002249 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002250 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: hpack_parser_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/transport/chttp2/hpack_parser_test.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: hpack_table_test
2262 build: test
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/transport/chttp2/hpack_table_test.c
2266 deps:
2267 - grpc_test_util
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr_test_util
2270 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002271- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272 build: test
2273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002274 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002275 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002276 deps:
2277 - grpc_test_util
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002281- name: http_request_fuzzer_test
2282 build: fuzzer
2283 language: c
2284 src:
2285 - test/core/http/request_fuzzer.c
2286 deps:
2287 - grpc_test_util
2288 - grpc
2289 - gpr_test_util
2290 - gpr
2291 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002292 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002293 maxlen: 2048
2294- name: http_response_fuzzer_test
2295 build: fuzzer
2296 language: c
2297 src:
2298 - test/core/http/response_fuzzer.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
2302 - gpr_test_util
2303 - gpr
2304 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002305 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002306 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002307- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308 build: test
2309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002310 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002311 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002312 deps:
2313 - grpc_test_util
2314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002315 - gpr_test_util
2316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002318 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002322 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002328 platforms:
2329 - mac
2330 - linux
2331 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002332- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002333 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002334 build: test
2335 language: c
2336 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002337 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002343 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002344 - linux
yang-gf1183302015-12-07 16:02:05 -08002345- name: init_test
2346 build: test
2347 language: c
2348 src:
2349 - test/core/surface/init_test.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002353 - gpr_test_util
2354 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002355- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002356 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002357 build: test
2358 language: c
2359 src:
2360 - test/core/end2end/invalid_call_argument_test.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002366- name: json_fuzzer_test
2367 build: fuzzer
2368 language: c
2369 src:
2370 - test/core/json/fuzzer.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
2374 - gpr_test_util
2375 - gpr
2376 corpus_dirs:
2377 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002378 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: json_rewrite
2380 build: test
2381 run: false
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/core/json/json_rewrite.c
2385 deps:
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: json_rewrite_test
2389 build: test
2390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
2392 - test/core/json/json_rewrite_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002398- name: json_stream_error_test
2399 build: test
2400 language: c
2401 src:
2402 - test/core/json/json_stream_error_test.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002408- name: json_test
2409 build: test
2410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002411 src:
2412 - test/core/json/json_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: lame_client_test
2419 build: test
2420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/core/surface/lame_client_test.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002428- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002429 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002430 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002431 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002434 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002435 deps:
2436 - grpc_test_util
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002440- name: load_file_test
2441 build: test
2442 language: c
2443 src:
2444 - test/core/iomgr/load_file_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
2448 - gpr_test_util
2449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: low_level_ping_pong_benchmark
2451 build: benchmark
2452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/core/network_benchmarks/low_level_ping_pong.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002460 platforms:
2461 - mac
2462 - linux
2463 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002464- name: memory_profile_client
2465 build: test
2466 run: false
2467 language: c
2468 src:
2469 - test/core/memory_usage/client.c
2470 deps:
2471 - grpc_test_util
2472 - grpc
2473 - gpr_test_util
2474 - gpr
2475- name: memory_profile_server
2476 build: test
2477 run: false
2478 language: c
2479 src:
2480 - test/core/memory_usage/server.c
2481 deps:
2482 - grpc_test_util
2483 - grpc
2484 - gpr_test_util
2485 - gpr
2486- name: memory_profile_test
2487 cpu_cost: 1.5
2488 build: test
2489 language: c
2490 src:
2491 - test/core/memory_usage/memory_usage_test.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
2497 platforms:
2498 - mac
2499 - linux
2500 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002501- name: message_compress_test
2502 build: test
2503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/core/compression/message_compress_test.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002511- name: minimal_stack_is_minimal_test
2512 build: test
2513 language: c
2514 src:
2515 - test/core/channel/minimal_stack_is_minimal_test.c
2516 deps:
2517 - grpc_test_util
2518 - grpc
2519 - gpr_test_util
2520 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002521- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002522 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002523 build: test
2524 language: c
2525 src:
2526 - test/core/census/mlog_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532- name: multiple_server_queues_test
2533 build: test
2534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - test/core/end2end/multiple_server_queues_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: murmur_hash_test
2543 build: test
2544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/core/support/murmur_hash_test.c
2547 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002550- name: nanopb_fuzzer_response_test
2551 build: fuzzer
2552 language: c
2553 src:
2554 - test/core/nanopb/fuzzer_response.c
2555 deps:
2556 - grpc_test_util
2557 - grpc
2558 - gpr_test_util
2559 - gpr
2560 corpus_dirs:
2561 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002562 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002563- name: nanopb_fuzzer_serverlist_test
2564 build: fuzzer
2565 language: c
2566 src:
2567 - test/core/nanopb/fuzzer_serverlist.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
2571 - gpr_test_util
2572 - gpr
2573 corpus_dirs:
2574 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002575 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002577 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578 build: test
2579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002580 src:
2581 - test/core/end2end/no_server_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002585 - gpr_test_util
2586 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002587- name: parse_address_test
2588 build: test
2589 language: c
2590 src:
2591 - test/core/client_channel/parse_address_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
2595 - gpr_test_util
2596 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002597- name: percent_decode_fuzzer
2598 build: fuzzer
2599 language: c
2600 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002601 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
2605 - gpr_test_util
2606 - gpr
2607 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002608 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002609 maxlen: 32
2610- name: percent_encode_fuzzer
2611 build: fuzzer
2612 language: c
2613 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002614 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
2618 - gpr_test_util
2619 - gpr
2620 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002621 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002622 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002623- name: percent_encoding_test
2624 build: test
2625 language: c
2626 src:
2627 - test/core/slice/percent_encoding_test.c
2628 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002629 - grpc_test_util
2630 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002631 - gpr_test_util
2632 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002633- name: pollset_set_test
2634 build: test
2635 language: c
2636 src:
2637 - test/core/iomgr/pollset_set_test.c
2638 deps:
2639 - grpc_test_util
2640 - grpc
2641 - gpr_test_util
2642 - gpr
2643 exclude_iomgrs:
2644 - uv
2645 platforms:
2646 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002647- name: resolve_address_posix_test
2648 build: test
2649 language: c
2650 src:
2651 - test/core/iomgr/resolve_address_posix_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
2655 - gpr_test_util
2656 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002657 exclude_iomgrs:
2658 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002659 platforms:
2660 - mac
2661 - linux
2662 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663- name: resolve_address_test
2664 build: test
2665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002666 src:
2667 - test/core/iomgr/resolve_address_test.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002673- name: resource_quota_test
2674 cpu_cost: 30
2675 build: test
2676 language: c
2677 src:
2678 - test/core/iomgr/resource_quota_test.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
2682 - gpr_test_util
2683 - gpr
yang-gd482e592015-12-10 14:04:00 -08002684- name: secure_channel_create_test
2685 build: test
2686 language: c
2687 src:
2688 - test/core/surface/secure_channel_create_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002694- name: secure_endpoint_test
2695 build: test
2696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002697 src:
2698 - test/core/security/secure_endpoint_test.c
2699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002704 exclude_iomgrs:
2705 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002706- name: sequential_connectivity_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/surface/sequential_connectivity_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
2714 - gpr_test_util
2715 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002716 exclude_iomgrs:
2717 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002718- name: server_chttp2_test
2719 build: test
2720 language: c
2721 src:
2722 - test/core/surface/server_chttp2_test.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002726 - gpr_test_util
2727 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002728- name: server_fuzzer
2729 build: fuzzer
2730 language: c
2731 src:
2732 - test/core/end2end/fuzzers/server_fuzzer.c
2733 deps:
2734 - grpc_test_util
2735 - grpc
2736 - gpr_test_util
2737 - gpr
2738 corpus_dirs:
2739 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002740 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002741 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002742- name: server_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/surface/server_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002752- name: slice_buffer_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/slice/slice_buffer_test.c
2757 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002758 - grpc_test_util
2759 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002760 - gpr_test_util
2761 - gpr
2762- name: slice_string_helpers_test
2763 build: test
2764 language: c
2765 src:
2766 - test/core/slice/slice_string_helpers_test.c
2767 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002768 - grpc_test_util
2769 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002770 - gpr_test_util
2771 - gpr
2772- name: slice_test
2773 build: test
2774 language: c
2775 src:
2776 - test/core/slice/slice_test.c
2777 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002778 - grpc_test_util
2779 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002780 - gpr_test_util
2781 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002782- name: sockaddr_resolver_test
2783 build: test
2784 language: c
2785 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002786 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002787 deps:
2788 - grpc_test_util
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: sockaddr_utils_test
2793 build: test
2794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/core/iomgr/sockaddr_utils_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002802- name: socket_utils_test
2803 build: test
2804 language: c
2805 src:
2806 - test/core/iomgr/socket_utils_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002812 exclude_iomgrs:
2813 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002814 platforms:
2815 - mac
2816 - linux
2817 - posix
yang-g31e21282016-11-04 15:10:03 -07002818- name: ssl_server_fuzzer
2819 build: fuzzer
2820 language: c
2821 src:
2822 - test/core/security/ssl_server_fuzzer.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
2828 corpus_dirs:
2829 - test/core/security/corpus/ssl_server_corpus
2830 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002831- name: status_conversion_test
2832 build: test
2833 language: c
2834 src:
2835 - test/core/transport/status_conversion_test.c
2836 deps:
2837 - grpc_test_util
2838 - grpc
2839 - gpr_test_util
2840 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002841- name: stream_owned_slice_test
2842 build: test
2843 language: c
2844 src:
2845 - test/core/transport/stream_owned_slice_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
2849 - gpr_test_util
2850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002852 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 build: test
2854 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002855 src:
2856 - test/core/iomgr/tcp_client_posix_test.c
2857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002862 exclude_iomgrs:
2863 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002864 platforms:
2865 - mac
2866 - linux
2867 - posix
murgatroid991191b722017-02-08 11:56:52 -08002868- name: tcp_client_uv_test
2869 cpu_cost: 0.5
2870 build: test
2871 language: c
2872 src:
2873 - test/core/iomgr/tcp_client_uv_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 exclude_iomgrs:
2880 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002882 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/core/iomgr/tcp_posix_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002892 exclude_iomgrs:
2893 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002894 platforms:
2895 - mac
2896 - linux
2897 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: tcp_server_posix_test
2899 build: test
2900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - test/core/iomgr/tcp_server_posix_test.c
2903 deps:
2904 - grpc_test_util
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002908 exclude_iomgrs:
2909 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002910 platforms:
2911 - mac
2912 - linux
2913 - posix
murgatroid991191b722017-02-08 11:56:52 -08002914- name: tcp_server_uv_test
2915 build: test
2916 language: c
2917 src:
2918 - test/core/iomgr/tcp_server_uv_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
2922 - gpr_test_util
2923 - gpr
2924 exclude_iomgrs:
2925 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926- name: time_averaged_stats_test
2927 build: test
2928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002929 src:
2930 - test/core/iomgr/time_averaged_stats_test.c
2931 deps:
2932 - grpc_test_util
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: timeout_encoding_test
2937 build: test
2938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002939 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002940 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002941 deps:
2942 - grpc_test_util
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002946- name: timer_heap_test
2947 build: test
2948 language: c
2949 src:
2950 - test/core/iomgr/timer_heap_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
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002958- name: timer_list_test
2959 build: test
2960 language: c
2961 src:
2962 - test/core/iomgr/timer_list_test.c
2963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002968 exclude_iomgrs:
2969 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002970- name: transport_connectivity_state_test
2971 build: test
2972 language: c
2973 src:
2974 - test/core/transport/connectivity_state_test.c
2975 deps:
2976 - grpc_test_util
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980- name: transport_metadata_test
2981 build: test
2982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002983 src:
2984 - test/core/transport/metadata_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002990- name: transport_pid_controller_test
2991 build: test
2992 language: c
2993 src:
2994 - test/core/transport/pid_controller_test.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
2998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: transport_security_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
3004 - test/core/tsi/transport_security_test.c
3005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003010 platforms:
3011 - linux
3012 - posix
3013 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014- name: udp_server_test
3015 build: test
3016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003017 src:
3018 - test/core/iomgr/udp_server_test.c
3019 deps:
3020 - grpc_test_util
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003024 exclude_iomgrs:
3025 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003026 platforms:
3027 - mac
3028 - linux
3029 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003030- name: uri_fuzzer_test
3031 build: fuzzer
3032 language: c
3033 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003034 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003035 deps:
3036 - grpc_test_util
3037 - grpc
3038 - gpr_test_util
3039 - gpr
3040 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003041 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003042 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043- name: uri_parser_test
3044 build: test
3045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003047 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003048 deps:
3049 - grpc_test_util
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003053- name: wakeup_fd_cv_test
3054 build: test
3055 language: c
3056 src:
3057 - test/core/iomgr/wakeup_fd_cv_test.c
3058 deps:
3059 - grpc_test_util
3060 - grpc
3061 - gpr_test_util
3062 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003063 exclude_iomgrs:
3064 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003065 platforms:
3066 - mac
3067 - linux
3068 - posix
vjpai04e992a2016-02-10 16:58:38 -08003069- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003070 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003071 build: test
3072 language: c++
3073 src:
3074 - test/cpp/common/alarm_cpp_test.cc
3075 deps:
3076 - grpc++_test_util
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003080 - gpr_test_util
3081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 build: test
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - test/cpp/end2end/async_end2end_test.cc
3088 deps:
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003095- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003096 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003097 build: test
3098 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003099 src:
3100 - test/cpp/common/auth_property_iterator_test.cc
3101 deps:
3102 - grpc++_test_util
3103 - grpc_test_util
3104 - grpc++
3105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003106 - gpr_test_util
3107 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003108- name: bm_arena
3109 build: test
3110 language: c++
3111 src:
3112 - test/cpp/microbenchmarks/bm_arena.cc
3113 deps:
3114 - grpc_benchmark
3115 - benchmark
3116 - grpc++_test_util
3117 - grpc_test_util
3118 - grpc++
3119 - grpc
3120 - gpr_test_util
3121 - gpr
3122 args:
3123 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003124 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003125 platforms:
3126 - mac
3127 - linux
3128 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003129- name: bm_call_create
3130 build: test
3131 language: c++
3132 src:
3133 - test/cpp/microbenchmarks/bm_call_create.cc
3134 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003135 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003136 - benchmark
3137 - grpc++_test_util
3138 - grpc_test_util
3139 - grpc++
3140 - grpc
3141 - gpr_test_util
3142 - gpr
3143 args:
3144 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003145 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003146 platforms:
3147 - mac
3148 - linux
3149 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003150- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003151 build: test
3152 language: c++
3153 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003154 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003155 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003156 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003157 - benchmark
3158 - grpc++_test_util
3159 - grpc_test_util
3160 - grpc++
3161 - grpc
3162 - gpr_test_util
3163 - gpr
3164 args:
3165 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003166 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003167 platforms:
3168 - mac
3169 - linux
3170 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003171- name: bm_chttp2_transport
3172 build: test
3173 language: c++
3174 src:
3175 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3176 deps:
3177 - grpc_benchmark
3178 - benchmark
3179 - grpc++_test_util
3180 - grpc_test_util
3181 - grpc++
3182 - grpc
3183 - gpr_test_util
3184 - gpr
3185 args:
3186 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003187 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003188 platforms:
3189 - mac
3190 - linux
3191 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003192- name: bm_closure
3193 build: test
3194 language: c++
3195 src:
3196 - test/cpp/microbenchmarks/bm_closure.cc
3197 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003198 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003199 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003200 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003201 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003202 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003203 - grpc
3204 - gpr_test_util
3205 - gpr
3206 args:
3207 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003208 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003209 platforms:
3210 - mac
3211 - linux
3212 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003213- name: bm_cq
3214 build: test
3215 language: c++
3216 src:
3217 - test/cpp/microbenchmarks/bm_cq.cc
3218 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003219 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003220 - benchmark
3221 - grpc++_test_util
3222 - grpc_test_util
3223 - grpc++
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 args:
3228 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003229 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003230 platforms:
3231 - mac
3232 - linux
3233 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003234- name: bm_error
3235 build: test
3236 language: c++
3237 src:
3238 - test/cpp/microbenchmarks/bm_error.cc
3239 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003240 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003241 - benchmark
3242 - grpc++_test_util
3243 - grpc_test_util
3244 - grpc++
3245 - grpc
3246 - gpr_test_util
3247 - gpr
3248 args:
3249 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003250 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003251 platforms:
3252 - mac
3253 - linux
3254 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003255- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003256 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003257 language: c++
3258 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003259 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003260 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003261 - grpc_benchmark
3262 - benchmark
3263 - grpc++_test_util
3264 - grpc_test_util
3265 - grpc++
3266 - grpc
3267 - gpr_test_util
3268 - gpr
3269 args:
3270 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003271 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003272 excluded_poll_engines:
3273 - poll
3274 - poll-cv
3275 platforms:
3276 - mac
3277 - linux
3278 - posix
3279 timeout_seconds: 1200
3280- name: bm_fullstack_streaming_pump
3281 build: test
3282 language: c++
3283 src:
3284 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003285 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003286 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003287 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003288 - grpc++_test_util
3289 - grpc_test_util
3290 - grpc++
3291 - grpc
3292 - gpr_test_util
3293 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003294 args:
3295 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003296 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003297 excluded_poll_engines:
3298 - poll
3299 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003300 platforms:
3301 - mac
3302 - linux
3303 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003304 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003305- name: bm_fullstack_trickle
3306 build: test
3307 language: c++
3308 src:
3309 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3310 deps:
3311 - grpc_benchmark
3312 - benchmark
3313 - grpc++_test_util
3314 - grpc_test_util
3315 - grpc++
3316 - grpc
3317 - gpr_test_util
3318 - gpr
3319 args:
3320 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003321 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003322 excluded_poll_engines:
3323 - poll
3324 - poll-cv
3325 platforms:
3326 - mac
3327 - linux
3328 - posix
3329 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003330- name: bm_fullstack_unary_ping_pong
3331 build: test
3332 language: c++
3333 src:
3334 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3335 deps:
3336 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003337 - benchmark
3338 - grpc++_test_util
3339 - grpc_test_util
3340 - grpc++
3341 - grpc
3342 - gpr_test_util
3343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003345 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003346 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003347 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003348 - poll
3349 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003350 platforms:
3351 - mac
3352 - linux
3353 - posix
3354 timeout_seconds: 1200
3355- name: bm_metadata
3356 build: test
3357 language: c++
3358 src:
3359 - test/cpp/microbenchmarks/bm_metadata.cc
3360 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003361 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003362 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003363 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003364 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003365 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003366 - grpc
3367 - gpr_test_util
3368 - gpr
3369 args:
3370 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003371 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372 platforms:
3373 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003374 - linux
3375 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003376- name: bm_pollset
3377 build: test
3378 language: c++
3379 src:
3380 - test/cpp/microbenchmarks/bm_pollset.cc
3381 deps:
3382 - grpc_benchmark
3383 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003384 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003385 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003386 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003387 - grpc
3388 - gpr_test_util
3389 - gpr
3390 args:
3391 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003392 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003393 platforms:
3394 - mac
3395 - linux
3396 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003397- name: channel_arguments_test
3398 gtest: true
3399 build: test
3400 language: c++
3401 src:
3402 - test/cpp/common/channel_arguments_test.cc
3403 deps:
3404 - grpc++
3405 - grpc
3406 - gpr
3407- name: channel_filter_test
3408 gtest: true
3409 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003410 language: c++
3411 src:
3412 - test/cpp/common/channel_filter_test.cc
3413 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003414 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003415 - grpc
3416 - gpr
3417- name: cli_call_test
3418 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 build: test
3420 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003422 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003423 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424 - grpc_cli_libs
3425 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003426 - grpc_test_util
3427 - grpc++
3428 - grpc
3429 - gpr_test_util
3430 - gpr
3431- name: client_crash_test
3432 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003433 cpu_cost: 0.1
3434 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003435 language: c++
3436 src:
3437 - test/cpp/end2end/client_crash_test.cc
3438 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439 - grpc++_test_util
3440 - grpc_test_util
3441 - grpc++
3442 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003443 - gpr_test_util
3444 - gpr
3445 platforms:
3446 - mac
3447 - linux
3448 - posix
3449- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003450 build: test
3451 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003452 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003453 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003454 - test/cpp/end2end/client_crash_test_server.cc
3455 deps:
3456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003460 - gpr_test_util
3461 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003462- name: codegen_test_full
3463 gtest: true
3464 build: test
3465 language: c++
3466 src:
3467 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003468 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003469 - src/proto/grpc/testing/payloads.proto
3470 - src/proto/grpc/testing/services.proto
3471 - src/proto/grpc/testing/stats.proto
3472 - test/cpp/codegen/codegen_test_full.cc
3473 deps:
3474 - grpc++
3475 - grpc
3476 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003477 filegroups:
3478 - grpc++_codegen_base
3479- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003480 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003481 build: test
yang-g34b58612016-06-03 17:30:09 -07003482 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003483 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003484 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485 - src/proto/grpc/testing/messages.proto
3486 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003487 - src/proto/grpc/testing/services.proto
3488 - src/proto/grpc/testing/stats.proto
3489 - test/cpp/codegen/codegen_test_minimal.cc
3490 filegroups:
3491 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003492 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003494 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495 build: test
3496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003497 src:
3498 - test/cpp/client/credentials_test.cc
3499 deps:
3500 - grpc++
3501 - grpc
3502 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003503- name: cxx_byte_buffer_test
3504 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 src:
3508 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003509 deps:
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
3513 - gpr_test_util
3514 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003515- name: cxx_slice_test
3516 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003518 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519 src:
3520 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003521 deps:
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527- name: cxx_string_ref_test
3528 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003529 build: test
3530 language: c++
3531 src:
3532 - test/cpp/util/string_ref_test.cc
3533 deps:
3534 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003535- name: cxx_time_test
3536 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003537 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003538 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003539 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540 - test/cpp/util/time_test.cc
3541 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003542 - grpc_test_util
3543 - grpc++
3544 - grpc
3545 - gpr_test_util
3546 - gpr
3547- name: end2end_test
3548 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003549 cpu_cost: 0.5
3550 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003551 language: c++
3552 src:
3553 - test/cpp/end2end/end2end_test.cc
3554 deps:
3555 - grpc++_test_util
3556 - grpc_test_util
3557 - grpc++
3558 - grpc
3559 - gpr_test_util
3560 - gpr
3561- name: filter_end2end_test
3562 gtest: true
3563 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003565 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 - test/cpp/end2end/filter_end2end_test.cc
3567 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003568 - grpc++_test_util
3569 - grpc_test_util
3570 - grpc++
3571 - grpc
3572 - gpr_test_util
3573 - gpr
3574- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003575 gtest: true
3576 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003577 language: c++
3578 src:
3579 - test/cpp/end2end/generic_end2end_test.cc
3580 deps:
3581 - grpc++_test_util
3582 - grpc_test_util
3583 - grpc++
3584 - grpc
3585 - gpr_test_util
3586 - gpr
3587- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588 gtest: true
3589 build: test
3590 language: c++
3591 src:
Craig Tiller25834342015-09-25 08:08:24 -07003592 - src/proto/grpc/testing/compiler_test.proto
3593 - test/cpp/codegen/golden_file_test.cc
3594 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003595 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003596 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003597 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003598 args:
3599 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600- name: grpc_cli
3601 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003602 run: false
3603 language: c++
3604 src:
3605 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606 deps:
3607 - grpc_cli_libs
3608 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003609 - grpc++
3610 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003611 - gpr
3612 - grpc++_test_config
3613- name: grpc_cpp_plugin
3614 build: protoc
3615 language: c++
3616 src:
3617 - src/compiler/cpp_plugin.cc
3618 deps:
3619 - grpc_plugin_support
3620 secure: false
3621 vs_config_type: Application
3622 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3623- name: grpc_csharp_plugin
3624 build: protoc
3625 language: c++
3626 src:
3627 - src/compiler/csharp_plugin.cc
3628 deps:
3629 - grpc_plugin_support
3630 secure: false
3631 vs_config_type: Application
3632 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003633- name: grpc_node_plugin
3634 build: protoc
3635 language: c++
3636 src:
3637 - src/compiler/node_plugin.cc
3638 deps:
3639 - grpc_plugin_support
3640 secure: false
3641 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003642- name: grpc_objective_c_plugin
3643 build: protoc
3644 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003645 src:
3646 - src/compiler/objective_c_plugin.cc
3647 deps:
3648 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003649 secure: false
3650 vs_config_type: Application
3651 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003652- name: grpc_php_plugin
3653 build: protoc
3654 language: c++
3655 src:
3656 - src/compiler/php_plugin.cc
3657 deps:
3658 - grpc_plugin_support
3659 secure: false
3660 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003661- name: grpc_python_plugin
3662 build: protoc
3663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003664 src:
3665 - src/compiler/python_plugin.cc
3666 deps:
3667 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003668 secure: false
3669 vs_config_type: Application
3670 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3671- name: grpc_ruby_plugin
3672 build: protoc
3673 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003674 src:
3675 - src/compiler/ruby_plugin.cc
3676 deps:
3677 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003678 secure: false
3679 vs_config_type: Application
3680 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003681- name: grpc_tool_test
3682 gtest: true
3683 build: test
3684 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003685 src:
3686 - src/proto/grpc/testing/echo.proto
3687 - src/proto/grpc/testing/echo_messages.proto
3688 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003689 deps:
3690 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003691 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003692 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003693 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003694 - grpc_test_util
3695 - grpc++
3696 - grpc
3697 - gpr_test_util
3698 - gpr
3699 filegroups:
3700 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003701- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003702 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003703 build: test
3704 language: c++
3705 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003706 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003707 - test/cpp/grpclb/grpclb_api_test.cc
3708 deps:
3709 - grpc++_test_util
3710 - grpc_test_util
3711 - grpc++
3712 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003713- name: grpclb_test
3714 gtest: false
3715 build: test
3716 language: c++
3717 src:
3718 - src/proto/grpc/lb/v1/load_balancer.proto
3719 - test/cpp/grpclb/grpclb_test.cc
3720 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003721 - grpc++_test_util
3722 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003723 - grpc++
3724 - grpc
3725 - gpr_test_util
3726 - gpr
yang-gad327642016-12-12 14:32:09 -08003727- name: health_service_end2end_test
3728 gtest: true
3729 build: test
3730 language: c++
3731 src:
3732 - test/cpp/end2end/health_service_end2end_test.cc
3733 deps:
3734 - grpc++_test_util
3735 - grpc_test_util
3736 - grpc++
3737 - grpc
3738 - gpr_test_util
3739 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003740- name: http2_client
3741 build: test
3742 run: false
3743 language: c++
3744 src: []
3745 deps:
3746 - http2_client_main
3747 - grpc++_test_util
3748 - grpc_test_util
3749 - grpc++
3750 - grpc
3751 - grpc++_test_config
3752 platforms:
3753 - mac
3754 - linux
3755 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003756- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003757 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003758 build: test
3759 language: c++
3760 src:
3761 - test/cpp/end2end/hybrid_end2end_test.cc
3762 deps:
3763 - grpc++_test_util
3764 - grpc_test_util
3765 - grpc++
3766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003767 - gpr_test_util
3768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003769- name: interop_client
3770 build: test
3771 run: false
3772 language: c++
3773 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003774 deps:
3775 - interop_client_main
3776 - interop_client_helper
3777 - grpc++_test_util
3778 - grpc_test_util
3779 - grpc++
3780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003781 - gpr_test_util
3782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003783 - grpc++_test_config
3784 platforms:
3785 - mac
3786 - linux
3787 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003788- name: interop_server
3789 build: test
3790 run: false
3791 language: c++
3792 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003793 deps:
3794 - interop_server_main
3795 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003796 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003797 - grpc++_test_util
3798 - grpc_test_util
3799 - grpc++
3800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003801 - gpr_test_util
3802 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003803 - grpc++_test_config
3804 platforms:
3805 - mac
3806 - linux
3807 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003808- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003809 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003810 build: test
3811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003812 src:
3813 - test/cpp/interop/interop_test.cc
3814 deps:
3815 - grpc_test_util
3816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003817 - gpr_test_util
3818 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003819 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003820 platforms:
3821 - mac
3822 - linux
3823 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003824- name: json_run_localhost
3825 build: test
3826 run: false
3827 language: c++
3828 src:
3829 - test/cpp/qps/json_run_localhost.cc
3830 deps:
3831 - grpc++_test_util
3832 - grpc_test_util
3833 - grpc++
3834 - grpc
3835 - gpr_test_util
3836 - gpr
3837 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003838 platforms:
3839 - mac
3840 - linux
3841 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003842- name: metrics_client
3843 build: test
3844 run: false
3845 language: c++
3846 headers:
3847 - test/cpp/util/metrics_server.h
3848 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003849 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003850 - test/cpp/interop/metrics_client.cc
3851 deps:
3852 - grpc++
3853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003854 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003855 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003856- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003857 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858 build: test
3859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003860 src:
3861 - test/cpp/end2end/mock_test.cc
3862 deps:
3863 - grpc++_test_util
3864 - grpc_test_util
3865 - grpc++
3866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003867 - gpr_test_util
3868 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003869- name: noop-benchmark
3870 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003871 language: c++
3872 src:
3873 - test/cpp/microbenchmarks/noop-benchmark.cc
3874 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003875 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003876 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003877- name: proto_server_reflection_test
3878 gtest: true
3879 build: test
3880 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003881 src:
3882 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003883 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003884 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003885 - grpc++_reflection
3886 - grpc++_test_util
3887 - grpc_test_util
3888 - grpc++
3889 - grpc
3890 - gpr_test_util
3891 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003892- name: proto_utils_test
3893 gtest: true
3894 build: test
3895 language: c++
3896 src:
3897 - test/cpp/codegen/proto_utils_test.cc
3898 deps:
3899 - grpc++
3900 - grpc
3901 filegroups:
3902 - grpc++_codegen_base
3903 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904- name: qps_interarrival_test
3905 build: test
3906 run: false
3907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003908 src:
3909 - test/cpp/qps/qps_interarrival_test.cc
3910 deps:
3911 - qps
3912 - grpc++_test_util
3913 - grpc_test_util
3914 - grpc++
3915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003916 - gpr_test_util
3917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003918 platforms:
3919 - mac
3920 - linux
3921 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003922- name: qps_json_driver
3923 build: test
3924 run: false
3925 language: c++
3926 src:
3927 - test/cpp/qps/qps_json_driver.cc
3928 deps:
3929 - qps
3930 - grpc++_test_util
3931 - grpc_test_util
3932 - grpc++
3933 - grpc
3934 - gpr_test_util
3935 - gpr
3936 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003937- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003938 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939 build: test
3940 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003941 src:
3942 - test/cpp/qps/qps_openloop_test.cc
3943 deps:
3944 - qps
3945 - grpc++_test_util
3946 - grpc_test_util
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr_test_util
3950 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003951 - grpc++_test_config
3952 platforms:
3953 - mac
3954 - linux
3955 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003956- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003957 build: test
3958 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003960 headers:
3961 - test/cpp/qps/client.h
3962 - test/cpp/qps/server.h
3963 src:
3964 - test/cpp/qps/worker.cc
3965 deps:
3966 - qps
3967 - grpc++_test_util
3968 - grpc_test_util
3969 - grpc++
3970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003971 - gpr_test_util
3972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003973 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974- name: reconnect_interop_client
3975 build: test
3976 run: false
3977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003978 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003979 - src/proto/grpc/testing/empty.proto
3980 - src/proto/grpc/testing/messages.proto
3981 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003982 - test/cpp/interop/reconnect_interop_client.cc
3983 deps:
3984 - grpc++_test_util
3985 - grpc_test_util
3986 - grpc++
3987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003988 - gpr_test_util
3989 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003990 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991- name: reconnect_interop_server
3992 build: test
3993 run: false
3994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003995 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003996 - src/proto/grpc/testing/empty.proto
3997 - src/proto/grpc/testing/messages.proto
3998 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003999 - test/cpp/interop/reconnect_interop_server.cc
4000 deps:
4001 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004002 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004003 - grpc++_test_util
4004 - grpc_test_util
4005 - grpc++
4006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004007 - gpr_test_util
4008 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004009 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004010- name: round_robin_end2end_test
4011 gtest: true
4012 build: test
4013 language: c++
4014 src:
4015 - test/cpp/end2end/round_robin_end2end_test.cc
4016 deps:
4017 - grpc++_test_util
4018 - grpc_test_util
4019 - grpc++
4020 - grpc
4021 - gpr_test_util
4022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004023- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004024 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025 build: test
4026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004027 src:
4028 - test/cpp/common/secure_auth_context_test.cc
4029 deps:
4030 - grpc++_test_util
4031 - grpc_test_util
4032 - grpc++
4033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004034 - gpr_test_util
4035 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004036- name: secure_sync_unary_ping_pong_test
4037 build: test
4038 language: c++
4039 src:
4040 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4041 deps:
4042 - qps
4043 - grpc++_test_util
4044 - grpc_test_util
4045 - grpc++
4046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004047 - gpr_test_util
4048 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004049 platforms:
4050 - mac
4051 - linux
4052 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004053- name: server_builder_plugin_test
4054 gtest: true
4055 build: test
4056 language: c++
4057 src:
4058 - test/cpp/end2end/server_builder_plugin_test.cc
4059 deps:
4060 - grpc++_test_util
4061 - grpc_test_util
4062 - grpc++
4063 - grpc
4064 - gpr_test_util
4065 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004066- name: server_builder_test
4067 gtest: true
4068 build: test
4069 language: c++
4070 src:
4071 - src/proto/grpc/testing/echo_messages.proto
4072 - src/proto/grpc/testing/echo.proto
4073 - test/cpp/server/server_builder_test.cc
4074 deps:
4075 - grpc++_test_util
4076 - grpc_test_util
4077 - gpr_test_util
4078 - grpc++
4079 - grpc
4080 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004081- name: server_context_test_spouse_test
4082 gtest: true
4083 build: test
4084 language: c++
4085 src:
4086 - test/cpp/test/server_context_test_spouse_test.cc
4087 deps:
4088 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004089 - grpc++
4090 - grpc
4091 - gpr_test_util
4092 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004093 uses:
4094 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004095- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004096 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004097 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004098 build: test
4099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004100 src:
4101 - test/cpp/end2end/server_crash_test.cc
4102 deps:
4103 - grpc++_test_util
4104 - grpc_test_util
4105 - grpc++
4106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004107 - gpr_test_util
4108 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004109 platforms:
4110 - mac
4111 - linux
4112 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004113- name: server_crash_test_client
4114 build: test
4115 run: false
4116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004117 src:
4118 - test/cpp/end2end/server_crash_test_client.cc
4119 deps:
4120 - grpc++_test_util
4121 - grpc_test_util
4122 - grpc++
4123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004124 - gpr_test_util
4125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004126- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004127 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004128 build: test
4129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004130 src:
4131 - test/cpp/end2end/shutdown_test.cc
4132 deps:
4133 - grpc++_test_util
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004137 - gpr_test_util
4138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004139- name: status_test
4140 build: test
4141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004142 src:
4143 - test/cpp/util/status_test.cc
4144 deps:
4145 - grpc_test_util
4146 - grpc++
4147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004148 - gpr_test_util
4149 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004150- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004151 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004152 build: test
4153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004154 src:
4155 - test/cpp/end2end/streaming_throughput_test.cc
4156 deps:
4157 - grpc++_test_util
4158 - grpc_test_util
4159 - grpc++
4160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004161 - gpr_test_util
4162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004163 platforms:
4164 - mac
4165 - linux
4166 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004167- name: stress_test
4168 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004169 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004170 language: c++
4171 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004172 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004173 - test/cpp/interop/interop_client.h
4174 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004175 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004176 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004177 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004178 - src/proto/grpc/testing/empty.proto
4179 - src/proto/grpc/testing/messages.proto
4180 - src/proto/grpc/testing/metrics.proto
4181 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004182 - test/cpp/interop/interop_client.cc
4183 - test/cpp/interop/stress_interop_client.cc
4184 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004185 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004186 deps:
4187 - grpc++_test_util
4188 - grpc_test_util
4189 - grpc++
4190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004191 - gpr_test_util
4192 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004193 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004194- name: thread_manager_test
4195 build: test
4196 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004197 src:
4198 - test/cpp/thread_manager/thread_manager_test.cc
4199 deps:
4200 - grpc++
4201 - grpc
4202 - gpr
4203 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004204- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004205 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004206 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004207 build: test
4208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004209 src:
4210 - test/cpp/end2end/thread_stress_test.cc
4211 deps:
4212 - grpc++_test_util
4213 - grpc_test_util
4214 - grpc++
4215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004216 - gpr_test_util
4217 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004218- name: writes_per_rpc_test
4219 gtest: true
4220 cpu_cost: 0.5
4221 build: test
4222 language: c++
4223 src:
4224 - test/cpp/performance/writes_per_rpc_test.cc
4225 deps:
4226 - grpc++_test_util
4227 - grpc_test_util
4228 - grpc++
4229 - grpc
4230 - gpr_test_util
4231 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004232 platforms:
4233 - mac
4234 - linux
4235 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004236- name: public_headers_must_be_c89
4237 build: test
4238 language: c89
4239 src:
4240 - test/core/surface/public_headers_must_be_c89.c
4241 deps:
4242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004245- linkage: static
4246 name: grpc.dependencies.zlib
4247 props: false
4248 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004249 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004250- linkage: static
4251 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004252 props: true
4253 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004254 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004255- name: gflags
4256 props: false
4257 redist: false
4258 version: 2.1.2.1
4259- name: gtest
4260 props: false
4261 redist: false
4262 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004263configs:
4264 asan:
4265 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004266 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4267 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004268 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004269 LD: clang
4270 LDFLAGS: -fsanitize=address
4271 LDXX: clang++
4272 compile_the_world: true
4273 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004274 ASAN_OPTIONS: detect_leaks=1:color=always
4275 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004276 asan-noleaks:
4277 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004278 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4279 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004280 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004281 LD: clang
4282 LDFLAGS: -fsanitize=address
4283 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004284 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004285 test_environ:
4286 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004287 asan-trace-cmp:
4288 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004289 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4290 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004291 CXX: clang++
4292 LD: clang
4293 LDFLAGS: -fsanitize=address
4294 LDXX: clang++
4295 compile_the_world: true
4296 test_environ:
4297 ASAN_OPTIONS: detect_leaks=1:color=always
4298 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004299 basicprof:
4300 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4301 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004302 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004303 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004304 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004305 dbg:
4306 CPPFLAGS: -O0
4307 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004308 gcov:
4309 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004310 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004311 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004312 DEFINES: _DEBUG DEBUG GPR_GCOV
4313 LD: gcc
4314 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4315 LDXX: g++
4316 helgrind:
4317 CPPFLAGS: -O0
4318 DEFINES: _DEBUG DEBUG
4319 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004320 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004321 lto:
4322 CPPFLAGS: -O2
4323 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004324 memcheck:
4325 CPPFLAGS: -O0
4326 DEFINES: _DEBUG DEBUG
4327 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004328 valgrind: --tool=memcheck --leak-check=full
4329 msan:
4330 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004331 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4332 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4333 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004334 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004335 DEFINES: NDEBUG
4336 LD: clang
4337 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4338 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4339 LDXX: clang++
4340 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004341 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004342 CPPFLAGS: -O3 -fno-omit-frame-pointer
4343 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004344 LDFLAGS: -rdynamic
4345 opt:
4346 CPPFLAGS: -O2
4347 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004348 stapprof:
4349 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4350 DEFINES: NDEBUG
4351 tsan:
4352 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004353 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004354 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004355 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004356 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004357 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004358 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004359 LDXX: clang++
4360 compile_the_world: true
4361 test_environ:
4362 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004363 ubsan:
4364 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004365 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4366 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004367 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004368 DEFINES: NDEBUG
4369 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004370 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004371 LDXX: clang++
4372 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004373 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004374 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004375defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004376 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004377 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004378 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4379 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004380 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004381 benchmark:
4382 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004383 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004384 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004385 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004386 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004387 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004388 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004389 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004390 LDFLAGS: -g
4391 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004392 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004393 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004394node_modules:
4395- deps:
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004398 - boringssl
4399 - z
murgatroid9994a75412015-11-19 14:04:53 -08004400 headers:
4401 - src/node/ext/byte_buffer.h
4402 - src/node/ext/call.h
4403 - src/node/ext/call_credentials.h
4404 - src/node/ext/channel.h
4405 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004406 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004407 - src/node/ext/server.h
4408 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004409 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004410 - src/node/ext/timeval.h
4411 js:
4412 - src/node/index.js
4413 - src/node/src/client.js
4414 - src/node/src/common.js
4415 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004416 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004417 - src/node/src/metadata.js
4418 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004419 name: grpc_node
4420 src:
4421 - src/node/ext/byte_buffer.cc
4422 - src/node/ext/call.cc
4423 - src/node/ext/call_credentials.cc
4424 - src/node/ext/channel.cc
4425 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004426 - src/node/ext/completion_queue_threadpool.cc
4427 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004428 - src/node/ext/node_grpc.cc
4429 - src/node/ext/server.cc
4430 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004431 - src/node/ext/server_generic.cc
4432 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004433 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004434 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004435openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004436 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004437 extraction_dir: openssl-1.0.2f
4438 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004439php_config_m4:
4440 deps:
4441 - grpc
4442 - gpr
4443 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004444 headers:
4445 - src/php/ext/grpc/byte_buffer.h
4446 - src/php/ext/grpc/call.h
4447 - src/php/ext/grpc/call_credentials.h
4448 - src/php/ext/grpc/channel.h
4449 - src/php/ext/grpc/channel_credentials.h
4450 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004451 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004452 - src/php/ext/grpc/php_grpc.h
4453 - src/php/ext/grpc/server.h
4454 - src/php/ext/grpc/server_credentials.h
4455 - src/php/ext/grpc/timeval.h
4456 src:
4457 - src/php/ext/grpc/byte_buffer.c
4458 - src/php/ext/grpc/call.c
4459 - src/php/ext/grpc/call_credentials.c
4460 - src/php/ext/grpc/channel.c
4461 - src/php/ext/grpc/channel_credentials.c
4462 - src/php/ext/grpc/completion_queue.c
4463 - src/php/ext/grpc/php_grpc.c
4464 - src/php/ext/grpc/server.c
4465 - src/php/ext/grpc/server_credentials.c
4466 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004467python_dependencies:
4468 deps:
4469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004470 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004471 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004472 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004473 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004474ruby_gem:
4475 deps:
4476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004477 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004478 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004479 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004480 - z