blob: c8098c51e5c28e679bfaf526bed198ee76e3234c [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/compress_filter.h
180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700182 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700183 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800184 - src/core/lib/channel/handshaker_factory.h
185 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/http_client_filter.h
187 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700188 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/compression/algorithm_metadata.h
190 - src/core/lib/compression/message_compress.h
191 - src/core/lib/debug/trace.h
192 - src/core/lib/http/format_request.h
193 - src/core/lib/http/httpcli.h
194 - src/core/lib/http/parser.h
195 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700196 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/endpoint.h
198 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700199 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800200 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700201 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700202 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700203 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/exec_ctx.h
205 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/iocp_windows.h
207 - src/core/lib/iomgr/iomgr.h
208 - src/core/lib/iomgr/iomgr_internal.h
209 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700210 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700211 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700255 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700256 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800257 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800258 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700259 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/surface/api_trace.h
261 - src/core/lib/surface/call.h
262 - src/core/lib/surface/call_test_only.h
263 - src/core/lib/surface/channel.h
264 - src/core/lib/surface/channel_init.h
265 - src/core/lib/surface/channel_stack_type.h
266 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700267 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/event_string.h
269 - src/core/lib/surface/init.h
270 - src/core/lib/surface/lame_client.h
271 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800272 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700273 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/error_utils.h
277 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/metadata.h
279 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700280 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700281 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400284 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/transport.h
286 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/channel_args.c
289 - src/core/lib/channel/channel_stack.c
290 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/compress_filter.c
292 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700293 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700294 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800295 - src/core/lib/channel/handshaker_factory.c
296 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/channel/http_client_filter.c
298 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700299 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700300 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/compression/message_compress.c
302 - src/core/lib/debug/trace.c
303 - src/core/lib/http/format_request.c
304 - src/core/lib/http/httpcli.c
305 - src/core/lib/http/parser.c
306 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700307 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/endpoint.c
309 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700310 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700312 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700313 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700314 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700315 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/exec_ctx.c
317 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/iocp_windows.c
319 - src/core/lib/iomgr/iomgr.c
320 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700323 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700324 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700325 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700326 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/pollset_windows.c
331 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700334 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500336 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700337 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/socket_utils_common_posix.c
339 - src/core/lib/iomgr/socket_utils_linux.c
340 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700342 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/socket_windows.c
344 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/tcp_client_windows.c
347 - src/core/lib/iomgr/tcp_posix.c
348 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700349 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700350 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
351 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/tcp_windows.c
356 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700357 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700359 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/udp_server.c
361 - src/core/lib/iomgr/unix_sockets_posix.c
362 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700363 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/wakeup_fd_eventfd.c
365 - src/core/lib/iomgr/wakeup_fd_nospecial.c
366 - src/core/lib/iomgr/wakeup_fd_pipe.c
367 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700368 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/iomgr/workqueue_windows.c
370 - src/core/lib/json/json.c
371 - src/core/lib/json/json_reader.c
372 - src/core/lib/json/json_string.c
373 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700374 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700375 - src/core/lib/slice/percent_encoding.c
376 - src/core/lib/slice/slice.c
377 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800378 - src/core/lib/slice/slice_hash_table.c
379 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700380 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/surface/alarm.c
382 - src/core/lib/surface/api_trace.c
383 - src/core/lib/surface/byte_buffer.c
384 - src/core/lib/surface/byte_buffer_reader.c
385 - src/core/lib/surface/call.c
386 - src/core/lib/surface/call_details.c
387 - src/core/lib/surface/call_log_batch.c
388 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/surface/channel_init.c
390 - src/core/lib/surface/channel_ping.c
391 - src/core/lib/surface/channel_stack_type.c
392 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700393 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/surface/lame_client.c
396 - src/core/lib/surface/metadata_array.c
397 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/surface/validate_metadata.c
399 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700400 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800403 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/metadata.c
405 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700406 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700407 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800409 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400410 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/transport.c
412 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700413 deps:
414 - gpr
415 uses:
416 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700419 - src/core/ext/filters/client_channel/client_channel.h
420 - src/core/ext/filters/client_channel/client_channel_factory.h
421 - src/core/ext/filters/client_channel/connector.h
422 - src/core/ext/filters/client_channel/http_connect_handshaker.h
423 - src/core/ext/filters/client_channel/http_proxy.h
424 - src/core/ext/filters/client_channel/lb_policy.h
425 - src/core/ext/filters/client_channel/lb_policy_factory.h
426 - src/core/ext/filters/client_channel/lb_policy_registry.h
427 - src/core/ext/filters/client_channel/parse_address.h
428 - src/core/ext/filters/client_channel/proxy_mapper.h
429 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
430 - src/core/ext/filters/client_channel/resolver.h
431 - src/core/ext/filters/client_channel/resolver_factory.h
432 - src/core/ext/filters/client_channel/resolver_registry.h
433 - src/core/ext/filters/client_channel/retry_throttle.h
434 - src/core/ext/filters/client_channel/subchannel.h
435 - src/core/ext/filters/client_channel/subchannel_index.h
436 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700437 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700438 - src/core/ext/filters/client_channel/channel_connectivity.c
439 - src/core/ext/filters/client_channel/client_channel.c
440 - src/core/ext/filters/client_channel/client_channel_factory.c
441 - src/core/ext/filters/client_channel/client_channel_plugin.c
442 - src/core/ext/filters/client_channel/connector.c
443 - src/core/ext/filters/client_channel/http_connect_handshaker.c
444 - src/core/ext/filters/client_channel/http_proxy.c
445 - src/core/ext/filters/client_channel/lb_policy.c
446 - src/core/ext/filters/client_channel/lb_policy_factory.c
447 - src/core/ext/filters/client_channel/lb_policy_registry.c
448 - src/core/ext/filters/client_channel/parse_address.c
449 - src/core/ext/filters/client_channel/proxy_mapper.c
450 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
451 - src/core/ext/filters/client_channel/resolver.c
452 - src/core/ext/filters/client_channel/resolver_factory.c
453 - src/core/ext/filters/client_channel/resolver_registry.c
454 - src/core/ext/filters/client_channel/retry_throttle.c
455 - src/core/ext/filters/client_channel/subchannel.c
456 - src/core/ext/filters/client_channel/subchannel_index.c
457 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700458 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700459 uses:
460 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800461- name: grpc_codegen
462 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700463 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800465 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800466 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800468 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700469 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800470 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700471 uses:
472 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700473- name: grpc_lb_policy_grpclb
474 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700475 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
476 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
477 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
478 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700479 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700480 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
481 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
482 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
483 - 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 -0800484 plugin: grpc_lb_policy_grpclb
485 uses:
486 - grpc_base
487 - grpc_client_channel
488 - nanopb
489- name: grpc_lb_policy_grpclb_secure
490 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
493 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
494 - 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 -0800495 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
497 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
499 - 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 -0700500 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700503 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700504 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700505 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700506- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700507 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700508 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700509 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700510 uses:
511 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700512 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700513- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700514 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700515 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700516 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700517 uses:
518 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700519 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700520- name: grpc_load_reporting
521 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/load_reporting/load_reporting.h
523 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700524 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/load_reporting/load_reporting.c
526 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700527 plugin: grpc_load_reporting_plugin
528 uses:
529 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700530- name: grpc_max_age_filter
531 headers:
532 - src/core/ext/filters/max_age/max_age_filter.h
533 src:
534 - src/core/ext/filters/max_age/max_age_filter.c
535 plugin: grpc_max_age_filter
536 uses:
537 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700538- name: grpc_resolver_dns_ares
539 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700540 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
541 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700542 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
544 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
545 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700546 plugin: grpc_resolver_dns_ares
547 uses:
548 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700549 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700550- name: grpc_resolver_dns_native
551 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700552 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700553 plugin: grpc_resolver_dns_native
554 uses:
555 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700556 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700557- name: grpc_resolver_sockaddr
558 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700559 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700560 plugin: grpc_resolver_sockaddr
561 uses:
562 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700563 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100564- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700565 public_headers:
566 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100567 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700568 - src/core/lib/security/context/security_context.h
569 - src/core/lib/security/credentials/composite/composite_credentials.h
570 - src/core/lib/security/credentials/credentials.h
571 - src/core/lib/security/credentials/fake/fake_credentials.h
572 - src/core/lib/security/credentials/google_default/google_default_credentials.h
573 - src/core/lib/security/credentials/iam/iam_credentials.h
574 - src/core/lib/security/credentials/jwt/json_token.h
575 - src/core/lib/security/credentials/jwt/jwt_credentials.h
576 - src/core/lib/security/credentials/jwt/jwt_verifier.h
577 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
578 - src/core/lib/security/credentials/plugin/plugin_credentials.h
579 - src/core/lib/security/credentials/ssl/ssl_credentials.h
580 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800581 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700582 - src/core/lib/security/transport/secure_endpoint.h
583 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800584 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700585 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700586 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100587 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700588 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700589 - src/core/lib/security/context/security_context.c
590 - src/core/lib/security/credentials/composite/composite_credentials.c
591 - src/core/lib/security/credentials/credentials.c
592 - src/core/lib/security/credentials/credentials_metadata.c
593 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700594 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700595 - src/core/lib/security/credentials/google_default/google_default_credentials.c
596 - src/core/lib/security/credentials/iam/iam_credentials.c
597 - src/core/lib/security/credentials/jwt/json_token.c
598 - src/core/lib/security/credentials/jwt/jwt_credentials.c
599 - src/core/lib/security/credentials/jwt/jwt_verifier.c
600 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
601 - src/core/lib/security/credentials/plugin/plugin_credentials.c
602 - src/core/lib/security/credentials/ssl/ssl_credentials.c
603 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800604 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700605 - src/core/lib/security/transport/secure_endpoint.c
606 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800607 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700608 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700609 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700610 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700611 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700612 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700613 uses:
614 - grpc_base
615 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700616 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700617- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700618 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700619 headers:
620 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700621 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800622 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700623 - test/core/end2end/fixtures/proxy.h
624 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800625 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700626 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200627 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700628 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700629 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700630 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700631 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700632 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700633 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800634 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700635 src:
636 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700637 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800638 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700639 - test/core/end2end/fixtures/proxy.c
640 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800641 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700642 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200643 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700644 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700645 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700646 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800647 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700648 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800650 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700651 deps:
652 - grpc
653 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700654- name: grpc_transport_chttp2
655 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700656 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700657 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700658 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
659 - src/core/ext/transport/chttp2/transport/frame.h
660 - src/core/ext/transport/chttp2/transport/frame_data.h
661 - src/core/ext/transport/chttp2/transport/frame_goaway.h
662 - src/core/ext/transport/chttp2/transport/frame_ping.h
663 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
664 - src/core/ext/transport/chttp2/transport/frame_settings.h
665 - src/core/ext/transport/chttp2/transport/frame_window_update.h
666 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
667 - src/core/ext/transport/chttp2/transport/hpack_parser.h
668 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700669 - src/core/ext/transport/chttp2/transport/huffsyms.h
670 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
671 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700672 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700673 - src/core/ext/transport/chttp2/transport/varint.h
674 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700675 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700676 - src/core/ext/transport/chttp2/transport/bin_encoder.c
677 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700678 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
679 - src/core/ext/transport/chttp2/transport/frame_data.c
680 - src/core/ext/transport/chttp2/transport/frame_goaway.c
681 - src/core/ext/transport/chttp2/transport/frame_ping.c
682 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
683 - src/core/ext/transport/chttp2/transport/frame_settings.c
684 - src/core/ext/transport/chttp2/transport/frame_window_update.c
685 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
686 - src/core/ext/transport/chttp2/transport/hpack_parser.c
687 - src/core/ext/transport/chttp2/transport/hpack_table.c
688 - src/core/ext/transport/chttp2/transport/huffsyms.c
689 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
690 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700691 - src/core/ext/transport/chttp2/transport/stream_lists.c
692 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700693 - src/core/ext/transport/chttp2/transport/varint.c
694 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700695 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700696 uses:
697 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700698 - grpc_transport_chttp2_alpn
699- name: grpc_transport_chttp2_alpn
700 headers:
701 - src/core/ext/transport/chttp2/alpn/alpn.h
702 src:
703 - src/core/ext/transport/chttp2/alpn/alpn.c
704 deps:
705 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800706- name: grpc_transport_chttp2_client_connector
707 headers:
708 - src/core/ext/transport/chttp2/client/chttp2_connector.h
709 src:
710 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800711 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800712 - grpc_transport_chttp2
713 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700714 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700715- name: grpc_transport_chttp2_client_insecure
716 src:
717 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700718 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800720 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 - grpc_transport_chttp2
722 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700723 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700724- name: grpc_transport_chttp2_client_secure
725 src:
726 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700727 uses:
728 - grpc_transport_chttp2
729 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700730 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700731 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800732 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800733- name: grpc_transport_chttp2_server
734 headers:
735 - src/core/ext/transport/chttp2/server/chttp2_server.h
736 src:
737 - src/core/ext/transport/chttp2/server/chttp2_server.c
738 uses:
739 - grpc_transport_chttp2
740 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700741- name: grpc_transport_chttp2_server_insecure
742 src:
743 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700744 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700745 uses:
746 - grpc_transport_chttp2
747 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800748 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700749- name: grpc_transport_chttp2_server_secure
750 src:
751 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700752 uses:
753 - grpc_transport_chttp2
754 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700755 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800756 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700757- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700758 public_headers:
759 - include/grpc/grpc_cronet.h
760 - include/grpc/grpc_security.h
761 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700762 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800763 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800764 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700765 src:
766 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
767 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
768 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700769 filegroups:
770 - grpc_base
771 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800772- name: nanopb
773 headers:
774 - third_party/nanopb/pb.h
775 - third_party/nanopb/pb_common.h
776 - third_party/nanopb/pb_decode.h
777 - third_party/nanopb/pb_encode.h
778 src:
779 - third_party/nanopb/pb_common.c
780 - third_party/nanopb/pb_decode.c
781 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782- name: tsi
783 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700784 - src/core/tsi/fake_transport_security.h
785 - src/core/tsi/ssl_transport_security.h
786 - src/core/tsi/ssl_types.h
787 - src/core/tsi/transport_security.h
788 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700790 - src/core/tsi/fake_transport_security.c
791 - src/core/tsi/ssl_transport_security.c
792 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 deps:
794 - gpr
795 secure: true
796- name: grpc++_base
797 language: c++
798 public_headers:
799 - include/grpc++/alarm.h
800 - include/grpc++/channel.h
801 - include/grpc++/client_context.h
802 - include/grpc++/completion_queue.h
803 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700804 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800805 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/generic/async_generic_service.h
807 - include/grpc++/generic/generic_stub.h
808 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800809 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800811 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700813 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - include/grpc++/impl/grpc_library.h
815 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - include/grpc++/impl/rpc_method.h
817 - include/grpc++/impl/rpc_service_method.h
818 - include/grpc++/impl/serialization_traits.h
819 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700820 - include/grpc++/impl/server_builder_plugin.h
821 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700823 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - include/grpc++/security/auth_context.h
825 - include/grpc++/security/auth_metadata_processor.h
826 - include/grpc++/security/credentials.h
827 - include/grpc++/security/server_credentials.h
828 - include/grpc++/server.h
829 - include/grpc++/server_builder.h
830 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700831 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/support/async_stream.h
833 - include/grpc++/support/async_unary_call.h
834 - include/grpc++/support/byte_buffer.h
835 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700836 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - include/grpc++/support/slice.h
838 - include/grpc++/support/status.h
839 - include/grpc++/support/status_code_enum.h
840 - include/grpc++/support/string_ref.h
841 - include/grpc++/support/stub_options.h
842 - include/grpc++/support/sync_stream.h
843 - include/grpc++/support/time.h
844 headers:
845 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700846 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800848 - src/cpp/server/health/default_health_check_service.h
849 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700851 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700853 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - src/cpp/client/client_context.cc
855 - src/cpp/client/create_channel.cc
856 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700857 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700858 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700861 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700862 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700864 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700866 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800868 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - src/cpp/server/create_default_thread_pool.cc
870 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800871 - src/cpp/server/health/default_health_check_service.cc
872 - src/cpp/server/health/health.pb.c
873 - src/cpp/server/health/health_check_service.cc
874 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700876 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - src/cpp/server/server_context.cc
878 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700879 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700880 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700881 - src/cpp/util/byte_buffer_cc.cc
882 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/cpp/util/status.cc
884 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700885 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 uses:
yang-g17487f92016-06-03 15:21:15 -0700887 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700888 - grpc_base
889 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700890- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 language: c++
892 public_headers:
893 - include/grpc++/impl/codegen/async_stream.h
894 - include/grpc++/impl/codegen/async_unary_call.h
895 - include/grpc++/impl/codegen/call.h
896 - include/grpc++/impl/codegen/call_hook.h
897 - include/grpc++/impl/codegen/channel_interface.h
898 - include/grpc++/impl/codegen/client_context.h
899 - include/grpc++/impl/codegen/client_unary_call.h
900 - include/grpc++/impl/codegen/completion_queue.h
901 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700902 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - include/grpc++/impl/codegen/core_codegen_interface.h
904 - include/grpc++/impl/codegen/create_auth_context.h
905 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800906 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/rpc_method.h
909 - include/grpc++/impl/codegen/rpc_service_method.h
910 - include/grpc++/impl/codegen/security/auth_context.h
911 - include/grpc++/impl/codegen/serialization_traits.h
912 - include/grpc++/impl/codegen/server_context.h
913 - include/grpc++/impl/codegen/server_interface.h
914 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800915 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700916 - include/grpc++/impl/codegen/status.h
917 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700918 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 - include/grpc++/impl/codegen/string_ref.h
920 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700921 - include/grpc++/impl/codegen/sync_stream.h
922 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 uses:
924 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700925- name: grpc++_codegen_base_src
926 language: c++
927 src:
928 - src/cpp/codegen/codegen_init.cc
929 uses:
930 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700931- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700932 language: c++
933 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700934 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 uses:
yang-g17487f92016-06-03 15:21:15 -0700936 - grpc++_codegen_base
937 - grpc++_config_proto
938- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 language: c++
940 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700942- name: grpc++_reflection_proto
943 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700944 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700945 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800946- name: grpc++_test
947 language: c++
948 public_headers:
949 - include/grpc++/test/server_context_test_spouse.h
950 deps:
951 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700952- name: thrift_util
953 language: c++
954 public_headers:
955 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700956 - include/grpc++/impl/codegen/thrift_utils.h
957 uses:
958 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100959libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800960- name: gpr
961 build: all
962 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700964 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 secure: false
966 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
967- name: gpr_test_util
968 build: private
969 language: c
970 headers:
971 - test/core/util/test_config.h
972 src:
973 - test/core/util/test_config.c
974 deps:
975 - gpr
976 secure: false
977 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978- name: grpc
979 build: all
980 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700981 src:
982 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800984 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700985 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700988 - grpc_transport_chttp2_server_secure
989 - grpc_transport_chttp2_client_secure
990 - grpc_transport_chttp2_server_insecure
991 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800992 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700993 - grpc_lb_policy_pick_first
994 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700995 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -0700996 - grpc_resolver_dns_native
997 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700998 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100999 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001000 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001001 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001002 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001004 vs_packages:
1005 - grpc.dependencies.openssl
1006 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001008- name: grpc_cronet
1009 build: all
1010 language: c
1011 src:
1012 - src/core/lib/surface/init.c
1013 baselib: true
1014 deps_linkage: static
1015 dll: true
1016 filegroups:
1017 - grpc_base
1018 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001019 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001020 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001021 generate_plugin_registry: true
1022 platforms:
1023 - linux
1024 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001025- name: grpc_dll
1026 build: private
1027 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001028 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001029 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001030 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001031 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001032 build_system:
1033 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001034 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001035 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001036 vs_config_type: DynamicLibrary
1037 vs_packages:
1038 - grpc.dependencies.openssl
1039 - grpc.dependencies.zlib
1040 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1041 vs_props:
1042 - zlib
1043 - openssl
1044 - winsock
1045 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: grpc_test_util
1047 build: private
1048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001049 headers:
1050 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001051 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001052 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001053 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001054 - test/core/end2end/data/server1_cert.c
1055 - test/core/end2end/data/server1_key.c
1056 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001057 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001061 - grpc
1062 filegroups:
1063 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001064 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1066- name: grpc_test_util_unsecure
1067 build: private
1068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001069 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001070 - gpr
1071 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001072 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001073 filegroups:
1074 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075 secure: false
1076 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1077- name: grpc_unsecure
1078 build: all
1079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001082 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001084 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001086 filegroups:
1087 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001088 - grpc_transport_chttp2_server_insecure
1089 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001090 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001091 - grpc_resolver_dns_native
1092 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001093 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001094 - grpc_lb_policy_grpclb
1095 - grpc_lb_policy_pick_first
1096 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001097 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001098 - grpc_max_age_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001099 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100 secure: false
1101 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: reconnect_server
1103 build: private
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 headers:
1106 - test/core/util/reconnect_server.h
1107 src:
1108 - test/core/util/reconnect_server.c
1109 deps:
yang-gc9fca182015-11-06 16:41:33 -08001110 - test_tcp_server
1111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001115- name: test_tcp_server
1116 build: private
1117 language: c
1118 headers:
1119 - test/core/util/test_tcp_server.h
1120 src:
1121 - test/core/util/test_tcp_server.c
1122 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001123 - grpc_test_util
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr_test_util
1126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127- name: grpc++
1128 build: all
1129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001130 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001131 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001132 - src/cpp/client/secure_credentials.h
1133 - src/cpp/common/secure_auth_context.h
1134 - src/cpp/server/secure_server_credentials.h
1135 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001136 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001137 - src/cpp/client/secure_credentials.cc
1138 - src/cpp/common/auth_property_iterator.cc
1139 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001140 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001141 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001142 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001143 - src/cpp/server/secure_server_credentials.cc
1144 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001145 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146 baselib: true
1147 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001148 filegroups:
1149 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001150 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001151 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001152 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153 secure: check
1154 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001155- name: grpc++_cronet
1156 build: all
1157 language: c++
1158 src:
1159 - src/cpp/client/cronet_credentials.cc
1160 - src/cpp/client/insecure_credentials.cc
1161 - src/cpp/common/insecure_create_auth_context.cc
1162 - src/cpp/server/insecure_server_credentials.cc
1163 deps:
1164 - gpr
1165 - grpc_cronet
1166 baselib: true
1167 dll: true
1168 filegroups:
1169 - grpc++_base
1170 - grpc++_codegen_base
1171 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001172 - grpc_transport_chttp2_client_insecure
1173 - grpc_transport_chttp2_server_insecure
1174 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001175 platforms:
1176 - linux
1177 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001178- name: grpc++_proto_reflection_desc_db
1179 build: private
1180 language: c++
1181 headers:
1182 - test/cpp/util/proto_reflection_descriptor_database.h
1183 src:
1184 - test/cpp/util/proto_reflection_descriptor_database.cc
1185 deps:
1186 - grpc++
1187 filegroups:
1188 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001189 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001190- name: grpc++_reflection
1191 build: all
1192 language: c++
1193 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001194 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001195 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001196 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001197 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001198 - src/cpp/ext/proto_server_reflection.cc
1199 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001200 deps:
1201 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001202 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001203 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: grpc++_test_config
1205 build: private
1206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001207 headers:
1208 - test/cpp/util/test_config.h
1209 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001210 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211- name: grpc++_test_util
1212 build: private
1213 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001214 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001215 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001216 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/util/create_test_channel.h
1218 - test/cpp/util/string_ref_helper.h
1219 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001220 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001221 src:
yang-gc8a49d22016-12-12 11:18:49 -08001222 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001223 - src/proto/grpc/testing/echo_messages.proto
1224 - src/proto/grpc/testing/echo.proto
1225 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001226 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001227 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001228 - test/cpp/util/create_test_channel.cc
1229 - test/cpp/util/string_ref_helper.cc
1230 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001231 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001232 deps:
1233 - grpc++
1234 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001235 filegroups:
1236 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001237 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001238 - grpc++_codegen_proto
1239 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001240 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: grpc++_unsecure
1242 build: all
1243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001244 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001245 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001246 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001247 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001250 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251 baselib: true
1252 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001253 filegroups:
1254 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001255 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001256 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 secure: false
1258 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001259- name: grpc_benchmark
1260 build: test
1261 language: c++
1262 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001263 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1264 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001265 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001266 src:
1267 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001268 deps:
1269 - benchmark
1270 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001271 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001272 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001273 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001274- name: grpc_cli_libs
1275 build: private
1276 language: c++
1277 headers:
1278 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001279 - test/cpp/util/cli_credentials.h
1280 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001281 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001282 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001283 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001284 src:
1285 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001286 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001287 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001288 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001289 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001290 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001291 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001292 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001293 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001294 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001295 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_plugin_support
1297 build: protoc
1298 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001299 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001300 - src/compiler/config.h
1301 - src/compiler/cpp_generator.h
1302 - src/compiler/cpp_generator_helpers.h
1303 - src/compiler/csharp_generator.h
1304 - src/compiler/csharp_generator_helpers.h
1305 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001306 - src/compiler/node_generator.h
1307 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001308 - src/compiler/objective_c_generator.h
1309 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001310 - src/compiler/php_generator.h
1311 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301312 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001313 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301314 - src/compiler/python_generator_helpers.h
1315 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001316 - src/compiler/ruby_generator.h
1317 - src/compiler/ruby_generator_helpers-inl.h
1318 - src/compiler/ruby_generator_map-inl.h
1319 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301320 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001321 src:
1322 - src/compiler/cpp_generator.cc
1323 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001324 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001326 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001327 - src/compiler/python_generator.cc
1328 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001329 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001330 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 secure: false
1332 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001333 vs_props:
1334 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001335- name: http2_client_main
1336 build: private
1337 language: c++
1338 headers:
1339 - test/cpp/interop/http2_client.h
1340 src:
1341 - src/proto/grpc/testing/empty.proto
1342 - src/proto/grpc/testing/messages.proto
1343 - src/proto/grpc/testing/test.proto
1344 - test/cpp/interop/http2_client.cc
1345 deps:
1346 - grpc++_test_util
1347 - grpc_test_util
1348 - grpc++
1349 - grpc
1350 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: interop_client_helper
1352 build: private
1353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001354 headers:
1355 - test/cpp/interop/client_helper.h
1356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001357 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001358 - test/cpp/interop/client_helper.cc
1359 deps:
1360 - grpc++_test_util
1361 - grpc_test_util
1362 - grpc++
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: interop_client_main
1366 build: private
1367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001368 headers:
1369 - test/cpp/interop/interop_client.h
1370 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001371 - src/proto/grpc/testing/empty.proto
1372 - src/proto/grpc/testing/messages.proto
1373 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001374 - test/cpp/interop/client.cc
1375 - test/cpp/interop/interop_client.cc
1376 deps:
1377 - interop_client_helper
1378 - grpc++_test_util
1379 - grpc_test_util
1380 - grpc++
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001384 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: interop_server_helper
1386 build: private
1387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001388 headers:
1389 - test/cpp/interop/server_helper.h
1390 src:
1391 - test/cpp/interop/server_helper.cc
1392 deps:
yang-gcc591022017-01-11 11:10:43 -08001393 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001394 - grpc_test_util
1395 - grpc++
1396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001398- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399 build: private
1400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001402 - src/proto/grpc/testing/empty.proto
1403 - src/proto/grpc/testing/messages.proto
1404 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001405 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001406 deps:
1407 - interop_server_helper
1408 - grpc++_test_util
1409 - grpc_test_util
1410 - grpc++
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001414 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001415- name: interop_server_main
1416 build: private
1417 language: c++
1418 src:
1419 - test/cpp/interop/interop_server_bootstrap.cc
1420 deps:
1421 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: qps
1423 build: private
1424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001425 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001426 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001427 - test/cpp/qps/client.h
1428 - test/cpp/qps/driver.h
1429 - test/cpp/qps/histogram.h
1430 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001431 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/qps/qps_worker.h
1433 - test/cpp/qps/report.h
1434 - test/cpp/qps/server.h
1435 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001436 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001437 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001438 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001439 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001440 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001441 - src/proto/grpc/testing/control.proto
1442 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001443 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001444 - test/cpp/qps/client_async.cc
1445 - test/cpp/qps/client_sync.cc
1446 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001447 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001448 - test/cpp/qps/qps_worker.cc
1449 - test/cpp/qps/report.cc
1450 - test/cpp/qps/server_async.cc
1451 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001452 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001453 deps:
1454 - grpc_test_util
1455 - grpc++_test_util
1456 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: grpc_csharp_ext
1458 build: all
1459 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - src/csharp/ext/grpc_csharp_ext.c
1462 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001465 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001466 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 dll: only
1468 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001469 vs_packages:
1470 - grpc.dependencies.openssl
1471 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001473 vs_props:
1474 - zlib
1475 - openssl
1476 - winsock
1477 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001479- name: alarm_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/surface/alarm_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001487 - gpr_test_util
1488 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001489- name: algorithm_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/compression/algorithm_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001499- name: alloc_test
1500 build: test
1501 language: c
1502 src:
1503 - test/core/support/alloc_test.c
1504 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001505 - gpr_test_util
1506 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507- name: alpn_test
1508 build: test
1509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001510 src:
1511 - test/core/transport/chttp2/alpn_test.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001515 - gpr_test_util
1516 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001517- name: api_fuzzer
1518 build: fuzzer
1519 language: c
1520 src:
1521 - test/core/end2end/fuzzers/api_fuzzer.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
1527 corpus_dirs:
1528 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001529 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001530 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001531- name: arena_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/support/arena_test.c
1536 deps:
1537 - gpr_test_util
1538 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001539- name: bad_server_response_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/end2end/bad_server_response_test.c
1544 deps:
1545 - test_tcp_server
1546 - grpc_test_util
1547 - grpc
1548 - gpr_test_util
1549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001550 exclude_iomgrs:
1551 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001552- name: bdp_estimator_test
1553 build: test
1554 language: c
1555 src:
1556 - test/core/transport/bdp_estimator_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
1560 - gpr_test_util
1561 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001562- name: bin_decoder_test
1563 build: test
1564 language: c
1565 src:
1566 - test/core/transport/chttp2/bin_decoder_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: bin_encoder_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/transport/chttp2/bin_encoder_test.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001578- name: census_context_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/census/context_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001588- name: census_resource_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/census/resource_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
1596 - gpr_test_util
1597 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001598- name: census_trace_context_test
1599 build: test
1600 language: c
1601 src:
1602 - test/core/census/trace_context_test.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001608- name: channel_create_test
1609 build: test
1610 language: c
1611 src:
1612 - test/core/surface/channel_create_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001618- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001622 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: chttp2_stream_map_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/transport/chttp2/stream_map_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001638- name: chttp2_varint_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/transport/chttp2/varint_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001648- name: client_fuzzer
1649 build: fuzzer
1650 language: c
1651 src:
1652 - test/core/end2end/fuzzers/client_fuzzer.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
1656 - gpr_test_util
1657 - gpr
1658 corpus_dirs:
1659 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001660 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001661 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001662- name: combiner_test
1663 cpu_cost: 30
1664 build: test
1665 language: c
1666 src:
1667 - test/core/iomgr/combiner_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
1671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: compression_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/compression/compression_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001683- name: concurrent_connectivity_test
1684 build: test
1685 language: c
1686 src:
1687 - test/core/surface/concurrent_connectivity_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
1691 - gpr_test_util
1692 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001693 exclude_iomgrs:
1694 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001695- name: connection_refused_test
1696 cpu_cost: 0.1
1697 build: test
1698 language: c
1699 src:
1700 - test/core/end2end/connection_refused_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
1704 - gpr_test_util
1705 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001706- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001707 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001708 build: test
1709 language: c
1710 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001711 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001717 exclude_iomgrs:
1718 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001719- name: dns_resolver_test
1720 build: test
1721 language: c
1722 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001723 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001729- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001730 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/end2end/dualstack_socket_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001740 exclude_iomgrs:
1741 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001742 platforms:
1743 - mac
1744 - linux
1745 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001746- name: endpoint_pair_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/endpoint_pair_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001756 exclude_iomgrs:
1757 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001758- name: error_test
1759 cpu_cost: 30
1760 build: test
1761 language: c
1762 src:
1763 - test/core/iomgr/error_test.c
1764 deps:
1765 - grpc_test_util
1766 - grpc
1767 - gpr_test_util
1768 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001769- name: ev_epoll_linux_test
1770 build: test
1771 language: c
1772 src:
1773 - test/core/iomgr/ev_epoll_linux_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
1777 - gpr_test_util
1778 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001779 exclude_iomgrs:
1780 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001781 platforms:
1782 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: fd_conservation_posix_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/iomgr/fd_conservation_posix_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001793 exclude_iomgrs:
1794 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: fd_posix_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/iomgr/fd_posix_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001809 exclude_iomgrs:
1810 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: fling_client
1816 build: test
1817 run: false
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/fling/client.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: fling_server
1827 build: test
1828 run: false
1829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001830 src:
1831 - test/core/fling/server.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001838 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/fling/fling_stream_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001848 platforms:
1849 - mac
1850 - linux
1851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001852- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001853 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/fling/fling_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001863 platforms:
1864 - mac
1865 - linux
1866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gen_hpack_tables
1868 build: tool
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - tools/codegen/core/gen_hpack_tables.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001874 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gen_legal_metadata_characters
1876 build: tool
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001881- name: gen_percent_encoding_tables
1882 build: tool
1883 language: c
1884 src:
1885 - tools/codegen/core/gen_percent_encoding_tables.c
1886 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001887- name: goaway_server_test
1888 cpu_cost: 0.1
1889 build: test
1890 language: c
1891 src:
1892 - test/core/end2end/goaway_server_test.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
1896 - gpr_test_util
1897 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001898 exclude_iomgrs:
1899 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001904- name: gpr_avl_test
1905 build: test
1906 language: c
1907 src:
1908 - test/core/support/avl_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001912- name: gpr_backoff_test
1913 build: test
1914 language: c
1915 src:
1916 - test/core/support/backoff_test.c
1917 deps:
1918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: gpr_cmdline_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/support/cmdline_test.c
1925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001928- name: gpr_cpu_test
1929 build: test
1930 language: c
1931 src:
1932 - test/core/support/cpu_test.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_env_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/support/env_test.c
1941 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: gpr_histogram_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/histogram_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: gpr_host_port_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/host_port_test.c
1957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: gpr_log_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/log_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001968- name: gpr_mpscq_test
1969 cpu_cost: 30
1970 build: test
1971 language: c
1972 src:
1973 - test/core/support/mpscq_test.c
1974 deps:
1975 - gpr_test_util
1976 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001977- name: gpr_spinlock_test
1978 cpu_cost: 10
1979 build: test
1980 language: c
1981 src:
1982 - test/core/support/spinlock_test.c
1983 deps:
1984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001987 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/support/stack_lockfree_test.c
1992 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: gpr_string_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/support/string_test.c
2000 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002004 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005 build: test
2006 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002007 src:
2008 - test/core/support/sync_test.c
2009 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002013 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/support/thd_test.c
2018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: gpr_time_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/support/time_test.c
2026 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: gpr_tls_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/support/tls_test.c
2034 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002035 - gpr_test_util
2036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: gpr_useful_test
2038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/support/useful_test.c
2042 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_auth_context_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/security/auth_context_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002055- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056 build: test
2057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002058 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002059 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: grpc_byte_buffer_reader_test
2066 build: test
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/surface/byte_buffer_reader_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002073 - gpr_test_util
2074 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002075- name: grpc_channel_args_test
2076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/channel/channel_args_test.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: grpc_channel_stack_test
2086 build: test
2087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/channel/channel_stack_test.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002095- name: grpc_completion_queue_test
2096 build: test
2097 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002098 src:
2099 - test/core/surface/completion_queue_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002105- name: grpc_completion_queue_threading_test
2106 build: test
2107 language: c
2108 src:
2109 - test/core/surface/completion_queue_threading_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
2113 - gpr_test_util
2114 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002115 exclude_iomgrs:
2116 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: grpc_create_jwt
2118 build: tool
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/core/security/create_jwt.c
2122 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002125 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: grpc_credentials_test
2127 build: test
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/security/credentials_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002137 build: test
2138 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/security/fetch_oauth2.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002147- name: grpc_invalid_channel_args_test
2148 build: test
2149 language: c
2150 src:
2151 - test/core/surface/invalid_channel_args_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: grpc_json_token_test
2158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/security/json_token_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002167 platforms:
2168 - linux
2169 - posix
2170 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: grpc_jwt_verifier_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/security/jwt_verifier_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: grpc_print_google_default_creds_token
2182 build: tool
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/security/print_google_default_creds_token.c
2186 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: grpc_security_connector_test
2190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/security/security_connector_test.c
2194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: grpc_verify_jwt
2200 build: tool
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/security/verify_jwt.c
2204 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002207- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002208 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002209 language: c
2210 src:
2211 - test/core/handshake/client_ssl.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
2215 - gpr_test_util
2216 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002217 exclude_iomgrs:
2218 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002219 platforms:
2220 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002221 secure: true
2222- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002223 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002224 language: c
2225 src:
2226 - test/core/handshake/server_ssl.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
2230 - gpr_test_util
2231 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002232 platforms:
2233 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002234 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002235- name: hpack_parser_fuzzer_test
2236 build: fuzzer
2237 language: c
2238 src:
2239 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
2243 - gpr_test_util
2244 - gpr
2245 corpus_dirs:
2246 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002247 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002248 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: hpack_parser_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/transport/chttp2/hpack_parser_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: hpack_table_test
2260 build: test
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/transport/chttp2/hpack_table_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002269- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002273 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002279- name: http_request_fuzzer_test
2280 build: fuzzer
2281 language: c
2282 src:
2283 - test/core/http/request_fuzzer.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
2287 - gpr_test_util
2288 - gpr
2289 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002290 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002291 maxlen: 2048
2292- name: http_response_fuzzer_test
2293 build: fuzzer
2294 language: c
2295 src:
2296 - test/core/http/response_fuzzer.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
2300 - gpr_test_util
2301 - gpr
2302 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002303 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002304 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002305- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306 build: test
2307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002309 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002315- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002316 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317 build: test
2318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002319 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002320 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002326 platforms:
2327 - mac
2328 - linux
2329 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002330- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002331 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002332 build: test
2333 language: c
2334 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002335 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002341 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002342 - linux
yang-gf1183302015-12-07 16:02:05 -08002343- name: init_test
2344 build: test
2345 language: c
2346 src:
2347 - test/core/surface/init_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002353- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002354 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002355 build: test
2356 language: c
2357 src:
2358 - test/core/end2end/invalid_call_argument_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002364- name: json_fuzzer_test
2365 build: fuzzer
2366 language: c
2367 src:
2368 - test/core/json/fuzzer.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 corpus_dirs:
2375 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002376 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: json_rewrite
2378 build: test
2379 run: false
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
2382 - test/core/json/json_rewrite.c
2383 deps:
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002386- name: json_rewrite_test
2387 build: test
2388 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
2390 - test/core/json/json_rewrite_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002396- name: json_stream_error_test
2397 build: test
2398 language: c
2399 src:
2400 - test/core/json/json_stream_error_test.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: json_test
2407 build: test
2408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/core/json/json_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: lame_client_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/surface/lame_client_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002426- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002427 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002428 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002429 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002431 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002432 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002438- name: load_file_test
2439 build: test
2440 language: c
2441 src:
2442 - test/core/iomgr/load_file_test.c
2443 deps:
2444 - grpc_test_util
2445 - grpc
2446 - gpr_test_util
2447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: low_level_ping_pong_benchmark
2449 build: benchmark
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/network_benchmarks/low_level_ping_pong.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002458 platforms:
2459 - mac
2460 - linux
2461 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002462- name: memory_profile_client
2463 build: test
2464 run: false
2465 language: c
2466 src:
2467 - test/core/memory_usage/client.c
2468 deps:
2469 - grpc_test_util
2470 - grpc
2471 - gpr_test_util
2472 - gpr
2473- name: memory_profile_server
2474 build: test
2475 run: false
2476 language: c
2477 src:
2478 - test/core/memory_usage/server.c
2479 deps:
2480 - grpc_test_util
2481 - grpc
2482 - gpr_test_util
2483 - gpr
2484- name: memory_profile_test
2485 cpu_cost: 1.5
2486 build: test
2487 language: c
2488 src:
2489 - test/core/memory_usage/memory_usage_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 platforms:
2496 - mac
2497 - linux
2498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: message_compress_test
2500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/core/compression/message_compress_test.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002509- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002510 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002511 build: test
2512 language: c
2513 src:
2514 - test/core/census/mlog_test.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002520- name: multiple_server_queues_test
2521 build: test
2522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002523 src:
2524 - test/core/end2end/multiple_server_queues_test.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: murmur_hash_test
2531 build: test
2532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/core/support/murmur_hash_test.c
2535 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002538- name: nanopb_fuzzer_response_test
2539 build: fuzzer
2540 language: c
2541 src:
2542 - test/core/nanopb/fuzzer_response.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
2548 corpus_dirs:
2549 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002550 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002551- name: nanopb_fuzzer_serverlist_test
2552 build: fuzzer
2553 language: c
2554 src:
2555 - test/core/nanopb/fuzzer_serverlist.c
2556 deps:
2557 - grpc_test_util
2558 - grpc
2559 - gpr_test_util
2560 - gpr
2561 corpus_dirs:
2562 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002563 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002565 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - test/core/end2end/no_server_test.c
2570 deps:
2571 - grpc_test_util
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002575- name: parse_address_test
2576 build: test
2577 language: c
2578 src:
2579 - test/core/client_channel/parse_address_test.c
2580 deps:
2581 - grpc_test_util
2582 - grpc
2583 - gpr_test_util
2584 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002585- name: percent_decode_fuzzer
2586 build: fuzzer
2587 language: c
2588 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002589 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002596 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002597 maxlen: 32
2598- name: percent_encode_fuzzer
2599 build: fuzzer
2600 language: c
2601 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002602 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002603 deps:
2604 - grpc_test_util
2605 - grpc
2606 - gpr_test_util
2607 - gpr
2608 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002609 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002610 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002611- name: percent_encoding_test
2612 build: test
2613 language: c
2614 src:
2615 - test/core/slice/percent_encoding_test.c
2616 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002617 - grpc_test_util
2618 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002619 - gpr_test_util
2620 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002621- name: pollset_set_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/iomgr/pollset_set_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
2629 - gpr_test_util
2630 - gpr
2631 exclude_iomgrs:
2632 - uv
2633 platforms:
2634 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002635- name: resolve_address_posix_test
2636 build: test
2637 language: c
2638 src:
2639 - test/core/iomgr/resolve_address_posix_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
2643 - gpr_test_util
2644 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002645 exclude_iomgrs:
2646 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002647 platforms:
2648 - mac
2649 - linux
2650 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: resolve_address_test
2652 build: test
2653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002654 src:
2655 - test/core/iomgr/resolve_address_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002661- name: resource_quota_test
2662 cpu_cost: 30
2663 build: test
2664 language: c
2665 src:
2666 - test/core/iomgr/resource_quota_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
2670 - gpr_test_util
2671 - gpr
yang-gd482e592015-12-10 14:04:00 -08002672- name: secure_channel_create_test
2673 build: test
2674 language: c
2675 src:
2676 - test/core/surface/secure_channel_create_test.c
2677 deps:
2678 - grpc_test_util
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr_test_util
2681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: secure_endpoint_test
2683 build: test
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/core/security/secure_endpoint_test.c
2687 deps:
2688 - grpc_test_util
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002692 exclude_iomgrs:
2693 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002694- name: sequential_connectivity_test
2695 build: test
2696 language: c
2697 src:
2698 - test/core/surface/sequential_connectivity_test.c
2699 deps:
2700 - grpc_test_util
2701 - grpc
2702 - gpr_test_util
2703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002704 exclude_iomgrs:
2705 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002706- name: server_chttp2_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/surface/server_chttp2_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002716- name: server_fuzzer
2717 build: fuzzer
2718 language: c
2719 src:
2720 - test/core/end2end/fuzzers/server_fuzzer.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
2724 - gpr_test_util
2725 - gpr
2726 corpus_dirs:
2727 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002728 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002729 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002730- name: server_test
2731 build: test
2732 language: c
2733 src:
2734 - test/core/surface/server_test.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002740- name: slice_buffer_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/slice/slice_buffer_test.c
2745 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002746 - grpc_test_util
2747 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002748 - gpr_test_util
2749 - gpr
2750- name: slice_string_helpers_test
2751 build: test
2752 language: c
2753 src:
2754 - test/core/slice/slice_string_helpers_test.c
2755 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002756 - grpc_test_util
2757 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002758 - gpr_test_util
2759 - gpr
2760- name: slice_test
2761 build: test
2762 language: c
2763 src:
2764 - test/core/slice/slice_test.c
2765 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002766 - grpc_test_util
2767 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002768 - gpr_test_util
2769 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002770- name: sockaddr_resolver_test
2771 build: test
2772 language: c
2773 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002774 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002775 deps:
2776 - grpc_test_util
2777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002778 - gpr_test_util
2779 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: sockaddr_utils_test
2781 build: test
2782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002783 src:
2784 - test/core/iomgr/sockaddr_utils_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002790- name: socket_utils_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/iomgr/socket_utils_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002800 exclude_iomgrs:
2801 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002802 platforms:
2803 - mac
2804 - linux
2805 - posix
yang-g31e21282016-11-04 15:10:03 -07002806- name: ssl_server_fuzzer
2807 build: fuzzer
2808 language: c
2809 src:
2810 - test/core/security/ssl_server_fuzzer.c
2811 deps:
2812 - grpc_test_util
2813 - grpc
2814 - gpr_test_util
2815 - gpr
2816 corpus_dirs:
2817 - test/core/security/corpus/ssl_server_corpus
2818 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002819- name: status_conversion_test
2820 build: test
2821 language: c
2822 src:
2823 - test/core/transport/status_conversion_test.c
2824 deps:
2825 - grpc_test_util
2826 - grpc
2827 - gpr_test_util
2828 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002829- name: stream_owned_slice_test
2830 build: test
2831 language: c
2832 src:
2833 - test/core/transport/stream_owned_slice_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002840 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841 build: test
2842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002843 src:
2844 - test/core/iomgr/tcp_client_posix_test.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002848 - gpr_test_util
2849 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002850 exclude_iomgrs:
2851 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002852 platforms:
2853 - mac
2854 - linux
2855 - posix
murgatroid991191b722017-02-08 11:56:52 -08002856- name: tcp_client_uv_test
2857 cpu_cost: 0.5
2858 build: test
2859 language: c
2860 src:
2861 - test/core/iomgr/tcp_client_uv_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867 exclude_iomgrs:
2868 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002870 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
2874 - test/core/iomgr/tcp_posix_test.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002880 exclude_iomgrs:
2881 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002882 platforms:
2883 - mac
2884 - linux
2885 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: tcp_server_posix_test
2887 build: test
2888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - test/core/iomgr/tcp_server_posix_test.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002896 exclude_iomgrs:
2897 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002898 platforms:
2899 - mac
2900 - linux
2901 - posix
murgatroid991191b722017-02-08 11:56:52 -08002902- name: tcp_server_uv_test
2903 build: test
2904 language: c
2905 src:
2906 - test/core/iomgr/tcp_server_uv_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 exclude_iomgrs:
2913 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: time_averaged_stats_test
2915 build: test
2916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/core/iomgr/time_averaged_stats_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: timeout_encoding_test
2925 build: test
2926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002927 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002928 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002929 deps:
2930 - grpc_test_util
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr_test_util
2933 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002934- name: timer_heap_test
2935 build: test
2936 language: c
2937 src:
2938 - test/core/iomgr/timer_heap_test.c
2939 deps:
2940 - grpc_test_util
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002944 exclude_iomgrs:
2945 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002946- name: timer_list_test
2947 build: test
2948 language: c
2949 src:
2950 - test/core/iomgr/timer_list_test.c
2951 deps:
2952 - grpc_test_util
2953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002954 - gpr_test_util
2955 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002956 exclude_iomgrs:
2957 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002958- name: transport_connectivity_state_test
2959 build: test
2960 language: c
2961 src:
2962 - test/core/transport/connectivity_state_test.c
2963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: transport_metadata_test
2969 build: test
2970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/core/transport/metadata_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002978- name: transport_pid_controller_test
2979 build: test
2980 language: c
2981 src:
2982 - test/core/transport/pid_controller_test.c
2983 deps:
2984 - grpc_test_util
2985 - grpc
2986 - gpr_test_util
2987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: transport_security_test
2989 build: test
2990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/core/tsi/transport_security_test.c
2993 deps:
2994 - grpc_test_util
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002998 platforms:
2999 - linux
3000 - posix
3001 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: udp_server_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/core/iomgr/udp_server_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003012 exclude_iomgrs:
3013 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003018- name: uri_fuzzer_test
3019 build: fuzzer
3020 language: c
3021 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003022 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003023 deps:
3024 - grpc_test_util
3025 - grpc
3026 - gpr_test_util
3027 - gpr
3028 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003029 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003030 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: uri_parser_test
3032 build: test
3033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003035 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003036 deps:
3037 - grpc_test_util
3038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003039 - gpr_test_util
3040 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003041- name: wakeup_fd_cv_test
3042 build: test
3043 language: c
3044 src:
3045 - test/core/iomgr/wakeup_fd_cv_test.c
3046 deps:
3047 - grpc_test_util
3048 - grpc
3049 - gpr_test_util
3050 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003051 exclude_iomgrs:
3052 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003053 platforms:
3054 - mac
3055 - linux
3056 - posix
vjpai04e992a2016-02-10 16:58:38 -08003057- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003058 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003059 build: test
3060 language: c++
3061 src:
3062 - test/cpp/common/alarm_cpp_test.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003071 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 build: test
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/cpp/end2end/async_end2end_test.cc
3076 deps:
3077 - grpc++_test_util
3078 - grpc_test_util
3079 - grpc++
3080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003081 - gpr_test_util
3082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003084 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085 build: test
3086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003087 src:
3088 - test/cpp/common/auth_property_iterator_test.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003096- name: bm_arena
3097 build: test
3098 language: c++
3099 src:
3100 - test/cpp/microbenchmarks/bm_arena.cc
3101 deps:
3102 - grpc_benchmark
3103 - benchmark
3104 - grpc++_test_util
3105 - grpc_test_util
3106 - grpc++
3107 - grpc
3108 - gpr_test_util
3109 - gpr
3110 args:
3111 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003112 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003113 platforms:
3114 - mac
3115 - linux
3116 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003117- name: bm_call_create
3118 build: test
3119 language: c++
3120 src:
3121 - test/cpp/microbenchmarks/bm_call_create.cc
3122 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003123 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003124 - benchmark
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
3129 - gpr_test_util
3130 - gpr
3131 args:
3132 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003133 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003138- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003139 build: test
3140 language: c++
3141 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003142 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003143 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003144 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003145 - benchmark
3146 - grpc++_test_util
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 args:
3153 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003154 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003155 platforms:
3156 - mac
3157 - linux
3158 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003159- name: bm_chttp2_transport
3160 build: test
3161 language: c++
3162 src:
3163 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3164 deps:
3165 - grpc_benchmark
3166 - benchmark
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 args:
3174 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003175 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003176 platforms:
3177 - mac
3178 - linux
3179 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003180- name: bm_closure
3181 build: test
3182 language: c++
3183 src:
3184 - test/cpp/microbenchmarks/bm_closure.cc
3185 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003186 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003187 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003188 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003189 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003190 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003191 - grpc
3192 - gpr_test_util
3193 - gpr
3194 args:
3195 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003196 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003201- name: bm_cq
3202 build: test
3203 language: c++
3204 src:
3205 - test/cpp/microbenchmarks/bm_cq.cc
3206 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003207 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003208 - benchmark
3209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
3213 - gpr_test_util
3214 - gpr
3215 args:
3216 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003217 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003218 platforms:
3219 - mac
3220 - linux
3221 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003222- name: bm_error
3223 build: test
3224 language: c++
3225 src:
3226 - test/cpp/microbenchmarks/bm_error.cc
3227 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003228 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003229 - benchmark
3230 - grpc++_test_util
3231 - grpc_test_util
3232 - grpc++
3233 - grpc
3234 - gpr_test_util
3235 - gpr
3236 args:
3237 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003238 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003239 platforms:
3240 - mac
3241 - linux
3242 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003243- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003244 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003245 language: c++
3246 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003247 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003248 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003249 - grpc_benchmark
3250 - benchmark
3251 - grpc++_test_util
3252 - grpc_test_util
3253 - grpc++
3254 - grpc
3255 - gpr_test_util
3256 - gpr
3257 args:
3258 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003259 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003260 excluded_poll_engines:
3261 - poll
3262 - poll-cv
3263 platforms:
3264 - mac
3265 - linux
3266 - posix
3267 timeout_seconds: 1200
3268- name: bm_fullstack_streaming_pump
3269 build: test
3270 language: c++
3271 src:
3272 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003273 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003274 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003275 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
3280 - gpr_test_util
3281 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003282 args:
3283 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003284 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003285 excluded_poll_engines:
3286 - poll
3287 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003288 platforms:
3289 - mac
3290 - linux
3291 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003292 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003293- name: bm_fullstack_trickle
3294 build: test
3295 language: c++
3296 src:
3297 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3298 deps:
3299 - grpc_benchmark
3300 - benchmark
3301 - grpc++_test_util
3302 - grpc_test_util
3303 - grpc++
3304 - grpc
3305 - gpr_test_util
3306 - gpr
3307 args:
3308 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003309 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003310 excluded_poll_engines:
3311 - poll
3312 - poll-cv
3313 platforms:
3314 - mac
3315 - linux
3316 - posix
3317 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003318- name: bm_fullstack_unary_ping_pong
3319 build: test
3320 language: c++
3321 src:
3322 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3323 deps:
3324 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003325 - benchmark
3326 - grpc++_test_util
3327 - grpc_test_util
3328 - grpc++
3329 - grpc
3330 - gpr_test_util
3331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003333 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003334 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003336 - poll
3337 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003338 platforms:
3339 - mac
3340 - linux
3341 - posix
3342 timeout_seconds: 1200
3343- name: bm_metadata
3344 build: test
3345 language: c++
3346 src:
3347 - test/cpp/microbenchmarks/bm_metadata.cc
3348 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003349 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003350 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003351 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003352 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003353 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003354 - grpc
3355 - gpr_test_util
3356 - gpr
3357 args:
3358 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003359 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003360 platforms:
3361 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003362 - linux
3363 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003364- name: bm_pollset
3365 build: test
3366 language: c++
3367 src:
3368 - test/cpp/microbenchmarks/bm_pollset.cc
3369 deps:
3370 - grpc_benchmark
3371 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003372 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003373 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003374 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003375 - grpc
3376 - gpr_test_util
3377 - gpr
3378 args:
3379 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003380 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003381 platforms:
3382 - mac
3383 - linux
3384 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385- name: channel_arguments_test
3386 gtest: true
3387 build: test
3388 language: c++
3389 src:
3390 - test/cpp/common/channel_arguments_test.cc
3391 deps:
3392 - grpc++
3393 - grpc
3394 - gpr
3395- name: channel_filter_test
3396 gtest: true
3397 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003398 language: c++
3399 src:
3400 - test/cpp/common/channel_filter_test.cc
3401 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003402 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003403 - grpc
3404 - gpr
3405- name: cli_call_test
3406 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 build: test
3408 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003409 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003410 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003411 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412 - grpc_cli_libs
3413 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003414 - grpc_test_util
3415 - grpc++
3416 - grpc
3417 - gpr_test_util
3418 - gpr
3419- name: client_crash_test
3420 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003421 cpu_cost: 0.1
3422 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003423 language: c++
3424 src:
3425 - test/cpp/end2end/client_crash_test.cc
3426 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427 - grpc++_test_util
3428 - grpc_test_util
3429 - grpc++
3430 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003431 - gpr_test_util
3432 - gpr
3433 platforms:
3434 - mac
3435 - linux
3436 - posix
3437- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003438 build: test
3439 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003440 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003441 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003442 - test/cpp/end2end/client_crash_test_server.cc
3443 deps:
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003448 - gpr_test_util
3449 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003450- name: codegen_test_full
3451 gtest: true
3452 build: test
3453 language: c++
3454 src:
3455 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003456 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003457 - src/proto/grpc/testing/payloads.proto
3458 - src/proto/grpc/testing/services.proto
3459 - src/proto/grpc/testing/stats.proto
3460 - test/cpp/codegen/codegen_test_full.cc
3461 deps:
3462 - grpc++
3463 - grpc
3464 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003465 filegroups:
3466 - grpc++_codegen_base
3467- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003468 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003469 build: test
yang-g34b58612016-06-03 17:30:09 -07003470 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003471 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003472 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003473 - src/proto/grpc/testing/messages.proto
3474 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003475 - src/proto/grpc/testing/services.proto
3476 - src/proto/grpc/testing/stats.proto
3477 - test/cpp/codegen/codegen_test_minimal.cc
3478 filegroups:
3479 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003480 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003481- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003482 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003483 build: test
3484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003485 src:
3486 - test/cpp/client/credentials_test.cc
3487 deps:
3488 - grpc++
3489 - grpc
3490 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003491- name: cxx_byte_buffer_test
3492 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003494 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003495 src:
3496 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003497 deps:
3498 - grpc_test_util
3499 - grpc++
3500 - grpc
3501 - gpr_test_util
3502 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003503- name: cxx_slice_test
3504 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 src:
3508 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003509 deps:
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: cxx_string_ref_test
3516 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003517 build: test
3518 language: c++
3519 src:
3520 - test/cpp/util/string_ref_test.cc
3521 deps:
3522 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003523- name: cxx_time_test
3524 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003526 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003527 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 - test/cpp/util/time_test.cc
3529 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003530 - grpc_test_util
3531 - grpc++
3532 - grpc
3533 - gpr_test_util
3534 - gpr
3535- name: end2end_test
3536 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 cpu_cost: 0.5
3538 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003539 language: c++
3540 src:
3541 - test/cpp/end2end/end2end_test.cc
3542 deps:
3543 - grpc++_test_util
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
3547 - gpr_test_util
3548 - gpr
3549- name: filter_end2end_test
3550 gtest: true
3551 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003553 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554 - test/cpp/end2end/filter_end2end_test.cc
3555 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003556 - grpc++_test_util
3557 - grpc_test_util
3558 - grpc++
3559 - grpc
3560 - gpr_test_util
3561 - gpr
3562- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 gtest: true
3564 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003565 language: c++
3566 src:
3567 - test/cpp/end2end/generic_end2end_test.cc
3568 deps:
3569 - grpc++_test_util
3570 - grpc_test_util
3571 - grpc++
3572 - grpc
3573 - gpr_test_util
3574 - gpr
3575- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 gtest: true
3577 build: test
3578 language: c++
3579 src:
Craig Tiller25834342015-09-25 08:08:24 -07003580 - src/proto/grpc/testing/compiler_test.proto
3581 - test/cpp/codegen/golden_file_test.cc
3582 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003583 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003584 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003585 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003586 args:
3587 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588- name: grpc_cli
3589 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003590 run: false
3591 language: c++
3592 src:
3593 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594 deps:
3595 - grpc_cli_libs
3596 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003597 - grpc++
3598 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599 - gpr
3600 - grpc++_test_config
3601- name: grpc_cpp_plugin
3602 build: protoc
3603 language: c++
3604 src:
3605 - src/compiler/cpp_plugin.cc
3606 deps:
3607 - grpc_plugin_support
3608 secure: false
3609 vs_config_type: Application
3610 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3611- name: grpc_csharp_plugin
3612 build: protoc
3613 language: c++
3614 src:
3615 - src/compiler/csharp_plugin.cc
3616 deps:
3617 - grpc_plugin_support
3618 secure: false
3619 vs_config_type: Application
3620 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003621- name: grpc_node_plugin
3622 build: protoc
3623 language: c++
3624 src:
3625 - src/compiler/node_plugin.cc
3626 deps:
3627 - grpc_plugin_support
3628 secure: false
3629 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003630- name: grpc_objective_c_plugin
3631 build: protoc
3632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003633 src:
3634 - src/compiler/objective_c_plugin.cc
3635 deps:
3636 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003637 secure: false
3638 vs_config_type: Application
3639 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003640- name: grpc_php_plugin
3641 build: protoc
3642 language: c++
3643 src:
3644 - src/compiler/php_plugin.cc
3645 deps:
3646 - grpc_plugin_support
3647 secure: false
3648 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003649- name: grpc_python_plugin
3650 build: protoc
3651 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003652 src:
3653 - src/compiler/python_plugin.cc
3654 deps:
3655 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003656 secure: false
3657 vs_config_type: Application
3658 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3659- name: grpc_ruby_plugin
3660 build: protoc
3661 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003662 src:
3663 - src/compiler/ruby_plugin.cc
3664 deps:
3665 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003666 secure: false
3667 vs_config_type: Application
3668 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003669- name: grpc_tool_test
3670 gtest: true
3671 build: test
3672 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003673 src:
3674 - src/proto/grpc/testing/echo.proto
3675 - src/proto/grpc/testing/echo_messages.proto
3676 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003677 deps:
3678 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003679 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003680 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003681 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003682 - grpc_test_util
3683 - grpc++
3684 - grpc
3685 - gpr_test_util
3686 - gpr
3687 filegroups:
3688 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003689- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003690 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003691 build: test
3692 language: c++
3693 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003694 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003695 - test/cpp/grpclb/grpclb_api_test.cc
3696 deps:
3697 - grpc++_test_util
3698 - grpc_test_util
3699 - grpc++
3700 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003701- name: grpclb_test
3702 gtest: false
3703 build: test
3704 language: c++
3705 src:
3706 - src/proto/grpc/lb/v1/load_balancer.proto
3707 - test/cpp/grpclb/grpclb_test.cc
3708 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003709 - grpc++_test_util
3710 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003711 - grpc++
3712 - grpc
3713 - gpr_test_util
3714 - gpr
yang-gad327642016-12-12 14:32:09 -08003715- name: health_service_end2end_test
3716 gtest: true
3717 build: test
3718 language: c++
3719 src:
3720 - test/cpp/end2end/health_service_end2end_test.cc
3721 deps:
3722 - grpc++_test_util
3723 - grpc_test_util
3724 - grpc++
3725 - grpc
3726 - gpr_test_util
3727 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003728- name: http2_client
3729 build: test
3730 run: false
3731 language: c++
3732 src: []
3733 deps:
3734 - http2_client_main
3735 - grpc++_test_util
3736 - grpc_test_util
3737 - grpc++
3738 - grpc
3739 - grpc++_test_config
3740 platforms:
3741 - mac
3742 - linux
3743 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003744- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003745 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003746 build: test
3747 language: c++
3748 src:
3749 - test/cpp/end2end/hybrid_end2end_test.cc
3750 deps:
3751 - grpc++_test_util
3752 - grpc_test_util
3753 - grpc++
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr_test_util
3756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757- name: interop_client
3758 build: test
3759 run: false
3760 language: c++
3761 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003762 deps:
3763 - interop_client_main
3764 - interop_client_helper
3765 - grpc++_test_util
3766 - grpc_test_util
3767 - grpc++
3768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 - gpr_test_util
3770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003771 - grpc++_test_config
3772 platforms:
3773 - mac
3774 - linux
3775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003776- name: interop_server
3777 build: test
3778 run: false
3779 language: c++
3780 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003781 deps:
3782 - interop_server_main
3783 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003784 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003785 - grpc++_test_util
3786 - grpc_test_util
3787 - grpc++
3788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003789 - gpr_test_util
3790 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003791 - grpc++_test_config
3792 platforms:
3793 - mac
3794 - linux
3795 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003797 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003798 build: test
3799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003800 src:
3801 - test/cpp/interop/interop_test.cc
3802 deps:
3803 - grpc_test_util
3804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003805 - gpr_test_util
3806 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003807 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003808 platforms:
3809 - mac
3810 - linux
3811 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003812- name: json_run_localhost
3813 build: test
3814 run: false
3815 language: c++
3816 src:
3817 - test/cpp/qps/json_run_localhost.cc
3818 deps:
3819 - grpc++_test_util
3820 - grpc_test_util
3821 - grpc++
3822 - grpc
3823 - gpr_test_util
3824 - gpr
3825 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003826 platforms:
3827 - mac
3828 - linux
3829 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003830- name: metrics_client
3831 build: test
3832 run: false
3833 language: c++
3834 headers:
3835 - test/cpp/util/metrics_server.h
3836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003837 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003838 - test/cpp/interop/metrics_client.cc
3839 deps:
3840 - grpc++
3841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003842 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003843 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003844- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003845 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003846 build: test
3847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003848 src:
3849 - test/cpp/end2end/mock_test.cc
3850 deps:
3851 - grpc++_test_util
3852 - grpc_test_util
3853 - grpc++
3854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003855 - gpr_test_util
3856 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003857- name: noop-benchmark
3858 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003859 language: c++
3860 src:
3861 - test/cpp/microbenchmarks/noop-benchmark.cc
3862 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003863 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003864 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003865- name: proto_server_reflection_test
3866 gtest: true
3867 build: test
3868 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003869 src:
3870 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003871 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003872 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003873 - grpc++_reflection
3874 - grpc++_test_util
3875 - grpc_test_util
3876 - grpc++
3877 - grpc
3878 - gpr_test_util
3879 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003880- name: proto_utils_test
3881 gtest: true
3882 build: test
3883 language: c++
3884 src:
3885 - test/cpp/codegen/proto_utils_test.cc
3886 deps:
3887 - grpc++
3888 - grpc
3889 filegroups:
3890 - grpc++_codegen_base
3891 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003892- name: qps_interarrival_test
3893 build: test
3894 run: false
3895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003896 src:
3897 - test/cpp/qps/qps_interarrival_test.cc
3898 deps:
3899 - qps
3900 - grpc++_test_util
3901 - grpc_test_util
3902 - grpc++
3903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003904 - gpr_test_util
3905 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003906 platforms:
3907 - mac
3908 - linux
3909 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003910- name: qps_json_driver
3911 build: test
3912 run: false
3913 language: c++
3914 src:
3915 - test/cpp/qps/qps_json_driver.cc
3916 deps:
3917 - qps
3918 - grpc++_test_util
3919 - grpc_test_util
3920 - grpc++
3921 - grpc
3922 - gpr_test_util
3923 - gpr
3924 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003925- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003926 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003927 build: test
3928 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003929 src:
3930 - test/cpp/qps/qps_openloop_test.cc
3931 deps:
3932 - qps
3933 - grpc++_test_util
3934 - grpc_test_util
3935 - grpc++
3936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003937 - gpr_test_util
3938 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003939 - grpc++_test_config
3940 platforms:
3941 - mac
3942 - linux
3943 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003944- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003945 build: test
3946 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003948 headers:
3949 - test/cpp/qps/client.h
3950 - test/cpp/qps/server.h
3951 src:
3952 - test/cpp/qps/worker.cc
3953 deps:
3954 - qps
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr_test_util
3960 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003961 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962- name: reconnect_interop_client
3963 build: test
3964 run: false
3965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003966 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003967 - src/proto/grpc/testing/empty.proto
3968 - src/proto/grpc/testing/messages.proto
3969 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003970 - test/cpp/interop/reconnect_interop_client.cc
3971 deps:
3972 - grpc++_test_util
3973 - grpc_test_util
3974 - grpc++
3975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003976 - gpr_test_util
3977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003978 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979- name: reconnect_interop_server
3980 build: test
3981 run: false
3982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003983 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003984 - src/proto/grpc/testing/empty.proto
3985 - src/proto/grpc/testing/messages.proto
3986 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003987 - test/cpp/interop/reconnect_interop_server.cc
3988 deps:
3989 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003990 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003991 - grpc++_test_util
3992 - grpc_test_util
3993 - grpc++
3994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003995 - gpr_test_util
3996 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003997 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003998- name: round_robin_end2end_test
3999 gtest: true
4000 build: test
4001 language: c++
4002 src:
4003 - test/cpp/end2end/round_robin_end2end_test.cc
4004 deps:
4005 - grpc++_test_util
4006 - grpc_test_util
4007 - grpc++
4008 - grpc
4009 - gpr_test_util
4010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004011- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004012 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013 build: test
4014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004015 src:
4016 - test/cpp/common/secure_auth_context_test.cc
4017 deps:
4018 - grpc++_test_util
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004022 - gpr_test_util
4023 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004024- name: secure_sync_unary_ping_pong_test
4025 build: test
4026 language: c++
4027 src:
4028 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4029 deps:
4030 - qps
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr_test_util
4036 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004037 platforms:
4038 - mac
4039 - linux
4040 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004041- name: server_builder_plugin_test
4042 gtest: true
4043 build: test
4044 language: c++
4045 src:
4046 - test/cpp/end2end/server_builder_plugin_test.cc
4047 deps:
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
4052 - gpr_test_util
4053 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004054- name: server_builder_test
4055 gtest: true
4056 build: test
4057 language: c++
4058 src:
4059 - src/proto/grpc/testing/echo_messages.proto
4060 - src/proto/grpc/testing/echo.proto
4061 - test/cpp/server/server_builder_test.cc
4062 deps:
4063 - grpc++_test_util
4064 - grpc_test_util
4065 - gpr_test_util
4066 - grpc++
4067 - grpc
4068 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004069- name: server_context_test_spouse_test
4070 gtest: true
4071 build: test
4072 language: c++
4073 src:
4074 - test/cpp/test/server_context_test_spouse_test.cc
4075 deps:
4076 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004077 - grpc++
4078 - grpc
4079 - gpr_test_util
4080 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004081 uses:
4082 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004084 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004085 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004086 build: test
4087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004088 src:
4089 - test/cpp/end2end/server_crash_test.cc
4090 deps:
4091 - grpc++_test_util
4092 - grpc_test_util
4093 - grpc++
4094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004095 - gpr_test_util
4096 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004097 platforms:
4098 - mac
4099 - linux
4100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101- name: server_crash_test_client
4102 build: test
4103 run: false
4104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004105 src:
4106 - test/cpp/end2end/server_crash_test_client.cc
4107 deps:
4108 - grpc++_test_util
4109 - grpc_test_util
4110 - grpc++
4111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004112 - gpr_test_util
4113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004114- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004115 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004116 build: test
4117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004118 src:
4119 - test/cpp/end2end/shutdown_test.cc
4120 deps:
4121 - grpc++_test_util
4122 - grpc_test_util
4123 - grpc++
4124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004125 - gpr_test_util
4126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004127- name: status_test
4128 build: test
4129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004130 src:
4131 - test/cpp/util/status_test.cc
4132 deps:
4133 - grpc_test_util
4134 - grpc++
4135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004136 - gpr_test_util
4137 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004138- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004139 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004140 build: test
4141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004142 src:
4143 - test/cpp/end2end/streaming_throughput_test.cc
4144 deps:
4145 - grpc++_test_util
4146 - grpc_test_util
4147 - grpc++
4148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004149 - gpr_test_util
4150 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004151 platforms:
4152 - mac
4153 - linux
4154 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004155- name: stress_test
4156 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004157 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004158 language: c++
4159 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004160 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004161 - test/cpp/interop/interop_client.h
4162 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004163 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004164 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004165 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004166 - src/proto/grpc/testing/empty.proto
4167 - src/proto/grpc/testing/messages.proto
4168 - src/proto/grpc/testing/metrics.proto
4169 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004170 - test/cpp/interop/interop_client.cc
4171 - test/cpp/interop/stress_interop_client.cc
4172 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004173 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004174 deps:
4175 - grpc++_test_util
4176 - grpc_test_util
4177 - grpc++
4178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004179 - gpr_test_util
4180 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004181 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004182- name: thread_manager_test
4183 build: test
4184 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004185 src:
4186 - test/cpp/thread_manager/thread_manager_test.cc
4187 deps:
4188 - grpc++
4189 - grpc
4190 - gpr
4191 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004192- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004193 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004194 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004195 build: test
4196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004197 src:
4198 - test/cpp/end2end/thread_stress_test.cc
4199 deps:
4200 - grpc++_test_util
4201 - grpc_test_util
4202 - grpc++
4203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004204 - gpr_test_util
4205 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004206- name: writes_per_rpc_test
4207 gtest: true
4208 cpu_cost: 0.5
4209 build: test
4210 language: c++
4211 src:
4212 - test/cpp/performance/writes_per_rpc_test.cc
4213 deps:
4214 - grpc++_test_util
4215 - grpc_test_util
4216 - grpc++
4217 - grpc
4218 - gpr_test_util
4219 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004220 platforms:
4221 - mac
4222 - linux
4223 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004224- name: public_headers_must_be_c89
4225 build: test
4226 language: c89
4227 src:
4228 - test/core/surface/public_headers_must_be_c89.c
4229 deps:
4230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004232vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004233- linkage: static
4234 name: grpc.dependencies.zlib
4235 props: false
4236 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004237 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004238- linkage: static
4239 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004240 props: true
4241 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004242 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004243- name: gflags
4244 props: false
4245 redist: false
4246 version: 2.1.2.1
4247- name: gtest
4248 props: false
4249 redist: false
4250 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004251configs:
4252 asan:
4253 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004254 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4255 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004256 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004257 LD: clang
4258 LDFLAGS: -fsanitize=address
4259 LDXX: clang++
4260 compile_the_world: true
4261 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004262 ASAN_OPTIONS: detect_leaks=1:color=always
4263 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004264 asan-noleaks:
4265 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004266 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4267 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004268 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004269 LD: clang
4270 LDFLAGS: -fsanitize=address
4271 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004272 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004273 test_environ:
4274 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004275 asan-trace-cmp:
4276 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004277 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4278 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004279 CXX: clang++
4280 LD: clang
4281 LDFLAGS: -fsanitize=address
4282 LDXX: clang++
4283 compile_the_world: true
4284 test_environ:
4285 ASAN_OPTIONS: detect_leaks=1:color=always
4286 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004287 basicprof:
4288 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4289 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004290 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004291 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004292 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004293 dbg:
4294 CPPFLAGS: -O0
4295 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004296 gcov:
4297 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004298 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004299 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004300 DEFINES: _DEBUG DEBUG GPR_GCOV
4301 LD: gcc
4302 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4303 LDXX: g++
4304 helgrind:
4305 CPPFLAGS: -O0
4306 DEFINES: _DEBUG DEBUG
4307 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004308 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004309 lto:
4310 CPPFLAGS: -O2
4311 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004312 memcheck:
4313 CPPFLAGS: -O0
4314 DEFINES: _DEBUG DEBUG
4315 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004316 valgrind: --tool=memcheck --leak-check=full
4317 msan:
4318 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004319 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4320 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4321 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004322 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004323 DEFINES: NDEBUG
4324 LD: clang
4325 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4326 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4327 LDXX: clang++
4328 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004329 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004330 CPPFLAGS: -O3 -fno-omit-frame-pointer
4331 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004332 LDFLAGS: -rdynamic
4333 opt:
4334 CPPFLAGS: -O2
4335 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004336 stapprof:
4337 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4338 DEFINES: NDEBUG
4339 tsan:
4340 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004341 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004342 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004343 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004344 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004345 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004346 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004347 LDXX: clang++
4348 compile_the_world: true
4349 test_environ:
4350 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004351 ubsan:
4352 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004353 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4354 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004355 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004356 DEFINES: NDEBUG
4357 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004358 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004359 LDXX: clang++
4360 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004361 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004362 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004363defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004364 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004365 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004366 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4367 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004368 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004369 benchmark:
4370 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004371 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004372 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004373 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004374 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004375 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004376 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004377 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004378 LDFLAGS: -g
4379 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004380 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004381 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004382node_modules:
4383- deps:
4384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004385 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004386 - boringssl
4387 - z
murgatroid9994a75412015-11-19 14:04:53 -08004388 headers:
4389 - src/node/ext/byte_buffer.h
4390 - src/node/ext/call.h
4391 - src/node/ext/call_credentials.h
4392 - src/node/ext/channel.h
4393 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004394 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004395 - src/node/ext/server.h
4396 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004397 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004398 - src/node/ext/timeval.h
4399 js:
4400 - src/node/index.js
4401 - src/node/src/client.js
4402 - src/node/src/common.js
4403 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004404 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004405 - src/node/src/metadata.js
4406 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004407 name: grpc_node
4408 src:
4409 - src/node/ext/byte_buffer.cc
4410 - src/node/ext/call.cc
4411 - src/node/ext/call_credentials.cc
4412 - src/node/ext/channel.cc
4413 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004414 - src/node/ext/completion_queue_threadpool.cc
4415 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004416 - src/node/ext/node_grpc.cc
4417 - src/node/ext/server.cc
4418 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004419 - src/node/ext/server_generic.cc
4420 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004421 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004422 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004423openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004424 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004425 extraction_dir: openssl-1.0.2f
4426 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004427php_config_m4:
4428 deps:
4429 - grpc
4430 - gpr
4431 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004432 headers:
4433 - src/php/ext/grpc/byte_buffer.h
4434 - src/php/ext/grpc/call.h
4435 - src/php/ext/grpc/call_credentials.h
4436 - src/php/ext/grpc/channel.h
4437 - src/php/ext/grpc/channel_credentials.h
4438 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004439 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004440 - src/php/ext/grpc/php_grpc.h
4441 - src/php/ext/grpc/server.h
4442 - src/php/ext/grpc/server_credentials.h
4443 - src/php/ext/grpc/timeval.h
4444 src:
4445 - src/php/ext/grpc/byte_buffer.c
4446 - src/php/ext/grpc/call.c
4447 - src/php/ext/grpc/call_credentials.c
4448 - src/php/ext/grpc/channel.c
4449 - src/php/ext/grpc/channel_credentials.c
4450 - src/php/ext/grpc/completion_queue.c
4451 - src/php/ext/grpc/php_grpc.c
4452 - src/php/ext/grpc/server.c
4453 - src/php/ext/grpc/server_credentials.c
4454 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004455python_dependencies:
4456 deps:
4457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004458 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004459 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004460 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004461 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004462ruby_gem:
4463 deps:
4464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004465 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004466 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004467 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004468 - z