blob: d258f91ac9b788e5087713644cf44eef696bca8d [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/compress_filter.h
180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700182 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700183 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800184 - src/core/lib/channel/handshaker_factory.h
185 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/http_client_filter.h
187 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700188 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/compression/algorithm_metadata.h
190 - src/core/lib/compression/message_compress.h
191 - src/core/lib/debug/trace.h
192 - src/core/lib/http/format_request.h
193 - src/core/lib/http/httpcli.h
194 - src/core/lib/http/parser.h
195 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700196 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/endpoint.h
198 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700199 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800200 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700201 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700202 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700212 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700213 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700214 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700218 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700220 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700222 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/sockaddr.h
224 - src/core/lib/iomgr/sockaddr_posix.h
225 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700226 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500227 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700228 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700229 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/socket_utils_posix.h
231 - src/core/lib/iomgr/socket_windows.h
232 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700233 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/tcp_posix.h
235 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700236 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/tcp_windows.h
239 - src/core/lib/iomgr/time_averaged_stats.h
240 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700243 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/udp_server.h
245 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700246 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/wakeup_fd_pipe.h
248 - src/core/lib/iomgr/wakeup_fd_posix.h
249 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700250 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/workqueue_windows.h
252 - src/core/lib/json/json.h
253 - src/core/lib/json/json_common.h
254 - src/core/lib/json/json_reader.h
255 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700256 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700257 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800259 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700260 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/surface/api_trace.h
262 - src/core/lib/surface/call.h
263 - src/core/lib/surface/call_test_only.h
264 - src/core/lib/surface/channel.h
265 - src/core/lib/surface/channel_init.h
266 - src/core/lib/surface/channel_stack_type.h
267 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700268 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/surface/event_string.h
270 - src/core/lib/surface/init.h
271 - src/core/lib/surface/lame_client.h
272 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800273 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700274 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/transport/error_utils.h
278 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/metadata.h
280 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700281 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700282 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800284 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400285 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/transport/transport.h
287 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/channel/channel_args.c
290 - src/core/lib/channel/channel_stack.c
291 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/channel/compress_filter.c
293 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700294 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700295 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800296 - src/core/lib/channel/handshaker_factory.c
297 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/channel/http_client_filter.c
299 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700300 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700301 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/compression/message_compress.c
303 - src/core/lib/debug/trace.c
304 - src/core/lib/http/format_request.c
305 - src/core/lib/http/httpcli.c
306 - src/core/lib/http/parser.c
307 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700308 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/endpoint.c
310 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700311 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700313 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700314 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700315 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700316 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700317 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/exec_ctx.c
319 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/iocp_windows.c
321 - src/core/lib/iomgr/iomgr.c
322 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700325 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700326 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700327 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700328 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/pollset_windows.c
333 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700336 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500338 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700339 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/socket_utils_common_posix.c
341 - src/core/lib/iomgr/socket_utils_linux.c
342 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700344 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/socket_windows.c
346 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/tcp_client_windows.c
349 - src/core/lib/iomgr/tcp_posix.c
350 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700351 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700352 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
353 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/tcp_windows.c
358 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700359 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700361 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/udp_server.c
363 - src/core/lib/iomgr/unix_sockets_posix.c
364 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700365 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/iomgr/wakeup_fd_eventfd.c
367 - src/core/lib/iomgr/wakeup_fd_nospecial.c
368 - src/core/lib/iomgr/wakeup_fd_pipe.c
369 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700370 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/iomgr/workqueue_windows.c
372 - src/core/lib/json/json.c
373 - src/core/lib/json/json_reader.c
374 - src/core/lib/json/json_string.c
375 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700376 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700377 - src/core/lib/slice/percent_encoding.c
378 - src/core/lib/slice/slice.c
379 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800380 - src/core/lib/slice/slice_hash_table.c
381 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700382 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/alarm.c
384 - src/core/lib/surface/api_trace.c
385 - src/core/lib/surface/byte_buffer.c
386 - src/core/lib/surface/byte_buffer_reader.c
387 - src/core/lib/surface/call.c
388 - src/core/lib/surface/call_details.c
389 - src/core/lib/surface/call_log_batch.c
390 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/surface/channel_init.c
392 - src/core/lib/surface/channel_ping.c
393 - src/core/lib/surface/channel_stack_type.c
394 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700395 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/surface/lame_client.c
398 - src/core/lib/surface/metadata_array.c
399 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/surface/validate_metadata.c
401 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700402 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800405 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/transport/metadata.c
407 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700408 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700409 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700410 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800411 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400412 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/transport/transport.c
414 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700415 deps:
416 - gpr
417 uses:
418 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700420 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700421 - src/core/ext/filters/client_channel/client_channel.h
422 - src/core/ext/filters/client_channel/client_channel_factory.h
423 - src/core/ext/filters/client_channel/connector.h
424 - src/core/ext/filters/client_channel/http_connect_handshaker.h
425 - src/core/ext/filters/client_channel/http_proxy.h
426 - src/core/ext/filters/client_channel/lb_policy.h
427 - src/core/ext/filters/client_channel/lb_policy_factory.h
428 - src/core/ext/filters/client_channel/lb_policy_registry.h
429 - src/core/ext/filters/client_channel/parse_address.h
430 - src/core/ext/filters/client_channel/proxy_mapper.h
431 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
432 - src/core/ext/filters/client_channel/resolver.h
433 - src/core/ext/filters/client_channel/resolver_factory.h
434 - src/core/ext/filters/client_channel/resolver_registry.h
435 - src/core/ext/filters/client_channel/retry_throttle.h
436 - src/core/ext/filters/client_channel/subchannel.h
437 - src/core/ext/filters/client_channel/subchannel_index.h
438 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700439 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700440 - src/core/ext/filters/client_channel/channel_connectivity.c
441 - src/core/ext/filters/client_channel/client_channel.c
442 - src/core/ext/filters/client_channel/client_channel_factory.c
443 - src/core/ext/filters/client_channel/client_channel_plugin.c
444 - src/core/ext/filters/client_channel/connector.c
445 - src/core/ext/filters/client_channel/http_connect_handshaker.c
446 - src/core/ext/filters/client_channel/http_proxy.c
447 - src/core/ext/filters/client_channel/lb_policy.c
448 - src/core/ext/filters/client_channel/lb_policy_factory.c
449 - src/core/ext/filters/client_channel/lb_policy_registry.c
450 - src/core/ext/filters/client_channel/parse_address.c
451 - src/core/ext/filters/client_channel/proxy_mapper.c
452 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
453 - src/core/ext/filters/client_channel/resolver.c
454 - src/core/ext/filters/client_channel/resolver_factory.c
455 - src/core/ext/filters/client_channel/resolver_registry.c
456 - src/core/ext/filters/client_channel/retry_throttle.c
457 - src/core/ext/filters/client_channel/subchannel.c
458 - src/core/ext/filters/client_channel/subchannel_index.c
459 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700460 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700461 uses:
462 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800463- name: grpc_codegen
464 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700465 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800467 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800468 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800469 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800470 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700471 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800472 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700473 uses:
474 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700475- name: grpc_lb_policy_grpclb
476 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700477 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
478 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
479 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
480 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700481 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700482 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
483 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
484 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
485 - 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 -0800486 plugin: grpc_lb_policy_grpclb
487 uses:
488 - grpc_base
489 - grpc_client_channel
490 - nanopb
491- name: grpc_lb_policy_grpclb_secure
492 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700493 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
494 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
495 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
496 - 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 -0800497 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700498 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
499 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
500 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
501 - 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 -0700502 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700503 uses:
504 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700505 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700506 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700507 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700508- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700509 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700510 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700511 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700512 uses:
513 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700514 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700515- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700516 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700518 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700519 uses:
520 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700521 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700522- name: grpc_load_reporting
523 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/load_reporting/load_reporting.h
525 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700526 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/load_reporting/load_reporting.c
528 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700529 plugin: grpc_load_reporting_plugin
530 uses:
531 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700532- name: grpc_max_age_filter
533 headers:
534 - src/core/ext/filters/max_age/max_age_filter.h
535 src:
536 - src/core/ext/filters/max_age/max_age_filter.c
537 plugin: grpc_max_age_filter
538 uses:
539 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700540- name: grpc_resolver_dns_ares
541 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
543 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700544 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700545 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
546 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
547 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700548 plugin: grpc_resolver_dns_ares
549 uses:
550 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700551 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700552- name: grpc_resolver_dns_native
553 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700554 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700555 plugin: grpc_resolver_dns_native
556 uses:
557 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700558 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700559- name: grpc_resolver_sockaddr
560 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700561 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700562 plugin: grpc_resolver_sockaddr
563 uses:
564 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700565 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100566- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700567 public_headers:
568 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100569 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700570 - src/core/lib/security/context/security_context.h
571 - src/core/lib/security/credentials/composite/composite_credentials.h
572 - src/core/lib/security/credentials/credentials.h
573 - src/core/lib/security/credentials/fake/fake_credentials.h
574 - src/core/lib/security/credentials/google_default/google_default_credentials.h
575 - src/core/lib/security/credentials/iam/iam_credentials.h
576 - src/core/lib/security/credentials/jwt/json_token.h
577 - src/core/lib/security/credentials/jwt/jwt_credentials.h
578 - src/core/lib/security/credentials/jwt/jwt_verifier.h
579 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
580 - src/core/lib/security/credentials/plugin/plugin_credentials.h
581 - src/core/lib/security/credentials/ssl/ssl_credentials.h
582 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800583 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700584 - src/core/lib/security/transport/secure_endpoint.h
585 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800586 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700587 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700588 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100589 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700590 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700591 - src/core/lib/security/context/security_context.c
592 - src/core/lib/security/credentials/composite/composite_credentials.c
593 - src/core/lib/security/credentials/credentials.c
594 - src/core/lib/security/credentials/credentials_metadata.c
595 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700596 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700597 - src/core/lib/security/credentials/google_default/google_default_credentials.c
598 - src/core/lib/security/credentials/iam/iam_credentials.c
599 - src/core/lib/security/credentials/jwt/json_token.c
600 - src/core/lib/security/credentials/jwt/jwt_credentials.c
601 - src/core/lib/security/credentials/jwt/jwt_verifier.c
602 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
603 - src/core/lib/security/credentials/plugin/plugin_credentials.c
604 - src/core/lib/security/credentials/ssl/ssl_credentials.c
605 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800606 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700607 - src/core/lib/security/transport/secure_endpoint.c
608 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800609 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700610 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700611 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700612 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700613 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700614 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700615 uses:
616 - grpc_base
617 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700618 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700619- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700620 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700621 headers:
622 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700623 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800624 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700625 - test/core/end2end/fixtures/proxy.h
626 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800627 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700628 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200629 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700630 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700631 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700632 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700633 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700634 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800636 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700637 src:
638 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700639 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800640 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700641 - test/core/end2end/fixtures/proxy.c
642 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800643 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700644 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200645 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700646 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700648 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800649 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700650 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700651 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800652 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 deps:
654 - grpc
655 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700656- name: grpc_transport_chttp2
657 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700658 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700659 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
661 - src/core/ext/transport/chttp2/transport/frame.h
662 - src/core/ext/transport/chttp2/transport/frame_data.h
663 - src/core/ext/transport/chttp2/transport/frame_goaway.h
664 - src/core/ext/transport/chttp2/transport/frame_ping.h
665 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
666 - src/core/ext/transport/chttp2/transport/frame_settings.h
667 - src/core/ext/transport/chttp2/transport/frame_window_update.h
668 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
669 - src/core/ext/transport/chttp2/transport/hpack_parser.h
670 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700671 - src/core/ext/transport/chttp2/transport/huffsyms.h
672 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
673 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700674 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700675 - src/core/ext/transport/chttp2/transport/varint.h
676 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700677 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700678 - src/core/ext/transport/chttp2/transport/bin_encoder.c
679 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700680 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
681 - src/core/ext/transport/chttp2/transport/frame_data.c
682 - src/core/ext/transport/chttp2/transport/frame_goaway.c
683 - src/core/ext/transport/chttp2/transport/frame_ping.c
684 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
685 - src/core/ext/transport/chttp2/transport/frame_settings.c
686 - src/core/ext/transport/chttp2/transport/frame_window_update.c
687 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
688 - src/core/ext/transport/chttp2/transport/hpack_parser.c
689 - src/core/ext/transport/chttp2/transport/hpack_table.c
690 - src/core/ext/transport/chttp2/transport/huffsyms.c
691 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
692 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700693 - src/core/ext/transport/chttp2/transport/stream_lists.c
694 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700695 - src/core/ext/transport/chttp2/transport/varint.c
696 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700697 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700698 uses:
699 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700700 - grpc_transport_chttp2_alpn
701- name: grpc_transport_chttp2_alpn
702 headers:
703 - src/core/ext/transport/chttp2/alpn/alpn.h
704 src:
705 - src/core/ext/transport/chttp2/alpn/alpn.c
706 deps:
707 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800708- name: grpc_transport_chttp2_client_connector
709 headers:
710 - src/core/ext/transport/chttp2/client/chttp2_connector.h
711 src:
712 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800713 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800714 - grpc_transport_chttp2
715 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700716 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700717- name: grpc_transport_chttp2_client_insecure
718 src:
719 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700720 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800722 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700723 - grpc_transport_chttp2
724 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700725 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700726- name: grpc_transport_chttp2_client_secure
727 src:
728 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700729 uses:
730 - grpc_transport_chttp2
731 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700732 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700733 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800734 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800735- name: grpc_transport_chttp2_server
736 headers:
737 - src/core/ext/transport/chttp2/server/chttp2_server.h
738 src:
739 - src/core/ext/transport/chttp2/server/chttp2_server.c
740 uses:
741 - grpc_transport_chttp2
742 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700743- name: grpc_transport_chttp2_server_insecure
744 src:
745 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700746 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700747 uses:
748 - grpc_transport_chttp2
749 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800750 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700751- name: grpc_transport_chttp2_server_secure
752 src:
753 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700754 uses:
755 - grpc_transport_chttp2
756 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700757 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800758 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700759- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700760 public_headers:
761 - include/grpc/grpc_cronet.h
762 - include/grpc/grpc_security.h
763 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700764 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800765 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800766 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700767 src:
768 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
769 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
770 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700771 filegroups:
772 - grpc_base
773 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800774- name: nanopb
775 headers:
776 - third_party/nanopb/pb.h
777 - third_party/nanopb/pb_common.h
778 - third_party/nanopb/pb_decode.h
779 - third_party/nanopb/pb_encode.h
780 src:
781 - third_party/nanopb/pb_common.c
782 - third_party/nanopb/pb_decode.c
783 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784- name: tsi
785 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700786 - src/core/tsi/fake_transport_security.h
787 - src/core/tsi/ssl_transport_security.h
788 - src/core/tsi/ssl_types.h
789 - src/core/tsi/transport_security.h
790 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700792 - src/core/tsi/fake_transport_security.c
793 - src/core/tsi/ssl_transport_security.c
794 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 deps:
796 - gpr
797 secure: true
798- name: grpc++_base
799 language: c++
800 public_headers:
801 - include/grpc++/alarm.h
802 - include/grpc++/channel.h
803 - include/grpc++/client_context.h
804 - include/grpc++/completion_queue.h
805 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700806 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800807 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700808 - include/grpc++/generic/async_generic_service.h
809 - include/grpc++/generic/generic_stub.h
810 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800811 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800813 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700815 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/grpc_library.h
817 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - include/grpc++/impl/rpc_method.h
819 - include/grpc++/impl/rpc_service_method.h
820 - include/grpc++/impl/serialization_traits.h
821 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700822 - include/grpc++/impl/server_builder_plugin.h
823 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700825 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - include/grpc++/security/auth_context.h
827 - include/grpc++/security/auth_metadata_processor.h
828 - include/grpc++/security/credentials.h
829 - include/grpc++/security/server_credentials.h
830 - include/grpc++/server.h
831 - include/grpc++/server_builder.h
832 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700833 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/support/async_stream.h
835 - include/grpc++/support/async_unary_call.h
836 - include/grpc++/support/byte_buffer.h
837 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700838 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - include/grpc++/support/slice.h
840 - include/grpc++/support/status.h
841 - include/grpc++/support/status_code_enum.h
842 - include/grpc++/support/string_ref.h
843 - include/grpc++/support/stub_options.h
844 - include/grpc++/support/sync_stream.h
845 - include/grpc++/support/time.h
846 headers:
847 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700848 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800850 - src/cpp/server/health/default_health_check_service.h
851 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700853 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700855 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - src/cpp/client/client_context.cc
857 - src/cpp/client/create_channel.cc
858 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700859 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700860 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700863 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700864 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700866 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700868 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800870 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - src/cpp/server/create_default_thread_pool.cc
872 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800873 - src/cpp/server/health/default_health_check_service.cc
874 - src/cpp/server/health/health.pb.c
875 - src/cpp/server/health/health_check_service.cc
876 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700878 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/cpp/server/server_context.cc
880 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700881 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700882 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700883 - src/cpp/util/byte_buffer_cc.cc
884 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - src/cpp/util/status.cc
886 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700887 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 uses:
yang-g17487f92016-06-03 15:21:15 -0700889 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700890 - grpc_base
891 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700892- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 language: c++
894 public_headers:
895 - include/grpc++/impl/codegen/async_stream.h
896 - include/grpc++/impl/codegen/async_unary_call.h
897 - include/grpc++/impl/codegen/call.h
898 - include/grpc++/impl/codegen/call_hook.h
899 - include/grpc++/impl/codegen/channel_interface.h
900 - include/grpc++/impl/codegen/client_context.h
901 - include/grpc++/impl/codegen/client_unary_call.h
902 - include/grpc++/impl/codegen/completion_queue.h
903 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700904 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - include/grpc++/impl/codegen/core_codegen_interface.h
906 - include/grpc++/impl/codegen/create_auth_context.h
907 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800908 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 - include/grpc++/impl/codegen/rpc_method.h
911 - include/grpc++/impl/codegen/rpc_service_method.h
912 - include/grpc++/impl/codegen/security/auth_context.h
913 - include/grpc++/impl/codegen/serialization_traits.h
914 - include/grpc++/impl/codegen/server_context.h
915 - include/grpc++/impl/codegen/server_interface.h
916 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800917 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700918 - include/grpc++/impl/codegen/status.h
919 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700920 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 - include/grpc++/impl/codegen/string_ref.h
922 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - include/grpc++/impl/codegen/sync_stream.h
924 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 uses:
926 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700927- name: grpc++_codegen_base_src
928 language: c++
929 src:
930 - src/cpp/codegen/codegen_init.cc
931 uses:
932 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700933- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934 language: c++
935 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700936 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 uses:
yang-g17487f92016-06-03 15:21:15 -0700938 - grpc++_codegen_base
939 - grpc++_config_proto
940- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 language: c++
942 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700944- name: grpc++_reflection_proto
945 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700946 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700947 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800948- name: grpc++_test
949 language: c++
950 public_headers:
951 - include/grpc++/test/server_context_test_spouse.h
952 deps:
953 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700954- name: thrift_util
955 language: c++
956 public_headers:
957 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700958 - include/grpc++/impl/codegen/thrift_utils.h
959 uses:
960 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100961libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800962- name: gpr
963 build: all
964 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700966 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 secure: false
968 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
969- name: gpr_test_util
970 build: private
971 language: c
972 headers:
973 - test/core/util/test_config.h
974 src:
975 - test/core/util/test_config.c
976 deps:
977 - gpr
978 secure: false
979 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980- name: grpc
981 build: all
982 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700983 src:
984 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800986 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700988 filegroups:
989 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700990 - grpc_transport_chttp2_server_secure
991 - grpc_transport_chttp2_client_secure
992 - grpc_transport_chttp2_server_insecure
993 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800994 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700995 - grpc_lb_policy_pick_first
996 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700997 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700998 - grpc_resolver_dns_native
999 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001000 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001001 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001002 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001003 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001004 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001006 vs_packages:
1007 - grpc.dependencies.openssl
1008 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001010- name: grpc_cronet
1011 build: all
1012 language: c
1013 src:
1014 - src/core/lib/surface/init.c
1015 baselib: true
1016 deps_linkage: static
1017 dll: true
1018 filegroups:
1019 - grpc_base
1020 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001021 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001022 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001023 generate_plugin_registry: true
1024 platforms:
1025 - linux
1026 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001027- name: grpc_dll
1028 build: private
1029 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001030 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001031 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001032 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001033 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001034 build_system:
1035 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001036 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001037 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001038 vs_config_type: DynamicLibrary
1039 vs_packages:
1040 - grpc.dependencies.openssl
1041 - grpc.dependencies.zlib
1042 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1043 vs_props:
1044 - zlib
1045 - openssl
1046 - winsock
1047 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: grpc_test_util
1049 build: private
1050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001051 headers:
1052 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001053 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001054 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001055 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001056 - test/core/end2end/data/server1_cert.c
1057 - test/core/end2end/data/server1_key.c
1058 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001059 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001060 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001062 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001063 - grpc
1064 filegroups:
1065 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001066 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1068- name: grpc_test_util_unsecure
1069 build: private
1070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001071 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr
1073 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001074 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001075 filegroups:
1076 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 secure: false
1078 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1079- name: grpc_unsecure
1080 build: all
1081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001082 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001084 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001086 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001088 filegroups:
1089 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001090 - grpc_transport_chttp2_server_insecure
1091 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001092 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001093 - grpc_resolver_dns_native
1094 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001095 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001096 - grpc_lb_policy_grpclb
1097 - grpc_lb_policy_pick_first
1098 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001099 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001100 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001101 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102 secure: false
1103 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104- name: reconnect_server
1105 build: private
1106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001107 headers:
1108 - test/core/util/reconnect_server.h
1109 src:
1110 - test/core/util/reconnect_server.c
1111 deps:
yang-gc9fca182015-11-06 16:41:33 -08001112 - test_tcp_server
1113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001117- name: test_tcp_server
1118 build: private
1119 language: c
1120 headers:
1121 - test/core/util/test_tcp_server.h
1122 src:
1123 - test/core/util/test_tcp_server.c
1124 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001125 - grpc_test_util
1126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 - gpr_test_util
1128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: grpc++
1130 build: all
1131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001132 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001133 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001134 - src/cpp/client/secure_credentials.h
1135 - src/cpp/common/secure_auth_context.h
1136 - src/cpp/server/secure_server_credentials.h
1137 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001138 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001139 - src/cpp/client/secure_credentials.cc
1140 - src/cpp/common/auth_property_iterator.cc
1141 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001142 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001143 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001144 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001145 - src/cpp/server/secure_server_credentials.cc
1146 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001147 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001148 baselib: true
1149 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001150 filegroups:
1151 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001152 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001153 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001154 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 secure: check
1156 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001157- name: grpc++_cronet
1158 build: all
1159 language: c++
1160 src:
1161 - src/cpp/client/cronet_credentials.cc
1162 - src/cpp/client/insecure_credentials.cc
1163 - src/cpp/common/insecure_create_auth_context.cc
1164 - src/cpp/server/insecure_server_credentials.cc
1165 deps:
1166 - gpr
1167 - grpc_cronet
1168 baselib: true
1169 dll: true
1170 filegroups:
1171 - grpc++_base
1172 - grpc++_codegen_base
1173 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001174 - grpc_transport_chttp2_client_insecure
1175 - grpc_transport_chttp2_server_insecure
1176 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001177 platforms:
1178 - linux
1179 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001180- name: grpc++_proto_reflection_desc_db
1181 build: private
1182 language: c++
1183 headers:
1184 - test/cpp/util/proto_reflection_descriptor_database.h
1185 src:
1186 - test/cpp/util/proto_reflection_descriptor_database.cc
1187 deps:
1188 - grpc++
1189 filegroups:
1190 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001191 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001192- name: grpc++_reflection
1193 build: all
1194 language: c++
1195 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001196 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001197 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001198 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001199 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001200 - src/cpp/ext/proto_server_reflection.cc
1201 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001202 deps:
1203 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001204 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001205 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001206- name: grpc++_test_config
1207 build: private
1208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001209 headers:
1210 - test/cpp/util/test_config.h
1211 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001212 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213- name: grpc++_test_util
1214 build: private
1215 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001216 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001217 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001218 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001219 - test/cpp/util/create_test_channel.h
1220 - test/cpp/util/string_ref_helper.h
1221 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001222 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
yang-gc8a49d22016-12-12 11:18:49 -08001224 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001225 - src/proto/grpc/testing/echo_messages.proto
1226 - src/proto/grpc/testing/echo.proto
1227 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001228 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001229 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001230 - test/cpp/util/create_test_channel.cc
1231 - test/cpp/util/string_ref_helper.cc
1232 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001233 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 deps:
1235 - grpc++
1236 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001237 filegroups:
1238 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001239 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001240 - grpc++_codegen_proto
1241 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001242 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243- name: grpc++_unsecure
1244 build: all
1245 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001246 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001247 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001249 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001252 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 baselib: true
1254 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001255 filegroups:
1256 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001257 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001258 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 secure: false
1260 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001261- name: grpc_benchmark
1262 build: test
1263 language: c++
1264 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001265 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1266 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001267 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001268 src:
1269 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001270 deps:
1271 - benchmark
1272 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001273 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001274 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001275 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001276- name: grpc_cli_libs
1277 build: private
1278 language: c++
1279 headers:
1280 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001281 - test/cpp/util/cli_credentials.h
1282 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001283 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001284 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001285 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001286 src:
1287 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001288 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001289 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001290 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001291 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001292 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001293 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001294 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001295 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001296 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001297 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: grpc_plugin_support
1299 build: protoc
1300 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001301 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001302 - src/compiler/config.h
1303 - src/compiler/cpp_generator.h
1304 - src/compiler/cpp_generator_helpers.h
1305 - src/compiler/csharp_generator.h
1306 - src/compiler/csharp_generator_helpers.h
1307 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001308 - src/compiler/node_generator.h
1309 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001310 - src/compiler/objective_c_generator.h
1311 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001312 - src/compiler/php_generator.h
1313 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301314 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301316 - src/compiler/python_generator_helpers.h
1317 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001318 - src/compiler/ruby_generator.h
1319 - src/compiler/ruby_generator_helpers-inl.h
1320 - src/compiler/ruby_generator_map-inl.h
1321 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301322 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001323 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 Tiller732a8752016-02-22 15:59:19 -08002511- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002512 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002513 build: test
2514 language: c
2515 src:
2516 - test/core/census/mlog_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
2520 - gpr_test_util
2521 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: multiple_server_queues_test
2523 build: test
2524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/core/end2end/multiple_server_queues_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532- name: murmur_hash_test
2533 build: test
2534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - test/core/support/murmur_hash_test.c
2537 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002540- name: nanopb_fuzzer_response_test
2541 build: fuzzer
2542 language: c
2543 src:
2544 - test/core/nanopb/fuzzer_response.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
2548 - gpr_test_util
2549 - gpr
2550 corpus_dirs:
2551 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002552 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002553- name: nanopb_fuzzer_serverlist_test
2554 build: fuzzer
2555 language: c
2556 src:
2557 - test/core/nanopb/fuzzer_serverlist.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
2561 - gpr_test_util
2562 - gpr
2563 corpus_dirs:
2564 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002565 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002567 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568 build: test
2569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002570 src:
2571 - test/core/end2end/no_server_test.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002577- name: parse_address_test
2578 build: test
2579 language: c
2580 src:
2581 - test/core/client_channel/parse_address_test.c
2582 deps:
2583 - grpc_test_util
2584 - grpc
2585 - gpr_test_util
2586 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002587- name: percent_decode_fuzzer
2588 build: fuzzer
2589 language: c
2590 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002591 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002592 deps:
2593 - grpc_test_util
2594 - grpc
2595 - gpr_test_util
2596 - gpr
2597 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002598 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002599 maxlen: 32
2600- name: percent_encode_fuzzer
2601 build: fuzzer
2602 language: c
2603 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002604 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
2610 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002611 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002612 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002613- name: percent_encoding_test
2614 build: test
2615 language: c
2616 src:
2617 - test/core/slice/percent_encoding_test.c
2618 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002619 - grpc_test_util
2620 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002621 - gpr_test_util
2622 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002623- name: pollset_set_test
2624 build: test
2625 language: c
2626 src:
2627 - test/core/iomgr/pollset_set_test.c
2628 deps:
2629 - grpc_test_util
2630 - grpc
2631 - gpr_test_util
2632 - gpr
2633 exclude_iomgrs:
2634 - uv
2635 platforms:
2636 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002637- name: resolve_address_posix_test
2638 build: test
2639 language: c
2640 src:
2641 - test/core/iomgr/resolve_address_posix_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
2645 - gpr_test_util
2646 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002647 exclude_iomgrs:
2648 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002649 platforms:
2650 - mac
2651 - linux
2652 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653- name: resolve_address_test
2654 build: test
2655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002656 src:
2657 - test/core/iomgr/resolve_address_test.c
2658 deps:
2659 - grpc_test_util
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002663- name: resource_quota_test
2664 cpu_cost: 30
2665 build: test
2666 language: c
2667 src:
2668 - test/core/iomgr/resource_quota_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
2672 - gpr_test_util
2673 - gpr
yang-gd482e592015-12-10 14:04:00 -08002674- name: secure_channel_create_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/surface/secure_channel_create_test.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: secure_endpoint_test
2685 build: test
2686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
2688 - test/core/security/secure_endpoint_test.c
2689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002694 exclude_iomgrs:
2695 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002696- name: sequential_connectivity_test
2697 build: test
2698 language: c
2699 src:
2700 - test/core/surface/sequential_connectivity_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
2704 - gpr_test_util
2705 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002706 exclude_iomgrs:
2707 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002708- name: server_chttp2_test
2709 build: test
2710 language: c
2711 src:
2712 - test/core/surface/server_chttp2_test.c
2713 deps:
2714 - grpc_test_util
2715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002718- name: server_fuzzer
2719 build: fuzzer
2720 language: c
2721 src:
2722 - test/core/end2end/fuzzers/server_fuzzer.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
2726 - gpr_test_util
2727 - gpr
2728 corpus_dirs:
2729 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002730 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002731 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002732- name: server_test
2733 build: test
2734 language: c
2735 src:
2736 - test/core/surface/server_test.c
2737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002742- name: slice_buffer_test
2743 build: test
2744 language: c
2745 src:
2746 - test/core/slice/slice_buffer_test.c
2747 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002748 - grpc_test_util
2749 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002750 - gpr_test_util
2751 - gpr
2752- name: slice_string_helpers_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/slice/slice_string_helpers_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_test
2763 build: test
2764 language: c
2765 src:
2766 - test/core/slice/slice_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
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002772- name: sockaddr_resolver_test
2773 build: test
2774 language: c
2775 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002776 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002782- name: sockaddr_utils_test
2783 build: test
2784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002785 src:
2786 - test/core/iomgr/sockaddr_utils_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002792- name: socket_utils_test
2793 build: test
2794 language: c
2795 src:
2796 - test/core/iomgr/socket_utils_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr_test_util
2801 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002802 exclude_iomgrs:
2803 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002804 platforms:
2805 - mac
2806 - linux
2807 - posix
yang-g31e21282016-11-04 15:10:03 -07002808- name: ssl_server_fuzzer
2809 build: fuzzer
2810 language: c
2811 src:
2812 - test/core/security/ssl_server_fuzzer.c
2813 deps:
2814 - grpc_test_util
2815 - grpc
2816 - gpr_test_util
2817 - gpr
2818 corpus_dirs:
2819 - test/core/security/corpus/ssl_server_corpus
2820 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002821- name: status_conversion_test
2822 build: test
2823 language: c
2824 src:
2825 - test/core/transport/status_conversion_test.c
2826 deps:
2827 - grpc_test_util
2828 - grpc
2829 - gpr_test_util
2830 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002831- name: stream_owned_slice_test
2832 build: test
2833 language: c
2834 src:
2835 - test/core/transport/stream_owned_slice_test.c
2836 deps:
2837 - grpc_test_util
2838 - grpc
2839 - gpr_test_util
2840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002842 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843 build: test
2844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002845 src:
2846 - test/core/iomgr/tcp_client_posix_test.c
2847 deps:
2848 - grpc_test_util
2849 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002850 - gpr_test_util
2851 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002852 exclude_iomgrs:
2853 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002854 platforms:
2855 - mac
2856 - linux
2857 - posix
murgatroid991191b722017-02-08 11:56:52 -08002858- name: tcp_client_uv_test
2859 cpu_cost: 0.5
2860 build: test
2861 language: c
2862 src:
2863 - test/core/iomgr/tcp_client_uv_test.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
2867 - gpr_test_util
2868 - gpr
2869 exclude_iomgrs:
2870 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002872 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873 build: test
2874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002875 src:
2876 - test/core/iomgr/tcp_posix_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002882 exclude_iomgrs:
2883 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002884 platforms:
2885 - mac
2886 - linux
2887 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: tcp_server_posix_test
2889 build: test
2890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002891 src:
2892 - test/core/iomgr/tcp_server_posix_test.c
2893 deps:
2894 - grpc_test_util
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002898 exclude_iomgrs:
2899 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002900 platforms:
2901 - mac
2902 - linux
2903 - posix
murgatroid991191b722017-02-08 11:56:52 -08002904- name: tcp_server_uv_test
2905 build: test
2906 language: c
2907 src:
2908 - test/core/iomgr/tcp_server_uv_test.c
2909 deps:
2910 - grpc_test_util
2911 - grpc
2912 - gpr_test_util
2913 - gpr
2914 exclude_iomgrs:
2915 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916- name: time_averaged_stats_test
2917 build: test
2918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002919 src:
2920 - test/core/iomgr/time_averaged_stats_test.c
2921 deps:
2922 - grpc_test_util
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926- name: timeout_encoding_test
2927 build: test
2928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002929 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002930 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002931 deps:
2932 - grpc_test_util
2933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002934 - gpr_test_util
2935 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002936- name: timer_heap_test
2937 build: test
2938 language: c
2939 src:
2940 - test/core/iomgr/timer_heap_test.c
2941 deps:
2942 - grpc_test_util
2943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002944 - gpr_test_util
2945 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002946 exclude_iomgrs:
2947 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002948- name: timer_list_test
2949 build: test
2950 language: c
2951 src:
2952 - test/core/iomgr/timer_list_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002958 exclude_iomgrs:
2959 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002960- name: transport_connectivity_state_test
2961 build: test
2962 language: c
2963 src:
2964 - test/core/transport/connectivity_state_test.c
2965 deps:
2966 - grpc_test_util
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: transport_metadata_test
2971 build: test
2972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002973 src:
2974 - test/core/transport/metadata_test.c
2975 deps:
2976 - grpc_test_util
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002980- name: transport_pid_controller_test
2981 build: test
2982 language: c
2983 src:
2984 - test/core/transport/pid_controller_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990- name: transport_security_test
2991 build: test
2992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
2994 - test/core/tsi/transport_security_test.c
2995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003000 platforms:
3001 - linux
3002 - posix
3003 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: udp_server_test
3005 build: test
3006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
3008 - test/core/iomgr/udp_server_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003014 exclude_iomgrs:
3015 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003016 platforms:
3017 - mac
3018 - linux
3019 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003020- name: uri_fuzzer_test
3021 build: fuzzer
3022 language: c
3023 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003024 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003025 deps:
3026 - grpc_test_util
3027 - grpc
3028 - gpr_test_util
3029 - gpr
3030 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003031 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003032 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033- name: uri_parser_test
3034 build: test
3035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003036 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003037 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003038 deps:
3039 - grpc_test_util
3040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003041 - gpr_test_util
3042 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003043- name: wakeup_fd_cv_test
3044 build: test
3045 language: c
3046 src:
3047 - test/core/iomgr/wakeup_fd_cv_test.c
3048 deps:
3049 - grpc_test_util
3050 - grpc
3051 - gpr_test_util
3052 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003053 exclude_iomgrs:
3054 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003055 platforms:
3056 - mac
3057 - linux
3058 - posix
vjpai04e992a2016-02-10 16:58:38 -08003059- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003060 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003061 build: test
3062 language: c++
3063 src:
3064 - test/cpp/common/alarm_cpp_test.cc
3065 deps:
3066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003070 - gpr_test_util
3071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003073 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074 build: test
3075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003076 src:
3077 - test/cpp/end2end/async_end2end_test.cc
3078 deps:
3079 - grpc++_test_util
3080 - grpc_test_util
3081 - grpc++
3082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003083 - gpr_test_util
3084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003086 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087 build: test
3088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003089 src:
3090 - test/cpp/common/auth_property_iterator_test.cc
3091 deps:
3092 - grpc++_test_util
3093 - grpc_test_util
3094 - grpc++
3095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003096 - gpr_test_util
3097 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003098- name: bm_arena
3099 build: test
3100 language: c++
3101 src:
3102 - test/cpp/microbenchmarks/bm_arena.cc
3103 deps:
3104 - grpc_benchmark
3105 - benchmark
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc
3110 - gpr_test_util
3111 - gpr
3112 args:
3113 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003114 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003115 platforms:
3116 - mac
3117 - linux
3118 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003119- name: bm_call_create
3120 build: test
3121 language: c++
3122 src:
3123 - test/cpp/microbenchmarks/bm_call_create.cc
3124 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003125 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003126 - benchmark
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
3131 - gpr_test_util
3132 - gpr
3133 args:
3134 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003135 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003136 platforms:
3137 - mac
3138 - linux
3139 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003140- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003141 build: test
3142 language: c++
3143 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003144 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003145 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003146 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003147 - benchmark
3148 - grpc++_test_util
3149 - grpc_test_util
3150 - grpc++
3151 - grpc
3152 - gpr_test_util
3153 - gpr
3154 args:
3155 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003156 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003157 platforms:
3158 - mac
3159 - linux
3160 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003161- name: bm_chttp2_transport
3162 build: test
3163 language: c++
3164 src:
3165 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3166 deps:
3167 - grpc_benchmark
3168 - benchmark
3169 - grpc++_test_util
3170 - grpc_test_util
3171 - grpc++
3172 - grpc
3173 - gpr_test_util
3174 - gpr
3175 args:
3176 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003177 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003178 platforms:
3179 - mac
3180 - linux
3181 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003182- name: bm_closure
3183 build: test
3184 language: c++
3185 src:
3186 - test/cpp/microbenchmarks/bm_closure.cc
3187 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003188 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003189 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003190 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003191 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003192 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003193 - grpc
3194 - gpr_test_util
3195 - gpr
3196 args:
3197 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003198 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003199 platforms:
3200 - mac
3201 - linux
3202 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003203- name: bm_cq
3204 build: test
3205 language: c++
3206 src:
3207 - test/cpp/microbenchmarks/bm_cq.cc
3208 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003209 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003210 - benchmark
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
3215 - gpr_test_util
3216 - gpr
3217 args:
3218 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003219 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003220 platforms:
3221 - mac
3222 - linux
3223 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003224- name: bm_error
3225 build: test
3226 language: c++
3227 src:
3228 - test/cpp/microbenchmarks/bm_error.cc
3229 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003230 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003231 - benchmark
3232 - grpc++_test_util
3233 - grpc_test_util
3234 - grpc++
3235 - grpc
3236 - gpr_test_util
3237 - gpr
3238 args:
3239 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003240 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003241 platforms:
3242 - mac
3243 - linux
3244 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003245- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003246 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003247 language: c++
3248 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003249 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003250 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003251 - grpc_benchmark
3252 - benchmark
3253 - grpc++_test_util
3254 - grpc_test_util
3255 - grpc++
3256 - grpc
3257 - gpr_test_util
3258 - gpr
3259 args:
3260 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003261 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003262 excluded_poll_engines:
3263 - poll
3264 - poll-cv
3265 platforms:
3266 - mac
3267 - linux
3268 - posix
3269 timeout_seconds: 1200
3270- name: bm_fullstack_streaming_pump
3271 build: test
3272 language: c++
3273 src:
3274 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003275 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003276 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003277 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003278 - grpc++_test_util
3279 - grpc_test_util
3280 - grpc++
3281 - grpc
3282 - gpr_test_util
3283 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003284 args:
3285 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003286 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003287 excluded_poll_engines:
3288 - poll
3289 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003290 platforms:
3291 - mac
3292 - linux
3293 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003294 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003295- name: bm_fullstack_trickle
3296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3300 deps:
3301 - grpc_benchmark
3302 - benchmark
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
3307 - gpr_test_util
3308 - gpr
3309 args:
3310 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003311 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003312 excluded_poll_engines:
3313 - poll
3314 - poll-cv
3315 platforms:
3316 - mac
3317 - linux
3318 - posix
3319 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003320- name: bm_fullstack_unary_ping_pong
3321 build: test
3322 language: c++
3323 src:
3324 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3325 deps:
3326 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003327 - benchmark
3328 - grpc++_test_util
3329 - grpc_test_util
3330 - grpc++
3331 - grpc
3332 - gpr_test_util
3333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003334 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003335 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003336 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003338 - poll
3339 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003340 platforms:
3341 - mac
3342 - linux
3343 - posix
3344 timeout_seconds: 1200
3345- name: bm_metadata
3346 build: test
3347 language: c++
3348 src:
3349 - test/cpp/microbenchmarks/bm_metadata.cc
3350 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003351 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003352 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003353 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003354 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003355 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003356 - grpc
3357 - gpr_test_util
3358 - gpr
3359 args:
3360 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003361 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362 platforms:
3363 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003364 - linux
3365 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003366- name: bm_pollset
3367 build: test
3368 language: c++
3369 src:
3370 - test/cpp/microbenchmarks/bm_pollset.cc
3371 deps:
3372 - grpc_benchmark
3373 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003374 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003375 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003376 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003377 - grpc
3378 - gpr_test_util
3379 - gpr
3380 args:
3381 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003382 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003383 platforms:
3384 - mac
3385 - linux
3386 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: channel_arguments_test
3388 gtest: true
3389 build: test
3390 language: c++
3391 src:
3392 - test/cpp/common/channel_arguments_test.cc
3393 deps:
3394 - grpc++
3395 - grpc
3396 - gpr
3397- name: channel_filter_test
3398 gtest: true
3399 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003400 language: c++
3401 src:
3402 - test/cpp/common/channel_filter_test.cc
3403 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003404 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003405 - grpc
3406 - gpr
3407- name: cli_call_test
3408 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003409 build: test
3410 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003413 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003414 - grpc_cli_libs
3415 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003416 - grpc_test_util
3417 - grpc++
3418 - grpc
3419 - gpr_test_util
3420 - gpr
3421- name: client_crash_test
3422 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003423 cpu_cost: 0.1
3424 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003425 language: c++
3426 src:
3427 - test/cpp/end2end/client_crash_test.cc
3428 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429 - grpc++_test_util
3430 - grpc_test_util
3431 - grpc++
3432 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003433 - gpr_test_util
3434 - gpr
3435 platforms:
3436 - mac
3437 - linux
3438 - posix
3439- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003440 build: test
3441 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003442 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003443 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003444 - test/cpp/end2end/client_crash_test_server.cc
3445 deps:
3446 - grpc++_test_util
3447 - grpc_test_util
3448 - grpc++
3449 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003450 - gpr_test_util
3451 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003452- name: codegen_test_full
3453 gtest: true
3454 build: test
3455 language: c++
3456 src:
3457 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003458 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003459 - src/proto/grpc/testing/payloads.proto
3460 - src/proto/grpc/testing/services.proto
3461 - src/proto/grpc/testing/stats.proto
3462 - test/cpp/codegen/codegen_test_full.cc
3463 deps:
3464 - grpc++
3465 - grpc
3466 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003467 filegroups:
3468 - grpc++_codegen_base
3469- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003470 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003471 build: test
yang-g34b58612016-06-03 17:30:09 -07003472 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003473 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003474 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003475 - src/proto/grpc/testing/messages.proto
3476 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003477 - src/proto/grpc/testing/services.proto
3478 - src/proto/grpc/testing/stats.proto
3479 - test/cpp/codegen/codegen_test_minimal.cc
3480 filegroups:
3481 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003482 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003483- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003484 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485 build: test
3486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003487 src:
3488 - test/cpp/client/credentials_test.cc
3489 deps:
3490 - grpc++
3491 - grpc
3492 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003493- name: cxx_byte_buffer_test
3494 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003496 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497 src:
3498 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003499 deps:
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
3503 - gpr_test_util
3504 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003505- name: cxx_slice_test
3506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003508 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003509 src:
3510 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003511 deps:
3512 - grpc_test_util
3513 - grpc++
3514 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517- name: cxx_string_ref_test
3518 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003519 build: test
3520 language: c++
3521 src:
3522 - test/cpp/util/string_ref_test.cc
3523 deps:
3524 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003525- name: cxx_time_test
3526 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003528 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003529 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003530 - test/cpp/util/time_test.cc
3531 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003532 - grpc_test_util
3533 - grpc++
3534 - grpc
3535 - gpr_test_util
3536 - gpr
3537- name: end2end_test
3538 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003539 cpu_cost: 0.5
3540 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003541 language: c++
3542 src:
3543 - test/cpp/end2end/end2end_test.cc
3544 deps:
3545 - grpc++_test_util
3546 - grpc_test_util
3547 - grpc++
3548 - grpc
3549 - gpr_test_util
3550 - gpr
3551- name: filter_end2end_test
3552 gtest: true
3553 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003555 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556 - test/cpp/end2end/filter_end2end_test.cc
3557 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003558 - grpc++_test_util
3559 - grpc_test_util
3560 - grpc++
3561 - grpc
3562 - gpr_test_util
3563 - gpr
3564- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003565 gtest: true
3566 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003567 language: c++
3568 src:
3569 - test/cpp/end2end/generic_end2end_test.cc
3570 deps:
3571 - grpc++_test_util
3572 - grpc_test_util
3573 - grpc++
3574 - grpc
3575 - gpr_test_util
3576 - gpr
3577- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003578 gtest: true
3579 build: test
3580 language: c++
3581 src:
Craig Tiller25834342015-09-25 08:08:24 -07003582 - src/proto/grpc/testing/compiler_test.proto
3583 - test/cpp/codegen/golden_file_test.cc
3584 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003585 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003586 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003587 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003588 args:
3589 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003590- name: grpc_cli
3591 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003592 run: false
3593 language: c++
3594 src:
3595 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003596 deps:
3597 - grpc_cli_libs
3598 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003599 - grpc++
3600 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601 - gpr
3602 - grpc++_test_config
3603- name: grpc_cpp_plugin
3604 build: protoc
3605 language: c++
3606 src:
3607 - src/compiler/cpp_plugin.cc
3608 deps:
3609 - grpc_plugin_support
3610 secure: false
3611 vs_config_type: Application
3612 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3613- name: grpc_csharp_plugin
3614 build: protoc
3615 language: c++
3616 src:
3617 - src/compiler/csharp_plugin.cc
3618 deps:
3619 - grpc_plugin_support
3620 secure: false
3621 vs_config_type: Application
3622 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003623- name: grpc_node_plugin
3624 build: protoc
3625 language: c++
3626 src:
3627 - src/compiler/node_plugin.cc
3628 deps:
3629 - grpc_plugin_support
3630 secure: false
3631 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003632- name: grpc_objective_c_plugin
3633 build: protoc
3634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003635 src:
3636 - src/compiler/objective_c_plugin.cc
3637 deps:
3638 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003639 secure: false
3640 vs_config_type: Application
3641 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003642- name: grpc_php_plugin
3643 build: protoc
3644 language: c++
3645 src:
3646 - src/compiler/php_plugin.cc
3647 deps:
3648 - grpc_plugin_support
3649 secure: false
3650 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003651- name: grpc_python_plugin
3652 build: protoc
3653 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003654 src:
3655 - src/compiler/python_plugin.cc
3656 deps:
3657 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 secure: false
3659 vs_config_type: Application
3660 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3661- name: grpc_ruby_plugin
3662 build: protoc
3663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003664 src:
3665 - src/compiler/ruby_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: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003671- name: grpc_tool_test
3672 gtest: true
3673 build: test
3674 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003675 src:
3676 - src/proto/grpc/testing/echo.proto
3677 - src/proto/grpc/testing/echo_messages.proto
3678 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003679 deps:
3680 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003681 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003682 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003683 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003684 - grpc_test_util
3685 - grpc++
3686 - grpc
3687 - gpr_test_util
3688 - gpr
3689 filegroups:
3690 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003691- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003692 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003693 build: test
3694 language: c++
3695 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003696 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003697 - test/cpp/grpclb/grpclb_api_test.cc
3698 deps:
3699 - grpc++_test_util
3700 - grpc_test_util
3701 - grpc++
3702 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003703- name: grpclb_test
3704 gtest: false
3705 build: test
3706 language: c++
3707 src:
3708 - src/proto/grpc/lb/v1/load_balancer.proto
3709 - test/cpp/grpclb/grpclb_test.cc
3710 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003711 - grpc++_test_util
3712 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003713 - grpc++
3714 - grpc
3715 - gpr_test_util
3716 - gpr
yang-gad327642016-12-12 14:32:09 -08003717- name: health_service_end2end_test
3718 gtest: true
3719 build: test
3720 language: c++
3721 src:
3722 - test/cpp/end2end/health_service_end2end_test.cc
3723 deps:
3724 - grpc++_test_util
3725 - grpc_test_util
3726 - grpc++
3727 - grpc
3728 - gpr_test_util
3729 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003730- name: http2_client
3731 build: test
3732 run: false
3733 language: c++
3734 src: []
3735 deps:
3736 - http2_client_main
3737 - grpc++_test_util
3738 - grpc_test_util
3739 - grpc++
3740 - grpc
3741 - grpc++_test_config
3742 platforms:
3743 - mac
3744 - linux
3745 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003746- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003747 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003748 build: test
3749 language: c++
3750 src:
3751 - test/cpp/end2end/hybrid_end2end_test.cc
3752 deps:
3753 - grpc++_test_util
3754 - grpc_test_util
3755 - grpc++
3756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003757 - gpr_test_util
3758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759- name: interop_client
3760 build: test
3761 run: false
3762 language: c++
3763 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003764 deps:
3765 - interop_client_main
3766 - interop_client_helper
3767 - grpc++_test_util
3768 - grpc_test_util
3769 - grpc++
3770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003771 - gpr_test_util
3772 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003773 - grpc++_test_config
3774 platforms:
3775 - mac
3776 - linux
3777 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778- name: interop_server
3779 build: test
3780 run: false
3781 language: c++
3782 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003783 deps:
3784 - interop_server_main
3785 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003786 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003787 - grpc++_test_util
3788 - grpc_test_util
3789 - grpc++
3790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003791 - gpr_test_util
3792 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003793 - grpc++_test_config
3794 platforms:
3795 - mac
3796 - linux
3797 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003798- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003799 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003800 build: test
3801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003802 src:
3803 - test/cpp/interop/interop_test.cc
3804 deps:
3805 - grpc_test_util
3806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003807 - gpr_test_util
3808 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003809 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003810 platforms:
3811 - mac
3812 - linux
3813 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003814- name: json_run_localhost
3815 build: test
3816 run: false
3817 language: c++
3818 src:
3819 - test/cpp/qps/json_run_localhost.cc
3820 deps:
3821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
3825 - gpr_test_util
3826 - gpr
3827 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003828 platforms:
3829 - mac
3830 - linux
3831 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003832- name: metrics_client
3833 build: test
3834 run: false
3835 language: c++
3836 headers:
3837 - test/cpp/util/metrics_server.h
3838 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003839 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003840 - test/cpp/interop/metrics_client.cc
3841 deps:
3842 - grpc++
3843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003844 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003845 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003847 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848 build: test
3849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003850 src:
3851 - test/cpp/end2end/mock_test.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003857 - gpr_test_util
3858 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003859- name: noop-benchmark
3860 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003861 language: c++
3862 src:
3863 - test/cpp/microbenchmarks/noop-benchmark.cc
3864 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003865 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003866 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003867- name: proto_server_reflection_test
3868 gtest: true
3869 build: test
3870 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003871 src:
3872 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003873 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003874 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003875 - grpc++_reflection
3876 - grpc++_test_util
3877 - grpc_test_util
3878 - grpc++
3879 - grpc
3880 - gpr_test_util
3881 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003882- name: proto_utils_test
3883 gtest: true
3884 build: test
3885 language: c++
3886 src:
3887 - test/cpp/codegen/proto_utils_test.cc
3888 deps:
3889 - grpc++
3890 - grpc
3891 filegroups:
3892 - grpc++_codegen_base
3893 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003894- name: qps_interarrival_test
3895 build: test
3896 run: false
3897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003898 src:
3899 - test/cpp/qps/qps_interarrival_test.cc
3900 deps:
3901 - qps
3902 - grpc++_test_util
3903 - grpc_test_util
3904 - grpc++
3905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003906 - gpr_test_util
3907 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003908 platforms:
3909 - mac
3910 - linux
3911 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003912- name: qps_json_driver
3913 build: test
3914 run: false
3915 language: c++
3916 src:
3917 - test/cpp/qps/qps_json_driver.cc
3918 deps:
3919 - qps
3920 - grpc++_test_util
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
3924 - gpr_test_util
3925 - gpr
3926 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003927- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003928 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003929 build: test
3930 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003931 src:
3932 - test/cpp/qps/qps_openloop_test.cc
3933 deps:
3934 - qps
3935 - grpc++_test_util
3936 - grpc_test_util
3937 - grpc++
3938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003939 - gpr_test_util
3940 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003941 - grpc++_test_config
3942 platforms:
3943 - mac
3944 - linux
3945 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003946- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003947 build: test
3948 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003950 headers:
3951 - test/cpp/qps/client.h
3952 - test/cpp/qps/server.h
3953 src:
3954 - test/cpp/qps/worker.cc
3955 deps:
3956 - qps
3957 - grpc++_test_util
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003961 - gpr_test_util
3962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003963 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: reconnect_interop_client
3965 build: test
3966 run: false
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003969 - src/proto/grpc/testing/empty.proto
3970 - src/proto/grpc/testing/messages.proto
3971 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003972 - test/cpp/interop/reconnect_interop_client.cc
3973 deps:
3974 - grpc++_test_util
3975 - grpc_test_util
3976 - grpc++
3977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003978 - gpr_test_util
3979 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003980 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981- name: reconnect_interop_server
3982 build: test
3983 run: false
3984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003985 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003986 - src/proto/grpc/testing/empty.proto
3987 - src/proto/grpc/testing/messages.proto
3988 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003989 - test/cpp/interop/reconnect_interop_server.cc
3990 deps:
3991 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003992 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003993 - grpc++_test_util
3994 - grpc_test_util
3995 - grpc++
3996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003997 - gpr_test_util
3998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003999 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004000- name: round_robin_end2end_test
4001 gtest: true
4002 build: test
4003 language: c++
4004 src:
4005 - test/cpp/end2end/round_robin_end2end_test.cc
4006 deps:
4007 - grpc++_test_util
4008 - grpc_test_util
4009 - grpc++
4010 - grpc
4011 - gpr_test_util
4012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004014 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004015 build: test
4016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004017 src:
4018 - test/cpp/common/secure_auth_context_test.cc
4019 deps:
4020 - grpc++_test_util
4021 - grpc_test_util
4022 - grpc++
4023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004024 - gpr_test_util
4025 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004026- name: secure_sync_unary_ping_pong_test
4027 build: test
4028 language: c++
4029 src:
4030 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4031 deps:
4032 - qps
4033 - grpc++_test_util
4034 - grpc_test_util
4035 - grpc++
4036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004037 - gpr_test_util
4038 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004039 platforms:
4040 - mac
4041 - linux
4042 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004043- name: server_builder_plugin_test
4044 gtest: true
4045 build: test
4046 language: c++
4047 src:
4048 - test/cpp/end2end/server_builder_plugin_test.cc
4049 deps:
4050 - grpc++_test_util
4051 - grpc_test_util
4052 - grpc++
4053 - grpc
4054 - gpr_test_util
4055 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004056- name: server_builder_test
4057 gtest: true
4058 build: test
4059 language: c++
4060 src:
4061 - src/proto/grpc/testing/echo_messages.proto
4062 - src/proto/grpc/testing/echo.proto
4063 - test/cpp/server/server_builder_test.cc
4064 deps:
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - gpr_test_util
4068 - grpc++
4069 - grpc
4070 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004071- name: server_context_test_spouse_test
4072 gtest: true
4073 build: test
4074 language: c++
4075 src:
4076 - test/cpp/test/server_context_test_spouse_test.cc
4077 deps:
4078 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004079 - grpc++
4080 - grpc
4081 - gpr_test_util
4082 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004083 uses:
4084 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004086 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004087 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088 build: test
4089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004090 src:
4091 - test/cpp/end2end/server_crash_test.cc
4092 deps:
4093 - grpc++_test_util
4094 - grpc_test_util
4095 - grpc++
4096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004097 - gpr_test_util
4098 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004099 platforms:
4100 - mac
4101 - linux
4102 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004103- name: server_crash_test_client
4104 build: test
4105 run: false
4106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004107 src:
4108 - test/cpp/end2end/server_crash_test_client.cc
4109 deps:
4110 - grpc++_test_util
4111 - grpc_test_util
4112 - grpc++
4113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004114 - gpr_test_util
4115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004116- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004117 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004118 build: test
4119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004120 src:
4121 - test/cpp/end2end/shutdown_test.cc
4122 deps:
4123 - grpc++_test_util
4124 - grpc_test_util
4125 - grpc++
4126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004127 - gpr_test_util
4128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004129- name: status_test
4130 build: test
4131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004132 src:
4133 - test/cpp/util/status_test.cc
4134 deps:
4135 - grpc_test_util
4136 - grpc++
4137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004138 - gpr_test_util
4139 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004140- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004141 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004142 build: test
4143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004144 src:
4145 - test/cpp/end2end/streaming_throughput_test.cc
4146 deps:
4147 - grpc++_test_util
4148 - grpc_test_util
4149 - grpc++
4150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004151 - gpr_test_util
4152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004153 platforms:
4154 - mac
4155 - linux
4156 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004157- name: stress_test
4158 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004159 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004160 language: c++
4161 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004162 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004163 - test/cpp/interop/interop_client.h
4164 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004165 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004166 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004167 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004168 - src/proto/grpc/testing/empty.proto
4169 - src/proto/grpc/testing/messages.proto
4170 - src/proto/grpc/testing/metrics.proto
4171 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004172 - test/cpp/interop/interop_client.cc
4173 - test/cpp/interop/stress_interop_client.cc
4174 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004175 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004176 deps:
4177 - grpc++_test_util
4178 - grpc_test_util
4179 - grpc++
4180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004181 - gpr_test_util
4182 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004183 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004184- name: thread_manager_test
4185 build: test
4186 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004187 src:
4188 - test/cpp/thread_manager/thread_manager_test.cc
4189 deps:
4190 - grpc++
4191 - grpc
4192 - gpr
4193 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004194- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004195 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004196 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004197 build: test
4198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004199 src:
4200 - test/cpp/end2end/thread_stress_test.cc
4201 deps:
4202 - grpc++_test_util
4203 - grpc_test_util
4204 - grpc++
4205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004206 - gpr_test_util
4207 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004208- name: writes_per_rpc_test
4209 gtest: true
4210 cpu_cost: 0.5
4211 build: test
4212 language: c++
4213 src:
4214 - test/cpp/performance/writes_per_rpc_test.cc
4215 deps:
4216 - grpc++_test_util
4217 - grpc_test_util
4218 - grpc++
4219 - grpc
4220 - gpr_test_util
4221 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004222 platforms:
4223 - mac
4224 - linux
4225 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004226- name: public_headers_must_be_c89
4227 build: test
4228 language: c89
4229 src:
4230 - test/core/surface/public_headers_must_be_c89.c
4231 deps:
4232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004234vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004235- linkage: static
4236 name: grpc.dependencies.zlib
4237 props: false
4238 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004239 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004240- linkage: static
4241 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004242 props: true
4243 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004244 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004245- name: gflags
4246 props: false
4247 redist: false
4248 version: 2.1.2.1
4249- name: gtest
4250 props: false
4251 redist: false
4252 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004253configs:
4254 asan:
4255 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004256 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4257 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004258 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004259 LD: clang
4260 LDFLAGS: -fsanitize=address
4261 LDXX: clang++
4262 compile_the_world: true
4263 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004264 ASAN_OPTIONS: detect_leaks=1:color=always
4265 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004266 asan-noleaks:
4267 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004268 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4269 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004270 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004271 LD: clang
4272 LDFLAGS: -fsanitize=address
4273 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004274 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004275 test_environ:
4276 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004277 asan-trace-cmp:
4278 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004279 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4280 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004281 CXX: clang++
4282 LD: clang
4283 LDFLAGS: -fsanitize=address
4284 LDXX: clang++
4285 compile_the_world: true
4286 test_environ:
4287 ASAN_OPTIONS: detect_leaks=1:color=always
4288 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004289 basicprof:
4290 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4291 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004292 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004293 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004294 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004295 dbg:
4296 CPPFLAGS: -O0
4297 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004298 gcov:
4299 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004300 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004301 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004302 DEFINES: _DEBUG DEBUG GPR_GCOV
4303 LD: gcc
4304 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4305 LDXX: g++
4306 helgrind:
4307 CPPFLAGS: -O0
4308 DEFINES: _DEBUG DEBUG
4309 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004310 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004311 lto:
4312 CPPFLAGS: -O2
4313 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004314 memcheck:
4315 CPPFLAGS: -O0
4316 DEFINES: _DEBUG DEBUG
4317 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004318 valgrind: --tool=memcheck --leak-check=full
4319 msan:
4320 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004321 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4322 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4323 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004324 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004325 DEFINES: NDEBUG
4326 LD: clang
4327 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4328 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4329 LDXX: clang++
4330 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004331 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004332 CPPFLAGS: -O3 -fno-omit-frame-pointer
4333 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004334 LDFLAGS: -rdynamic
4335 opt:
4336 CPPFLAGS: -O2
4337 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004338 stapprof:
4339 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4340 DEFINES: NDEBUG
4341 tsan:
4342 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004343 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004344 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004345 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004346 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004347 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004348 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004349 LDXX: clang++
4350 compile_the_world: true
4351 test_environ:
4352 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004353 ubsan:
4354 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004355 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4356 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004357 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004358 DEFINES: NDEBUG
4359 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004360 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004361 LDXX: clang++
4362 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004363 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004364 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004365defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004366 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004367 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004368 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4369 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004370 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004371 benchmark:
4372 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004373 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004374 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004375 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004376 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004377 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004378 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004379 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004380 LDFLAGS: -g
4381 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004382 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004383 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004384node_modules:
4385- deps:
4386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004387 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004388 - boringssl
4389 - z
murgatroid9994a75412015-11-19 14:04:53 -08004390 headers:
4391 - src/node/ext/byte_buffer.h
4392 - src/node/ext/call.h
4393 - src/node/ext/call_credentials.h
4394 - src/node/ext/channel.h
4395 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004396 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004397 - src/node/ext/server.h
4398 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004399 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004400 - src/node/ext/timeval.h
4401 js:
4402 - src/node/index.js
4403 - src/node/src/client.js
4404 - src/node/src/common.js
4405 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004406 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004407 - src/node/src/metadata.js
4408 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004409 name: grpc_node
4410 src:
4411 - src/node/ext/byte_buffer.cc
4412 - src/node/ext/call.cc
4413 - src/node/ext/call_credentials.cc
4414 - src/node/ext/channel.cc
4415 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004416 - src/node/ext/completion_queue_threadpool.cc
4417 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004418 - src/node/ext/node_grpc.cc
4419 - src/node/ext/server.cc
4420 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004421 - src/node/ext/server_generic.cc
4422 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004423 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004424 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004425openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004426 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004427 extraction_dir: openssl-1.0.2f
4428 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004429php_config_m4:
4430 deps:
4431 - grpc
4432 - gpr
4433 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004434 headers:
4435 - src/php/ext/grpc/byte_buffer.h
4436 - src/php/ext/grpc/call.h
4437 - src/php/ext/grpc/call_credentials.h
4438 - src/php/ext/grpc/channel.h
4439 - src/php/ext/grpc/channel_credentials.h
4440 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004441 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004442 - src/php/ext/grpc/php_grpc.h
4443 - src/php/ext/grpc/server.h
4444 - src/php/ext/grpc/server_credentials.h
4445 - src/php/ext/grpc/timeval.h
4446 src:
4447 - src/php/ext/grpc/byte_buffer.c
4448 - src/php/ext/grpc/call.c
4449 - src/php/ext/grpc/call_credentials.c
4450 - src/php/ext/grpc/channel.c
4451 - src/php/ext/grpc/channel_credentials.c
4452 - src/php/ext/grpc/completion_queue.c
4453 - src/php/ext/grpc/php_grpc.c
4454 - src/php/ext/grpc/server.c
4455 - src/php/ext/grpc/server_credentials.c
4456 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004457python_dependencies:
4458 deps:
4459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004460 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004461 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004462 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004463 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004464ruby_gem:
4465 deps:
4466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004467 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004468 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004469 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004470 - z