blob: 650f1274929d41f8a372977b973783ee56ca929d [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
159 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/sync.h
161 - include/grpc/impl/codegen/sync_generic.h
162 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700164- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700165 public_headers:
166 - include/grpc/byte_buffer.h
167 - include/grpc/byte_buffer_reader.h
168 - include/grpc/compression.h
169 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700170 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200171 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800172 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700173 - include/grpc/slice.h
174 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700175 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700176 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/channel_args.h
178 - src/core/lib/channel/channel_stack.h
179 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/compress_filter.h
181 - src/core/lib/channel/connected_channel.h
182 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700183 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700184 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800185 - src/core/lib/channel/handshaker_factory.h
186 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/http_client_filter.h
188 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700189 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
192 - src/core/lib/debug/trace.h
193 - src/core/lib/http/format_request.h
194 - src/core/lib/http/httpcli.h
195 - src/core/lib/http/parser.h
196 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700197 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/endpoint.h
199 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700200 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800201 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700202 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800256 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800257 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700258 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/surface/api_trace.h
260 - src/core/lib/surface/call.h
261 - src/core/lib/surface/call_test_only.h
262 - src/core/lib/surface/channel.h
263 - src/core/lib/surface/channel_init.h
264 - src/core/lib/surface/channel_stack_type.h
265 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700266 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/event_string.h
268 - src/core/lib/surface/init.h
269 - src/core/lib/surface/lame_client.h
270 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700272 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800275 - src/core/lib/transport/error_utils.h
276 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/metadata.h
278 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700279 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700280 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800282 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400283 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/transport/transport.h
285 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/channel/channel_args.c
288 - src/core/lib/channel/channel_stack.c
289 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/compress_filter.c
291 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700292 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700293 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800294 - src/core/lib/channel/handshaker_factory.c
295 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/channel/http_client_filter.c
297 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700298 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700299 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/compression/message_compress.c
301 - src/core/lib/debug/trace.c
302 - src/core/lib/http/format_request.c
303 - src/core/lib/http/httpcli.c
304 - src/core/lib/http/parser.c
305 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700306 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/endpoint.c
308 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700309 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700311 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700312 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700313 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700314 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/exec_ctx.c
316 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/iocp_windows.c
318 - src/core/lib/iomgr/iomgr.c
319 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700322 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700323 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700324 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/pollset_windows.c
329 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700330 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700332 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500334 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700335 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/socket_utils_common_posix.c
337 - src/core/lib/iomgr/socket_utils_linux.c
338 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700340 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/socket_windows.c
342 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/tcp_client_windows.c
345 - src/core/lib/iomgr/tcp_posix.c
346 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700347 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700348 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
349 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700352 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/tcp_windows.c
354 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700357 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/udp_server.c
359 - src/core/lib/iomgr/unix_sockets_posix.c
360 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700361 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/wakeup_fd_eventfd.c
363 - src/core/lib/iomgr/wakeup_fd_nospecial.c
364 - src/core/lib/iomgr/wakeup_fd_pipe.c
365 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700366 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/iomgr/workqueue_windows.c
368 - src/core/lib/json/json.c
369 - src/core/lib/json/json_reader.c
370 - src/core/lib/json/json_string.c
371 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700372 - src/core/lib/slice/percent_encoding.c
373 - src/core/lib/slice/slice.c
374 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800375 - src/core/lib/slice/slice_hash_table.c
376 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700377 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700378 - src/core/lib/surface/alarm.c
379 - src/core/lib/surface/api_trace.c
380 - src/core/lib/surface/byte_buffer.c
381 - src/core/lib/surface/byte_buffer_reader.c
382 - src/core/lib/surface/call.c
383 - src/core/lib/surface/call_details.c
384 - src/core/lib/surface/call_log_batch.c
385 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/surface/channel_init.c
387 - src/core/lib/surface/channel_ping.c
388 - src/core/lib/surface/channel_stack_type.c
389 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700390 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/lame_client.c
393 - src/core/lib/surface/metadata_array.c
394 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/surface/validate_metadata.c
396 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700397 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800400 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/metadata.c
402 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700403 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700404 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800406 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400407 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/transport.c
409 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700410 deps:
411 - gpr
412 uses:
413 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700414- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700415 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700416 - src/core/ext/client_channel/client_channel.h
417 - src/core/ext/client_channel/client_channel_factory.h
418 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700419 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800420 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421 - src/core/ext/client_channel/lb_policy.h
422 - src/core/ext/client_channel/lb_policy_factory.h
423 - src/core/ext/client_channel/lb_policy_registry.h
424 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800425 - src/core/ext/client_channel/proxy_mapper.h
426 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700427 - src/core/ext/client_channel/resolver.h
428 - src/core/ext/client_channel/resolver_factory.h
429 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800430 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700431 - src/core/ext/client_channel/subchannel.h
432 - src/core/ext/client_channel/subchannel_index.h
433 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700434 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - src/core/ext/client_channel/channel_connectivity.c
436 - src/core/ext/client_channel/client_channel.c
437 - src/core/ext/client_channel/client_channel_factory.c
438 - src/core/ext/client_channel/client_channel_plugin.c
439 - src/core/ext/client_channel/connector.c
Mark D. Roth15195742016-10-07 09:02:28 -0700440 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800441 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - src/core/ext/client_channel/lb_policy.c
443 - src/core/ext/client_channel/lb_policy_factory.c
444 - src/core/ext/client_channel/lb_policy_registry.c
445 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800446 - src/core/ext/client_channel/proxy_mapper.c
447 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700448 - src/core/ext/client_channel/resolver.c
449 - src/core/ext/client_channel/resolver_factory.c
450 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800451 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700452 - src/core/ext/client_channel/subchannel.c
453 - src/core/ext/client_channel/subchannel_index.c
454 - src/core/ext/client_channel/uri_parser.c
455 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700456 uses:
457 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800458- name: grpc_codegen
459 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700460 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800462 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800463 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800466 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700467 uses:
468 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700469- name: grpc_lb_policy_grpclb
470 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700471 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800472 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700473 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700474 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700475 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700476 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800477 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
478 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
479 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
480 plugin: grpc_lb_policy_grpclb
481 uses:
482 - grpc_base
483 - grpc_client_channel
484 - nanopb
485- name: grpc_lb_policy_grpclb_secure
486 headers:
487 - src/core/ext/lb_policy/grpclb/grpclb.h
488 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
489 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
490 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
491 src:
492 - src/core/ext/lb_policy/grpclb/grpclb.c
493 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700494 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700495 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700496 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700497 uses:
498 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700499 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700500 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700501- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700502 src:
503 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700504 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700505 uses:
506 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700507 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700508- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700509 src:
510 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700511 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700512 uses:
513 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700514 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700515- name: grpc_load_reporting
516 headers:
517 - src/core/ext/load_reporting/load_reporting.h
518 - src/core/ext/load_reporting/load_reporting_filter.h
519 src:
520 - src/core/ext/load_reporting/load_reporting.c
521 - src/core/ext/load_reporting/load_reporting_filter.c
522 plugin: grpc_load_reporting_plugin
523 uses:
524 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700525- name: grpc_resolver_dns_native
526 src:
527 - src/core/ext/resolver/dns/native/dns_resolver.c
528 plugin: grpc_resolver_dns_native
529 uses:
530 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700532- name: grpc_resolver_sockaddr
533 src:
534 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
535 plugin: grpc_resolver_sockaddr
536 uses:
537 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700538 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100539- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700540 public_headers:
541 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100542 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700543 - src/core/lib/security/context/security_context.h
544 - src/core/lib/security/credentials/composite/composite_credentials.h
545 - src/core/lib/security/credentials/credentials.h
546 - src/core/lib/security/credentials/fake/fake_credentials.h
547 - src/core/lib/security/credentials/google_default/google_default_credentials.h
548 - src/core/lib/security/credentials/iam/iam_credentials.h
549 - src/core/lib/security/credentials/jwt/json_token.h
550 - src/core/lib/security/credentials/jwt/jwt_credentials.h
551 - src/core/lib/security/credentials/jwt/jwt_verifier.h
552 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
553 - src/core/lib/security/credentials/plugin/plugin_credentials.h
554 - src/core/lib/security/credentials/ssl/ssl_credentials.h
555 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800556 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700557 - src/core/lib/security/transport/secure_endpoint.h
558 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800559 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700560 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700561 - src/core/lib/security/util/b64.h
562 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100563 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700564 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700565 - src/core/lib/security/context/security_context.c
566 - src/core/lib/security/credentials/composite/composite_credentials.c
567 - src/core/lib/security/credentials/credentials.c
568 - src/core/lib/security/credentials/credentials_metadata.c
569 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700570 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700571 - src/core/lib/security/credentials/google_default/google_default_credentials.c
572 - src/core/lib/security/credentials/iam/iam_credentials.c
573 - src/core/lib/security/credentials/jwt/json_token.c
574 - src/core/lib/security/credentials/jwt/jwt_credentials.c
575 - src/core/lib/security/credentials/jwt/jwt_verifier.c
576 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
577 - src/core/lib/security/credentials/plugin/plugin_credentials.c
578 - src/core/lib/security/credentials/ssl/ssl_credentials.c
579 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800580 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700581 - src/core/lib/security/transport/secure_endpoint.c
582 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800583 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700584 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700585 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700586 - src/core/lib/security/util/b64.c
587 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700588 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700589 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700590 uses:
591 - grpc_base
592 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700593 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700594- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700595 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700596 headers:
597 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700598 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800599 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/end2end/fixtures/proxy.h
601 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800602 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700603 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200604 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700605 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700607 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700608 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700609 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700610 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800611 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700612 src:
613 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700614 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800615 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/end2end/fixtures/proxy.c
617 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800618 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700619 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200620 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700621 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700622 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700623 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800624 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700625 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700626 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800627 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700628 deps:
629 - grpc
630 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700631- name: grpc_transport_chttp2
632 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700633 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700634 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700635 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
636 - src/core/ext/transport/chttp2/transport/frame.h
637 - src/core/ext/transport/chttp2/transport/frame_data.h
638 - src/core/ext/transport/chttp2/transport/frame_goaway.h
639 - src/core/ext/transport/chttp2/transport/frame_ping.h
640 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
641 - src/core/ext/transport/chttp2/transport/frame_settings.h
642 - src/core/ext/transport/chttp2/transport/frame_window_update.h
643 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
644 - src/core/ext/transport/chttp2/transport/hpack_parser.h
645 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700646 - src/core/ext/transport/chttp2/transport/huffsyms.h
647 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
648 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700649 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700650 - src/core/ext/transport/chttp2/transport/varint.h
651 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700652 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700653 - src/core/ext/transport/chttp2/transport/bin_encoder.c
654 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700655 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
656 - src/core/ext/transport/chttp2/transport/frame_data.c
657 - src/core/ext/transport/chttp2/transport/frame_goaway.c
658 - src/core/ext/transport/chttp2/transport/frame_ping.c
659 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
660 - src/core/ext/transport/chttp2/transport/frame_settings.c
661 - src/core/ext/transport/chttp2/transport/frame_window_update.c
662 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
663 - src/core/ext/transport/chttp2/transport/hpack_parser.c
664 - src/core/ext/transport/chttp2/transport/hpack_table.c
665 - src/core/ext/transport/chttp2/transport/huffsyms.c
666 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
667 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700668 - src/core/ext/transport/chttp2/transport/stream_lists.c
669 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700670 - src/core/ext/transport/chttp2/transport/varint.c
671 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700672 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700673 uses:
674 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700675 - grpc_transport_chttp2_alpn
676- name: grpc_transport_chttp2_alpn
677 headers:
678 - src/core/ext/transport/chttp2/alpn/alpn.h
679 src:
680 - src/core/ext/transport/chttp2/alpn/alpn.c
681 deps:
682 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800683- name: grpc_transport_chttp2_client_connector
684 headers:
685 - src/core/ext/transport/chttp2/client/chttp2_connector.h
686 src:
687 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800688 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800689 - grpc_transport_chttp2
690 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700691- name: grpc_transport_chttp2_client_insecure
692 src:
693 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700694 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700695 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800696 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700697 - grpc_transport_chttp2
698 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700699 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700700- name: grpc_transport_chttp2_client_secure
701 src:
702 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700703 uses:
704 - grpc_transport_chttp2
705 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700706 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700707 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800708 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800709- name: grpc_transport_chttp2_server
710 headers:
711 - src/core/ext/transport/chttp2/server/chttp2_server.h
712 src:
713 - src/core/ext/transport/chttp2/server/chttp2_server.c
714 uses:
715 - grpc_transport_chttp2
716 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700717- name: grpc_transport_chttp2_server_insecure
718 src:
719 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700720 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 uses:
722 - grpc_transport_chttp2
723 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800724 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700725- name: grpc_transport_chttp2_server_secure
726 src:
727 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700728 uses:
729 - grpc_transport_chttp2
730 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700731 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800732 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700733- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700734 public_headers:
735 - include/grpc/grpc_cronet.h
736 - include/grpc/grpc_security.h
737 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700738 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800739 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800740 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700741 src:
742 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
743 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
744 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700745 filegroups:
746 - grpc_base
747 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800748- name: nanopb
749 headers:
750 - third_party/nanopb/pb.h
751 - third_party/nanopb/pb_common.h
752 - third_party/nanopb/pb_decode.h
753 - third_party/nanopb/pb_encode.h
754 src:
755 - third_party/nanopb/pb_common.c
756 - third_party/nanopb/pb_decode.c
757 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758- name: tsi
759 headers:
760 - src/core/lib/tsi/fake_transport_security.h
761 - src/core/lib/tsi/ssl_transport_security.h
762 - src/core/lib/tsi/ssl_types.h
763 - src/core/lib/tsi/transport_security.h
764 - src/core/lib/tsi/transport_security_interface.h
765 src:
766 - src/core/lib/tsi/fake_transport_security.c
767 - src/core/lib/tsi/ssl_transport_security.c
768 - src/core/lib/tsi/transport_security.c
769 deps:
770 - gpr
771 secure: true
772- name: grpc++_base
773 language: c++
774 public_headers:
775 - include/grpc++/alarm.h
776 - include/grpc++/channel.h
777 - include/grpc++/client_context.h
778 - include/grpc++/completion_queue.h
779 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700780 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800781 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/generic/async_generic_service.h
783 - include/grpc++/generic/generic_stub.h
784 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800785 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800787 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700789 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/impl/grpc_library.h
791 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/impl/rpc_method.h
793 - include/grpc++/impl/rpc_service_method.h
794 - include/grpc++/impl/serialization_traits.h
795 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700796 - include/grpc++/impl/server_builder_plugin.h
797 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700799 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - include/grpc++/security/auth_context.h
801 - include/grpc++/security/auth_metadata_processor.h
802 - include/grpc++/security/credentials.h
803 - include/grpc++/security/server_credentials.h
804 - include/grpc++/server.h
805 - include/grpc++/server_builder.h
806 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700807 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700808 - include/grpc++/support/async_stream.h
809 - include/grpc++/support/async_unary_call.h
810 - include/grpc++/support/byte_buffer.h
811 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700812 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/support/slice.h
814 - include/grpc++/support/status.h
815 - include/grpc++/support/status_code_enum.h
816 - include/grpc++/support/string_ref.h
817 - include/grpc++/support/stub_options.h
818 - include/grpc++/support/sync_stream.h
819 - include/grpc++/support/time.h
820 headers:
821 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700822 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800824 - src/cpp/server/health/default_health_check_service.h
825 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700827 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700829 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/client/client_context.cc
831 - src/cpp/client/create_channel.cc
832 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700833 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700834 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700837 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700838 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700840 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700842 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800844 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - src/cpp/server/create_default_thread_pool.cc
846 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800847 - src/cpp/server/health/default_health_check_service.cc
848 - src/cpp/server/health/health.pb.c
849 - src/cpp/server/health/health_check_service.cc
850 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700852 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 - src/cpp/server/server_context.cc
854 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700855 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700856 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700857 - src/cpp/util/byte_buffer_cc.cc
858 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 - src/cpp/util/status.cc
860 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700861 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 uses:
yang-g17487f92016-06-03 15:21:15 -0700863 - grpc++_codegen_base
864- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 language: c++
866 public_headers:
867 - include/grpc++/impl/codegen/async_stream.h
868 - include/grpc++/impl/codegen/async_unary_call.h
869 - include/grpc++/impl/codegen/call.h
870 - include/grpc++/impl/codegen/call_hook.h
871 - include/grpc++/impl/codegen/channel_interface.h
872 - include/grpc++/impl/codegen/client_context.h
873 - include/grpc++/impl/codegen/client_unary_call.h
874 - include/grpc++/impl/codegen/completion_queue.h
875 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700876 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - include/grpc++/impl/codegen/core_codegen_interface.h
878 - include/grpc++/impl/codegen/create_auth_context.h
879 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800880 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - include/grpc++/impl/codegen/rpc_method.h
883 - include/grpc++/impl/codegen/rpc_service_method.h
884 - include/grpc++/impl/codegen/security/auth_context.h
885 - include/grpc++/impl/codegen/serialization_traits.h
886 - include/grpc++/impl/codegen/server_context.h
887 - include/grpc++/impl/codegen/server_interface.h
888 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800889 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 - include/grpc++/impl/codegen/status.h
891 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700892 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - include/grpc++/impl/codegen/string_ref.h
894 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 - include/grpc++/impl/codegen/sync_stream.h
896 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 uses:
898 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700899- name: grpc++_codegen_base_src
900 language: c++
901 src:
902 - src/cpp/codegen/codegen_init.cc
903 uses:
904 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700905- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 language: c++
907 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700908 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 uses:
yang-g17487f92016-06-03 15:21:15 -0700910 - grpc++_codegen_base
911 - grpc++_config_proto
912- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 language: c++
914 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700916- name: grpc++_reflection_proto
917 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700918 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700919 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800920- name: grpc++_test
921 language: c++
922 public_headers:
923 - include/grpc++/test/server_context_test_spouse.h
924 deps:
925 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700926- name: thrift_util
927 language: c++
928 public_headers:
929 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700930 - include/grpc++/impl/codegen/thrift_utils.h
931 uses:
932 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100933libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800934- name: gpr
935 build: all
936 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700938 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800939 secure: false
940 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
941- name: gpr_test_util
942 build: private
943 language: c
944 headers:
945 - test/core/util/test_config.h
946 src:
947 - test/core/util/test_config.c
948 deps:
949 - gpr
950 secure: false
951 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952- name: grpc
953 build: all
954 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 src:
956 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800958 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700960 filegroups:
961 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700962 - grpc_transport_chttp2_server_secure
963 - grpc_transport_chttp2_client_secure
964 - grpc_transport_chttp2_server_insecure
965 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800966 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700967 - grpc_lb_policy_pick_first
968 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700969 - grpc_resolver_dns_native
970 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700971 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100972 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700973 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700974 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700975 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700976 vs_packages:
977 - grpc.dependencies.openssl
978 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700980- name: grpc_cronet
981 build: all
982 language: c
983 src:
984 - src/core/lib/surface/init.c
985 baselib: true
986 deps_linkage: static
987 dll: true
988 filegroups:
989 - grpc_base
990 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700991 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800992 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700993 generate_plugin_registry: true
994 platforms:
995 - linux
996 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100997- name: grpc_dll
998 build: private
999 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001000 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001001 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001002 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001003 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001004 build_system:
1005 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001006 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001007 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001008 vs_config_type: DynamicLibrary
1009 vs_packages:
1010 - grpc.dependencies.openssl
1011 - grpc.dependencies.zlib
1012 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1013 vs_props:
1014 - zlib
1015 - openssl
1016 - winsock
1017 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: grpc_test_util
1019 build: private
1020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001021 headers:
1022 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001023 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001024 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001025 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001026 - test/core/end2end/data/server1_cert.c
1027 - test/core/end2end/data/server1_key.c
1028 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001029 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001030 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001032 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001033 - grpc
1034 filegroups:
1035 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001036 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1038- name: grpc_test_util_unsecure
1039 build: private
1040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001041 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001042 - gpr
1043 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001044 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001045 filegroups:
1046 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 secure: false
1048 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1049- name: grpc_unsecure
1050 build: all
1051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001052 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001053 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001054 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001056 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001057 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001058 filegroups:
1059 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001060 - grpc_transport_chttp2_server_insecure
1061 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001062 - grpc_resolver_dns_native
1063 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001064 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001065 - grpc_lb_policy_grpclb
1066 - grpc_lb_policy_pick_first
1067 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001068 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001069 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070 secure: false
1071 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001072- name: reconnect_server
1073 build: private
1074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001075 headers:
1076 - test/core/util/reconnect_server.h
1077 src:
1078 - test/core/util/reconnect_server.c
1079 deps:
yang-gc9fca182015-11-06 16:41:33 -08001080 - test_tcp_server
1081 - grpc_test_util
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
1084 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001085- name: test_tcp_server
1086 build: private
1087 language: c
1088 headers:
1089 - test/core/util/test_tcp_server.h
1090 src:
1091 - test/core/util/test_tcp_server.c
1092 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001093 - grpc_test_util
1094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 - gpr_test_util
1096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097- name: grpc++
1098 build: all
1099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001100 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001101 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001102 - src/cpp/client/secure_credentials.h
1103 - src/cpp/common/secure_auth_context.h
1104 - src/cpp/server/secure_server_credentials.h
1105 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001106 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 - src/cpp/client/secure_credentials.cc
1108 - src/cpp/common/auth_property_iterator.cc
1109 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001110 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001111 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001112 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001113 - src/cpp/server/secure_server_credentials.cc
1114 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001115 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 baselib: true
1117 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001118 filegroups:
1119 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001120 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001121 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001122 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123 secure: check
1124 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001125- name: grpc++_cronet
1126 build: all
1127 language: c++
1128 src:
1129 - src/cpp/client/cronet_credentials.cc
1130 - src/cpp/client/insecure_credentials.cc
1131 - src/cpp/common/insecure_create_auth_context.cc
1132 - src/cpp/server/insecure_server_credentials.cc
1133 deps:
1134 - gpr
1135 - grpc_cronet
1136 baselib: true
1137 dll: true
1138 filegroups:
1139 - grpc++_base
1140 - grpc++_codegen_base
1141 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001142 - grpc_transport_chttp2_client_insecure
1143 - grpc_transport_chttp2_server_insecure
1144 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001145 platforms:
1146 - linux
1147 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001148- name: grpc++_proto_reflection_desc_db
1149 build: private
1150 language: c++
1151 headers:
1152 - test/cpp/util/proto_reflection_descriptor_database.h
1153 src:
1154 - test/cpp/util/proto_reflection_descriptor_database.cc
1155 deps:
1156 - grpc++
1157 filegroups:
1158 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001159 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001160- name: grpc++_reflection
1161 build: all
1162 language: c++
1163 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001164 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001165 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001166 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001167 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001168 - src/cpp/ext/proto_server_reflection.cc
1169 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001170 deps:
1171 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001172 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001173 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174- name: grpc++_test_config
1175 build: private
1176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001177 headers:
1178 - test/cpp/util/test_config.h
1179 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001180 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: grpc++_test_util
1182 build: private
1183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001184 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001185 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001186 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001187 - test/cpp/util/create_test_channel.h
1188 - test/cpp/util/string_ref_helper.h
1189 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001190 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001191 src:
yang-gc8a49d22016-12-12 11:18:49 -08001192 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001193 - src/proto/grpc/testing/echo_messages.proto
1194 - src/proto/grpc/testing/echo.proto
1195 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001196 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001197 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001198 - test/cpp/util/create_test_channel.cc
1199 - test/cpp/util/string_ref_helper.cc
1200 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001201 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001202 deps:
1203 - grpc++
1204 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001205 filegroups:
1206 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001207 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001208 - grpc++_codegen_proto
1209 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001210 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211- name: grpc++_unsecure
1212 build: all
1213 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001214 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001215 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001216 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001217 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001220 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221 baselib: true
1222 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001223 filegroups:
1224 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001225 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001226 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227 secure: false
1228 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001229- name: grpc_benchmark
1230 build: test
1231 language: c++
1232 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001233 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1234 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001235 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001236 src:
1237 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001238 deps:
1239 - benchmark
1240 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001241 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001242 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001243- name: grpc_cli_libs
1244 build: private
1245 language: c++
1246 headers:
1247 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001248 - test/cpp/util/cli_credentials.h
1249 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001250 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001251 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001252 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001253 src:
1254 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001255 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001256 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001257 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001258 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001259 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001260 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001261 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001262 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001263 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001264 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265- name: grpc_plugin_support
1266 build: protoc
1267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001268 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001269 - src/compiler/config.h
1270 - src/compiler/cpp_generator.h
1271 - src/compiler/cpp_generator_helpers.h
1272 - src/compiler/csharp_generator.h
1273 - src/compiler/csharp_generator_helpers.h
1274 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001275 - src/compiler/node_generator.h
1276 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001277 - src/compiler/objective_c_generator.h
1278 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001279 - src/compiler/php_generator.h
1280 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001281 - src/compiler/python_generator.h
1282 - src/compiler/ruby_generator.h
1283 - src/compiler/ruby_generator_helpers-inl.h
1284 - src/compiler/ruby_generator_map-inl.h
1285 - src/compiler/ruby_generator_string-inl.h
1286 src:
1287 - src/compiler/cpp_generator.cc
1288 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001289 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001290 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001291 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001292 - src/compiler/python_generator.cc
1293 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001294 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001295 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296 secure: false
1297 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001298 vs_props:
1299 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001300- name: http2_client_main
1301 build: private
1302 language: c++
1303 headers:
1304 - test/cpp/interop/http2_client.h
1305 src:
1306 - src/proto/grpc/testing/empty.proto
1307 - src/proto/grpc/testing/messages.proto
1308 - src/proto/grpc/testing/test.proto
1309 - test/cpp/interop/http2_client.cc
1310 deps:
1311 - grpc++_test_util
1312 - grpc_test_util
1313 - grpc++
1314 - grpc
1315 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: interop_client_helper
1317 build: private
1318 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001319 headers:
1320 - test/cpp/interop/client_helper.h
1321 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001322 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001323 - test/cpp/interop/client_helper.cc
1324 deps:
1325 - grpc++_test_util
1326 - grpc_test_util
1327 - grpc++
1328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330- name: interop_client_main
1331 build: private
1332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001333 headers:
1334 - test/cpp/interop/interop_client.h
1335 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001336 - src/proto/grpc/testing/empty.proto
1337 - src/proto/grpc/testing/messages.proto
1338 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001339 - test/cpp/interop/client.cc
1340 - test/cpp/interop/interop_client.cc
1341 deps:
1342 - interop_client_helper
1343 - grpc++_test_util
1344 - grpc_test_util
1345 - grpc++
1346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr_test_util
1348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001349 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: interop_server_helper
1351 build: private
1352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001353 headers:
1354 - test/cpp/interop/server_helper.h
1355 src:
1356 - test/cpp/interop/server_helper.cc
1357 deps:
yang-gcc591022017-01-11 11:10:43 -08001358 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001359 - grpc_test_util
1360 - grpc++
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001363- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364 build: private
1365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001366 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001367 - src/proto/grpc/testing/empty.proto
1368 - src/proto/grpc/testing/messages.proto
1369 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001370 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001371 deps:
1372 - interop_server_helper
1373 - grpc++_test_util
1374 - grpc_test_util
1375 - grpc++
1376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001377 - gpr_test_util
1378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001379 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001380- name: interop_server_main
1381 build: private
1382 language: c++
1383 src:
1384 - test/cpp/interop/interop_server_bootstrap.cc
1385 deps:
1386 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001387- name: qps
1388 build: private
1389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001390 headers:
1391 - test/cpp/qps/client.h
1392 - test/cpp/qps/driver.h
1393 - test/cpp/qps/histogram.h
1394 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001395 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001396 - test/cpp/qps/qps_worker.h
1397 - test/cpp/qps/report.h
1398 - test/cpp/qps/server.h
1399 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001400 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001401 - test/cpp/util/benchmark_config.h
1402 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001403 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001404 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001405 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001406 - src/proto/grpc/testing/control.proto
1407 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/qps/client_async.cc
1409 - test/cpp/qps/client_sync.cc
1410 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001411 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001412 - test/cpp/qps/qps_worker.cc
1413 - test/cpp/qps/report.cc
1414 - test/cpp/qps/server_async.cc
1415 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001416 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001417 - test/cpp/util/benchmark_config.cc
1418 deps:
1419 - grpc_test_util
1420 - grpc++_test_util
1421 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: grpc_csharp_ext
1423 build: all
1424 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - src/csharp/ext/grpc_csharp_ext.c
1427 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001430 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001431 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432 dll: only
1433 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001434 vs_packages:
1435 - grpc.dependencies.openssl
1436 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001438 vs_props:
1439 - zlib
1440 - openssl
1441 - winsock
1442 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001444- name: alarm_test
1445 build: test
1446 language: c
1447 src:
1448 - test/core/surface/alarm_test.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001452 - gpr_test_util
1453 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001454- name: algorithm_test
1455 build: test
1456 language: c
1457 src:
1458 - test/core/compression/algorithm_test.c
1459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001464- name: alloc_test
1465 build: test
1466 language: c
1467 src:
1468 - test/core/support/alloc_test.c
1469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: alpn_test
1473 build: test
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/transport/chttp2/alpn_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001482- name: api_fuzzer
1483 build: fuzzer
1484 language: c
1485 src:
1486 - test/core/end2end/fuzzers/api_fuzzer.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
1490 - gpr_test_util
1491 - gpr
1492 corpus_dirs:
1493 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001494 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001495 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001496- name: arena_test
1497 build: test
1498 language: c
1499 src:
1500 - test/core/support/arena_test.c
1501 deps:
1502 - gpr_test_util
1503 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001504- name: bad_server_response_test
1505 build: test
1506 language: c
1507 src:
1508 - test/core/end2end/bad_server_response_test.c
1509 deps:
1510 - test_tcp_server
1511 - grpc_test_util
1512 - grpc
1513 - gpr_test_util
1514 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001515 exclude_iomgrs:
1516 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001517- name: bdp_estimator_test
1518 build: test
1519 language: c
1520 src:
1521 - test/core/transport/bdp_estimator_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
1525 - gpr_test_util
1526 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001527- name: bin_decoder_test
1528 build: test
1529 language: c
1530 src:
1531 - test/core/transport/chttp2/bin_decoder_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: bin_encoder_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/transport/chttp2/bin_encoder_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001543- name: census_context_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/census/context_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001553- name: census_resource_test
1554 build: test
1555 language: c
1556 src:
1557 - test/core/census/resource_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
1561 - gpr_test_util
1562 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001563- name: census_trace_context_test
1564 build: test
1565 language: c
1566 src:
1567 - test/core/census/trace_context_test.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
1571 - gpr_test_util
1572 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001573- name: channel_create_test
1574 build: test
1575 language: c
1576 src:
1577 - test/core/surface/channel_create_test.c
1578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001583- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584 build: test
1585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001586 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001587 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001588 deps:
1589 - grpc_test_util
1590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001591 - gpr_test_util
1592 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593- name: chttp2_stream_map_test
1594 build: test
1595 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001596 src:
1597 - test/core/transport/chttp2/stream_map_test.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001601 - gpr_test_util
1602 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001603- name: chttp2_varint_test
1604 build: test
1605 language: c
1606 src:
1607 - test/core/transport/chttp2/varint_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001613- name: client_fuzzer
1614 build: fuzzer
1615 language: c
1616 src:
1617 - test/core/end2end/fuzzers/client_fuzzer.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
1621 - gpr_test_util
1622 - gpr
1623 corpus_dirs:
1624 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001625 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001626 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001627- name: combiner_test
1628 cpu_cost: 30
1629 build: test
1630 language: c
1631 src:
1632 - test/core/iomgr/combiner_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: compression_test
1639 build: test
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/compression/compression_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001648- name: concurrent_connectivity_test
1649 build: test
1650 language: c
1651 src:
1652 - test/core/surface/concurrent_connectivity_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
1656 - gpr_test_util
1657 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001658 exclude_iomgrs:
1659 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001660- name: connection_refused_test
1661 cpu_cost: 0.1
1662 build: test
1663 language: c
1664 src:
1665 - test/core/end2end/connection_refused_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
1669 - gpr_test_util
1670 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001671- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001672 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001673 build: test
1674 language: c
1675 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001676 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001677 deps:
1678 - grpc_test_util
1679 - grpc
1680 - gpr_test_util
1681 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001682 exclude_iomgrs:
1683 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001684- name: dns_resolver_test
1685 build: test
1686 language: c
1687 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001688 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001695 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696 build: test
1697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - test/core/end2end/dualstack_socket_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001705 exclude_iomgrs:
1706 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001707 platforms:
1708 - mac
1709 - linux
1710 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001711- name: endpoint_pair_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/iomgr/endpoint_pair_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001721 exclude_iomgrs:
1722 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001723- name: error_test
1724 cpu_cost: 30
1725 build: test
1726 language: c
1727 src:
1728 - test/core/iomgr/error_test.c
1729 deps:
1730 - grpc_test_util
1731 - grpc
1732 - gpr_test_util
1733 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001734- name: ev_epoll_linux_test
1735 build: test
1736 language: c
1737 src:
1738 - test/core/iomgr/ev_epoll_linux_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
1742 - gpr_test_util
1743 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001744 exclude_iomgrs:
1745 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001746 platforms:
1747 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: fd_conservation_posix_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/iomgr/fd_conservation_posix_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001758 exclude_iomgrs:
1759 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001760 platforms:
1761 - mac
1762 - linux
1763 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: fd_posix_test
1765 build: test
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/iomgr/fd_posix_test.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001774 exclude_iomgrs:
1775 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001776 platforms:
1777 - mac
1778 - linux
1779 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001780- name: fling_client
1781 build: test
1782 run: false
1783 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001784 src:
1785 - test/core/fling/client.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791- name: fling_server
1792 build: test
1793 run: false
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/fling/server.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001803 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/fling/fling_stream_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001818 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/fling/fling_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001828 platforms:
1829 - mac
1830 - linux
1831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: gen_hpack_tables
1833 build: tool
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - tools/codegen/core/gen_hpack_tables.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001839 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gen_legal_metadata_characters
1841 build: tool
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001846- name: gen_percent_encoding_tables
1847 build: tool
1848 language: c
1849 src:
1850 - tools/codegen/core/gen_percent_encoding_tables.c
1851 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001852- name: goaway_server_test
1853 cpu_cost: 0.1
1854 build: test
1855 language: c
1856 src:
1857 - test/core/end2end/goaway_server_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
1861 - gpr_test_util
1862 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001863 exclude_iomgrs:
1864 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001865 platforms:
1866 - mac
1867 - linux
1868 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001869- name: gpr_avl_test
1870 build: test
1871 language: c
1872 src:
1873 - test/core/support/avl_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001877- name: gpr_backoff_test
1878 build: test
1879 language: c
1880 src:
1881 - test/core/support/backoff_test.c
1882 deps:
1883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: gpr_cmdline_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/support/cmdline_test.c
1890 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001893- name: gpr_cpu_test
1894 build: test
1895 language: c
1896 src:
1897 - test/core/support/cpu_test.c
1898 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: gpr_env_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/support/env_test.c
1906 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: gpr_histogram_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/support/histogram_test.c
1914 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: gpr_host_port_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/support/host_port_test.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: gpr_log_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/support/log_test.c
1930 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001933- name: gpr_mpscq_test
1934 cpu_cost: 30
1935 build: test
1936 language: c
1937 src:
1938 - test/core/support/mpscq_test.c
1939 deps:
1940 - gpr_test_util
1941 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001942- name: gpr_spinlock_test
1943 cpu_cost: 10
1944 build: test
1945 language: c
1946 src:
1947 - test/core/support/spinlock_test.c
1948 deps:
1949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001952 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/stack_lockfree_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_string_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001969 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/support/sync_test.c
1974 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001978 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/support/thd_test.c
1983 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: gpr_time_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/support/time_test.c
1991 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: gpr_tls_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/support/tls_test.c
1999 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: gpr_useful_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/support/useful_test.c
2007 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: grpc_auth_context_test
2011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/security/auth_context_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002020- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002024 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030- name: grpc_byte_buffer_reader_test
2031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/core/surface/byte_buffer_reader_test.c
2035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: grpc_channel_args_test
2041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/channel/channel_args_test.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: grpc_channel_stack_test
2051 build: test
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/channel/channel_stack_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr_test_util
2059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: grpc_completion_queue_test
2061 build: test
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/surface/completion_queue_test.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002070- name: grpc_completion_queue_threading_test
2071 build: test
2072 language: c
2073 src:
2074 - test/core/surface/completion_queue_threading_test.c
2075 deps:
2076 - grpc_test_util
2077 - grpc
2078 - gpr_test_util
2079 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002080 exclude_iomgrs:
2081 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002082- name: grpc_create_jwt
2083 build: tool
2084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002085 src:
2086 - test/core/security/create_jwt.c
2087 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002090 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_credentials_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/security/credentials_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002102 build: test
2103 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/security/fetch_oauth2.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002112- name: grpc_invalid_channel_args_test
2113 build: test
2114 language: c
2115 src:
2116 - test/core/surface/invalid_channel_args_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: grpc_json_token_test
2123 build: test
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/security/json_token_test.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002132 platforms:
2133 - linux
2134 - posix
2135 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: grpc_jwt_verifier_test
2137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/security/jwt_verifier_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: grpc_print_google_default_creds_token
2147 build: tool
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/security/print_google_default_creds_token.c
2151 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: grpc_security_connector_test
2155 build: test
2156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
2158 - test/core/security/security_connector_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: grpc_verify_jwt
2165 build: tool
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - test/core/security/verify_jwt.c
2169 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002172- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002173 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002174 language: c
2175 src:
2176 - test/core/handshake/client_ssl.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
2180 - gpr_test_util
2181 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002182 exclude_iomgrs:
2183 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002184 platforms:
2185 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002186 secure: true
2187- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002188 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002189 language: c
2190 src:
2191 - test/core/handshake/server_ssl.c
2192 deps:
2193 - grpc_test_util
2194 - grpc
2195 - gpr_test_util
2196 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002197 platforms:
2198 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002199 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002200- name: hpack_parser_fuzzer_test
2201 build: fuzzer
2202 language: c
2203 src:
2204 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
2208 - gpr_test_util
2209 - gpr
2210 corpus_dirs:
2211 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002212 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002213 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: hpack_parser_test
2215 build: test
2216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002217 src:
2218 - test/core/transport/chttp2/hpack_parser_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224- name: hpack_table_test
2225 build: test
2226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002227 src:
2228 - test/core/transport/chttp2/hpack_table_test.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002234- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235 build: test
2236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002237 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002238 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002239 deps:
2240 - grpc_test_util
2241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002242 - gpr_test_util
2243 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002244- name: http_request_fuzzer_test
2245 build: fuzzer
2246 language: c
2247 src:
2248 - test/core/http/request_fuzzer.c
2249 deps:
2250 - grpc_test_util
2251 - grpc
2252 - gpr_test_util
2253 - gpr
2254 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002255 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002256 maxlen: 2048
2257- name: http_response_fuzzer_test
2258 build: fuzzer
2259 language: c
2260 src:
2261 - test/core/http/response_fuzzer.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
2265 - gpr_test_util
2266 - gpr
2267 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002268 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002269 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002270- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002274 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002281 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282 build: test
2283 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002284 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002285 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002291 platforms:
2292 - mac
2293 - linux
2294 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002295- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002296 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002297 build: test
2298 language: c
2299 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002300 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002301 deps:
2302 - grpc_test_util
2303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002304 - gpr_test_util
2305 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002306 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002307 - linux
yang-gf1183302015-12-07 16:02:05 -08002308- name: init_test
2309 build: test
2310 language: c
2311 src:
2312 - test/core/surface/init_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002318- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002319 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002320 build: test
2321 language: c
2322 src:
2323 - test/core/end2end/invalid_call_argument_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002329- name: json_fuzzer_test
2330 build: fuzzer
2331 language: c
2332 src:
2333 - test/core/json/fuzzer.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
2337 - gpr_test_util
2338 - gpr
2339 corpus_dirs:
2340 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002341 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: json_rewrite
2343 build: test
2344 run: false
2345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
2347 - test/core/json/json_rewrite.c
2348 deps:
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: json_rewrite_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/json/json_rewrite_test.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002361- name: json_stream_error_test
2362 build: test
2363 language: c
2364 src:
2365 - test/core/json/json_stream_error_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002371- name: json_test
2372 build: test
2373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
2375 - test/core/json/json_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002379 - gpr_test_util
2380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: lame_client_test
2382 build: test
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/core/surface/lame_client_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002391- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002392 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002393 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002394 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002397 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002403- name: load_file_test
2404 build: test
2405 language: c
2406 src:
2407 - test/core/iomgr/load_file_test.c
2408 deps:
2409 - grpc_test_util
2410 - grpc
2411 - gpr_test_util
2412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002413- name: low_level_ping_pong_benchmark
2414 build: benchmark
2415 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002416 src:
2417 - test/core/network_benchmarks/low_level_ping_pong.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002423 platforms:
2424 - mac
2425 - linux
2426 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002427- name: memory_profile_client
2428 build: test
2429 run: false
2430 language: c
2431 src:
2432 - test/core/memory_usage/client.c
2433 deps:
2434 - grpc_test_util
2435 - grpc
2436 - gpr_test_util
2437 - gpr
2438- name: memory_profile_server
2439 build: test
2440 run: false
2441 language: c
2442 src:
2443 - test/core/memory_usage/server.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
2447 - gpr_test_util
2448 - gpr
2449- name: memory_profile_test
2450 cpu_cost: 1.5
2451 build: test
2452 language: c
2453 src:
2454 - test/core/memory_usage/memory_usage_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
2458 - gpr_test_util
2459 - gpr
2460 platforms:
2461 - mac
2462 - linux
2463 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: message_compress_test
2465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/compression/message_compress_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002474- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002475 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002476 build: test
2477 language: c
2478 src:
2479 - test/core/census/mlog_test.c
2480 deps:
2481 - grpc_test_util
2482 - grpc
2483 - gpr_test_util
2484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: multiple_server_queues_test
2486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/end2end/multiple_server_queues_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: murmur_hash_test
2496 build: test
2497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/core/support/murmur_hash_test.c
2500 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 - gpr_test_util
2502 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002503- name: nanopb_fuzzer_response_test
2504 build: fuzzer
2505 language: c
2506 src:
2507 - test/core/nanopb/fuzzer_response.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
2511 - gpr_test_util
2512 - gpr
2513 corpus_dirs:
2514 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002515 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002516- name: nanopb_fuzzer_serverlist_test
2517 build: fuzzer
2518 language: c
2519 src:
2520 - test/core/nanopb/fuzzer_serverlist.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
2524 - gpr_test_util
2525 - gpr
2526 corpus_dirs:
2527 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002528 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002530 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531 build: test
2532 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/core/end2end/no_server_test.c
2535 deps:
2536 - grpc_test_util
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002540- name: parse_address_test
2541 build: test
2542 language: c
2543 src:
2544 - test/core/client_channel/parse_address_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
2548 - gpr_test_util
2549 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002550- name: percent_decode_fuzzer
2551 build: fuzzer
2552 language: c
2553 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002554 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002555 deps:
2556 - grpc_test_util
2557 - grpc
2558 - gpr_test_util
2559 - gpr
2560 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002561 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002562 maxlen: 32
2563- name: percent_encode_fuzzer
2564 build: fuzzer
2565 language: c
2566 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002567 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002568 deps:
2569 - grpc_test_util
2570 - grpc
2571 - gpr_test_util
2572 - gpr
2573 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002574 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002575 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002576- name: percent_encoding_test
2577 build: test
2578 language: c
2579 src:
2580 - test/core/slice/percent_encoding_test.c
2581 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002582 - grpc_test_util
2583 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002584 - gpr_test_util
2585 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002586- name: pollset_set_test
2587 build: test
2588 language: c
2589 src:
2590 - test/core/iomgr/pollset_set_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
2596 exclude_iomgrs:
2597 - uv
2598 platforms:
2599 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002600- name: resolve_address_posix_test
2601 build: test
2602 language: c
2603 src:
2604 - test/core/iomgr/resolve_address_posix_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
2608 - gpr_test_util
2609 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002610 exclude_iomgrs:
2611 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002612 platforms:
2613 - mac
2614 - linux
2615 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: resolve_address_test
2617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/core/iomgr/resolve_address_test.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002626- name: resource_quota_test
2627 cpu_cost: 30
2628 build: test
2629 language: c
2630 src:
2631 - test/core/iomgr/resource_quota_test.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
2635 - gpr_test_util
2636 - gpr
yang-gd482e592015-12-10 14:04:00 -08002637- name: secure_channel_create_test
2638 build: test
2639 language: c
2640 src:
2641 - test/core/surface/secure_channel_create_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647- name: secure_endpoint_test
2648 build: test
2649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002650 src:
2651 - test/core/security/secure_endpoint_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002657 exclude_iomgrs:
2658 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002659- name: sequential_connectivity_test
2660 build: test
2661 language: c
2662 src:
2663 - test/core/surface/sequential_connectivity_test.c
2664 deps:
2665 - grpc_test_util
2666 - grpc
2667 - gpr_test_util
2668 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002669 exclude_iomgrs:
2670 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002671- name: server_chttp2_test
2672 build: test
2673 language: c
2674 src:
2675 - test/core/surface/server_chttp2_test.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002681- name: server_fuzzer
2682 build: fuzzer
2683 language: c
2684 src:
2685 - test/core/end2end/fuzzers/server_fuzzer.c
2686 deps:
2687 - grpc_test_util
2688 - grpc
2689 - gpr_test_util
2690 - gpr
2691 corpus_dirs:
2692 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002693 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002694 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002695- name: server_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/surface/server_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002705- name: slice_buffer_test
2706 build: test
2707 language: c
2708 src:
2709 - test/core/slice/slice_buffer_test.c
2710 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002711 - grpc_test_util
2712 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002713 - gpr_test_util
2714 - gpr
2715- name: slice_string_helpers_test
2716 build: test
2717 language: c
2718 src:
2719 - test/core/slice/slice_string_helpers_test.c
2720 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002721 - grpc_test_util
2722 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002723 - gpr_test_util
2724 - gpr
2725- name: slice_test
2726 build: test
2727 language: c
2728 src:
2729 - test/core/slice/slice_test.c
2730 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002731 - grpc_test_util
2732 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002733 - gpr_test_util
2734 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002735- name: sockaddr_resolver_test
2736 build: test
2737 language: c
2738 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002739 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: sockaddr_utils_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/core/iomgr/sockaddr_utils_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002755- name: socket_utils_test
2756 build: test
2757 language: c
2758 src:
2759 - test/core/iomgr/socket_utils_test.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002763 - gpr_test_util
2764 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002765 exclude_iomgrs:
2766 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002767 platforms:
2768 - mac
2769 - linux
2770 - posix
yang-g31e21282016-11-04 15:10:03 -07002771- name: ssl_server_fuzzer
2772 build: fuzzer
2773 language: c
2774 src:
2775 - test/core/security/ssl_server_fuzzer.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
2779 - gpr_test_util
2780 - gpr
2781 corpus_dirs:
2782 - test/core/security/corpus/ssl_server_corpus
2783 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002784- name: status_conversion_test
2785 build: test
2786 language: c
2787 src:
2788 - test/core/transport/status_conversion_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
2792 - gpr_test_util
2793 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002794- name: stream_owned_slice_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/transport/stream_owned_slice_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002805 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806 build: test
2807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
2809 - test/core/iomgr/tcp_client_posix_test.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002815 exclude_iomgrs:
2816 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002817 platforms:
2818 - mac
2819 - linux
2820 - posix
murgatroid991191b722017-02-08 11:56:52 -08002821- name: tcp_client_uv_test
2822 cpu_cost: 0.5
2823 build: test
2824 language: c
2825 src:
2826 - test/core/iomgr/tcp_client_uv_test.c
2827 deps:
2828 - grpc_test_util
2829 - grpc
2830 - gpr_test_util
2831 - gpr
2832 exclude_iomgrs:
2833 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002835 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836 build: test
2837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
2839 - test/core/iomgr/tcp_posix_test.c
2840 deps:
2841 - grpc_test_util
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002845 exclude_iomgrs:
2846 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002847 platforms:
2848 - mac
2849 - linux
2850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002851- name: tcp_server_posix_test
2852 build: test
2853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002854 src:
2855 - test/core/iomgr/tcp_server_posix_test.c
2856 deps:
2857 - grpc_test_util
2858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002859 - gpr_test_util
2860 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002861 exclude_iomgrs:
2862 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002863 platforms:
2864 - mac
2865 - linux
2866 - posix
murgatroid991191b722017-02-08 11:56:52 -08002867- name: tcp_server_uv_test
2868 build: test
2869 language: c
2870 src:
2871 - test/core/iomgr/tcp_server_uv_test.c
2872 deps:
2873 - grpc_test_util
2874 - grpc
2875 - gpr_test_util
2876 - gpr
2877 exclude_iomgrs:
2878 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002879- name: time_averaged_stats_test
2880 build: test
2881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002882 src:
2883 - test/core/iomgr/time_averaged_stats_test.c
2884 deps:
2885 - grpc_test_util
2886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002887 - gpr_test_util
2888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002889- name: timeout_encoding_test
2890 build: test
2891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002892 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002893 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002894 deps:
2895 - grpc_test_util
2896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002897 - gpr_test_util
2898 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002899- name: timer_heap_test
2900 build: test
2901 language: c
2902 src:
2903 - test/core/iomgr/timer_heap_test.c
2904 deps:
2905 - grpc_test_util
2906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002909 exclude_iomgrs:
2910 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002911- name: timer_list_test
2912 build: test
2913 language: c
2914 src:
2915 - test/core/iomgr/timer_list_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002921 exclude_iomgrs:
2922 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002923- name: transport_connectivity_state_test
2924 build: test
2925 language: c
2926 src:
2927 - test/core/transport/connectivity_state_test.c
2928 deps:
2929 - grpc_test_util
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933- name: transport_metadata_test
2934 build: test
2935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
2937 - test/core/transport/metadata_test.c
2938 deps:
2939 - grpc_test_util
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr_test_util
2942 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002943- name: transport_pid_controller_test
2944 build: test
2945 language: c
2946 src:
2947 - test/core/transport/pid_controller_test.c
2948 deps:
2949 - grpc_test_util
2950 - grpc
2951 - gpr_test_util
2952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953- name: transport_security_test
2954 build: test
2955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/core/tsi/transport_security_test.c
2958 deps:
2959 - grpc_test_util
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr_test_util
2962 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002963 platforms:
2964 - linux
2965 - posix
2966 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: udp_server_test
2968 build: test
2969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/core/iomgr/udp_server_test.c
2972 deps:
2973 - grpc_test_util
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr_test_util
2976 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002977 exclude_iomgrs:
2978 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002979 platforms:
2980 - mac
2981 - linux
2982 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002983- name: uri_fuzzer_test
2984 build: fuzzer
2985 language: c
2986 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002987 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002988 deps:
2989 - grpc_test_util
2990 - grpc
2991 - gpr_test_util
2992 - gpr
2993 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002994 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002995 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: uri_parser_test
2997 build: test
2998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003000 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003006- name: wakeup_fd_cv_test
3007 build: test
3008 language: c
3009 src:
3010 - test/core/iomgr/wakeup_fd_cv_test.c
3011 deps:
3012 - grpc_test_util
3013 - grpc
3014 - gpr_test_util
3015 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003016 exclude_iomgrs:
3017 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003018 platforms:
3019 - mac
3020 - linux
3021 - posix
vjpai04e992a2016-02-10 16:58:38 -08003022- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003023 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003024 build: test
3025 language: c++
3026 src:
3027 - test/cpp/common/alarm_cpp_test.cc
3028 deps:
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003033 - gpr_test_util
3034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003036 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037 build: test
3038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003039 src:
3040 - test/cpp/end2end/async_end2end_test.cc
3041 deps:
3042 - grpc++_test_util
3043 - grpc_test_util
3044 - grpc++
3045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003046 - gpr_test_util
3047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003049 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050 build: test
3051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003052 src:
3053 - test/cpp/common/auth_property_iterator_test.cc
3054 deps:
3055 - grpc++_test_util
3056 - grpc_test_util
3057 - grpc++
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003061- name: bm_arena
3062 build: test
3063 language: c++
3064 src:
3065 - test/cpp/microbenchmarks/bm_arena.cc
3066 deps:
3067 - grpc_benchmark
3068 - benchmark
3069 - grpc++_test_util
3070 - grpc_test_util
3071 - grpc++
3072 - grpc
3073 - gpr_test_util
3074 - gpr
3075 args:
3076 - --benchmark_min_time=0
3077 platforms:
3078 - mac
3079 - linux
3080 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003081- name: bm_call_create
3082 build: test
3083 language: c++
3084 src:
3085 - test/cpp/microbenchmarks/bm_call_create.cc
3086 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003087 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003088 - benchmark
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
3093 - gpr_test_util
3094 - gpr
3095 args:
3096 - --benchmark_min_time=0
3097 platforms:
3098 - mac
3099 - linux
3100 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003101- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003102 build: test
3103 language: c++
3104 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003105 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003106 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003107 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003108 - benchmark
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
3113 - gpr_test_util
3114 - gpr
3115 args:
3116 - --benchmark_min_time=0
3117 platforms:
3118 - mac
3119 - linux
3120 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003121- name: bm_chttp2_transport
3122 build: test
3123 language: c++
3124 src:
3125 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3126 deps:
3127 - grpc_benchmark
3128 - benchmark
3129 - grpc++_test_util
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
3133 - gpr_test_util
3134 - gpr
3135 args:
3136 - --benchmark_min_time=0
3137 platforms:
3138 - mac
3139 - linux
3140 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003141- name: bm_closure
3142 build: test
3143 language: c++
3144 src:
3145 - test/cpp/microbenchmarks/bm_closure.cc
3146 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003147 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003148 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003149 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003150 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003151 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003152 - grpc
3153 - gpr_test_util
3154 - gpr
3155 args:
3156 - --benchmark_min_time=0
3157 platforms:
3158 - mac
3159 - linux
3160 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003161- name: bm_cq
3162 build: test
3163 language: c++
3164 src:
3165 - test/cpp/microbenchmarks/bm_cq.cc
3166 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003167 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003168 - benchmark
3169 - grpc++_test_util
3170 - grpc_test_util
3171 - grpc++
3172 - grpc
3173 - gpr_test_util
3174 - gpr
3175 args:
3176 - --benchmark_min_time=0
3177 platforms:
3178 - mac
3179 - linux
3180 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003181- name: bm_error
3182 build: test
3183 language: c++
3184 src:
3185 - test/cpp/microbenchmarks/bm_error.cc
3186 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003187 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003188 - benchmark
3189 - grpc++_test_util
3190 - grpc_test_util
3191 - grpc++
3192 - grpc
3193 - gpr_test_util
3194 - gpr
3195 args:
3196 - --benchmark_min_time=0
3197 platforms:
3198 - mac
3199 - linux
3200 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003201- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003202 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003203 language: c++
3204 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003205 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003206 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003207 - grpc_benchmark
3208 - benchmark
3209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
3213 - gpr_test_util
3214 - gpr
3215 args:
3216 - --benchmark_min_time=0
3217 excluded_poll_engines:
3218 - poll
3219 - poll-cv
3220 platforms:
3221 - mac
3222 - linux
3223 - posix
3224 timeout_seconds: 1200
3225- name: bm_fullstack_streaming_pump
3226 build: test
3227 language: c++
3228 src:
3229 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003230 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003231 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003232 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003233 - grpc++_test_util
3234 - grpc_test_util
3235 - grpc++
3236 - grpc
3237 - gpr_test_util
3238 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003239 args:
3240 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003241 excluded_poll_engines:
3242 - poll
3243 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003244 platforms:
3245 - mac
3246 - linux
3247 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003248 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003249- name: bm_fullstack_trickle
3250 build: test
3251 language: c++
3252 src:
3253 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3254 deps:
3255 - grpc_benchmark
3256 - benchmark
3257 - grpc++_test_util
3258 - grpc_test_util
3259 - grpc++
3260 - grpc
3261 - gpr_test_util
3262 - gpr
3263 args:
3264 - --benchmark_min_time=0
3265 excluded_poll_engines:
3266 - poll
3267 - poll-cv
3268 platforms:
3269 - mac
3270 - linux
3271 - posix
3272 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003273- name: bm_fullstack_unary_ping_pong
3274 build: test
3275 language: c++
3276 src:
3277 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3278 deps:
3279 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003280 - benchmark
3281 - grpc++_test_util
3282 - grpc_test_util
3283 - grpc++
3284 - grpc
3285 - gpr_test_util
3286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003288 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003290 - poll
3291 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003292 platforms:
3293 - mac
3294 - linux
3295 - posix
3296 timeout_seconds: 1200
3297- name: bm_metadata
3298 build: test
3299 language: c++
3300 src:
3301 - test/cpp/microbenchmarks/bm_metadata.cc
3302 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003303 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003304 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003305 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003306 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003307 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003308 - grpc
3309 - gpr_test_util
3310 - gpr
3311 args:
3312 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003313 platforms:
3314 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003315 - linux
3316 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003317- name: bm_pollset
3318 build: test
3319 language: c++
3320 src:
3321 - test/cpp/microbenchmarks/bm_pollset.cc
3322 deps:
3323 - grpc_benchmark
3324 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003325 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003326 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003327 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003328 - grpc
3329 - gpr_test_util
3330 - gpr
3331 args:
3332 - --benchmark_min_time=0
3333 platforms:
3334 - mac
3335 - linux
3336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337- name: channel_arguments_test
3338 gtest: true
3339 build: test
3340 language: c++
3341 src:
3342 - test/cpp/common/channel_arguments_test.cc
3343 deps:
3344 - grpc++
3345 - grpc
3346 - gpr
3347- name: channel_filter_test
3348 gtest: true
3349 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003350 language: c++
3351 src:
3352 - test/cpp/common/channel_filter_test.cc
3353 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003354 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003355 - grpc
3356 - gpr
3357- name: cli_call_test
3358 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003359 build: test
3360 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003361 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003362 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003363 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364 - grpc_cli_libs
3365 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003366 - grpc_test_util
3367 - grpc++
3368 - grpc
3369 - gpr_test_util
3370 - gpr
3371- name: client_crash_test
3372 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003373 cpu_cost: 0.1
3374 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003375 language: c++
3376 src:
3377 - test/cpp/end2end/client_crash_test.cc
3378 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379 - grpc++_test_util
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003383 - gpr_test_util
3384 - gpr
3385 platforms:
3386 - mac
3387 - linux
3388 - posix
3389- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003390 build: test
3391 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003392 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003393 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003394 - test/cpp/end2end/client_crash_test_server.cc
3395 deps:
3396 - grpc++_test_util
3397 - grpc_test_util
3398 - grpc++
3399 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003400 - gpr_test_util
3401 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003402- name: codegen_test_full
3403 gtest: true
3404 build: test
3405 language: c++
3406 src:
3407 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003408 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003409 - src/proto/grpc/testing/payloads.proto
3410 - src/proto/grpc/testing/services.proto
3411 - src/proto/grpc/testing/stats.proto
3412 - test/cpp/codegen/codegen_test_full.cc
3413 deps:
3414 - grpc++
3415 - grpc
3416 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003417 filegroups:
3418 - grpc++_codegen_base
3419- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003420 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003421 build: test
yang-g34b58612016-06-03 17:30:09 -07003422 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003424 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 - src/proto/grpc/testing/messages.proto
3426 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003427 - src/proto/grpc/testing/services.proto
3428 - src/proto/grpc/testing/stats.proto
3429 - test/cpp/codegen/codegen_test_minimal.cc
3430 filegroups:
3431 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003432 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003434 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435 build: test
3436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003437 src:
3438 - test/cpp/client/credentials_test.cc
3439 deps:
3440 - grpc++
3441 - grpc
3442 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003443- name: cxx_byte_buffer_test
3444 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003446 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447 src:
3448 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003449 deps:
3450 - grpc_test_util
3451 - grpc++
3452 - grpc
3453 - gpr_test_util
3454 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003455- name: cxx_slice_test
3456 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003458 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459 src:
3460 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003461 deps:
3462 - grpc_test_util
3463 - grpc++
3464 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: cxx_string_ref_test
3468 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003469 build: test
3470 language: c++
3471 src:
3472 - test/cpp/util/string_ref_test.cc
3473 deps:
3474 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003475- name: cxx_time_test
3476 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003478 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003479 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480 - test/cpp/util/time_test.cc
3481 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003482 - grpc_test_util
3483 - grpc++
3484 - grpc
3485 - gpr_test_util
3486 - gpr
3487- name: end2end_test
3488 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003489 cpu_cost: 0.5
3490 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003491 language: c++
3492 src:
3493 - test/cpp/end2end/end2end_test.cc
3494 deps:
3495 - grpc++_test_util
3496 - grpc_test_util
3497 - grpc++
3498 - grpc
3499 - gpr_test_util
3500 - gpr
3501- name: filter_end2end_test
3502 gtest: true
3503 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003505 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003506 - test/cpp/end2end/filter_end2end_test.cc
3507 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003508 - grpc++_test_util
3509 - grpc_test_util
3510 - grpc++
3511 - grpc
3512 - gpr_test_util
3513 - gpr
3514- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003515 gtest: true
3516 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003517 language: c++
3518 src:
3519 - test/cpp/end2end/generic_end2end_test.cc
3520 deps:
3521 - grpc++_test_util
3522 - grpc_test_util
3523 - grpc++
3524 - grpc
3525 - gpr_test_util
3526 - gpr
3527- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 gtest: true
3529 build: test
3530 language: c++
3531 src:
Craig Tiller25834342015-09-25 08:08:24 -07003532 - src/proto/grpc/testing/compiler_test.proto
3533 - test/cpp/codegen/golden_file_test.cc
3534 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003535 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003536 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003537 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003538 args:
3539 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003540- name: grpc_cli
3541 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003542 run: false
3543 language: c++
3544 src:
3545 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546 deps:
3547 - grpc_cli_libs
3548 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003549 - grpc++
3550 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003551 - gpr
3552 - grpc++_test_config
3553- name: grpc_cpp_plugin
3554 build: protoc
3555 language: c++
3556 src:
3557 - src/compiler/cpp_plugin.cc
3558 deps:
3559 - grpc_plugin_support
3560 secure: false
3561 vs_config_type: Application
3562 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3563- name: grpc_csharp_plugin
3564 build: protoc
3565 language: c++
3566 src:
3567 - src/compiler/csharp_plugin.cc
3568 deps:
3569 - grpc_plugin_support
3570 secure: false
3571 vs_config_type: Application
3572 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003573- name: grpc_node_plugin
3574 build: protoc
3575 language: c++
3576 src:
3577 - src/compiler/node_plugin.cc
3578 deps:
3579 - grpc_plugin_support
3580 secure: false
3581 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003582- name: grpc_objective_c_plugin
3583 build: protoc
3584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003585 src:
3586 - src/compiler/objective_c_plugin.cc
3587 deps:
3588 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003589 secure: false
3590 vs_config_type: Application
3591 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003592- name: grpc_php_plugin
3593 build: protoc
3594 language: c++
3595 src:
3596 - src/compiler/php_plugin.cc
3597 deps:
3598 - grpc_plugin_support
3599 secure: false
3600 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601- name: grpc_python_plugin
3602 build: protoc
3603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003604 src:
3605 - src/compiler/python_plugin.cc
3606 deps:
3607 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003608 secure: false
3609 vs_config_type: Application
3610 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3611- name: grpc_ruby_plugin
3612 build: protoc
3613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003614 src:
3615 - src/compiler/ruby_plugin.cc
3616 deps:
3617 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003618 secure: false
3619 vs_config_type: Application
3620 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003621- name: grpc_tool_test
3622 gtest: true
3623 build: test
3624 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003625 src:
3626 - src/proto/grpc/testing/echo.proto
3627 - src/proto/grpc/testing/echo_messages.proto
3628 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003629 deps:
3630 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003631 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003632 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003633 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003634 - grpc_test_util
3635 - grpc++
3636 - grpc
3637 - gpr_test_util
3638 - gpr
3639 filegroups:
3640 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003641- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003642 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003643 build: test
3644 language: c++
3645 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003646 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003647 - test/cpp/grpclb/grpclb_api_test.cc
3648 deps:
3649 - grpc++_test_util
3650 - grpc_test_util
3651 - grpc++
3652 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003653- name: grpclb_test
3654 gtest: false
3655 build: test
3656 language: c++
3657 src:
3658 - src/proto/grpc/lb/v1/load_balancer.proto
3659 - test/cpp/grpclb/grpclb_test.cc
3660 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003661 - grpc++_test_util
3662 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003663 - grpc++
3664 - grpc
3665 - gpr_test_util
3666 - gpr
yang-gad327642016-12-12 14:32:09 -08003667- name: health_service_end2end_test
3668 gtest: true
3669 build: test
3670 language: c++
3671 src:
3672 - test/cpp/end2end/health_service_end2end_test.cc
3673 deps:
3674 - grpc++_test_util
3675 - grpc_test_util
3676 - grpc++
3677 - grpc
3678 - gpr_test_util
3679 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003680- name: http2_client
3681 build: test
3682 run: false
3683 language: c++
3684 src: []
3685 deps:
3686 - http2_client_main
3687 - grpc++_test_util
3688 - grpc_test_util
3689 - grpc++
3690 - grpc
3691 - grpc++_test_config
3692 platforms:
3693 - mac
3694 - linux
3695 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003696- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003697 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003698 build: test
3699 language: c++
3700 src:
3701 - test/cpp/end2end/hybrid_end2end_test.cc
3702 deps:
3703 - grpc++_test_util
3704 - grpc_test_util
3705 - grpc++
3706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003707 - gpr_test_util
3708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003709- name: interop_client
3710 build: test
3711 run: false
3712 language: c++
3713 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003714 deps:
3715 - interop_client_main
3716 - interop_client_helper
3717 - grpc++_test_util
3718 - grpc_test_util
3719 - grpc++
3720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003721 - gpr_test_util
3722 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003723 - grpc++_test_config
3724 platforms:
3725 - mac
3726 - linux
3727 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728- name: interop_server
3729 build: test
3730 run: false
3731 language: c++
3732 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003733 deps:
3734 - interop_server_main
3735 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003736 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003737 - grpc++_test_util
3738 - grpc_test_util
3739 - grpc++
3740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003741 - gpr_test_util
3742 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003743 - grpc++_test_config
3744 platforms:
3745 - mac
3746 - linux
3747 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003749 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750 build: test
3751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003752 src:
3753 - test/cpp/interop/interop_test.cc
3754 deps:
3755 - grpc_test_util
3756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003757 - gpr_test_util
3758 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003759 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003760 platforms:
3761 - mac
3762 - linux
3763 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003764- name: json_run_localhost
3765 build: test
3766 run: false
3767 language: c++
3768 src:
3769 - test/cpp/qps/json_run_localhost.cc
3770 deps:
3771 - grpc++_test_util
3772 - grpc_test_util
3773 - grpc++
3774 - grpc
3775 - gpr_test_util
3776 - gpr
3777 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003778 platforms:
3779 - mac
3780 - linux
3781 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003782- name: metrics_client
3783 build: test
3784 run: false
3785 language: c++
3786 headers:
3787 - test/cpp/util/metrics_server.h
3788 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003789 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003790 - test/cpp/interop/metrics_client.cc
3791 deps:
3792 - grpc++
3793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003794 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003795 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003797 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003798 build: test
3799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003800 src:
3801 - test/cpp/end2end/mock_test.cc
3802 deps:
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003807 - gpr_test_util
3808 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003809- name: noop-benchmark
3810 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003811 language: c++
3812 src:
3813 - test/cpp/microbenchmarks/noop-benchmark.cc
3814 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003815 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003816- name: proto_server_reflection_test
3817 gtest: true
3818 build: test
3819 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003820 src:
3821 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003822 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003823 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003824 - grpc++_reflection
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
3829 - gpr_test_util
3830 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003831- name: proto_utils_test
3832 gtest: true
3833 build: test
3834 language: c++
3835 src:
3836 - test/cpp/codegen/proto_utils_test.cc
3837 deps:
3838 - grpc++
3839 - grpc
3840 filegroups:
3841 - grpc++_codegen_base
3842 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003843- name: qps_interarrival_test
3844 build: test
3845 run: false
3846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003847 src:
3848 - test/cpp/qps/qps_interarrival_test.cc
3849 deps:
3850 - qps
3851 - grpc++_test_util
3852 - grpc_test_util
3853 - grpc++
3854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003855 - gpr_test_util
3856 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003857 platforms:
3858 - mac
3859 - linux
3860 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003861- name: qps_json_driver
3862 build: test
3863 run: false
3864 language: c++
3865 src:
3866 - test/cpp/qps/qps_json_driver.cc
3867 deps:
3868 - qps
3869 - grpc++_test_util
3870 - grpc_test_util
3871 - grpc++
3872 - grpc
3873 - gpr_test_util
3874 - gpr
3875 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003877 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878 build: test
3879 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003880 src:
3881 - test/cpp/qps/qps_openloop_test.cc
3882 deps:
3883 - qps
3884 - grpc++_test_util
3885 - grpc_test_util
3886 - grpc++
3887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003888 - gpr_test_util
3889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003890 - grpc++_test_config
3891 platforms:
3892 - mac
3893 - linux
3894 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003895- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003896 build: test
3897 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003899 headers:
3900 - test/cpp/qps/client.h
3901 - test/cpp/qps/server.h
3902 src:
3903 - test/cpp/qps/worker.cc
3904 deps:
3905 - qps
3906 - grpc++_test_util
3907 - grpc_test_util
3908 - grpc++
3909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003910 - gpr_test_util
3911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003912 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003913- name: reconnect_interop_client
3914 build: test
3915 run: false
3916 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003917 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003918 - src/proto/grpc/testing/empty.proto
3919 - src/proto/grpc/testing/messages.proto
3920 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003921 - test/cpp/interop/reconnect_interop_client.cc
3922 deps:
3923 - grpc++_test_util
3924 - grpc_test_util
3925 - grpc++
3926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003927 - gpr_test_util
3928 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003929 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: reconnect_interop_server
3931 build: test
3932 run: false
3933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003934 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003935 - src/proto/grpc/testing/empty.proto
3936 - src/proto/grpc/testing/messages.proto
3937 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003938 - test/cpp/interop/reconnect_interop_server.cc
3939 deps:
3940 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003941 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003942 - grpc++_test_util
3943 - grpc_test_util
3944 - grpc++
3945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003946 - gpr_test_util
3947 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003948 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003949- name: round_robin_end2end_test
3950 gtest: true
3951 build: test
3952 language: c++
3953 src:
3954 - test/cpp/end2end/round_robin_end2end_test.cc
3955 deps:
3956 - grpc++_test_util
3957 - grpc_test_util
3958 - grpc++
3959 - grpc
3960 - gpr_test_util
3961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003963 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964 build: test
3965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003966 src:
3967 - test/cpp/common/secure_auth_context_test.cc
3968 deps:
3969 - grpc++_test_util
3970 - grpc_test_util
3971 - grpc++
3972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003973 - gpr_test_util
3974 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003975- name: secure_sync_unary_ping_pong_test
3976 build: test
3977 language: c++
3978 src:
3979 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3980 deps:
3981 - qps
3982 - grpc++_test_util
3983 - grpc_test_util
3984 - grpc++
3985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003986 - gpr_test_util
3987 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003988 platforms:
3989 - mac
3990 - linux
3991 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003992- name: server_builder_plugin_test
3993 gtest: true
3994 build: test
3995 language: c++
3996 src:
3997 - test/cpp/end2end/server_builder_plugin_test.cc
3998 deps:
3999 - grpc++_test_util
4000 - grpc_test_util
4001 - grpc++
4002 - grpc
4003 - gpr_test_util
4004 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004005- name: server_builder_test
4006 gtest: true
4007 build: test
4008 language: c++
4009 src:
4010 - src/proto/grpc/testing/echo_messages.proto
4011 - src/proto/grpc/testing/echo.proto
4012 - test/cpp/server/server_builder_test.cc
4013 deps:
4014 - grpc++_test_util
4015 - grpc_test_util
4016 - gpr_test_util
4017 - grpc++
4018 - grpc
4019 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004020- name: server_context_test_spouse_test
4021 gtest: true
4022 build: test
4023 language: c++
4024 src:
4025 - test/cpp/test/server_context_test_spouse_test.cc
4026 deps:
4027 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004028 - grpc++
4029 - grpc
4030 - gpr_test_util
4031 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004032 uses:
4033 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004035 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004036 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037 build: test
4038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004039 src:
4040 - test/cpp/end2end/server_crash_test.cc
4041 deps:
4042 - grpc++_test_util
4043 - grpc_test_util
4044 - grpc++
4045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004046 - gpr_test_util
4047 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004048 platforms:
4049 - mac
4050 - linux
4051 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004052- name: server_crash_test_client
4053 build: test
4054 run: false
4055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004056 src:
4057 - test/cpp/end2end/server_crash_test_client.cc
4058 deps:
4059 - grpc++_test_util
4060 - grpc_test_util
4061 - grpc++
4062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004063 - gpr_test_util
4064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004066 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004067 build: test
4068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004069 src:
4070 - test/cpp/end2end/shutdown_test.cc
4071 deps:
4072 - grpc++_test_util
4073 - grpc_test_util
4074 - grpc++
4075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004076 - gpr_test_util
4077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004078- name: status_test
4079 build: test
4080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004081 src:
4082 - test/cpp/util/status_test.cc
4083 deps:
4084 - grpc_test_util
4085 - grpc++
4086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004087 - gpr_test_util
4088 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004089- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004090 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004091 build: test
4092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004093 src:
4094 - test/cpp/end2end/streaming_throughput_test.cc
4095 deps:
4096 - grpc++_test_util
4097 - grpc_test_util
4098 - grpc++
4099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004100 - gpr_test_util
4101 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004102 platforms:
4103 - mac
4104 - linux
4105 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004106- name: stress_test
4107 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004108 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004109 language: c++
4110 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004111 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004112 - test/cpp/interop/interop_client.h
4113 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004114 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004115 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004116 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004117 - src/proto/grpc/testing/empty.proto
4118 - src/proto/grpc/testing/messages.proto
4119 - src/proto/grpc/testing/metrics.proto
4120 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004121 - test/cpp/interop/interop_client.cc
4122 - test/cpp/interop/stress_interop_client.cc
4123 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004124 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004125 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004126 deps:
4127 - grpc++_test_util
4128 - grpc_test_util
4129 - grpc++
4130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004131 - gpr_test_util
4132 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004133 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004134- name: thread_manager_test
4135 build: test
4136 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004137 src:
4138 - test/cpp/thread_manager/thread_manager_test.cc
4139 deps:
4140 - grpc++
4141 - grpc
4142 - gpr
4143 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004144- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004145 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004146 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004147 build: test
4148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004149 src:
4150 - test/cpp/end2end/thread_stress_test.cc
4151 deps:
4152 - grpc++_test_util
4153 - grpc_test_util
4154 - grpc++
4155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004156 - gpr_test_util
4157 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004158- name: writes_per_rpc_test
4159 gtest: true
4160 cpu_cost: 0.5
4161 build: test
4162 language: c++
4163 src:
4164 - test/cpp/performance/writes_per_rpc_test.cc
4165 deps:
4166 - grpc++_test_util
4167 - grpc_test_util
4168 - grpc++
4169 - grpc
4170 - gpr_test_util
4171 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004172 platforms:
4173 - mac
4174 - linux
4175 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004176- name: public_headers_must_be_c89
4177 build: test
4178 language: c89
4179 src:
4180 - test/core/surface/public_headers_must_be_c89.c
4181 deps:
4182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004183 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004184vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004185- linkage: static
4186 name: grpc.dependencies.zlib
4187 props: false
4188 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004189 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004190- linkage: static
4191 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004192 props: true
4193 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004194 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004195- name: gflags
4196 props: false
4197 redist: false
4198 version: 2.1.2.1
4199- name: gtest
4200 props: false
4201 redist: false
4202 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004203configs:
4204 asan:
4205 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004206 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4207 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004208 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004209 LD: clang
4210 LDFLAGS: -fsanitize=address
4211 LDXX: clang++
4212 compile_the_world: true
4213 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004214 ASAN_OPTIONS: detect_leaks=1:color=always
4215 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004216 asan-noleaks:
4217 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004218 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4219 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004220 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004221 LD: clang
4222 LDFLAGS: -fsanitize=address
4223 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004224 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004225 test_environ:
4226 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004227 asan-trace-cmp:
4228 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004229 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4230 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004231 CXX: clang++
4232 LD: clang
4233 LDFLAGS: -fsanitize=address
4234 LDXX: clang++
4235 compile_the_world: true
4236 test_environ:
4237 ASAN_OPTIONS: detect_leaks=1:color=always
4238 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004239 basicprof:
4240 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4241 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004242 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004243 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004244 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004245 dbg:
4246 CPPFLAGS: -O0
4247 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004248 gcov:
4249 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004250 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004251 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004252 DEFINES: _DEBUG DEBUG GPR_GCOV
4253 LD: gcc
4254 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4255 LDXX: g++
4256 helgrind:
4257 CPPFLAGS: -O0
4258 DEFINES: _DEBUG DEBUG
4259 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004260 valgrind: --tool=helgrind
4261 memcheck:
4262 CPPFLAGS: -O0
4263 DEFINES: _DEBUG DEBUG
4264 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004265 valgrind: --tool=memcheck --leak-check=full
4266 msan:
4267 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004268 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4269 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4270 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004271 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004272 DEFINES: NDEBUG
4273 LD: clang
4274 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4275 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4276 LDXX: clang++
4277 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004278 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004279 CPPFLAGS: -O3 -fno-omit-frame-pointer
4280 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004281 LDFLAGS: -rdynamic
4282 opt:
4283 CPPFLAGS: -O2
4284 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004285 stapprof:
4286 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4287 DEFINES: NDEBUG
4288 tsan:
4289 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004290 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004291 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004292 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004293 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004294 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004295 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004296 LDXX: clang++
4297 compile_the_world: true
4298 test_environ:
4299 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004300 ubsan:
4301 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004302 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4303 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004304 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004305 DEFINES: NDEBUG
4306 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004307 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004308 LDXX: clang++
4309 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004310 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004311 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004312defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004313 benchmark:
4314 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004315 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004316 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004317 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004318 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004319 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004320 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004321 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004322 LDFLAGS: -g
4323 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004324 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004325 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004326node_modules:
4327- deps:
4328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004330 - boringssl
4331 - z
murgatroid9994a75412015-11-19 14:04:53 -08004332 headers:
4333 - src/node/ext/byte_buffer.h
4334 - src/node/ext/call.h
4335 - src/node/ext/call_credentials.h
4336 - src/node/ext/channel.h
4337 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004338 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004339 - src/node/ext/server.h
4340 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004341 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004342 - src/node/ext/timeval.h
4343 js:
4344 - src/node/index.js
4345 - src/node/src/client.js
4346 - src/node/src/common.js
4347 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004348 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004349 - src/node/src/metadata.js
4350 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004351 name: grpc_node
4352 src:
4353 - src/node/ext/byte_buffer.cc
4354 - src/node/ext/call.cc
4355 - src/node/ext/call_credentials.cc
4356 - src/node/ext/channel.cc
4357 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004358 - src/node/ext/completion_queue_threadpool.cc
4359 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004360 - src/node/ext/node_grpc.cc
4361 - src/node/ext/server.cc
4362 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004363 - src/node/ext/server_generic.cc
4364 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004365 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004366 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004367openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004368 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004369 extraction_dir: openssl-1.0.2f
4370 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004371php_config_m4:
4372 deps:
4373 - grpc
4374 - gpr
4375 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004376 headers:
4377 - src/php/ext/grpc/byte_buffer.h
4378 - src/php/ext/grpc/call.h
4379 - src/php/ext/grpc/call_credentials.h
4380 - src/php/ext/grpc/channel.h
4381 - src/php/ext/grpc/channel_credentials.h
4382 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004383 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004384 - src/php/ext/grpc/php_grpc.h
4385 - src/php/ext/grpc/server.h
4386 - src/php/ext/grpc/server_credentials.h
4387 - src/php/ext/grpc/timeval.h
4388 src:
4389 - src/php/ext/grpc/byte_buffer.c
4390 - src/php/ext/grpc/call.c
4391 - src/php/ext/grpc/call_credentials.c
4392 - src/php/ext/grpc/channel.c
4393 - src/php/ext/grpc/channel_credentials.c
4394 - src/php/ext/grpc/completion_queue.c
4395 - src/php/ext/grpc/php_grpc.c
4396 - src/php/ext/grpc/server.c
4397 - src/php/ext/grpc/server_credentials.c
4398 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004399python_dependencies:
4400 deps:
4401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004402 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004403 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004404 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004405ruby_gem:
4406 deps:
4407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004409 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004410 - z