blob: f88c13c0c96f8b5fd81ff4895d1363234e8d42f1 [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/connected_channel.h
180 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/compression/algorithm_metadata.h
185 - src/core/lib/compression/message_compress.h
186 - src/core/lib/debug/trace.h
187 - src/core/lib/http/format_request.h
188 - src/core/lib/http/httpcli.h
189 - src/core/lib/http/parser.h
190 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700191 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/iomgr/endpoint.h
193 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700194 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800195 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700196 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700197 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700198 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/exec_ctx.h
200 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/iocp_windows.h
202 - src/core/lib/iomgr/iomgr.h
203 - src/core/lib/iomgr/iomgr_internal.h
204 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700205 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700206 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700207 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700211 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700213 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700215 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/sockaddr.h
217 - src/core/lib/iomgr/sockaddr_posix.h
218 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700219 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500220 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700221 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700222 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/socket_utils_posix.h
224 - src/core/lib/iomgr/socket_windows.h
225 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700226 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/tcp_posix.h
228 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700229 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/tcp_windows.h
232 - src/core/lib/iomgr/time_averaged_stats.h
233 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/udp_server.h
238 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700239 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/wakeup_fd_pipe.h
241 - src/core/lib/iomgr/wakeup_fd_posix.h
242 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700243 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/iomgr/workqueue_windows.h
245 - src/core/lib/json/json.h
246 - src/core/lib/json/json_common.h
247 - src/core/lib/json/json_reader.h
248 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700249 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700250 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800251 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800252 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700253 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/surface/api_trace.h
255 - src/core/lib/surface/call.h
256 - src/core/lib/surface/call_test_only.h
257 - src/core/lib/surface/channel.h
258 - src/core/lib/surface/channel_init.h
259 - src/core/lib/surface/channel_stack_type.h
260 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700261 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/surface/event_string.h
263 - src/core/lib/surface/init.h
264 - src/core/lib/surface/lame_client.h
265 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800266 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700267 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800270 - src/core/lib/transport/error_utils.h
271 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/metadata.h
273 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700274 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700275 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400278 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/transport.h
280 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/channel_args.c
283 - src/core/lib/channel/channel_stack.c
284 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700286 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800287 - src/core/lib/channel/handshaker_factory.c
288 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700289 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/compression/message_compress.c
291 - src/core/lib/debug/trace.c
292 - src/core/lib/http/format_request.c
293 - src/core/lib/http/httpcli.c
294 - src/core/lib/http/parser.c
295 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700296 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/endpoint.c
298 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700299 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700301 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700302 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700303 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700304 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/exec_ctx.c
306 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/iocp_windows.c
308 - src/core/lib/iomgr/iomgr.c
309 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700310 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700312 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700313 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700314 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/pollset_windows.c
319 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700322 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500324 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700325 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/socket_utils_common_posix.c
327 - src/core/lib/iomgr/socket_utils_linux.c
328 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700330 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/socket_windows.c
332 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/tcp_client_windows.c
335 - src/core/lib/iomgr/tcp_posix.c
336 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700337 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700338 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
339 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_windows.c
344 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/udp_server.c
349 - src/core/lib/iomgr/unix_sockets_posix.c
350 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700351 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/wakeup_fd_eventfd.c
353 - src/core/lib/iomgr/wakeup_fd_nospecial.c
354 - src/core/lib/iomgr/wakeup_fd_pipe.c
355 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/workqueue_windows.c
358 - src/core/lib/json/json.c
359 - src/core/lib/json/json_reader.c
360 - src/core/lib/json/json_string.c
361 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700362 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700363 - src/core/lib/slice/percent_encoding.c
364 - src/core/lib/slice/slice.c
365 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800366 - src/core/lib/slice/slice_hash_table.c
367 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700368 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/alarm.c
370 - src/core/lib/surface/api_trace.c
371 - src/core/lib/surface/byte_buffer.c
372 - src/core/lib/surface/byte_buffer_reader.c
373 - src/core/lib/surface/call.c
374 - src/core/lib/surface/call_details.c
375 - src/core/lib/surface/call_log_batch.c
376 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/channel_init.c
378 - src/core/lib/surface/channel_ping.c
379 - src/core/lib/surface/channel_stack_type.c
380 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700381 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/lame_client.c
384 - src/core/lib/surface/metadata_array.c
385 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/surface/validate_metadata.c
387 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700388 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800391 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/metadata.c
393 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700394 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700395 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800397 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400398 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/transport/transport.c
400 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700401 deps:
402 - gpr
403 uses:
404 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700406 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700407 - src/core/ext/filters/client_channel/client_channel.h
408 - src/core/ext/filters/client_channel/client_channel_factory.h
409 - src/core/ext/filters/client_channel/connector.h
410 - src/core/ext/filters/client_channel/http_connect_handshaker.h
411 - src/core/ext/filters/client_channel/http_proxy.h
412 - src/core/ext/filters/client_channel/lb_policy.h
413 - src/core/ext/filters/client_channel/lb_policy_factory.h
414 - src/core/ext/filters/client_channel/lb_policy_registry.h
415 - src/core/ext/filters/client_channel/parse_address.h
416 - src/core/ext/filters/client_channel/proxy_mapper.h
417 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
418 - src/core/ext/filters/client_channel/resolver.h
419 - src/core/ext/filters/client_channel/resolver_factory.h
420 - src/core/ext/filters/client_channel/resolver_registry.h
421 - src/core/ext/filters/client_channel/retry_throttle.h
422 - src/core/ext/filters/client_channel/subchannel.h
423 - src/core/ext/filters/client_channel/subchannel_index.h
424 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700426 - src/core/ext/filters/client_channel/channel_connectivity.c
427 - src/core/ext/filters/client_channel/client_channel.c
428 - src/core/ext/filters/client_channel/client_channel_factory.c
429 - src/core/ext/filters/client_channel/client_channel_plugin.c
430 - src/core/ext/filters/client_channel/connector.c
431 - src/core/ext/filters/client_channel/http_connect_handshaker.c
432 - src/core/ext/filters/client_channel/http_proxy.c
433 - src/core/ext/filters/client_channel/lb_policy.c
434 - src/core/ext/filters/client_channel/lb_policy_factory.c
435 - src/core/ext/filters/client_channel/lb_policy_registry.c
436 - src/core/ext/filters/client_channel/parse_address.c
437 - src/core/ext/filters/client_channel/proxy_mapper.c
438 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
439 - src/core/ext/filters/client_channel/resolver.c
440 - src/core/ext/filters/client_channel/resolver_factory.c
441 - src/core/ext/filters/client_channel/resolver_registry.c
442 - src/core/ext/filters/client_channel/retry_throttle.c
443 - src/core/ext/filters/client_channel/subchannel.c
444 - src/core/ext/filters/client_channel/subchannel_index.c
445 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700447 uses:
448 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700449 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800450- name: grpc_codegen
451 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700452 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800453 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800454 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800455 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700458 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700460 uses:
461 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700462- name: grpc_deadline_filter
463 headers:
464 - src/core/ext/filters/deadline/deadline_filter.h
465 src:
466 - src/core/ext/filters/deadline/deadline_filter.c
467 plugin: grpc_deadline_filter
468 uses:
469 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700470- name: grpc_http_filters
471 headers:
472 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700473 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700474 - src/core/ext/filters/http/server/http_server_filter.h
475 src:
476 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700477 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700478 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700479 - src/core/ext/filters/http/server/http_server_filter.c
480 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700481 uses:
482 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700483- name: grpc_lb_policy_grpclb
484 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700485 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
486 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
487 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
488 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700489 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700490 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
491 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
492 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
493 - 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 -0800494 plugin: grpc_lb_policy_grpclb
495 uses:
496 - grpc_base
497 - grpc_client_channel
498 - nanopb
499- name: grpc_lb_policy_grpclb_secure
500 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700501 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
502 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
503 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
504 - 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 -0800505 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
508 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
509 - 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 -0700510 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700511 uses:
512 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700513 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700514 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700515 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700516- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700517 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700518 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700519 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700520 uses:
521 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700522 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700523- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700524 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700526 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700527 uses:
528 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700529 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700530- name: grpc_load_reporting
531 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700532 - src/core/ext/filters/load_reporting/load_reporting.h
533 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700534 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/load_reporting/load_reporting.c
536 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700537 plugin: grpc_load_reporting_plugin
538 uses:
539 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700540- name: grpc_max_age_filter
541 headers:
542 - src/core/ext/filters/max_age/max_age_filter.h
543 src:
544 - src/core/ext/filters/max_age/max_age_filter.c
545 plugin: grpc_max_age_filter
546 uses:
547 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700548- name: grpc_message_size_filter
549 headers:
550 - src/core/ext/filters/message_size/message_size_filter.h
551 src:
552 - src/core/ext/filters/message_size/message_size_filter.c
553 plugin: grpc_message_size_filter
554 uses:
555 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700556- name: grpc_resolver_dns_ares
557 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700558 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
559 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700560 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700561 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
562 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
563 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700564 plugin: grpc_resolver_dns_ares
565 uses:
566 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700567 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700568- name: grpc_resolver_dns_native
569 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700570 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700571 plugin: grpc_resolver_dns_native
572 uses:
573 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700574 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700575- name: grpc_resolver_sockaddr
576 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700577 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700578 plugin: grpc_resolver_sockaddr
579 uses:
580 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700581 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100582- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700583 public_headers:
584 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100585 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700586 - src/core/lib/security/context/security_context.h
587 - src/core/lib/security/credentials/composite/composite_credentials.h
588 - src/core/lib/security/credentials/credentials.h
589 - src/core/lib/security/credentials/fake/fake_credentials.h
590 - src/core/lib/security/credentials/google_default/google_default_credentials.h
591 - src/core/lib/security/credentials/iam/iam_credentials.h
592 - src/core/lib/security/credentials/jwt/json_token.h
593 - src/core/lib/security/credentials/jwt/jwt_credentials.h
594 - src/core/lib/security/credentials/jwt/jwt_verifier.h
595 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
596 - src/core/lib/security/credentials/plugin/plugin_credentials.h
597 - src/core/lib/security/credentials/ssl/ssl_credentials.h
598 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800599 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700600 - src/core/lib/security/transport/secure_endpoint.h
601 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800602 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700603 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700604 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100605 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700606 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700607 - src/core/lib/security/context/security_context.c
608 - src/core/lib/security/credentials/composite/composite_credentials.c
609 - src/core/lib/security/credentials/credentials.c
610 - src/core/lib/security/credentials/credentials_metadata.c
611 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700612 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700613 - src/core/lib/security/credentials/google_default/google_default_credentials.c
614 - src/core/lib/security/credentials/iam/iam_credentials.c
615 - src/core/lib/security/credentials/jwt/json_token.c
616 - src/core/lib/security/credentials/jwt/jwt_credentials.c
617 - src/core/lib/security/credentials/jwt/jwt_verifier.c
618 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
619 - src/core/lib/security/credentials/plugin/plugin_credentials.c
620 - src/core/lib/security/credentials/ssl/ssl_credentials.c
621 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800622 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700623 - src/core/lib/security/transport/secure_endpoint.c
624 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800625 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700626 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700627 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700628 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700629 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700630 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700631 uses:
632 - grpc_base
633 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700634 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700636 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700637 headers:
638 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700639 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800640 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700641 - test/core/end2end/fixtures/proxy.h
642 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800643 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700644 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200645 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700646 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700647 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700648 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700649 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700650 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700651 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800652 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700653 src:
654 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700655 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800656 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700657 - test/core/end2end/fixtures/proxy.c
658 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800659 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700660 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200661 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700662 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700663 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700664 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800665 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700666 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700667 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800668 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700669 deps:
670 - grpc
671 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700672- name: grpc_transport_chttp2
673 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700674 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700675 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700676 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
677 - src/core/ext/transport/chttp2/transport/frame.h
678 - src/core/ext/transport/chttp2/transport/frame_data.h
679 - src/core/ext/transport/chttp2/transport/frame_goaway.h
680 - src/core/ext/transport/chttp2/transport/frame_ping.h
681 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
682 - src/core/ext/transport/chttp2/transport/frame_settings.h
683 - src/core/ext/transport/chttp2/transport/frame_window_update.h
684 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
685 - src/core/ext/transport/chttp2/transport/hpack_parser.h
686 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700687 - src/core/ext/transport/chttp2/transport/huffsyms.h
688 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
689 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700690 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700691 - src/core/ext/transport/chttp2/transport/varint.h
692 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700693 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700694 - src/core/ext/transport/chttp2/transport/bin_encoder.c
695 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700696 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
697 - src/core/ext/transport/chttp2/transport/frame_data.c
698 - src/core/ext/transport/chttp2/transport/frame_goaway.c
699 - src/core/ext/transport/chttp2/transport/frame_ping.c
700 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
701 - src/core/ext/transport/chttp2/transport/frame_settings.c
702 - src/core/ext/transport/chttp2/transport/frame_window_update.c
703 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
704 - src/core/ext/transport/chttp2/transport/hpack_parser.c
705 - src/core/ext/transport/chttp2/transport/hpack_table.c
706 - src/core/ext/transport/chttp2/transport/huffsyms.c
707 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
708 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700709 - src/core/ext/transport/chttp2/transport/stream_lists.c
710 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700711 - src/core/ext/transport/chttp2/transport/varint.c
712 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700713 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700714 uses:
715 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700716 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700717 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700718- name: grpc_transport_chttp2_alpn
719 headers:
720 - src/core/ext/transport/chttp2/alpn/alpn.h
721 src:
722 - src/core/ext/transport/chttp2/alpn/alpn.c
723 deps:
724 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800725- name: grpc_transport_chttp2_client_connector
726 headers:
727 - src/core/ext/transport/chttp2/client/chttp2_connector.h
728 src:
729 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800730 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800731 - grpc_transport_chttp2
732 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700733 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700734- name: grpc_transport_chttp2_client_insecure
735 src:
736 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700737 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700738 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800739 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700740 - grpc_transport_chttp2
741 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700742 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700743- name: grpc_transport_chttp2_client_secure
744 src:
745 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700746 uses:
747 - grpc_transport_chttp2
748 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700749 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800751 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800752- name: grpc_transport_chttp2_server
753 headers:
754 - src/core/ext/transport/chttp2/server/chttp2_server.h
755 src:
756 - src/core/ext/transport/chttp2/server/chttp2_server.c
757 uses:
758 - grpc_transport_chttp2
759 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700760- name: grpc_transport_chttp2_server_insecure
761 src:
762 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700763 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700764 uses:
765 - grpc_transport_chttp2
766 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800767 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700768- name: grpc_transport_chttp2_server_secure
769 src:
770 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700771 uses:
772 - grpc_transport_chttp2
773 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700774 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800775 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700776- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700777 public_headers:
778 - include/grpc/grpc_cronet.h
779 - include/grpc/grpc_security.h
780 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700781 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800782 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800783 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700784 src:
785 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
786 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
787 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700788 filegroups:
789 - grpc_base
790 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700791 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800792- name: nanopb
793 headers:
794 - third_party/nanopb/pb.h
795 - third_party/nanopb/pb_common.h
796 - third_party/nanopb/pb_decode.h
797 - third_party/nanopb/pb_encode.h
798 src:
799 - third_party/nanopb/pb_common.c
800 - third_party/nanopb/pb_decode.c
801 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802- name: tsi
803 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700804 - src/core/tsi/fake_transport_security.h
805 - src/core/tsi/ssl_transport_security.h
806 - src/core/tsi/ssl_types.h
807 - src/core/tsi/transport_security.h
808 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700810 - src/core/tsi/fake_transport_security.c
811 - src/core/tsi/ssl_transport_security.c
812 - src/core/tsi/transport_security.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 deps:
814 - gpr
815 secure: true
816- name: grpc++_base
817 language: c++
818 public_headers:
819 - include/grpc++/alarm.h
820 - include/grpc++/channel.h
821 - include/grpc++/client_context.h
822 - include/grpc++/completion_queue.h
823 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700824 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800825 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - include/grpc++/generic/async_generic_service.h
827 - include/grpc++/generic/generic_stub.h
828 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800829 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800831 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700833 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/grpc_library.h
835 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - include/grpc++/impl/rpc_method.h
837 - include/grpc++/impl/rpc_service_method.h
838 - include/grpc++/impl/serialization_traits.h
839 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700840 - include/grpc++/impl/server_builder_plugin.h
841 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700843 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - include/grpc++/security/auth_context.h
845 - include/grpc++/security/auth_metadata_processor.h
846 - include/grpc++/security/credentials.h
847 - include/grpc++/security/server_credentials.h
848 - include/grpc++/server.h
849 - include/grpc++/server_builder.h
850 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700851 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - include/grpc++/support/async_stream.h
853 - include/grpc++/support/async_unary_call.h
854 - include/grpc++/support/byte_buffer.h
855 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700856 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 - include/grpc++/support/slice.h
858 - include/grpc++/support/status.h
859 - include/grpc++/support/status_code_enum.h
860 - include/grpc++/support/string_ref.h
861 - include/grpc++/support/stub_options.h
862 - include/grpc++/support/sync_stream.h
863 - include/grpc++/support/time.h
864 headers:
865 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700866 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800868 - src/cpp/server/health/default_health_check_service.h
869 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700871 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700873 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - src/cpp/client/client_context.cc
875 - src/cpp/client/create_channel.cc
876 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700877 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700878 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700881 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700882 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700884 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700886 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800888 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - src/cpp/server/create_default_thread_pool.cc
890 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800891 - src/cpp/server/health/default_health_check_service.cc
892 - src/cpp/server/health/health.pb.c
893 - src/cpp/server/health/health_check_service.cc
894 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700896 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 - src/cpp/server/server_context.cc
898 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700899 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700900 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700901 - src/cpp/util/byte_buffer_cc.cc
902 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - src/cpp/util/status.cc
904 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700905 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 uses:
yang-g17487f92016-06-03 15:21:15 -0700907 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700908 - grpc_base
909 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700910- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 language: c++
912 public_headers:
913 - include/grpc++/impl/codegen/async_stream.h
914 - include/grpc++/impl/codegen/async_unary_call.h
915 - include/grpc++/impl/codegen/call.h
916 - include/grpc++/impl/codegen/call_hook.h
917 - include/grpc++/impl/codegen/channel_interface.h
918 - include/grpc++/impl/codegen/client_context.h
919 - include/grpc++/impl/codegen/client_unary_call.h
920 - include/grpc++/impl/codegen/completion_queue.h
921 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700922 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - include/grpc++/impl/codegen/core_codegen_interface.h
924 - include/grpc++/impl/codegen/create_auth_context.h
925 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800926 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700928 - include/grpc++/impl/codegen/rpc_method.h
929 - include/grpc++/impl/codegen/rpc_service_method.h
930 - include/grpc++/impl/codegen/security/auth_context.h
931 - include/grpc++/impl/codegen/serialization_traits.h
932 - include/grpc++/impl/codegen/server_context.h
933 - include/grpc++/impl/codegen/server_interface.h
934 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800935 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700936 - include/grpc++/impl/codegen/status.h
937 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700938 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700939 - include/grpc++/impl/codegen/string_ref.h
940 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 - include/grpc++/impl/codegen/sync_stream.h
942 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 uses:
944 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700945- name: grpc++_codegen_base_src
946 language: c++
947 src:
948 - src/cpp/codegen/codegen_init.cc
949 uses:
950 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700951- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 language: c++
953 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700954 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 uses:
yang-g17487f92016-06-03 15:21:15 -0700956 - grpc++_codegen_base
957 - grpc++_config_proto
958- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700959 language: c++
960 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700961 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700962- name: grpc++_reflection_proto
963 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700964 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700965 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800966- name: grpc++_test
967 language: c++
968 public_headers:
969 - include/grpc++/test/server_context_test_spouse.h
970 deps:
971 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700972- name: thrift_util
973 language: c++
974 public_headers:
975 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700976 - include/grpc++/impl/codegen/thrift_utils.h
977 uses:
978 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100979libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800980- name: gpr
981 build: all
982 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700984 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 secure: false
986 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
987- name: gpr_test_util
988 build: private
989 language: c
990 headers:
991 - test/core/util/test_config.h
992 src:
993 - test/core/util/test_config.c
994 deps:
995 - gpr
996 secure: false
997 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: grpc
999 build: all
1000 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001001 src:
1002 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001004 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001006 filegroups:
1007 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001008 - grpc_transport_chttp2_server_secure
1009 - grpc_transport_chttp2_client_secure
1010 - grpc_transport_chttp2_server_insecure
1011 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001012 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001013 - grpc_lb_policy_pick_first
1014 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001015 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001016 - grpc_resolver_dns_native
1017 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001018 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001019 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001020 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001021 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001022 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001023 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001024 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001026 vs_packages:
1027 - grpc.dependencies.openssl
1028 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001030- name: grpc_cronet
1031 build: all
1032 language: c
1033 src:
1034 - src/core/lib/surface/init.c
1035 baselib: true
1036 deps_linkage: static
1037 dll: true
1038 filegroups:
1039 - grpc_base
1040 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001041 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001042 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001043 generate_plugin_registry: true
1044 platforms:
1045 - linux
1046 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001047- name: grpc_dll
1048 build: private
1049 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001050 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001051 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001052 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001053 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001054 build_system:
1055 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001056 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001057 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001058 vs_config_type: DynamicLibrary
1059 vs_packages:
1060 - grpc.dependencies.openssl
1061 - grpc.dependencies.zlib
1062 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1063 vs_props:
1064 - zlib
1065 - openssl
1066 - winsock
1067 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001068- name: grpc_test_util
1069 build: private
1070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001071 headers:
1072 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001073 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001074 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001075 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001076 - test/core/end2end/data/server1_cert.c
1077 - test/core/end2end/data/server1_key.c
1078 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001079 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001080 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001081 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001082 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc
1084 filegroups:
1085 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001086 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1088- name: grpc_test_util_unsecure
1089 build: private
1090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001091 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001092 - gpr
1093 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001094 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001095 filegroups:
1096 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097 secure: false
1098 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1099- name: grpc_unsecure
1100 build: all
1101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001102 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001104 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001105 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001106 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001110 - grpc_transport_chttp2_server_insecure
1111 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001112 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001113 - grpc_resolver_dns_native
1114 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001115 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001116 - grpc_lb_policy_grpclb
1117 - grpc_lb_policy_pick_first
1118 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001119 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001120 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001121 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001122 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001123 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001124 secure: false
1125 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001126- name: reconnect_server
1127 build: private
1128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001129 headers:
1130 - test/core/util/reconnect_server.h
1131 src:
1132 - test/core/util/reconnect_server.c
1133 deps:
yang-gc9fca182015-11-06 16:41:33 -08001134 - test_tcp_server
1135 - grpc_test_util
1136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr_test_util
1138 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001139- name: test_tcp_server
1140 build: private
1141 language: c
1142 headers:
1143 - test/core/util/test_tcp_server.h
1144 src:
1145 - test/core/util/test_tcp_server.c
1146 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001147 - grpc_test_util
1148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr_test_util
1150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: grpc++
1152 build: all
1153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001154 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001155 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001156 - src/cpp/client/secure_credentials.h
1157 - src/cpp/common/secure_auth_context.h
1158 - src/cpp/server/secure_server_credentials.h
1159 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001160 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001161 - src/cpp/client/secure_credentials.cc
1162 - src/cpp/common/auth_property_iterator.cc
1163 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001164 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001165 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001166 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001167 - src/cpp/server/secure_server_credentials.cc
1168 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001169 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170 baselib: true
1171 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001172 filegroups:
1173 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001174 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001175 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001176 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 secure: check
1178 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001179- name: grpc++_cronet
1180 build: all
1181 language: c++
1182 src:
1183 - src/cpp/client/cronet_credentials.cc
1184 - src/cpp/client/insecure_credentials.cc
1185 - src/cpp/common/insecure_create_auth_context.cc
1186 - src/cpp/server/insecure_server_credentials.cc
1187 deps:
1188 - gpr
1189 - grpc_cronet
1190 baselib: true
1191 dll: true
1192 filegroups:
1193 - grpc++_base
1194 - grpc++_codegen_base
1195 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001196 - grpc_transport_chttp2_client_insecure
1197 - grpc_transport_chttp2_server_insecure
1198 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001199 platforms:
1200 - linux
1201 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001202- name: grpc++_proto_reflection_desc_db
1203 build: private
1204 language: c++
1205 headers:
1206 - test/cpp/util/proto_reflection_descriptor_database.h
1207 src:
1208 - test/cpp/util/proto_reflection_descriptor_database.cc
1209 deps:
1210 - grpc++
1211 filegroups:
1212 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001213 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001214- name: grpc++_reflection
1215 build: all
1216 language: c++
1217 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001218 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001219 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001220 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001221 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001222 - src/cpp/ext/proto_server_reflection.cc
1223 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001224 deps:
1225 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001226 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001227 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: grpc++_test_config
1229 build: private
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/cpp/util/test_config.h
1233 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001234 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235- name: grpc++_test_util
1236 build: private
1237 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001238 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001239 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001240 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001241 - test/cpp/util/create_test_channel.h
1242 - test/cpp/util/string_ref_helper.h
1243 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001244 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
yang-gc8a49d22016-12-12 11:18:49 -08001246 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001247 - src/proto/grpc/testing/echo_messages.proto
1248 - src/proto/grpc/testing/echo.proto
1249 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001250 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001251 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001252 - test/cpp/util/create_test_channel.cc
1253 - test/cpp/util/string_ref_helper.cc
1254 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001255 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001256 deps:
1257 - grpc++
1258 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001259 filegroups:
1260 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001261 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001262 - grpc++_codegen_proto
1263 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001264 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265- name: grpc++_unsecure
1266 build: all
1267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001268 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001269 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001270 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001271 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001273 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001274 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 baselib: true
1276 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001277 filegroups:
1278 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001279 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001280 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281 secure: false
1282 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001283- name: grpc_benchmark
1284 build: test
1285 language: c++
1286 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001287 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1288 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001289 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001290 src:
1291 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001292 deps:
1293 - benchmark
1294 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001295 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001296 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001297 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001298- name: grpc_cli_libs
1299 build: private
1300 language: c++
1301 headers:
1302 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001303 - test/cpp/util/cli_credentials.h
1304 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001305 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001306 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001307 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001308 src:
1309 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001310 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001311 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001312 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001313 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001314 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001315 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001316 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001317 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001318 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001319 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: grpc_plugin_support
1321 build: protoc
1322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001323 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/compiler/config.h
1325 - src/compiler/cpp_generator.h
1326 - src/compiler/cpp_generator_helpers.h
1327 - src/compiler/csharp_generator.h
1328 - src/compiler/csharp_generator_helpers.h
1329 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001330 - src/compiler/node_generator.h
1331 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001332 - src/compiler/objective_c_generator.h
1333 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001334 - src/compiler/php_generator.h
1335 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301336 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001337 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301338 - src/compiler/python_generator_helpers.h
1339 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001340 - src/compiler/ruby_generator.h
1341 - src/compiler/ruby_generator_helpers-inl.h
1342 - src/compiler/ruby_generator_map-inl.h
1343 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301344 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
1346 - src/compiler/cpp_generator.cc
1347 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001348 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001349 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001350 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001351 - src/compiler/python_generator.cc
1352 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001353 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001354 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355 secure: false
1356 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001357 vs_props:
1358 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001359- name: http2_client_main
1360 build: private
1361 language: c++
1362 headers:
1363 - test/cpp/interop/http2_client.h
1364 src:
1365 - src/proto/grpc/testing/empty.proto
1366 - src/proto/grpc/testing/messages.proto
1367 - src/proto/grpc/testing/test.proto
1368 - test/cpp/interop/http2_client.cc
1369 deps:
1370 - grpc++_test_util
1371 - grpc_test_util
1372 - grpc++
1373 - grpc
1374 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: interop_client_helper
1376 build: private
1377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001378 headers:
1379 - test/cpp/interop/client_helper.h
1380 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001381 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001382 - test/cpp/interop/client_helper.cc
1383 deps:
1384 - grpc++_test_util
1385 - grpc_test_util
1386 - grpc++
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001389- name: interop_client_main
1390 build: private
1391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001392 headers:
1393 - test/cpp/interop/interop_client.h
1394 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/empty.proto
1396 - src/proto/grpc/testing/messages.proto
1397 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001398 - test/cpp/interop/client.cc
1399 - test/cpp/interop/interop_client.cc
1400 deps:
1401 - interop_client_helper
1402 - grpc++_test_util
1403 - grpc_test_util
1404 - grpc++
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001408 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: interop_server_helper
1410 build: private
1411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001412 headers:
1413 - test/cpp/interop/server_helper.h
1414 src:
1415 - test/cpp/interop/server_helper.cc
1416 deps:
yang-gcc591022017-01-11 11:10:43 -08001417 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001418 - grpc_test_util
1419 - grpc++
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001422- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423 build: private
1424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001426 - src/proto/grpc/testing/empty.proto
1427 - src/proto/grpc/testing/messages.proto
1428 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001429 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001430 deps:
1431 - interop_server_helper
1432 - grpc++_test_util
1433 - grpc_test_util
1434 - grpc++
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001438 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001439- name: interop_server_main
1440 build: private
1441 language: c++
1442 src:
1443 - test/cpp/interop/interop_server_bootstrap.cc
1444 deps:
1445 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: qps
1447 build: private
1448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001449 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001450 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001451 - test/cpp/qps/client.h
1452 - test/cpp/qps/driver.h
1453 - test/cpp/qps/histogram.h
1454 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001455 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001456 - test/cpp/qps/qps_worker.h
1457 - test/cpp/qps/report.h
1458 - test/cpp/qps/server.h
1459 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001460 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001462 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001463 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001464 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001465 - src/proto/grpc/testing/control.proto
1466 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001467 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001468 - test/cpp/qps/client_async.cc
1469 - test/cpp/qps/client_sync.cc
1470 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001471 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001472 - test/cpp/qps/qps_worker.cc
1473 - test/cpp/qps/report.cc
1474 - test/cpp/qps/server_async.cc
1475 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001476 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001477 deps:
1478 - grpc_test_util
1479 - grpc++_test_util
1480 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: grpc_csharp_ext
1482 build: all
1483 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001484 src:
1485 - src/csharp/ext/grpc_csharp_ext.c
1486 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001489 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001490 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001491 dll: only
1492 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001493 vs_packages:
1494 - grpc.dependencies.openssl
1495 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001497 vs_props:
1498 - zlib
1499 - openssl
1500 - winsock
1501 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001503- name: alarm_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/surface/alarm_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001511 - gpr_test_util
1512 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001513- name: algorithm_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/compression/algorithm_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001523- name: alloc_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/support/alloc_test.c
1528 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001531- name: alpn_test
1532 build: test
1533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001534 src:
1535 - test/core/transport/chttp2/alpn_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001541- name: api_fuzzer
1542 build: fuzzer
1543 language: c
1544 src:
1545 - test/core/end2end/fuzzers/api_fuzzer.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
1549 - gpr_test_util
1550 - gpr
1551 corpus_dirs:
1552 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001553 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001554 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001555- name: arena_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/support/arena_test.c
1560 deps:
1561 - gpr_test_util
1562 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001563- name: bad_server_response_test
1564 build: test
1565 language: c
1566 src:
1567 - test/core/end2end/bad_server_response_test.c
1568 deps:
1569 - test_tcp_server
1570 - grpc_test_util
1571 - grpc
1572 - gpr_test_util
1573 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001574 exclude_iomgrs:
1575 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001576- name: bdp_estimator_test
1577 build: test
1578 language: c
1579 src:
1580 - test/core/transport/bdp_estimator_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
1584 - gpr_test_util
1585 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001586- name: bin_decoder_test
1587 build: test
1588 language: c
1589 src:
1590 - test/core/transport/chttp2/bin_decoder_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: bin_encoder_test
1595 build: test
1596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001597 src:
1598 - test/core/transport/chttp2/bin_encoder_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001602- name: census_context_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/census/context_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001612- name: census_resource_test
1613 build: test
1614 language: c
1615 src:
1616 - test/core/census/resource_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
1620 - gpr_test_util
1621 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001622- name: census_trace_context_test
1623 build: test
1624 language: c
1625 src:
1626 - test/core/census/trace_context_test.c
1627 deps:
1628 - grpc_test_util
1629 - grpc
1630 - gpr_test_util
1631 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001632- name: channel_create_test
1633 build: test
1634 language: c
1635 src:
1636 - test/core/surface/channel_create_test.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001642- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001646 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: chttp2_stream_map_test
1653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/transport/chttp2/stream_map_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001662- name: chttp2_varint_test
1663 build: test
1664 language: c
1665 src:
1666 - test/core/transport/chttp2/varint_test.c
1667 deps:
1668 - grpc_test_util
1669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001670 - gpr_test_util
1671 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001672- name: client_fuzzer
1673 build: fuzzer
1674 language: c
1675 src:
1676 - test/core/end2end/fuzzers/client_fuzzer.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
1680 - gpr_test_util
1681 - gpr
1682 corpus_dirs:
1683 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001684 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001685 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001686- name: combiner_test
1687 cpu_cost: 30
1688 build: test
1689 language: c
1690 src:
1691 - test/core/iomgr/combiner_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
1695 - gpr_test_util
1696 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: compression_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/compression/compression_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001707- name: concurrent_connectivity_test
1708 build: test
1709 language: c
1710 src:
1711 - test/core/surface/concurrent_connectivity_test.c
1712 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 Tiller012372f2016-09-26 10:23:34 -07001719- name: connection_refused_test
1720 cpu_cost: 0.1
1721 build: test
1722 language: c
1723 src:
1724 - test/core/end2end/connection_refused_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
1728 - gpr_test_util
1729 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001730- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001731 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001732 build: test
1733 language: c
1734 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001735 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001736 deps:
1737 - grpc_test_util
1738 - grpc
1739 - gpr_test_util
1740 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001741 exclude_iomgrs:
1742 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001743- name: dns_resolver_test
1744 build: test
1745 language: c
1746 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001747 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001748 deps:
1749 - grpc_test_util
1750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001754 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755 build: test
1756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001757 src:
1758 - test/core/end2end/dualstack_socket_test.c
1759 deps:
1760 - grpc_test_util
1761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001764 exclude_iomgrs:
1765 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001766 platforms:
1767 - mac
1768 - linux
1769 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001770- name: endpoint_pair_test
1771 build: test
1772 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001773 src:
1774 - test/core/iomgr/endpoint_pair_test.c
1775 deps:
1776 - grpc_test_util
1777 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001778 - gpr_test_util
1779 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001780 exclude_iomgrs:
1781 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001782- name: error_test
1783 cpu_cost: 30
1784 build: test
1785 language: c
1786 src:
1787 - test/core/iomgr/error_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
1791 - gpr_test_util
1792 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001793- name: ev_epoll_linux_test
1794 build: test
1795 language: c
1796 src:
1797 - test/core/iomgr/ev_epoll_linux_test.c
1798 deps:
1799 - grpc_test_util
1800 - grpc
1801 - gpr_test_util
1802 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001803 exclude_iomgrs:
1804 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001805 platforms:
1806 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001807- name: fd_conservation_posix_test
1808 build: test
1809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001810 src:
1811 - test/core/iomgr/fd_conservation_posix_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001817 exclude_iomgrs:
1818 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001819 platforms:
1820 - mac
1821 - linux
1822 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: fd_posix_test
1824 build: test
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - test/core/iomgr/fd_posix_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001833 exclude_iomgrs:
1834 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001835 platforms:
1836 - mac
1837 - linux
1838 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: fling_client
1840 build: test
1841 run: false
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/fling/client.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: fling_server
1851 build: test
1852 run: false
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/fling/server.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001862 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/fling/fling_stream_test.c
1867 deps:
1868 - grpc_test_util
1869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001872 platforms:
1873 - mac
1874 - linux
1875 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001877 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/fling/fling_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001887 platforms:
1888 - mac
1889 - linux
1890 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: gen_hpack_tables
1892 build: tool
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - tools/codegen/core/gen_hpack_tables.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001898 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gen_legal_metadata_characters
1900 build: tool
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001905- name: gen_percent_encoding_tables
1906 build: tool
1907 language: c
1908 src:
1909 - tools/codegen/core/gen_percent_encoding_tables.c
1910 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001911- name: goaway_server_test
1912 cpu_cost: 0.1
1913 build: test
1914 language: c
1915 src:
1916 - test/core/end2end/goaway_server_test.c
1917 deps:
1918 - grpc_test_util
1919 - grpc
1920 - gpr_test_util
1921 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001922 exclude_iomgrs:
1923 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001924 platforms:
1925 - mac
1926 - linux
1927 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001928- name: gpr_avl_test
1929 build: test
1930 language: c
1931 src:
1932 - test/core/support/avl_test.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001936- name: gpr_backoff_test
1937 build: test
1938 language: c
1939 src:
1940 - test/core/support/backoff_test.c
1941 deps:
1942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: gpr_cmdline_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/cmdline_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001952- name: gpr_cpu_test
1953 build: test
1954 language: c
1955 src:
1956 - test/core/support/cpu_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_env_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/env_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: gpr_histogram_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/support/histogram_test.c
1973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: gpr_host_port_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/support/host_port_test.c
1981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_log_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/log_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001992- name: gpr_mpscq_test
1993 cpu_cost: 30
1994 build: test
1995 language: c
1996 src:
1997 - test/core/support/mpscq_test.c
1998 deps:
1999 - gpr_test_util
2000 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002001- name: gpr_spinlock_test
2002 cpu_cost: 10
2003 build: test
2004 language: c
2005 src:
2006 - test/core/support/spinlock_test.c
2007 deps:
2008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002011 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012 build: test
2013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/core/support/stack_lockfree_test.c
2016 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: gpr_string_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/support/string_test.c
2024 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002028 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/support/sync_test.c
2033 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002037 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/support/thd_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: gpr_time_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/support/time_test.c
2050 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: gpr_tls_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/support/tls_test.c
2058 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: gpr_useful_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
2065 - test/core/support/useful_test.c
2066 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: grpc_auth_context_test
2070 build: test
2071 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/core/security/auth_context_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002079- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002083 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: grpc_byte_buffer_reader_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/surface/byte_buffer_reader_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: grpc_channel_args_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/channel/channel_args_test.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: grpc_channel_stack_test
2110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/channel/channel_stack_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: grpc_completion_queue_test
2120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/surface/completion_queue_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002129- name: grpc_completion_queue_threading_test
2130 build: test
2131 language: c
2132 src:
2133 - test/core/surface/completion_queue_threading_test.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
2137 - gpr_test_util
2138 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002139 exclude_iomgrs:
2140 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: grpc_create_jwt
2142 build: tool
2143 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/core/security/create_jwt.c
2146 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002149 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: grpc_credentials_test
2151 build: test
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/security/credentials_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002161 build: test
2162 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - test/core/security/fetch_oauth2.c
2166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002171- name: grpc_invalid_channel_args_test
2172 build: test
2173 language: c
2174 src:
2175 - test/core/surface/invalid_channel_args_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_json_token_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/security/json_token_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002191 platforms:
2192 - linux
2193 - posix
2194 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195- name: grpc_jwt_verifier_test
2196 build: test
2197 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002198 src:
2199 - test/core/security/jwt_verifier_test.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: grpc_print_google_default_creds_token
2206 build: tool
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/core/security/print_google_default_creds_token.c
2210 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: grpc_security_connector_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/security/security_connector_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: grpc_verify_jwt
2224 build: tool
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/security/verify_jwt.c
2228 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002231- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002232 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002233 language: c
2234 src:
2235 - test/core/handshake/client_ssl.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
2239 - gpr_test_util
2240 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002241 exclude_iomgrs:
2242 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002243 platforms:
2244 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002245 secure: true
2246- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002247 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002248 language: c
2249 src:
2250 - test/core/handshake/server_ssl.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
2254 - gpr_test_util
2255 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002256 platforms:
2257 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002258 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002259- name: hpack_parser_fuzzer_test
2260 build: fuzzer
2261 language: c
2262 src:
2263 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
2269 corpus_dirs:
2270 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002271 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002272 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273- name: hpack_parser_test
2274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
2277 - test/core/transport/chttp2/hpack_parser_test.c
2278 deps:
2279 - grpc_test_util
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: hpack_table_test
2284 build: test
2285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/core/transport/chttp2/hpack_table_test.c
2288 deps:
2289 - grpc_test_util
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002293- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294 build: test
2295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002297 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002303- name: http_request_fuzzer_test
2304 build: fuzzer
2305 language: c
2306 src:
2307 - test/core/http/request_fuzzer.c
2308 deps:
2309 - grpc_test_util
2310 - grpc
2311 - gpr_test_util
2312 - gpr
2313 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002314 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002315 maxlen: 2048
2316- name: http_response_fuzzer_test
2317 build: fuzzer
2318 language: c
2319 src:
2320 - test/core/http/response_fuzzer.c
2321 deps:
2322 - grpc_test_util
2323 - grpc
2324 - gpr_test_util
2325 - gpr
2326 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002327 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002328 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002329- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002333 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002340 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002344 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002354- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002355 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002356 build: test
2357 language: c
2358 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002359 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002360 deps:
2361 - grpc_test_util
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002365 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002366 - linux
yang-gf1183302015-12-07 16:02:05 -08002367- name: init_test
2368 build: test
2369 language: c
2370 src:
2371 - test/core/surface/init_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002377- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002378 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002379 build: test
2380 language: c
2381 src:
2382 - test/core/end2end/invalid_call_argument_test.c
2383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002388- name: json_fuzzer_test
2389 build: fuzzer
2390 language: c
2391 src:
2392 - test/core/json/fuzzer.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
2398 corpus_dirs:
2399 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002400 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: json_rewrite
2402 build: test
2403 run: false
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/json/json_rewrite.c
2407 deps:
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: json_rewrite_test
2411 build: test
2412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002413 src:
2414 - test/core/json/json_rewrite_test.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002420- name: json_stream_error_test
2421 build: test
2422 language: c
2423 src:
2424 - test/core/json/json_stream_error_test.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: json_test
2431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - test/core/json/json_test.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: lame_client_test
2441 build: test
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/surface/lame_client_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002450- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002451 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002452 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002453 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002456 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002457 deps:
2458 - grpc_test_util
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002462- name: load_file_test
2463 build: test
2464 language: c
2465 src:
2466 - test/core/iomgr/load_file_test.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
2470 - gpr_test_util
2471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: low_level_ping_pong_benchmark
2473 build: benchmark
2474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
2476 - test/core/network_benchmarks/low_level_ping_pong.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002482 platforms:
2483 - mac
2484 - linux
2485 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002486- name: memory_profile_client
2487 build: test
2488 run: false
2489 language: c
2490 src:
2491 - test/core/memory_usage/client.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
2495 - gpr_test_util
2496 - gpr
2497- name: memory_profile_server
2498 build: test
2499 run: false
2500 language: c
2501 src:
2502 - test/core/memory_usage/server.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
2506 - gpr_test_util
2507 - gpr
2508- name: memory_profile_test
2509 cpu_cost: 1.5
2510 build: test
2511 language: c
2512 src:
2513 - test/core/memory_usage/memory_usage_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
2519 platforms:
2520 - mac
2521 - linux
2522 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523- name: message_compress_test
2524 build: test
2525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
2527 - test/core/compression/message_compress_test.c
2528 deps:
2529 - grpc_test_util
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002533- name: minimal_stack_is_minimal_test
2534 build: test
2535 language: c
2536 src:
2537 - test/core/channel/minimal_stack_is_minimal_test.c
2538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002543- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002544 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002545 build: test
2546 language: c
2547 src:
2548 - test/core/census/mlog_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
2552 - gpr_test_util
2553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: multiple_server_queues_test
2555 build: test
2556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/core/end2end/multiple_server_queues_test.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: murmur_hash_test
2565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - test/core/support/murmur_hash_test.c
2569 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002572- name: nanopb_fuzzer_response_test
2573 build: fuzzer
2574 language: c
2575 src:
2576 - test/core/nanopb/fuzzer_response.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
2582 corpus_dirs:
2583 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002584 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002585- name: nanopb_fuzzer_serverlist_test
2586 build: fuzzer
2587 language: c
2588 src:
2589 - test/core/nanopb/fuzzer_serverlist.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 corpus_dirs:
2596 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002597 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002599 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
2603 - test/core/end2end/no_server_test.c
2604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002609- name: parse_address_test
2610 build: test
2611 language: c
2612 src:
2613 - test/core/client_channel/parse_address_test.c
2614 deps:
2615 - grpc_test_util
2616 - grpc
2617 - gpr_test_util
2618 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002619- name: percent_decode_fuzzer
2620 build: fuzzer
2621 language: c
2622 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002623 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002624 deps:
2625 - grpc_test_util
2626 - grpc
2627 - gpr_test_util
2628 - gpr
2629 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002630 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002631 maxlen: 32
2632- name: percent_encode_fuzzer
2633 build: fuzzer
2634 language: c
2635 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002636 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002637 deps:
2638 - grpc_test_util
2639 - grpc
2640 - gpr_test_util
2641 - gpr
2642 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002643 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002644 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002645- name: percent_encoding_test
2646 build: test
2647 language: c
2648 src:
2649 - test/core/slice/percent_encoding_test.c
2650 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002651 - grpc_test_util
2652 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002653 - gpr_test_util
2654 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002655- name: pollset_set_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/iomgr/pollset_set_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
2663 - gpr_test_util
2664 - gpr
2665 exclude_iomgrs:
2666 - uv
2667 platforms:
2668 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002669- name: resolve_address_posix_test
2670 build: test
2671 language: c
2672 src:
2673 - test/core/iomgr/resolve_address_posix_test.c
2674 deps:
2675 - grpc_test_util
2676 - grpc
2677 - gpr_test_util
2678 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002679 exclude_iomgrs:
2680 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002681 platforms:
2682 - mac
2683 - linux
2684 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002685- name: resolve_address_test
2686 build: test
2687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002688 src:
2689 - test/core/iomgr/resolve_address_test.c
2690 deps:
2691 - grpc_test_util
2692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr_test_util
2694 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002695- name: resource_quota_test
2696 cpu_cost: 30
2697 build: test
2698 language: c
2699 src:
2700 - test/core/iomgr/resource_quota_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
2704 - gpr_test_util
2705 - gpr
yang-gd482e592015-12-10 14:04:00 -08002706- name: secure_channel_create_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/surface/secure_channel_create_test.c
2711 deps:
2712 - grpc_test_util
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002716- name: secure_endpoint_test
2717 build: test
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/core/security/secure_endpoint_test.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002726 exclude_iomgrs:
2727 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002728- name: sequential_connectivity_test
2729 build: test
2730 language: c
2731 src:
2732 - test/core/surface/sequential_connectivity_test.c
2733 deps:
2734 - grpc_test_util
2735 - grpc
2736 - gpr_test_util
2737 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002738 exclude_iomgrs:
2739 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002740- name: server_chttp2_test
2741 build: test
2742 language: c
2743 src:
2744 - test/core/surface/server_chttp2_test.c
2745 deps:
2746 - grpc_test_util
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr_test_util
2749 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002750- name: server_fuzzer
2751 build: fuzzer
2752 language: c
2753 src:
2754 - test/core/end2end/fuzzers/server_fuzzer.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
2758 - gpr_test_util
2759 - gpr
2760 corpus_dirs:
2761 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002762 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002763 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002764- name: server_test
2765 build: test
2766 language: c
2767 src:
2768 - test/core/surface/server_test.c
2769 deps:
2770 - grpc_test_util
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002774- name: slice_buffer_test
2775 build: test
2776 language: c
2777 src:
2778 - test/core/slice/slice_buffer_test.c
2779 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002780 - grpc_test_util
2781 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002782 - gpr_test_util
2783 - gpr
2784- name: slice_string_helpers_test
2785 build: test
2786 language: c
2787 src:
2788 - test/core/slice/slice_string_helpers_test.c
2789 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002790 - grpc_test_util
2791 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002792 - gpr_test_util
2793 - gpr
2794- name: slice_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/slice/slice_test.c
2799 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002800 - grpc_test_util
2801 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002802 - gpr_test_util
2803 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002804- name: sockaddr_resolver_test
2805 build: test
2806 language: c
2807 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002808 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: sockaddr_utils_test
2815 build: test
2816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002817 src:
2818 - test/core/iomgr/sockaddr_utils_test.c
2819 deps:
2820 - grpc_test_util
2821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002822 - gpr_test_util
2823 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002824- name: socket_utils_test
2825 build: test
2826 language: c
2827 src:
2828 - test/core/iomgr/socket_utils_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002834 exclude_iomgrs:
2835 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002836 platforms:
2837 - mac
2838 - linux
2839 - posix
yang-g31e21282016-11-04 15:10:03 -07002840- name: ssl_server_fuzzer
2841 build: fuzzer
2842 language: c
2843 src:
2844 - test/core/security/ssl_server_fuzzer.c
2845 deps:
2846 - grpc_test_util
2847 - grpc
2848 - gpr_test_util
2849 - gpr
2850 corpus_dirs:
2851 - test/core/security/corpus/ssl_server_corpus
2852 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002853- name: status_conversion_test
2854 build: test
2855 language: c
2856 src:
2857 - test/core/transport/status_conversion_test.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
2861 - gpr_test_util
2862 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002863- name: stream_owned_slice_test
2864 build: test
2865 language: c
2866 src:
2867 - test/core/transport/stream_owned_slice_test.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
2871 - gpr_test_util
2872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002874 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875 build: test
2876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002877 src:
2878 - test/core/iomgr/tcp_client_posix_test.c
2879 deps:
2880 - grpc_test_util
2881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002882 - gpr_test_util
2883 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002884 exclude_iomgrs:
2885 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002886 platforms:
2887 - mac
2888 - linux
2889 - posix
murgatroid991191b722017-02-08 11:56:52 -08002890- name: tcp_client_uv_test
2891 cpu_cost: 0.5
2892 build: test
2893 language: c
2894 src:
2895 - test/core/iomgr/tcp_client_uv_test.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
2901 exclude_iomgrs:
2902 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002904 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905 build: test
2906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
2908 - test/core/iomgr/tcp_posix_test.c
2909 deps:
2910 - grpc_test_util
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002914 exclude_iomgrs:
2915 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002916 platforms:
2917 - mac
2918 - linux
2919 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: tcp_server_posix_test
2921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/core/iomgr/tcp_server_posix_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002930 exclude_iomgrs:
2931 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002932 platforms:
2933 - mac
2934 - linux
2935 - posix
murgatroid991191b722017-02-08 11:56:52 -08002936- name: tcp_server_uv_test
2937 build: test
2938 language: c
2939 src:
2940 - test/core/iomgr/tcp_server_uv_test.c
2941 deps:
2942 - grpc_test_util
2943 - grpc
2944 - gpr_test_util
2945 - gpr
2946 exclude_iomgrs:
2947 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948- name: time_averaged_stats_test
2949 build: test
2950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/core/iomgr/time_averaged_stats_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: timeout_encoding_test
2959 build: test
2960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002962 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002963 deps:
2964 - grpc_test_util
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002968- name: timer_heap_test
2969 build: test
2970 language: c
2971 src:
2972 - test/core/iomgr/timer_heap_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002978 exclude_iomgrs:
2979 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002980- name: timer_list_test
2981 build: test
2982 language: c
2983 src:
2984 - test/core/iomgr/timer_list_test.c
2985 deps:
2986 - grpc_test_util
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002990 exclude_iomgrs:
2991 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002992- name: transport_connectivity_state_test
2993 build: test
2994 language: c
2995 src:
2996 - test/core/transport/connectivity_state_test.c
2997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: transport_metadata_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/core/transport/metadata_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003012- name: transport_pid_controller_test
3013 build: test
3014 language: c
3015 src:
3016 - test/core/transport/pid_controller_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022- name: transport_security_test
3023 build: test
3024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003025 src:
3026 - test/core/tsi/transport_security_test.c
3027 deps:
3028 - grpc_test_util
3029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003030 - gpr_test_util
3031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003032 platforms:
3033 - linux
3034 - posix
3035 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036- name: udp_server_test
3037 build: test
3038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
3040 - test/core/iomgr/udp_server_test.c
3041 deps:
3042 - grpc_test_util
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003046 exclude_iomgrs:
3047 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003048 platforms:
3049 - mac
3050 - linux
3051 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003052- name: uri_fuzzer_test
3053 build: fuzzer
3054 language: c
3055 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003056 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003057 deps:
3058 - grpc_test_util
3059 - grpc
3060 - gpr_test_util
3061 - gpr
3062 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003063 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003064 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003065- name: uri_parser_test
3066 build: test
3067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003069 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003070 deps:
3071 - grpc_test_util
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003075- name: wakeup_fd_cv_test
3076 build: test
3077 language: c
3078 src:
3079 - test/core/iomgr/wakeup_fd_cv_test.c
3080 deps:
3081 - grpc_test_util
3082 - grpc
3083 - gpr_test_util
3084 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003085 exclude_iomgrs:
3086 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003087 platforms:
3088 - mac
3089 - linux
3090 - posix
vjpai04e992a2016-02-10 16:58:38 -08003091- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003092 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003093 build: test
3094 language: c++
3095 src:
3096 - test/cpp/common/alarm_cpp_test.cc
3097 deps:
3098 - grpc++_test_util
3099 - grpc_test_util
3100 - grpc++
3101 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003102 - gpr_test_util
3103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003105 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106 build: test
3107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
3109 - test/cpp/end2end/async_end2end_test.cc
3110 deps:
3111 - grpc++_test_util
3112 - grpc_test_util
3113 - grpc++
3114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003115 - gpr_test_util
3116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003117- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003118 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119 build: test
3120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003121 src:
3122 - test/cpp/common/auth_property_iterator_test.cc
3123 deps:
3124 - grpc++_test_util
3125 - grpc_test_util
3126 - grpc++
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr_test_util
3129 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003130- name: bm_arena
3131 build: test
3132 language: c++
3133 src:
3134 - test/cpp/microbenchmarks/bm_arena.cc
3135 deps:
3136 - grpc_benchmark
3137 - benchmark
3138 - grpc++_test_util
3139 - grpc_test_util
3140 - grpc++
3141 - grpc
3142 - gpr_test_util
3143 - gpr
3144 args:
3145 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003146 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003147 platforms:
3148 - mac
3149 - linux
3150 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003151- name: bm_call_create
3152 build: test
3153 language: c++
3154 src:
3155 - test/cpp/microbenchmarks/bm_call_create.cc
3156 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003157 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003158 - benchmark
3159 - grpc++_test_util
3160 - grpc_test_util
3161 - grpc++
3162 - grpc
3163 - gpr_test_util
3164 - gpr
3165 args:
3166 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003167 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003168 platforms:
3169 - mac
3170 - linux
3171 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003172- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003173 build: test
3174 language: c++
3175 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003176 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003177 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003178 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003179 - benchmark
3180 - grpc++_test_util
3181 - grpc_test_util
3182 - grpc++
3183 - grpc
3184 - gpr_test_util
3185 - gpr
3186 args:
3187 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003188 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003189 platforms:
3190 - mac
3191 - linux
3192 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003193- name: bm_chttp2_transport
3194 build: test
3195 language: c++
3196 src:
3197 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3198 deps:
3199 - grpc_benchmark
3200 - benchmark
3201 - grpc++_test_util
3202 - grpc_test_util
3203 - grpc++
3204 - grpc
3205 - gpr_test_util
3206 - gpr
3207 args:
3208 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003209 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003210 platforms:
3211 - mac
3212 - linux
3213 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003214- name: bm_closure
3215 build: test
3216 language: c++
3217 src:
3218 - test/cpp/microbenchmarks/bm_closure.cc
3219 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003220 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003221 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003222 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003223 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003224 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003225 - grpc
3226 - gpr_test_util
3227 - gpr
3228 args:
3229 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003230 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003231 platforms:
3232 - mac
3233 - linux
3234 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003235- name: bm_cq
3236 build: test
3237 language: c++
3238 src:
3239 - test/cpp/microbenchmarks/bm_cq.cc
3240 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003241 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003242 - benchmark
3243 - grpc++_test_util
3244 - grpc_test_util
3245 - grpc++
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 args:
3250 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003251 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003252 platforms:
3253 - mac
3254 - linux
3255 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003256- name: bm_error
3257 build: test
3258 language: c++
3259 src:
3260 - test/cpp/microbenchmarks/bm_error.cc
3261 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003262 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003263 - benchmark
3264 - grpc++_test_util
3265 - grpc_test_util
3266 - grpc++
3267 - grpc
3268 - gpr_test_util
3269 - gpr
3270 args:
3271 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003272 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003273 platforms:
3274 - mac
3275 - linux
3276 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003277- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003278 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003279 language: c++
3280 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003281 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003282 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003283 - grpc_benchmark
3284 - benchmark
3285 - grpc++_test_util
3286 - grpc_test_util
3287 - grpc++
3288 - grpc
3289 - gpr_test_util
3290 - gpr
3291 args:
3292 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003293 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003294 excluded_poll_engines:
3295 - poll
3296 - poll-cv
3297 platforms:
3298 - mac
3299 - linux
3300 - posix
3301 timeout_seconds: 1200
3302- name: bm_fullstack_streaming_pump
3303 build: test
3304 language: c++
3305 src:
3306 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003307 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003308 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003309 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003310 - grpc++_test_util
3311 - grpc_test_util
3312 - grpc++
3313 - grpc
3314 - gpr_test_util
3315 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003316 args:
3317 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003318 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003319 excluded_poll_engines:
3320 - poll
3321 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003322 platforms:
3323 - mac
3324 - linux
3325 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003326 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003327- name: bm_fullstack_trickle
3328 build: test
3329 language: c++
3330 src:
3331 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3332 deps:
3333 - grpc_benchmark
3334 - benchmark
3335 - grpc++_test_util
3336 - grpc_test_util
3337 - grpc++
3338 - grpc
3339 - gpr_test_util
3340 - gpr
3341 args:
3342 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003343 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003344 excluded_poll_engines:
3345 - poll
3346 - poll-cv
3347 platforms:
3348 - mac
3349 - linux
3350 - posix
3351 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003352- name: bm_fullstack_unary_ping_pong
3353 build: test
3354 language: c++
3355 src:
3356 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3357 deps:
3358 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003359 - benchmark
3360 - grpc++_test_util
3361 - grpc_test_util
3362 - grpc++
3363 - grpc
3364 - gpr_test_util
3365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003367 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003368 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003370 - poll
3371 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003372 platforms:
3373 - mac
3374 - linux
3375 - posix
3376 timeout_seconds: 1200
3377- name: bm_metadata
3378 build: test
3379 language: c++
3380 src:
3381 - test/cpp/microbenchmarks/bm_metadata.cc
3382 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003383 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003384 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003385 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003386 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003387 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003388 - grpc
3389 - gpr_test_util
3390 - gpr
3391 args:
3392 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003393 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394 platforms:
3395 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003396 - linux
3397 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003398- name: bm_pollset
3399 build: test
3400 language: c++
3401 src:
3402 - test/cpp/microbenchmarks/bm_pollset.cc
3403 deps:
3404 - grpc_benchmark
3405 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003406 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003407 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003408 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003409 - grpc
3410 - gpr_test_util
3411 - gpr
3412 args:
3413 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003414 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003415 platforms:
3416 - mac
3417 - linux
3418 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003419- name: channel_arguments_test
3420 gtest: true
3421 build: test
3422 language: c++
3423 src:
3424 - test/cpp/common/channel_arguments_test.cc
3425 deps:
3426 - grpc++
3427 - grpc
3428 - gpr
3429- name: channel_filter_test
3430 gtest: true
3431 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003432 language: c++
3433 src:
3434 - test/cpp/common/channel_filter_test.cc
3435 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003436 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003437 - grpc
3438 - gpr
3439- name: cli_call_test
3440 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003441 build: test
3442 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003444 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003445 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446 - grpc_cli_libs
3447 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003448 - grpc_test_util
3449 - grpc++
3450 - grpc
3451 - gpr_test_util
3452 - gpr
3453- name: client_crash_test
3454 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003455 cpu_cost: 0.1
3456 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003457 language: c++
3458 src:
3459 - test/cpp/end2end/client_crash_test.cc
3460 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 - grpc++_test_util
3462 - grpc_test_util
3463 - grpc++
3464 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003465 - gpr_test_util
3466 - gpr
3467 platforms:
3468 - mac
3469 - linux
3470 - posix
3471- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003472 build: test
3473 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003474 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003475 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003476 - test/cpp/end2end/client_crash_test_server.cc
3477 deps:
3478 - grpc++_test_util
3479 - grpc_test_util
3480 - grpc++
3481 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003482 - gpr_test_util
3483 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003484- name: codegen_test_full
3485 gtest: true
3486 build: test
3487 language: c++
3488 src:
3489 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003490 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003491 - src/proto/grpc/testing/payloads.proto
3492 - src/proto/grpc/testing/services.proto
3493 - src/proto/grpc/testing/stats.proto
3494 - test/cpp/codegen/codegen_test_full.cc
3495 deps:
3496 - grpc++
3497 - grpc
3498 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003499 filegroups:
3500 - grpc++_codegen_base
3501- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003502 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003503 build: test
yang-g34b58612016-06-03 17:30:09 -07003504 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 - src/proto/grpc/testing/messages.proto
3508 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003509 - src/proto/grpc/testing/services.proto
3510 - src/proto/grpc/testing/stats.proto
3511 - test/cpp/codegen/codegen_test_minimal.cc
3512 filegroups:
3513 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003514 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003516 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003517 build: test
3518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003519 src:
3520 - test/cpp/client/credentials_test.cc
3521 deps:
3522 - grpc++
3523 - grpc
3524 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003525- name: cxx_byte_buffer_test
3526 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003528 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003529 src:
3530 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003531 deps:
3532 - grpc_test_util
3533 - grpc++
3534 - grpc
3535 - gpr_test_util
3536 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003537- name: cxx_slice_test
3538 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003539 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003540 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003541 src:
3542 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003543 deps:
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003547 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549- name: cxx_string_ref_test
3550 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003551 build: test
3552 language: c++
3553 src:
3554 - test/cpp/util/string_ref_test.cc
3555 deps:
3556 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003557- name: cxx_time_test
3558 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003559 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003560 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003561 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562 - test/cpp/util/time_test.cc
3563 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003564 - grpc_test_util
3565 - grpc++
3566 - grpc
3567 - gpr_test_util
3568 - gpr
3569- name: end2end_test
3570 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003571 cpu_cost: 0.5
3572 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003573 language: c++
3574 src:
3575 - test/cpp/end2end/end2end_test.cc
3576 deps:
3577 - grpc++_test_util
3578 - grpc_test_util
3579 - grpc++
3580 - grpc
3581 - gpr_test_util
3582 - gpr
3583- name: filter_end2end_test
3584 gtest: true
3585 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003586 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003587 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003588 - test/cpp/end2end/filter_end2end_test.cc
3589 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003590 - grpc++_test_util
3591 - grpc_test_util
3592 - grpc++
3593 - grpc
3594 - gpr_test_util
3595 - gpr
3596- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003597 gtest: true
3598 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003599 language: c++
3600 src:
3601 - test/cpp/end2end/generic_end2end_test.cc
3602 deps:
3603 - grpc++_test_util
3604 - grpc_test_util
3605 - grpc++
3606 - grpc
3607 - gpr_test_util
3608 - gpr
3609- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003610 gtest: true
3611 build: test
3612 language: c++
3613 src:
Craig Tiller25834342015-09-25 08:08:24 -07003614 - src/proto/grpc/testing/compiler_test.proto
3615 - test/cpp/codegen/golden_file_test.cc
3616 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003617 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003618 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003619 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003620 args:
3621 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003622- name: grpc_cli
3623 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003624 run: false
3625 language: c++
3626 src:
3627 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003628 deps:
3629 - grpc_cli_libs
3630 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003631 - grpc++
3632 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003633 - gpr
3634 - grpc++_test_config
3635- name: grpc_cpp_plugin
3636 build: protoc
3637 language: c++
3638 src:
3639 - src/compiler/cpp_plugin.cc
3640 deps:
3641 - grpc_plugin_support
3642 secure: false
3643 vs_config_type: Application
3644 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3645- name: grpc_csharp_plugin
3646 build: protoc
3647 language: c++
3648 src:
3649 - src/compiler/csharp_plugin.cc
3650 deps:
3651 - grpc_plugin_support
3652 secure: false
3653 vs_config_type: Application
3654 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003655- name: grpc_node_plugin
3656 build: protoc
3657 language: c++
3658 src:
3659 - src/compiler/node_plugin.cc
3660 deps:
3661 - grpc_plugin_support
3662 secure: false
3663 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003664- name: grpc_objective_c_plugin
3665 build: protoc
3666 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003667 src:
3668 - src/compiler/objective_c_plugin.cc
3669 deps:
3670 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003671 secure: false
3672 vs_config_type: Application
3673 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003674- name: grpc_php_plugin
3675 build: protoc
3676 language: c++
3677 src:
3678 - src/compiler/php_plugin.cc
3679 deps:
3680 - grpc_plugin_support
3681 secure: false
3682 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003683- name: grpc_python_plugin
3684 build: protoc
3685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003686 src:
3687 - src/compiler/python_plugin.cc
3688 deps:
3689 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003690 secure: false
3691 vs_config_type: Application
3692 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3693- name: grpc_ruby_plugin
3694 build: protoc
3695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003696 src:
3697 - src/compiler/ruby_plugin.cc
3698 deps:
3699 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003700 secure: false
3701 vs_config_type: Application
3702 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003703- name: grpc_tool_test
3704 gtest: true
3705 build: test
3706 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003707 src:
3708 - src/proto/grpc/testing/echo.proto
3709 - src/proto/grpc/testing/echo_messages.proto
3710 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003711 deps:
3712 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003713 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003714 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003715 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003716 - grpc_test_util
3717 - grpc++
3718 - grpc
3719 - gpr_test_util
3720 - gpr
3721 filegroups:
3722 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003723- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003724 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003725 build: test
3726 language: c++
3727 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003728 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003729 - test/cpp/grpclb/grpclb_api_test.cc
3730 deps:
3731 - grpc++_test_util
3732 - grpc_test_util
3733 - grpc++
3734 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003735- name: grpclb_test
3736 gtest: false
3737 build: test
3738 language: c++
3739 src:
3740 - src/proto/grpc/lb/v1/load_balancer.proto
3741 - test/cpp/grpclb/grpclb_test.cc
3742 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003743 - grpc++_test_util
3744 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003745 - grpc++
3746 - grpc
3747 - gpr_test_util
3748 - gpr
yang-gad327642016-12-12 14:32:09 -08003749- name: health_service_end2end_test
3750 gtest: true
3751 build: test
3752 language: c++
3753 src:
3754 - test/cpp/end2end/health_service_end2end_test.cc
3755 deps:
3756 - grpc++_test_util
3757 - grpc_test_util
3758 - grpc++
3759 - grpc
3760 - gpr_test_util
3761 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003762- name: http2_client
3763 build: test
3764 run: false
3765 language: c++
3766 src: []
3767 deps:
3768 - http2_client_main
3769 - grpc++_test_util
3770 - grpc_test_util
3771 - grpc++
3772 - grpc
3773 - grpc++_test_config
3774 platforms:
3775 - mac
3776 - linux
3777 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003778- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003779 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003780 build: test
3781 language: c++
3782 src:
3783 - test/cpp/end2end/hybrid_end2end_test.cc
3784 deps:
3785 - 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 Tillerbf4b2242015-08-31 15:53:53 -07003791- name: interop_client
3792 build: test
3793 run: false
3794 language: c++
3795 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003796 deps:
3797 - interop_client_main
3798 - interop_client_helper
3799 - grpc++_test_util
3800 - grpc_test_util
3801 - grpc++
3802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003803 - gpr_test_util
3804 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003805 - grpc++_test_config
3806 platforms:
3807 - mac
3808 - linux
3809 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003810- name: interop_server
3811 build: test
3812 run: false
3813 language: c++
3814 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003815 deps:
3816 - interop_server_main
3817 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003818 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003819 - grpc++_test_util
3820 - grpc_test_util
3821 - grpc++
3822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003823 - gpr_test_util
3824 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003825 - grpc++_test_config
3826 platforms:
3827 - mac
3828 - linux
3829 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003830- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003831 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832 build: test
3833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003834 src:
3835 - test/cpp/interop/interop_test.cc
3836 deps:
3837 - grpc_test_util
3838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003839 - gpr_test_util
3840 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003841 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003842 platforms:
3843 - mac
3844 - linux
3845 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003846- name: json_run_localhost
3847 build: test
3848 run: false
3849 language: c++
3850 src:
3851 - test/cpp/qps/json_run_localhost.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
3857 - gpr_test_util
3858 - gpr
3859 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003860 platforms:
3861 - mac
3862 - linux
3863 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003864- name: metrics_client
3865 build: test
3866 run: false
3867 language: c++
3868 headers:
3869 - test/cpp/util/metrics_server.h
3870 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003871 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003872 - test/cpp/interop/metrics_client.cc
3873 deps:
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003877 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003879 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003880 build: test
3881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003882 src:
3883 - test/cpp/end2end/mock_test.cc
3884 deps:
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003889 - gpr_test_util
3890 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003891- name: noop-benchmark
3892 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003893 language: c++
3894 src:
3895 - test/cpp/microbenchmarks/noop-benchmark.cc
3896 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003897 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08003898 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003899- name: proto_server_reflection_test
3900 gtest: true
3901 build: test
3902 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003903 src:
3904 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003905 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003906 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003907 - grpc++_reflection
3908 - grpc++_test_util
3909 - grpc_test_util
3910 - grpc++
3911 - grpc
3912 - gpr_test_util
3913 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003914- name: proto_utils_test
3915 gtest: true
3916 build: test
3917 language: c++
3918 src:
3919 - test/cpp/codegen/proto_utils_test.cc
3920 deps:
3921 - grpc++
3922 - grpc
3923 filegroups:
3924 - grpc++_codegen_base
3925 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: qps_interarrival_test
3927 build: test
3928 run: false
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/qps/qps_interarrival_test.cc
3932 deps:
3933 - qps
3934 - grpc++_test_util
3935 - grpc_test_util
3936 - grpc++
3937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003938 - gpr_test_util
3939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003940 platforms:
3941 - mac
3942 - linux
3943 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003944- name: qps_json_driver
3945 build: test
3946 run: false
3947 language: c++
3948 src:
3949 - test/cpp/qps/qps_json_driver.cc
3950 deps:
3951 - qps
3952 - grpc++_test_util
3953 - grpc_test_util
3954 - grpc++
3955 - grpc
3956 - gpr_test_util
3957 - gpr
3958 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003960 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 build: test
3962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003963 src:
3964 - test/cpp/qps/qps_openloop_test.cc
3965 deps:
3966 - qps
3967 - grpc++_test_util
3968 - grpc_test_util
3969 - grpc++
3970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003971 - gpr_test_util
3972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003973 - grpc++_test_config
3974 platforms:
3975 - mac
3976 - linux
3977 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003978- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003979 build: test
3980 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003982 headers:
3983 - test/cpp/qps/client.h
3984 - test/cpp/qps/server.h
3985 src:
3986 - test/cpp/qps/worker.cc
3987 deps:
3988 - qps
3989 - grpc++_test_util
3990 - grpc_test_util
3991 - grpc++
3992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003993 - gpr_test_util
3994 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003995 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003996- name: reconnect_interop_client
3997 build: test
3998 run: false
3999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004000 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004001 - src/proto/grpc/testing/empty.proto
4002 - src/proto/grpc/testing/messages.proto
4003 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004004 - test/cpp/interop/reconnect_interop_client.cc
4005 deps:
4006 - grpc++_test_util
4007 - grpc_test_util
4008 - grpc++
4009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004010 - gpr_test_util
4011 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004012 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004013- name: reconnect_interop_server
4014 build: test
4015 run: false
4016 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004017 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004018 - src/proto/grpc/testing/empty.proto
4019 - src/proto/grpc/testing/messages.proto
4020 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004021 - test/cpp/interop/reconnect_interop_server.cc
4022 deps:
4023 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004024 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004025 - grpc++_test_util
4026 - grpc_test_util
4027 - grpc++
4028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004029 - gpr_test_util
4030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004031 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004032- name: round_robin_end2end_test
4033 gtest: true
4034 build: test
4035 language: c++
4036 src:
4037 - test/cpp/end2end/round_robin_end2end_test.cc
4038 deps:
4039 - grpc++_test_util
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
4043 - gpr_test_util
4044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004045- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004046 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004047 build: test
4048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004049 src:
4050 - test/cpp/common/secure_auth_context_test.cc
4051 deps:
4052 - grpc++_test_util
4053 - grpc_test_util
4054 - grpc++
4055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 - gpr_test_util
4057 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004058- name: secure_sync_unary_ping_pong_test
4059 build: test
4060 language: c++
4061 src:
4062 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4063 deps:
4064 - qps
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - grpc++
4068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004069 - gpr_test_util
4070 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004071 platforms:
4072 - mac
4073 - linux
4074 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004075- name: server_builder_plugin_test
4076 gtest: true
4077 build: test
4078 language: c++
4079 src:
4080 - test/cpp/end2end/server_builder_plugin_test.cc
4081 deps:
4082 - grpc++_test_util
4083 - grpc_test_util
4084 - grpc++
4085 - grpc
4086 - gpr_test_util
4087 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004088- name: server_builder_test
4089 gtest: true
4090 build: test
4091 language: c++
4092 src:
4093 - src/proto/grpc/testing/echo_messages.proto
4094 - src/proto/grpc/testing/echo.proto
4095 - test/cpp/server/server_builder_test.cc
4096 deps:
4097 - grpc++_test_util
4098 - grpc_test_util
4099 - gpr_test_util
4100 - grpc++
4101 - grpc
4102 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004103- name: server_context_test_spouse_test
4104 gtest: true
4105 build: test
4106 language: c++
4107 src:
4108 - test/cpp/test/server_context_test_spouse_test.cc
4109 deps:
4110 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004111 - grpc++
4112 - grpc
4113 - gpr_test_util
4114 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004115 uses:
4116 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004117- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004118 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004119 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004120 build: test
4121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004122 src:
4123 - test/cpp/end2end/server_crash_test.cc
4124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr_test_util
4130 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004131 platforms:
4132 - mac
4133 - linux
4134 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004135- name: server_crash_test_client
4136 build: test
4137 run: false
4138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004139 src:
4140 - test/cpp/end2end/server_crash_test_client.cc
4141 deps:
4142 - grpc++_test_util
4143 - grpc_test_util
4144 - grpc++
4145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004146 - gpr_test_util
4147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004148- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004149 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004150 build: test
4151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004152 src:
4153 - test/cpp/end2end/shutdown_test.cc
4154 deps:
4155 - grpc++_test_util
4156 - grpc_test_util
4157 - grpc++
4158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004159 - gpr_test_util
4160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004161- name: status_test
4162 build: test
4163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004164 src:
4165 - test/cpp/util/status_test.cc
4166 deps:
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004170 - gpr_test_util
4171 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004172- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004173 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004174 build: test
4175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004176 src:
4177 - test/cpp/end2end/streaming_throughput_test.cc
4178 deps:
4179 - grpc++_test_util
4180 - grpc_test_util
4181 - grpc++
4182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004183 - gpr_test_util
4184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004185 platforms:
4186 - mac
4187 - linux
4188 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004189- name: stress_test
4190 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004191 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004192 language: c++
4193 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004194 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004195 - test/cpp/interop/interop_client.h
4196 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004197 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004198 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004200 - src/proto/grpc/testing/empty.proto
4201 - src/proto/grpc/testing/messages.proto
4202 - src/proto/grpc/testing/metrics.proto
4203 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004204 - test/cpp/interop/interop_client.cc
4205 - test/cpp/interop/stress_interop_client.cc
4206 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004207 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004208 deps:
4209 - grpc++_test_util
4210 - grpc_test_util
4211 - grpc++
4212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004213 - gpr_test_util
4214 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004215 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004216- name: thread_manager_test
4217 build: test
4218 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004219 src:
4220 - test/cpp/thread_manager/thread_manager_test.cc
4221 deps:
4222 - grpc++
4223 - grpc
4224 - gpr
4225 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004226- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004227 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004228 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004229 build: test
4230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004231 src:
4232 - test/cpp/end2end/thread_stress_test.cc
4233 deps:
4234 - grpc++_test_util
4235 - grpc_test_util
4236 - grpc++
4237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004238 - gpr_test_util
4239 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004240- name: writes_per_rpc_test
4241 gtest: true
4242 cpu_cost: 0.5
4243 build: test
4244 language: c++
4245 src:
4246 - test/cpp/performance/writes_per_rpc_test.cc
4247 deps:
4248 - grpc++_test_util
4249 - grpc_test_util
4250 - grpc++
4251 - grpc
4252 - gpr_test_util
4253 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004254 platforms:
4255 - mac
4256 - linux
4257 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004258- name: public_headers_must_be_c89
4259 build: test
4260 language: c89
4261 src:
4262 - test/core/surface/public_headers_must_be_c89.c
4263 deps:
4264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004266vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004267- linkage: static
4268 name: grpc.dependencies.zlib
4269 props: false
4270 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004271 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004272- linkage: static
4273 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004274 props: true
4275 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004276 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004277- name: gflags
4278 props: false
4279 redist: false
4280 version: 2.1.2.1
4281- name: gtest
4282 props: false
4283 redist: false
4284 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004285configs:
4286 asan:
4287 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004288 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4289 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004290 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004291 LD: clang
4292 LDFLAGS: -fsanitize=address
4293 LDXX: clang++
4294 compile_the_world: true
4295 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004296 ASAN_OPTIONS: detect_leaks=1:color=always
4297 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004298 asan-noleaks:
4299 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004300 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4301 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004302 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004303 LD: clang
4304 LDFLAGS: -fsanitize=address
4305 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004306 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004307 test_environ:
4308 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004309 asan-trace-cmp:
4310 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004311 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4312 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004313 CXX: clang++
4314 LD: clang
4315 LDFLAGS: -fsanitize=address
4316 LDXX: clang++
4317 compile_the_world: true
4318 test_environ:
4319 ASAN_OPTIONS: detect_leaks=1:color=always
4320 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004321 basicprof:
4322 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4323 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004324 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004325 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004326 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004327 dbg:
4328 CPPFLAGS: -O0
4329 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004330 gcov:
4331 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004332 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004333 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004334 DEFINES: _DEBUG DEBUG GPR_GCOV
4335 LD: gcc
4336 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4337 LDXX: g++
4338 helgrind:
4339 CPPFLAGS: -O0
4340 DEFINES: _DEBUG DEBUG
4341 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004342 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004343 lto:
4344 CPPFLAGS: -O2
4345 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004346 memcheck:
4347 CPPFLAGS: -O0
4348 DEFINES: _DEBUG DEBUG
4349 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004350 valgrind: --tool=memcheck --leak-check=full
4351 msan:
4352 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004353 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4354 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4355 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004356 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004357 DEFINES: NDEBUG
4358 LD: clang
4359 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4360 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4361 LDXX: clang++
4362 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004363 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004364 CPPFLAGS: -O3 -fno-omit-frame-pointer
4365 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004366 LDFLAGS: -rdynamic
4367 opt:
4368 CPPFLAGS: -O2
4369 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004370 stapprof:
4371 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4372 DEFINES: NDEBUG
4373 tsan:
4374 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004375 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004376 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004377 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004378 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004379 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004380 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004381 LDXX: clang++
4382 compile_the_world: true
4383 test_environ:
4384 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004385 ubsan:
4386 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004387 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4388 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004389 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004390 DEFINES: NDEBUG
4391 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004392 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004393 LDXX: clang++
4394 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004395 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004396 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004397defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004398 ares:
Yuchen Zeng502d6442016-08-22 17:36:24 -07004399 CFLAGS: -Wno-sign-conversion -Wno-invalid-source-encoding
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004400 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4401 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng42a6c262016-08-11 22:43:55 -07004402 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX -DHAVE_CONFIG_H
David Garcia Quintasff311212016-12-06 16:03:18 -08004403 benchmark:
4404 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004405 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004406 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004407 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004408 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004409 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004410 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004411 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004412 LDFLAGS: -g
4413 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004414 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004415 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004416node_modules:
4417- deps:
4418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004419 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004420 - boringssl
4421 - z
murgatroid9994a75412015-11-19 14:04:53 -08004422 headers:
4423 - src/node/ext/byte_buffer.h
4424 - src/node/ext/call.h
4425 - src/node/ext/call_credentials.h
4426 - src/node/ext/channel.h
4427 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004428 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004429 - src/node/ext/server.h
4430 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004431 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004432 - src/node/ext/timeval.h
4433 js:
4434 - src/node/index.js
4435 - src/node/src/client.js
4436 - src/node/src/common.js
4437 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004438 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004439 - src/node/src/metadata.js
4440 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004441 name: grpc_node
4442 src:
4443 - src/node/ext/byte_buffer.cc
4444 - src/node/ext/call.cc
4445 - src/node/ext/call_credentials.cc
4446 - src/node/ext/channel.cc
4447 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004448 - src/node/ext/completion_queue_threadpool.cc
4449 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004450 - src/node/ext/node_grpc.cc
4451 - src/node/ext/server.cc
4452 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004453 - src/node/ext/server_generic.cc
4454 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004455 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004456 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004457openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004458 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004459 extraction_dir: openssl-1.0.2f
4460 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004461php_config_m4:
4462 deps:
4463 - grpc
4464 - gpr
4465 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004466 headers:
4467 - src/php/ext/grpc/byte_buffer.h
4468 - src/php/ext/grpc/call.h
4469 - src/php/ext/grpc/call_credentials.h
4470 - src/php/ext/grpc/channel.h
4471 - src/php/ext/grpc/channel_credentials.h
4472 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004473 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004474 - src/php/ext/grpc/php_grpc.h
4475 - src/php/ext/grpc/server.h
4476 - src/php/ext/grpc/server_credentials.h
4477 - src/php/ext/grpc/timeval.h
4478 src:
4479 - src/php/ext/grpc/byte_buffer.c
4480 - src/php/ext/grpc/call.c
4481 - src/php/ext/grpc/call_credentials.c
4482 - src/php/ext/grpc/channel.c
4483 - src/php/ext/grpc/channel_credentials.c
4484 - src/php/ext/grpc/completion_queue.c
4485 - src/php/ext/grpc/php_grpc.c
4486 - src/php/ext/grpc/server.c
4487 - src/php/ext/grpc/server_credentials.c
4488 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004489python_dependencies:
4490 deps:
4491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004492 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004493 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004494 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004495 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004496ruby_gem:
4497 deps:
4498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004499 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004500 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004501 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502 - z