blob: 111ef049f0db581ac8d9dba354b501f8551bd4c0 [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
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/support/avl.c
107 - src/core/lib/support/backoff.c
108 - src/core/lib/support/cmdline.c
109 - src/core/lib/support/cpu_iphone.c
110 - src/core/lib/support/cpu_linux.c
111 - src/core/lib/support/cpu_posix.c
112 - src/core/lib/support/cpu_windows.c
113 - src/core/lib/support/env_linux.c
114 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700115 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/histogram.c
117 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/log.c
119 - src/core/lib/support/log_android.c
120 - src/core/lib/support/log_linux.c
121 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700122 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700123 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/stack_lockfree.c
126 - src/core/lib/support/string.c
127 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700128 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/subprocess_posix.c
131 - src/core/lib/support/subprocess_windows.c
132 - src/core/lib/support/sync.c
133 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/thd.c
136 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/time.c
139 - src/core/lib/support/time_posix.c
140 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700141 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200143 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700145 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700146 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700147 uses:
148 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800149- name: gpr_codegen
150 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/atm.h
152 - include/grpc/impl/codegen/atm_gcc_atomic.h
153 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800155 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700156 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/port_platform.h
158 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/sync.h
160 - include/grpc/impl/codegen/sync_generic.h
161 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700163- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700164 public_headers:
165 - include/grpc/byte_buffer.h
166 - include/grpc/byte_buffer_reader.h
167 - include/grpc/compression.h
168 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700169 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200170 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800171 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700172 - include/grpc/slice.h
173 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700174 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700175 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/channel_args.h
177 - src/core/lib/channel/channel_stack.h
178 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/channel/compress_filter.h
180 - src/core/lib/channel/connected_channel.h
181 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700182 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700183 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800184 - src/core/lib/channel/handshaker_factory.h
185 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700186 - src/core/lib/channel/http_client_filter.h
187 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700188 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/compression/algorithm_metadata.h
190 - src/core/lib/compression/message_compress.h
191 - src/core/lib/debug/trace.h
192 - src/core/lib/http/format_request.h
193 - src/core/lib/http/httpcli.h
194 - src/core/lib/http/parser.h
195 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700196 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/endpoint.h
198 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700199 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800200 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700201 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700202 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700203 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/exec_ctx.h
205 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/iocp_windows.h
207 - src/core/lib/iomgr/iomgr.h
208 - src/core/lib/iomgr/iomgr_internal.h
209 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700210 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700211 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700212 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700216 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700218 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700220 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/sockaddr.h
222 - src/core/lib/iomgr/sockaddr_posix.h
223 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700224 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700225 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700226 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/socket_utils_posix.h
228 - src/core/lib/iomgr/socket_windows.h
229 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700230 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/tcp_posix.h
232 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/tcp_windows.h
235 - src/core/lib/iomgr/time_averaged_stats.h
236 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700239 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/udp_server.h
241 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700242 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/wakeup_fd_pipe.h
244 - src/core/lib/iomgr/wakeup_fd_posix.h
245 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/workqueue_windows.h
248 - src/core/lib/json/json.h
249 - src/core/lib/json/json_common.h
250 - src/core/lib/json/json_reader.h
251 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700252 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800253 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800254 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/surface/api_trace.h
257 - src/core/lib/surface/call.h
258 - src/core/lib/surface/call_test_only.h
259 - src/core/lib/surface/channel.h
260 - src/core/lib/surface/channel_init.h
261 - src/core/lib/surface/channel_stack_type.h
262 - src/core/lib/surface/completion_queue.h
263 - src/core/lib/surface/event_string.h
264 - src/core/lib/surface/init.h
265 - src/core/lib/surface/lame_client.h
266 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800267 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700268 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800271 - src/core/lib/transport/error_utils.h
272 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/metadata.h
274 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700275 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700276 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800278 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400279 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/transport.h
281 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700282 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/channel_args.c
284 - src/core/lib/channel/channel_stack.c
285 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/channel/compress_filter.c
287 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700288 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700289 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800290 - src/core/lib/channel/handshaker_factory.c
291 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/channel/http_client_filter.c
293 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700294 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700295 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/compression/message_compress.c
297 - src/core/lib/debug/trace.c
298 - src/core/lib/http/format_request.c
299 - src/core/lib/http/httpcli.c
300 - src/core/lib/http/parser.c
301 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700302 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/endpoint.c
304 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700305 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700307 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700308 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700309 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700310 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/exec_ctx.c
312 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/iocp_windows.c
314 - src/core/lib/iomgr/iomgr.c
315 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700316 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700318 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700319 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700320 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_windows.c
325 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700328 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700330 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/socket_utils_common_posix.c
332 - src/core/lib/iomgr/socket_utils_linux.c
333 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700335 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/socket_windows.c
337 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/tcp_client_windows.c
340 - src/core/lib/iomgr/tcp_posix.c
341 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/tcp_windows.c
346 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/udp_server.c
351 - src/core/lib/iomgr/unix_sockets_posix.c
352 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700353 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/wakeup_fd_eventfd.c
355 - src/core/lib/iomgr/wakeup_fd_nospecial.c
356 - src/core/lib/iomgr/wakeup_fd_pipe.c
357 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700358 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/iomgr/workqueue_windows.c
360 - src/core/lib/json/json.c
361 - src/core/lib/json/json_reader.c
362 - src/core/lib/json/json_string.c
363 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700364 - src/core/lib/slice/percent_encoding.c
365 - src/core/lib/slice/slice.c
366 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800367 - src/core/lib/slice/slice_hash_table.c
368 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700369 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/surface/alarm.c
371 - src/core/lib/surface/api_trace.c
372 - src/core/lib/surface/byte_buffer.c
373 - src/core/lib/surface/byte_buffer_reader.c
374 - src/core/lib/surface/call.c
375 - src/core/lib/surface/call_details.c
376 - src/core/lib/surface/call_log_batch.c
377 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700378 - src/core/lib/surface/channel_init.c
379 - src/core/lib/surface/channel_ping.c
380 - src/core/lib/surface/channel_stack_type.c
381 - src/core/lib/surface/completion_queue.c
382 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/surface/lame_client.c
384 - src/core/lib/surface/metadata_array.c
385 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700386 - src/core/lib/surface/validate_metadata.c
387 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700388 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800391 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/metadata.c
393 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700394 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700395 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800397 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400398 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/transport/transport.c
400 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700401 deps:
402 - gpr
403 uses:
404 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700406 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700407 - src/core/ext/client_channel/client_channel.h
408 - src/core/ext/client_channel/client_channel_factory.h
409 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700410 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800411 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700412 - src/core/ext/client_channel/initial_connect_string.h
413 - src/core/ext/client_channel/lb_policy.h
414 - src/core/ext/client_channel/lb_policy_factory.h
415 - src/core/ext/client_channel/lb_policy_registry.h
416 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800417 - src/core/ext/client_channel/proxy_mapper.h
418 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419 - src/core/ext/client_channel/resolver.h
420 - src/core/ext/client_channel/resolver_factory.h
421 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700422 - src/core/ext/client_channel/subchannel.h
423 - src/core/ext/client_channel/subchannel_index.h
424 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700426 - src/core/ext/client_channel/channel_connectivity.c
427 - src/core/ext/client_channel/client_channel.c
428 - src/core/ext/client_channel/client_channel_factory.c
429 - src/core/ext/client_channel/client_channel_plugin.c
430 - src/core/ext/client_channel/connector.c
431 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700432 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800433 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700434 - src/core/ext/client_channel/initial_connect_string.c
435 - src/core/ext/client_channel/lb_policy.c
436 - src/core/ext/client_channel/lb_policy_factory.c
437 - src/core/ext/client_channel/lb_policy_registry.c
438 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800439 - src/core/ext/client_channel/proxy_mapper.c
440 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441 - src/core/ext/client_channel/resolver.c
442 - src/core/ext/client_channel/resolver_factory.c
443 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700444 - src/core/ext/client_channel/subchannel.c
445 - src/core/ext/client_channel/subchannel_index.c
446 - src/core/ext/client_channel/uri_parser.c
447 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700448 uses:
449 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800450- name: grpc_codegen
451 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700452 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800453 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800454 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800455 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700459 uses:
460 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700461- name: grpc_lb_policy_grpclb
462 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700463 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800464 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700465 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700466 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700467 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700468 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800469 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
470 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
471 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
472 plugin: grpc_lb_policy_grpclb
473 uses:
474 - grpc_base
475 - grpc_client_channel
476 - nanopb
477- name: grpc_lb_policy_grpclb_secure
478 headers:
479 - src/core/ext/lb_policy/grpclb/grpclb.h
480 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
481 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
482 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
483 src:
484 - src/core/ext/lb_policy/grpclb/grpclb.c
485 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700486 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700487 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700488 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700489 uses:
490 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700491 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700492 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700493- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700494 src:
495 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700496 plugin: grpc_lb_policy_pick_first
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 Tiller023caf12016-03-29 08:00:30 -0700500- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700501 src:
502 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700503 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700504 uses:
505 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700506 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700507- name: grpc_load_reporting
508 headers:
509 - src/core/ext/load_reporting/load_reporting.h
510 - src/core/ext/load_reporting/load_reporting_filter.h
511 src:
512 - src/core/ext/load_reporting/load_reporting.c
513 - src/core/ext/load_reporting/load_reporting_filter.c
514 plugin: grpc_load_reporting_plugin
515 uses:
516 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700517- name: grpc_resolver_dns_native
518 src:
519 - src/core/ext/resolver/dns/native/dns_resolver.c
520 plugin: grpc_resolver_dns_native
521 uses:
522 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700523 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700524- name: grpc_resolver_sockaddr
525 src:
526 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
527 plugin: grpc_resolver_sockaddr
528 uses:
529 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700530 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100531- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700532 public_headers:
533 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100534 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700535 - src/core/lib/security/context/security_context.h
536 - src/core/lib/security/credentials/composite/composite_credentials.h
537 - src/core/lib/security/credentials/credentials.h
538 - src/core/lib/security/credentials/fake/fake_credentials.h
539 - src/core/lib/security/credentials/google_default/google_default_credentials.h
540 - src/core/lib/security/credentials/iam/iam_credentials.h
541 - src/core/lib/security/credentials/jwt/json_token.h
542 - src/core/lib/security/credentials/jwt/jwt_credentials.h
543 - src/core/lib/security/credentials/jwt/jwt_verifier.h
544 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
545 - src/core/lib/security/credentials/plugin/plugin_credentials.h
546 - src/core/lib/security/credentials/ssl/ssl_credentials.h
547 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800548 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700549 - src/core/lib/security/transport/secure_endpoint.h
550 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800551 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700552 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700553 - src/core/lib/security/util/b64.h
554 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100555 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700556 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700557 - src/core/lib/security/context/security_context.c
558 - src/core/lib/security/credentials/composite/composite_credentials.c
559 - src/core/lib/security/credentials/credentials.c
560 - src/core/lib/security/credentials/credentials_metadata.c
561 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700562 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700563 - src/core/lib/security/credentials/google_default/google_default_credentials.c
564 - src/core/lib/security/credentials/iam/iam_credentials.c
565 - src/core/lib/security/credentials/jwt/json_token.c
566 - src/core/lib/security/credentials/jwt/jwt_credentials.c
567 - src/core/lib/security/credentials/jwt/jwt_verifier.c
568 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
569 - src/core/lib/security/credentials/plugin/plugin_credentials.c
570 - src/core/lib/security/credentials/ssl/ssl_credentials.c
571 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800572 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700573 - src/core/lib/security/transport/secure_endpoint.c
574 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800575 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700576 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700577 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700578 - src/core/lib/security/util/b64.c
579 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700580 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700581 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 uses:
583 - grpc_base
584 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700585 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700586- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700587 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700588 headers:
589 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700590 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800591 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700592 - test/core/end2end/fixtures/proxy.h
593 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800594 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700595 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200596 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700597 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700599 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700601 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800603 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700604 src:
605 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700606 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800607 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700608 - test/core/end2end/fixtures/proxy.c
609 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800610 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700611 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200612 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700613 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700614 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700615 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800616 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700617 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700618 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800619 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700620 deps:
621 - grpc
622 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700623- name: grpc_transport_chttp2
624 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700625 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700626 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700627 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
628 - src/core/ext/transport/chttp2/transport/frame.h
629 - src/core/ext/transport/chttp2/transport/frame_data.h
630 - src/core/ext/transport/chttp2/transport/frame_goaway.h
631 - src/core/ext/transport/chttp2/transport/frame_ping.h
632 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
633 - src/core/ext/transport/chttp2/transport/frame_settings.h
634 - src/core/ext/transport/chttp2/transport/frame_window_update.h
635 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
636 - src/core/ext/transport/chttp2/transport/hpack_parser.h
637 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - src/core/ext/transport/chttp2/transport/huffsyms.h
639 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
640 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700641 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/varint.h
643 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700644 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700645 - src/core/ext/transport/chttp2/transport/bin_encoder.c
646 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700647 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
648 - src/core/ext/transport/chttp2/transport/frame_data.c
649 - src/core/ext/transport/chttp2/transport/frame_goaway.c
650 - src/core/ext/transport/chttp2/transport/frame_ping.c
651 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
652 - src/core/ext/transport/chttp2/transport/frame_settings.c
653 - src/core/ext/transport/chttp2/transport/frame_window_update.c
654 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
655 - src/core/ext/transport/chttp2/transport/hpack_parser.c
656 - src/core/ext/transport/chttp2/transport/hpack_table.c
657 - src/core/ext/transport/chttp2/transport/huffsyms.c
658 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
659 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/stream_lists.c
661 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/varint.c
663 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700664 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700665 uses:
666 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700667 - grpc_transport_chttp2_alpn
668- name: grpc_transport_chttp2_alpn
669 headers:
670 - src/core/ext/transport/chttp2/alpn/alpn.h
671 src:
672 - src/core/ext/transport/chttp2/alpn/alpn.c
673 deps:
674 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800675- name: grpc_transport_chttp2_client_connector
676 headers:
677 - src/core/ext/transport/chttp2/client/chttp2_connector.h
678 src:
679 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800680 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800681 - grpc_transport_chttp2
682 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700683- name: grpc_transport_chttp2_client_insecure
684 src:
685 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700686 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800688 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700689 - grpc_transport_chttp2
690 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700691 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700692- name: grpc_transport_chttp2_client_secure
693 src:
694 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700695 uses:
696 - grpc_transport_chttp2
697 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700698 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700699 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800700 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800701- name: grpc_transport_chttp2_server
702 headers:
703 - src/core/ext/transport/chttp2/server/chttp2_server.h
704 src:
705 - src/core/ext/transport/chttp2/server/chttp2_server.c
706 uses:
707 - grpc_transport_chttp2
708 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700709- name: grpc_transport_chttp2_server_insecure
710 src:
711 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700712 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700713 uses:
714 - grpc_transport_chttp2
715 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800716 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700717- name: grpc_transport_chttp2_server_secure
718 src:
719 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700720 uses:
721 - grpc_transport_chttp2
722 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700723 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800724 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700725- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700726 public_headers:
727 - include/grpc/grpc_cronet.h
728 - include/grpc/grpc_security.h
729 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700730 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800731 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800732 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700733 src:
734 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
735 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
736 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700737 filegroups:
738 - grpc_base
739 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800740- name: nanopb
741 headers:
742 - third_party/nanopb/pb.h
743 - third_party/nanopb/pb_common.h
744 - third_party/nanopb/pb_decode.h
745 - third_party/nanopb/pb_encode.h
746 src:
747 - third_party/nanopb/pb_common.c
748 - third_party/nanopb/pb_decode.c
749 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750- name: tsi
751 headers:
752 - src/core/lib/tsi/fake_transport_security.h
753 - src/core/lib/tsi/ssl_transport_security.h
754 - src/core/lib/tsi/ssl_types.h
755 - src/core/lib/tsi/transport_security.h
756 - src/core/lib/tsi/transport_security_interface.h
757 src:
758 - src/core/lib/tsi/fake_transport_security.c
759 - src/core/lib/tsi/ssl_transport_security.c
760 - src/core/lib/tsi/transport_security.c
761 deps:
762 - gpr
763 secure: true
764- name: grpc++_base
765 language: c++
766 public_headers:
767 - include/grpc++/alarm.h
768 - include/grpc++/channel.h
769 - include/grpc++/client_context.h
770 - include/grpc++/completion_queue.h
771 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700772 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800773 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 - include/grpc++/generic/async_generic_service.h
775 - include/grpc++/generic/generic_stub.h
776 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800777 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800779 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700781 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/grpc_library.h
783 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/rpc_method.h
785 - include/grpc++/impl/rpc_service_method.h
786 - include/grpc++/impl/serialization_traits.h
787 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700788 - include/grpc++/impl/server_builder_plugin.h
789 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700791 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/security/auth_context.h
793 - include/grpc++/security/auth_metadata_processor.h
794 - include/grpc++/security/credentials.h
795 - include/grpc++/security/server_credentials.h
796 - include/grpc++/server.h
797 - include/grpc++/server_builder.h
798 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700799 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - include/grpc++/support/async_stream.h
801 - include/grpc++/support/async_unary_call.h
802 - include/grpc++/support/byte_buffer.h
803 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700804 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 - include/grpc++/support/slice.h
806 - include/grpc++/support/status.h
807 - include/grpc++/support/status_code_enum.h
808 - include/grpc++/support/string_ref.h
809 - include/grpc++/support/stub_options.h
810 - include/grpc++/support/sync_stream.h
811 - include/grpc++/support/time.h
812 headers:
813 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700814 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800816 - src/cpp/server/health/default_health_check_service.h
817 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700819 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700821 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 - src/cpp/client/client_context.cc
823 - src/cpp/client/create_channel.cc
824 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700825 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700826 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700829 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700830 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700832 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700834 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800836 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - src/cpp/server/create_default_thread_pool.cc
838 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800839 - src/cpp/server/health/default_health_check_service.cc
840 - src/cpp/server/health/health.pb.c
841 - src/cpp/server/health/health_check_service.cc
842 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700844 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - src/cpp/server/server_context.cc
846 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700847 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700848 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700849 - src/cpp/util/byte_buffer_cc.cc
850 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/util/status.cc
852 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700853 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 uses:
yang-g17487f92016-06-03 15:21:15 -0700855 - grpc++_codegen_base
856- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 language: c++
858 public_headers:
859 - include/grpc++/impl/codegen/async_stream.h
860 - include/grpc++/impl/codegen/async_unary_call.h
861 - include/grpc++/impl/codegen/call.h
862 - include/grpc++/impl/codegen/call_hook.h
863 - include/grpc++/impl/codegen/channel_interface.h
864 - include/grpc++/impl/codegen/client_context.h
865 - include/grpc++/impl/codegen/client_unary_call.h
866 - include/grpc++/impl/codegen/completion_queue.h
867 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700868 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - include/grpc++/impl/codegen/core_codegen_interface.h
870 - include/grpc++/impl/codegen/create_auth_context.h
871 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800872 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - include/grpc++/impl/codegen/rpc_method.h
875 - include/grpc++/impl/codegen/rpc_service_method.h
876 - include/grpc++/impl/codegen/security/auth_context.h
877 - include/grpc++/impl/codegen/serialization_traits.h
878 - include/grpc++/impl/codegen/server_context.h
879 - include/grpc++/impl/codegen/server_interface.h
880 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800881 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700882 - include/grpc++/impl/codegen/status.h
883 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700884 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - include/grpc++/impl/codegen/string_ref.h
886 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - include/grpc++/impl/codegen/sync_stream.h
888 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 uses:
890 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700891- name: grpc++_codegen_base_src
892 language: c++
893 src:
894 - src/cpp/codegen/codegen_init.cc
895 uses:
896 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700897- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700898 language: c++
899 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700900 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 uses:
yang-g17487f92016-06-03 15:21:15 -0700902 - grpc++_codegen_base
903 - grpc++_config_proto
904- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 language: c++
906 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700908- name: grpc++_reflection_proto
909 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700910 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700911 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800912- name: grpc++_test
913 language: c++
914 public_headers:
915 - include/grpc++/test/server_context_test_spouse.h
916 deps:
917 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700918- name: thrift_util
919 language: c++
920 public_headers:
921 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700922 - include/grpc++/impl/codegen/thrift_utils.h
923 uses:
924 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100925libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800926- name: gpr
927 build: all
928 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700930 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 secure: false
932 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
933- name: gpr_test_util
934 build: private
935 language: c
936 headers:
937 - test/core/util/test_config.h
938 src:
939 - test/core/util/test_config.c
940 deps:
941 - gpr
942 secure: false
943 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700944- name: grpc
945 build: all
946 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 src:
948 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800950 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700952 filegroups:
953 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700954 - grpc_transport_chttp2_server_secure
955 - grpc_transport_chttp2_client_secure
956 - grpc_transport_chttp2_server_insecure
957 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800958 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700959 - grpc_lb_policy_pick_first
960 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700961 - grpc_resolver_dns_native
962 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700963 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100964 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700965 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700966 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700968 vs_packages:
969 - grpc.dependencies.openssl
970 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700972- name: grpc_cronet
973 build: all
974 language: c
975 src:
976 - src/core/lib/surface/init.c
977 baselib: true
978 deps_linkage: static
979 dll: true
980 filegroups:
981 - grpc_base
982 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700983 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800984 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700985 generate_plugin_registry: true
986 platforms:
987 - linux
988 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100989- name: grpc_dll
990 build: private
991 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100992 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100993 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100994 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100995 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100996 build_system:
997 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100999 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001000 vs_config_type: DynamicLibrary
1001 vs_packages:
1002 - grpc.dependencies.openssl
1003 - grpc.dependencies.zlib
1004 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1005 vs_props:
1006 - zlib
1007 - openssl
1008 - winsock
1009 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010- name: grpc_test_util
1011 build: private
1012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001013 headers:
1014 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001015 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001016 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001017 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001018 - test/core/end2end/data/server1_cert.c
1019 - test/core/end2end/data/server1_key.c
1020 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001021 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001022 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001023 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001025 - grpc
1026 filegroups:
1027 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001028 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001029 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1030- name: grpc_test_util_unsecure
1031 build: private
1032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001033 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001034 - gpr
1035 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001036 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001037 filegroups:
1038 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001039 secure: false
1040 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1041- name: grpc_unsecure
1042 build: all
1043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001044 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001045 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001046 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001048 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001050 filegroups:
1051 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001052 - grpc_transport_chttp2_server_insecure
1053 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001054 - grpc_resolver_dns_native
1055 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001056 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001057 - grpc_lb_policy_grpclb
1058 - grpc_lb_policy_pick_first
1059 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001060 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001061 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062 secure: false
1063 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064- name: reconnect_server
1065 build: private
1066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001067 headers:
1068 - test/core/util/reconnect_server.h
1069 src:
1070 - test/core/util/reconnect_server.c
1071 deps:
yang-gc9fca182015-11-06 16:41:33 -08001072 - test_tcp_server
1073 - grpc_test_util
1074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr_test_util
1076 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001077- name: test_tcp_server
1078 build: private
1079 language: c
1080 headers:
1081 - test/core/util/test_tcp_server.h
1082 src:
1083 - test/core/util/test_tcp_server.c
1084 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001085 - grpc_test_util
1086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001087 - gpr_test_util
1088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089- name: grpc++
1090 build: all
1091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001092 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001093 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001094 - src/cpp/client/secure_credentials.h
1095 - src/cpp/common/secure_auth_context.h
1096 - src/cpp/server/secure_server_credentials.h
1097 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001098 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001099 - src/cpp/client/secure_credentials.cc
1100 - src/cpp/common/auth_property_iterator.cc
1101 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001102 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001104 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001105 - src/cpp/server/secure_server_credentials.cc
1106 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001107 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108 baselib: true
1109 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001110 filegroups:
1111 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001112 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001113 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001114 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115 secure: check
1116 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001117- name: grpc++_cronet
1118 build: all
1119 language: c++
1120 src:
1121 - src/cpp/client/cronet_credentials.cc
1122 - src/cpp/client/insecure_credentials.cc
1123 - src/cpp/common/insecure_create_auth_context.cc
1124 - src/cpp/server/insecure_server_credentials.cc
1125 deps:
1126 - gpr
1127 - grpc_cronet
1128 baselib: true
1129 dll: true
1130 filegroups:
1131 - grpc++_base
1132 - grpc++_codegen_base
1133 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001134 - grpc_transport_chttp2_client_insecure
1135 - grpc_transport_chttp2_server_insecure
1136 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001137 platforms:
1138 - linux
1139 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001140- name: grpc++_proto_reflection_desc_db
1141 build: private
1142 language: c++
1143 headers:
1144 - test/cpp/util/proto_reflection_descriptor_database.h
1145 src:
1146 - test/cpp/util/proto_reflection_descriptor_database.cc
1147 deps:
1148 - grpc++
1149 filegroups:
1150 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001151 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001152- name: grpc++_reflection
1153 build: all
1154 language: c++
1155 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001157 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001159 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001160 - src/cpp/ext/proto_server_reflection.cc
1161 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001162 deps:
1163 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001164 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001165 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166- name: grpc++_test_config
1167 build: private
1168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001169 headers:
1170 - test/cpp/util/test_config.h
1171 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001172 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173- name: grpc++_test_util
1174 build: private
1175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001176 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001177 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001178 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001179 - test/cpp/util/create_test_channel.h
1180 - test/cpp/util/string_ref_helper.h
1181 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001182 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
yang-gc8a49d22016-12-12 11:18:49 -08001184 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001185 - src/proto/grpc/testing/echo_messages.proto
1186 - src/proto/grpc/testing/echo.proto
1187 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001188 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001189 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001190 - test/cpp/util/create_test_channel.cc
1191 - test/cpp/util/string_ref_helper.cc
1192 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001193 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001194 deps:
1195 - grpc++
1196 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001197 filegroups:
1198 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001199 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001200 - grpc++_codegen_proto
1201 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001202 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: grpc++_unsecure
1204 build: all
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001207 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001209 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001212 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213 baselib: true
1214 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001215 filegroups:
1216 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001217 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001218 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 secure: false
1220 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001221- name: grpc_benchmark
1222 build: test
1223 language: c++
1224 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001225 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1226 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001227 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001228 src:
1229 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001230 deps:
1231 - benchmark
1232 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001233 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001234 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001235- name: grpc_cli_libs
1236 build: private
1237 language: c++
1238 headers:
1239 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001240 - test/cpp/util/cli_credentials.h
1241 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001242 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001243 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001244 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001245 src:
1246 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001247 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001248 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001249 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001250 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001251 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001252 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001253 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001254 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001255 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001256 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257- name: grpc_plugin_support
1258 build: protoc
1259 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001260 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001261 - src/compiler/config.h
1262 - src/compiler/cpp_generator.h
1263 - src/compiler/cpp_generator_helpers.h
1264 - src/compiler/csharp_generator.h
1265 - src/compiler/csharp_generator_helpers.h
1266 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001267 - src/compiler/node_generator.h
1268 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001269 - src/compiler/objective_c_generator.h
1270 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001271 - src/compiler/php_generator.h
1272 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001273 - src/compiler/python_generator.h
1274 - src/compiler/ruby_generator.h
1275 - src/compiler/ruby_generator_helpers-inl.h
1276 - src/compiler/ruby_generator_map-inl.h
1277 - src/compiler/ruby_generator_string-inl.h
1278 src:
1279 - src/compiler/cpp_generator.cc
1280 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001281 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001282 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001283 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001284 - src/compiler/python_generator.cc
1285 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001286 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001287 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 secure: false
1289 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001290 vs_props:
1291 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001292- name: http2_client_main
1293 build: private
1294 language: c++
1295 headers:
1296 - test/cpp/interop/http2_client.h
1297 src:
1298 - src/proto/grpc/testing/empty.proto
1299 - src/proto/grpc/testing/messages.proto
1300 - src/proto/grpc/testing/test.proto
1301 - test/cpp/interop/http2_client.cc
1302 deps:
1303 - grpc++_test_util
1304 - grpc_test_util
1305 - grpc++
1306 - grpc
1307 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: interop_client_helper
1309 build: private
1310 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001311 headers:
1312 - test/cpp/interop/client_helper.h
1313 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001314 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001315 - test/cpp/interop/client_helper.cc
1316 deps:
1317 - grpc++_test_util
1318 - grpc_test_util
1319 - grpc++
1320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: interop_client_main
1323 build: private
1324 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001325 headers:
1326 - test/cpp/interop/interop_client.h
1327 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001328 - src/proto/grpc/testing/empty.proto
1329 - src/proto/grpc/testing/messages.proto
1330 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001331 - test/cpp/interop/client.cc
1332 - test/cpp/interop/interop_client.cc
1333 deps:
1334 - interop_client_helper
1335 - grpc++_test_util
1336 - grpc_test_util
1337 - grpc++
1338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001341 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342- name: interop_server_helper
1343 build: private
1344 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001345 headers:
1346 - test/cpp/interop/server_helper.h
1347 src:
1348 - test/cpp/interop/server_helper.cc
1349 deps:
yang-gcc591022017-01-11 11:10:43 -08001350 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001351 - grpc_test_util
1352 - grpc++
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001355- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356 build: private
1357 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001359 - src/proto/grpc/testing/empty.proto
1360 - src/proto/grpc/testing/messages.proto
1361 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001362 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001363 deps:
1364 - interop_server_helper
1365 - grpc++_test_util
1366 - grpc_test_util
1367 - grpc++
1368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr_test_util
1370 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001371 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001372- name: interop_server_main
1373 build: private
1374 language: c++
1375 src:
1376 - test/cpp/interop/interop_server_bootstrap.cc
1377 deps:
1378 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379- name: qps
1380 build: private
1381 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001382 headers:
1383 - test/cpp/qps/client.h
1384 - test/cpp/qps/driver.h
1385 - test/cpp/qps/histogram.h
1386 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001387 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001388 - test/cpp/qps/qps_worker.h
1389 - test/cpp/qps/report.h
1390 - test/cpp/qps/server.h
1391 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001392 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001393 - test/cpp/util/benchmark_config.h
1394 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001398 - src/proto/grpc/testing/control.proto
1399 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001400 - test/cpp/qps/client_async.cc
1401 - test/cpp/qps/client_sync.cc
1402 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001403 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001404 - test/cpp/qps/qps_worker.cc
1405 - test/cpp/qps/report.cc
1406 - test/cpp/qps/server_async.cc
1407 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001408 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001409 - test/cpp/util/benchmark_config.cc
1410 deps:
1411 - grpc_test_util
1412 - grpc++_test_util
1413 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414- name: grpc_csharp_ext
1415 build: all
1416 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001417 src:
1418 - src/csharp/ext/grpc_csharp_ext.c
1419 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001422 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001423 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424 dll: only
1425 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001426 vs_packages:
1427 - grpc.dependencies.openssl
1428 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001429 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001430 vs_props:
1431 - zlib
1432 - openssl
1433 - winsock
1434 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001436- name: alarm_test
1437 build: test
1438 language: c
1439 src:
1440 - test/core/surface/alarm_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001444 - gpr_test_util
1445 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001446- name: algorithm_test
1447 build: test
1448 language: c
1449 src:
1450 - test/core/compression/algorithm_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001456- name: alloc_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/support/alloc_test.c
1461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: alpn_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/transport/chttp2/alpn_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001474- name: api_fuzzer
1475 build: fuzzer
1476 language: c
1477 src:
1478 - test/core/end2end/fuzzers/api_fuzzer.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
1482 - gpr_test_util
1483 - gpr
1484 corpus_dirs:
1485 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001486 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001487 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001488- name: arena_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/support/arena_test.c
1493 deps:
1494 - gpr_test_util
1495 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001496- name: bad_server_response_test
1497 build: test
1498 language: c
1499 src:
1500 - test/core/end2end/bad_server_response_test.c
1501 deps:
1502 - test_tcp_server
1503 - grpc_test_util
1504 - grpc
1505 - gpr_test_util
1506 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001507 exclude_iomgrs:
1508 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001509- name: bdp_estimator_test
1510 build: test
1511 language: c
1512 src:
1513 - test/core/transport/bdp_estimator_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
1517 - gpr_test_util
1518 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001519- name: bin_decoder_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/transport/chttp2/bin_decoder_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: bin_encoder_test
1528 build: test
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/transport/chttp2/bin_encoder_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001535- name: census_context_test
1536 build: test
1537 language: c
1538 src:
1539 - test/core/census/context_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001545- name: census_resource_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/census/resource_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001555- name: census_trace_context_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/census/trace_context_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
1563 - gpr_test_util
1564 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001565- name: channel_create_test
1566 build: test
1567 language: c
1568 src:
1569 - test/core/surface/channel_create_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001575- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001579 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: chttp2_stream_map_test
1586 build: test
1587 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001588 src:
1589 - test/core/transport/chttp2/stream_map_test.c
1590 deps:
1591 - grpc_test_util
1592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001595- name: chttp2_varint_test
1596 build: test
1597 language: c
1598 src:
1599 - test/core/transport/chttp2/varint_test.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001605- name: client_fuzzer
1606 build: fuzzer
1607 language: c
1608 src:
1609 - test/core/end2end/fuzzers/client_fuzzer.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
1613 - gpr_test_util
1614 - gpr
1615 corpus_dirs:
1616 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001617 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001618 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001619- name: combiner_test
1620 cpu_cost: 30
1621 build: test
1622 language: c
1623 src:
1624 - test/core/iomgr/combiner_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
1628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: compression_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/compression/compression_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001640- name: concurrent_connectivity_test
1641 build: test
1642 language: c
1643 src:
1644 - test/core/surface/concurrent_connectivity_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001650 exclude_iomgrs:
1651 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001652- name: connection_refused_test
1653 cpu_cost: 0.1
1654 build: test
1655 language: c
1656 src:
1657 - test/core/end2end/connection_refused_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
1661 - gpr_test_util
1662 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001663- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001664 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001665 build: test
1666 language: c
1667 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001668 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001669 deps:
1670 - grpc_test_util
1671 - grpc
1672 - gpr_test_util
1673 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001674 exclude_iomgrs:
1675 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001676- name: dns_resolver_test
1677 build: test
1678 language: c
1679 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001680 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001687 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688 build: test
1689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001690 src:
1691 - test/core/end2end/dualstack_socket_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001697 exclude_iomgrs:
1698 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001699 platforms:
1700 - mac
1701 - linux
1702 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001703- name: endpoint_pair_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/iomgr/endpoint_pair_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001713 exclude_iomgrs:
1714 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001715- name: error_test
1716 cpu_cost: 30
1717 build: test
1718 language: c
1719 src:
1720 - test/core/iomgr/error_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
1724 - gpr_test_util
1725 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001726- name: ev_epoll_linux_test
1727 build: test
1728 language: c
1729 src:
1730 - test/core/iomgr/ev_epoll_linux_test.c
1731 deps:
1732 - grpc_test_util
1733 - grpc
1734 - gpr_test_util
1735 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001736 exclude_iomgrs:
1737 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001738 platforms:
1739 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001740- name: fd_conservation_posix_test
1741 build: test
1742 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001743 src:
1744 - test/core/iomgr/fd_conservation_posix_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001750 exclude_iomgrs:
1751 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001752 platforms:
1753 - mac
1754 - linux
1755 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: fd_posix_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/iomgr/fd_posix_test.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001766 exclude_iomgrs:
1767 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001768 platforms:
1769 - mac
1770 - linux
1771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: fling_client
1773 build: test
1774 run: false
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/fling/client.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: fling_server
1784 build: test
1785 run: false
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/fling/server.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001795 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/fling/fling_stream_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001805 platforms:
1806 - mac
1807 - linux
1808 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001810 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/fling/fling_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001820 platforms:
1821 - mac
1822 - linux
1823 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: gen_hpack_tables
1825 build: tool
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - tools/codegen/core/gen_hpack_tables.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001831 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: gen_legal_metadata_characters
1833 build: tool
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001838- name: gen_percent_encoding_tables
1839 build: tool
1840 language: c
1841 src:
1842 - tools/codegen/core/gen_percent_encoding_tables.c
1843 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001844- name: goaway_server_test
1845 cpu_cost: 0.1
1846 build: test
1847 language: c
1848 src:
1849 - test/core/end2end/goaway_server_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
1853 - gpr_test_util
1854 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001855 exclude_iomgrs:
1856 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001857 platforms:
1858 - mac
1859 - linux
1860 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001861- name: gpr_avl_test
1862 build: test
1863 language: c
1864 src:
1865 - test/core/support/avl_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001869- name: gpr_backoff_test
1870 build: test
1871 language: c
1872 src:
1873 - test/core/support/backoff_test.c
1874 deps:
1875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: gpr_cmdline_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/support/cmdline_test.c
1882 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001885- name: gpr_cpu_test
1886 build: test
1887 language: c
1888 src:
1889 - test/core/support/cpu_test.c
1890 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: gpr_env_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/support/env_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_histogram_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/support/histogram_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_host_port_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/support/host_port_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_log_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/support/log_test.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001925- name: gpr_mpscq_test
1926 cpu_cost: 30
1927 build: test
1928 language: c
1929 src:
1930 - test/core/support/mpscq_test.c
1931 deps:
1932 - gpr_test_util
1933 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001934- name: gpr_spinlock_test
1935 cpu_cost: 10
1936 build: test
1937 language: c
1938 src:
1939 - test/core/support/spinlock_test.c
1940 deps:
1941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001944 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/stack_lockfree_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: gpr_string_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001961 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/support/sync_test.c
1966 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001970 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/support/thd_test.c
1975 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: gpr_time_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/support/time_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_tls_test
1987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/core/support/tls_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_useful_test
1995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/support/useful_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: grpc_auth_context_test
2003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/security/auth_context_test.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002012- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002016 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: grpc_byte_buffer_reader_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/surface/byte_buffer_reader_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: grpc_channel_args_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/channel/channel_args_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_channel_stack_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/channel/channel_stack_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: grpc_completion_queue_test
2053 build: test
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
2056 - test/core/surface/completion_queue_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002062- name: grpc_completion_queue_threading_test
2063 build: test
2064 language: c
2065 src:
2066 - test/core/surface/completion_queue_threading_test.c
2067 deps:
2068 - grpc_test_util
2069 - grpc
2070 - gpr_test_util
2071 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002072 exclude_iomgrs:
2073 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: grpc_create_jwt
2075 build: tool
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/security/create_jwt.c
2079 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002082 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_credentials_test
2084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/security/credentials_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002091 - gpr_test_util
2092 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002094 build: test
2095 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002097 src:
2098 - test/core/security/fetch_oauth2.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002104- name: grpc_invalid_channel_args_test
2105 build: test
2106 language: c
2107 src:
2108 - test/core/surface/invalid_channel_args_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: grpc_json_token_test
2115 build: test
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/core/security/json_token_test.c
2119 deps:
2120 - grpc_test_util
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002124 platforms:
2125 - linux
2126 - posix
2127 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_jwt_verifier_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/security/jwt_verifier_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: grpc_print_google_default_creds_token
2139 build: tool
2140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
2142 - test/core/security/print_google_default_creds_token.c
2143 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: grpc_security_connector_test
2147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/security/security_connector_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: grpc_verify_jwt
2157 build: tool
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/security/verify_jwt.c
2161 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002164- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002165 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002166 language: c
2167 src:
2168 - test/core/handshake/client_ssl.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
2172 - gpr_test_util
2173 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002174 exclude_iomgrs:
2175 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002176 platforms:
2177 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002178 secure: true
2179- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002180 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002181 language: c
2182 src:
2183 - test/core/handshake/server_ssl.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002189 platforms:
2190 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002191 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002192- name: hpack_parser_fuzzer_test
2193 build: fuzzer
2194 language: c
2195 src:
2196 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
2202 corpus_dirs:
2203 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002204 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002205 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: hpack_parser_test
2207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/transport/chttp2/hpack_parser_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: hpack_table_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/transport/chttp2/hpack_table_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002226- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227 build: test
2228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002230 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002231 deps:
2232 - grpc_test_util
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002236- name: http_request_fuzzer_test
2237 build: fuzzer
2238 language: c
2239 src:
2240 - test/core/http/request_fuzzer.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
2244 - gpr_test_util
2245 - gpr
2246 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002247 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002248 maxlen: 2048
2249- name: http_response_fuzzer_test
2250 build: fuzzer
2251 language: c
2252 src:
2253 - test/core/http/response_fuzzer.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
2257 - gpr_test_util
2258 - gpr
2259 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002260 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002261 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002262- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263 build: test
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002266 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002272- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002273 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274 build: test
2275 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002276 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002277 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002278 deps:
2279 - grpc_test_util
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr_test_util
2282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002283 platforms:
2284 - mac
2285 - linux
2286 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002287- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002288 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002289 build: test
2290 language: c
2291 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002292 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002298 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002299 - linux
yang-gf1183302015-12-07 16:02:05 -08002300- name: init_test
2301 build: test
2302 language: c
2303 src:
2304 - test/core/surface/init_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002310- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002311 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002312 build: test
2313 language: c
2314 src:
2315 - test/core/end2end/invalid_call_argument_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002321- name: json_fuzzer_test
2322 build: fuzzer
2323 language: c
2324 src:
2325 - test/core/json/fuzzer.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
2329 - gpr_test_util
2330 - gpr
2331 corpus_dirs:
2332 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002333 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: json_rewrite
2335 build: test
2336 run: false
2337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002338 src:
2339 - test/core/json/json_rewrite.c
2340 deps:
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002343- name: json_rewrite_test
2344 build: test
2345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
2347 - test/core/json/json_rewrite_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002353- name: json_stream_error_test
2354 build: test
2355 language: c
2356 src:
2357 - test/core/json/json_stream_error_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: json_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/core/json/json_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002373- name: lame_client_test
2374 build: test
2375 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002376 src:
2377 - test/core/surface/lame_client_test.c
2378 deps:
2379 - grpc_test_util
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002383- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002384 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002385 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002386 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002389 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002395- name: load_file_test
2396 build: test
2397 language: c
2398 src:
2399 - test/core/iomgr/load_file_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
2403 - gpr_test_util
2404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002405- name: low_level_ping_pong_benchmark
2406 build: benchmark
2407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
2409 - test/core/network_benchmarks/low_level_ping_pong.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002415 platforms:
2416 - mac
2417 - linux
2418 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002419- name: memory_profile_client
2420 build: test
2421 run: false
2422 language: c
2423 src:
2424 - test/core/memory_usage/client.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
2428 - gpr_test_util
2429 - gpr
2430- name: memory_profile_server
2431 build: test
2432 run: false
2433 language: c
2434 src:
2435 - test/core/memory_usage/server.c
2436 deps:
2437 - grpc_test_util
2438 - grpc
2439 - gpr_test_util
2440 - gpr
2441- name: memory_profile_test
2442 cpu_cost: 1.5
2443 build: test
2444 language: c
2445 src:
2446 - test/core/memory_usage/memory_usage_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
2450 - gpr_test_util
2451 - gpr
2452 platforms:
2453 - mac
2454 - linux
2455 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: message_compress_test
2457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/compression/message_compress_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002466- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002467 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002468 build: test
2469 language: c
2470 src:
2471 - test/core/census/mlog_test.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: multiple_server_queues_test
2478 build: test
2479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/core/end2end/multiple_server_queues_test.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487- name: murmur_hash_test
2488 build: test
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/core/support/murmur_hash_test.c
2492 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002495- name: nanopb_fuzzer_response_test
2496 build: fuzzer
2497 language: c
2498 src:
2499 - test/core/nanopb/fuzzer_response.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
2503 - gpr_test_util
2504 - gpr
2505 corpus_dirs:
2506 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002507 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002508- name: nanopb_fuzzer_serverlist_test
2509 build: fuzzer
2510 language: c
2511 src:
2512 - test/core/nanopb/fuzzer_serverlist.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
2516 - gpr_test_util
2517 - gpr
2518 corpus_dirs:
2519 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002520 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002522 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523 build: test
2524 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - test/core/end2end/no_server_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002532- name: parse_address_test
2533 build: test
2534 language: c
2535 src:
2536 - test/core/client_channel/parse_address_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002542- name: percent_decode_fuzzer
2543 build: fuzzer
2544 language: c
2545 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002546 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002547 deps:
2548 - grpc_test_util
2549 - grpc
2550 - gpr_test_util
2551 - gpr
2552 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002553 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002554 maxlen: 32
2555- name: percent_encode_fuzzer
2556 build: fuzzer
2557 language: c
2558 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002559 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002560 deps:
2561 - grpc_test_util
2562 - grpc
2563 - gpr_test_util
2564 - gpr
2565 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002566 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002567 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002568- name: percent_encoding_test
2569 build: test
2570 language: c
2571 src:
2572 - test/core/slice/percent_encoding_test.c
2573 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002574 - grpc_test_util
2575 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002576 - gpr_test_util
2577 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002578- name: pollset_set_test
2579 build: test
2580 language: c
2581 src:
2582 - test/core/iomgr/pollset_set_test.c
2583 deps:
2584 - grpc_test_util
2585 - grpc
2586 - gpr_test_util
2587 - gpr
2588 exclude_iomgrs:
2589 - uv
2590 platforms:
2591 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002592- name: resolve_address_posix_test
2593 build: test
2594 language: c
2595 src:
2596 - test/core/iomgr/resolve_address_posix_test.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
2600 - gpr_test_util
2601 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002602 exclude_iomgrs:
2603 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002604 platforms:
2605 - mac
2606 - linux
2607 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: resolve_address_test
2609 build: test
2610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002611 src:
2612 - test/core/iomgr/resolve_address_test.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002616 - gpr_test_util
2617 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002618- name: resource_quota_test
2619 cpu_cost: 30
2620 build: test
2621 language: c
2622 src:
2623 - test/core/iomgr/resource_quota_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
2627 - gpr_test_util
2628 - gpr
yang-gd482e592015-12-10 14:04:00 -08002629- name: secure_channel_create_test
2630 build: test
2631 language: c
2632 src:
2633 - test/core/surface/secure_channel_create_test.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639- name: secure_endpoint_test
2640 build: test
2641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/core/security/secure_endpoint_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002649 exclude_iomgrs:
2650 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002651- name: sequential_connectivity_test
2652 build: test
2653 language: c
2654 src:
2655 - test/core/surface/sequential_connectivity_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
2659 - gpr_test_util
2660 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002661 exclude_iomgrs:
2662 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002663- name: server_chttp2_test
2664 build: test
2665 language: c
2666 src:
2667 - test/core/surface/server_chttp2_test.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002673- name: server_fuzzer
2674 build: fuzzer
2675 language: c
2676 src:
2677 - test/core/end2end/fuzzers/server_fuzzer.c
2678 deps:
2679 - grpc_test_util
2680 - grpc
2681 - gpr_test_util
2682 - gpr
2683 corpus_dirs:
2684 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002685 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002686 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002687- name: server_test
2688 build: test
2689 language: c
2690 src:
2691 - test/core/surface/server_test.c
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002697- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002698 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002699 build: test
2700 language: c
2701 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002702 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002703 deps:
2704 - test_tcp_server
2705 - grpc_test_util
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002709 exclude_iomgrs:
2710 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002711- name: slice_buffer_test
2712 build: test
2713 language: c
2714 src:
2715 - test/core/slice/slice_buffer_test.c
2716 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002717 - grpc_test_util
2718 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002719 - gpr_test_util
2720 - gpr
2721- name: slice_string_helpers_test
2722 build: test
2723 language: c
2724 src:
2725 - test/core/slice/slice_string_helpers_test.c
2726 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002727 - grpc_test_util
2728 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002729 - gpr_test_util
2730 - gpr
2731- name: slice_test
2732 build: test
2733 language: c
2734 src:
2735 - test/core/slice/slice_test.c
2736 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002737 - grpc_test_util
2738 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002739 - gpr_test_util
2740 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002741- name: sockaddr_resolver_test
2742 build: test
2743 language: c
2744 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002745 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: sockaddr_utils_test
2752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - test/core/iomgr/sockaddr_utils_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002761- name: socket_utils_test
2762 build: test
2763 language: c
2764 src:
2765 - test/core/iomgr/socket_utils_test.c
2766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002771 exclude_iomgrs:
2772 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002773 platforms:
2774 - mac
2775 - linux
2776 - posix
yang-g31e21282016-11-04 15:10:03 -07002777- name: ssl_server_fuzzer
2778 build: fuzzer
2779 language: c
2780 src:
2781 - test/core/security/ssl_server_fuzzer.c
2782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
2787 corpus_dirs:
2788 - test/core/security/corpus/ssl_server_corpus
2789 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002790- name: status_conversion_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/transport/status_conversion_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002800- name: stream_owned_slice_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/transport/stream_owned_slice_test.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002811 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812 build: test
2813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
2815 - test/core/iomgr/tcp_client_posix_test.c
2816 deps:
2817 - grpc_test_util
2818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002819 - gpr_test_util
2820 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002821 exclude_iomgrs:
2822 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002823 platforms:
2824 - mac
2825 - linux
2826 - posix
murgatroid991191b722017-02-08 11:56:52 -08002827- name: tcp_client_uv_test
2828 cpu_cost: 0.5
2829 build: test
2830 language: c
2831 src:
2832 - test/core/iomgr/tcp_client_uv_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
2836 - gpr_test_util
2837 - gpr
2838 exclude_iomgrs:
2839 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002841 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842 build: test
2843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - test/core/iomgr/tcp_posix_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr_test_util
2850 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002851 exclude_iomgrs:
2852 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002853 platforms:
2854 - mac
2855 - linux
2856 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: tcp_server_posix_test
2858 build: test
2859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002860 src:
2861 - test/core/iomgr/tcp_server_posix_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002867 exclude_iomgrs:
2868 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002869 platforms:
2870 - mac
2871 - linux
2872 - posix
murgatroid991191b722017-02-08 11:56:52 -08002873- name: tcp_server_uv_test
2874 build: test
2875 language: c
2876 src:
2877 - test/core/iomgr/tcp_server_uv_test.c
2878 deps:
2879 - grpc_test_util
2880 - grpc
2881 - gpr_test_util
2882 - gpr
2883 exclude_iomgrs:
2884 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: time_averaged_stats_test
2886 build: test
2887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
2889 - test/core/iomgr/time_averaged_stats_test.c
2890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: timeout_encoding_test
2896 build: test
2897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002898 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002899 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002900 deps:
2901 - grpc_test_util
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002905- name: timer_heap_test
2906 build: test
2907 language: c
2908 src:
2909 - test/core/iomgr/timer_heap_test.c
2910 deps:
2911 - grpc_test_util
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002915 exclude_iomgrs:
2916 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002917- name: timer_list_test
2918 build: test
2919 language: c
2920 src:
2921 - test/core/iomgr/timer_list_test.c
2922 deps:
2923 - grpc_test_util
2924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002925 - gpr_test_util
2926 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002927 exclude_iomgrs:
2928 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002929- name: transport_connectivity_state_test
2930 build: test
2931 language: c
2932 src:
2933 - test/core/transport/connectivity_state_test.c
2934 deps:
2935 - grpc_test_util
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr_test_util
2938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002939- name: transport_metadata_test
2940 build: test
2941 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002942 src:
2943 - test/core/transport/metadata_test.c
2944 deps:
2945 - grpc_test_util
2946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002947 - gpr_test_util
2948 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002949- name: transport_pid_controller_test
2950 build: test
2951 language: c
2952 src:
2953 - test/core/transport/pid_controller_test.c
2954 deps:
2955 - grpc_test_util
2956 - grpc
2957 - gpr_test_util
2958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959- name: transport_security_test
2960 build: test
2961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002962 src:
2963 - test/core/tsi/transport_security_test.c
2964 deps:
2965 - grpc_test_util
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002969 platforms:
2970 - linux
2971 - posix
2972 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: udp_server_test
2974 build: test
2975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002976 src:
2977 - test/core/iomgr/udp_server_test.c
2978 deps:
2979 - grpc_test_util
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002983 exclude_iomgrs:
2984 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002985 platforms:
2986 - mac
2987 - linux
2988 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002989- name: uri_fuzzer_test
2990 build: fuzzer
2991 language: c
2992 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002993 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002994 deps:
2995 - grpc_test_util
2996 - grpc
2997 - gpr_test_util
2998 - gpr
2999 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003000 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003001 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: uri_parser_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003006 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003012- name: wakeup_fd_cv_test
3013 build: test
3014 language: c
3015 src:
3016 - test/core/iomgr/wakeup_fd_cv_test.c
3017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003022 exclude_iomgrs:
3023 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003024 platforms:
3025 - mac
3026 - linux
3027 - posix
vjpai04e992a2016-02-10 16:58:38 -08003028- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003029 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003030 build: test
3031 language: c++
3032 src:
3033 - test/cpp/common/alarm_cpp_test.cc
3034 deps:
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003039 - gpr_test_util
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003042 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043 build: test
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/cpp/end2end/async_end2end_test.cc
3047 deps:
3048 - grpc++_test_util
3049 - grpc_test_util
3050 - grpc++
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003055 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056 build: test
3057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
3059 - test/cpp/common/auth_property_iterator_test.cc
3060 deps:
3061 - grpc++_test_util
3062 - grpc_test_util
3063 - grpc++
3064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003065 - gpr_test_util
3066 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003067- name: bm_arena
3068 build: test
3069 language: c++
3070 src:
3071 - test/cpp/microbenchmarks/bm_arena.cc
3072 deps:
3073 - grpc_benchmark
3074 - benchmark
3075 - grpc++_test_util
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
3079 - gpr_test_util
3080 - gpr
3081 args:
3082 - --benchmark_min_time=0
3083 platforms:
3084 - mac
3085 - linux
3086 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003087- name: bm_call_create
3088 build: test
3089 language: c++
3090 src:
3091 - test/cpp/microbenchmarks/bm_call_create.cc
3092 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003093 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003094 - benchmark
3095 - grpc++_test_util
3096 - grpc_test_util
3097 - grpc++
3098 - grpc
3099 - gpr_test_util
3100 - gpr
3101 args:
3102 - --benchmark_min_time=0
3103 platforms:
3104 - mac
3105 - linux
3106 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003107- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003108 build: test
3109 language: c++
3110 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003111 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003112 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003113 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003114 - benchmark
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
3119 - gpr_test_util
3120 - gpr
3121 args:
3122 - --benchmark_min_time=0
3123 platforms:
3124 - mac
3125 - linux
3126 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003127- name: bm_closure
3128 build: test
3129 language: c++
3130 src:
3131 - test/cpp/microbenchmarks/bm_closure.cc
3132 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003133 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003134 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003135 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003136 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003137 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003138 - grpc
3139 - gpr_test_util
3140 - gpr
3141 args:
3142 - --benchmark_min_time=0
3143 platforms:
3144 - mac
3145 - linux
3146 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003147- name: bm_cq
3148 build: test
3149 language: c++
3150 src:
3151 - test/cpp/microbenchmarks/bm_cq.cc
3152 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003153 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003154 - benchmark
3155 - grpc++_test_util
3156 - grpc_test_util
3157 - grpc++
3158 - grpc
3159 - gpr_test_util
3160 - gpr
3161 args:
3162 - --benchmark_min_time=0
3163 platforms:
3164 - mac
3165 - linux
3166 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003167- name: bm_error
3168 build: test
3169 language: c++
3170 src:
3171 - test/cpp/microbenchmarks/bm_error.cc
3172 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003173 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003174 - benchmark
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
3179 - gpr_test_util
3180 - gpr
3181 args:
3182 - --benchmark_min_time=0
3183 platforms:
3184 - mac
3185 - linux
3186 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003187- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003188 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003189 language: c++
3190 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003191 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003192 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003193 - grpc_benchmark
3194 - benchmark
3195 - grpc++_test_util
3196 - grpc_test_util
3197 - grpc++
3198 - grpc
3199 - gpr_test_util
3200 - gpr
3201 args:
3202 - --benchmark_min_time=0
3203 excluded_poll_engines:
3204 - poll
3205 - poll-cv
3206 platforms:
3207 - mac
3208 - linux
3209 - posix
3210 timeout_seconds: 1200
3211- name: bm_fullstack_streaming_pump
3212 build: test
3213 language: c++
3214 src:
3215 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003216 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003217 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003218 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003219 - grpc++_test_util
3220 - grpc_test_util
3221 - grpc++
3222 - grpc
3223 - gpr_test_util
3224 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003225 args:
3226 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003227 excluded_poll_engines:
3228 - poll
3229 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003230 platforms:
3231 - mac
3232 - linux
3233 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003234 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003235- name: bm_fullstack_trickle
3236 build: test
3237 language: c++
3238 src:
3239 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3240 deps:
3241 - grpc_benchmark
3242 - benchmark
3243 - grpc++_test_util
3244 - grpc_test_util
3245 - grpc++
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 args:
3250 - --benchmark_min_time=0
3251 excluded_poll_engines:
3252 - poll
3253 - poll-cv
3254 platforms:
3255 - mac
3256 - linux
3257 - posix
3258 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003259- name: bm_fullstack_unary_ping_pong
3260 build: test
3261 language: c++
3262 src:
3263 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3264 deps:
3265 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003266 - benchmark
3267 - grpc++_test_util
3268 - grpc_test_util
3269 - grpc++
3270 - grpc
3271 - gpr_test_util
3272 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003274 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003276 - poll
3277 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003278 platforms:
3279 - mac
3280 - linux
3281 - posix
3282 timeout_seconds: 1200
3283- name: bm_metadata
3284 build: test
3285 language: c++
3286 src:
3287 - test/cpp/microbenchmarks/bm_metadata.cc
3288 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003289 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003290 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003291 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003292 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003293 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003294 - grpc
3295 - gpr_test_util
3296 - gpr
3297 args:
3298 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299 platforms:
3300 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003301 - linux
3302 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003303- name: bm_pollset
3304 build: test
3305 language: c++
3306 src:
3307 - test/cpp/microbenchmarks/bm_pollset.cc
3308 deps:
3309 - grpc_benchmark
3310 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003311 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003312 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003313 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003314 - grpc
3315 - gpr_test_util
3316 - gpr
3317 args:
3318 - --benchmark_min_time=0
3319 platforms:
3320 - mac
3321 - linux
3322 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003323- name: channel_arguments_test
3324 gtest: true
3325 build: test
3326 language: c++
3327 src:
3328 - test/cpp/common/channel_arguments_test.cc
3329 deps:
3330 - grpc++
3331 - grpc
3332 - gpr
3333- name: channel_filter_test
3334 gtest: true
3335 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003336 language: c++
3337 src:
3338 - test/cpp/common/channel_filter_test.cc
3339 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003340 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003341 - grpc
3342 - gpr
3343- name: cli_call_test
3344 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003345 build: test
3346 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003347 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003348 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003349 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350 - grpc_cli_libs
3351 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003352 - grpc_test_util
3353 - grpc++
3354 - grpc
3355 - gpr_test_util
3356 - gpr
3357- name: client_crash_test
3358 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003359 cpu_cost: 0.1
3360 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003361 language: c++
3362 src:
3363 - test/cpp/end2end/client_crash_test.cc
3364 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003365 - grpc++_test_util
3366 - grpc_test_util
3367 - grpc++
3368 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003369 - gpr_test_util
3370 - gpr
3371 platforms:
3372 - mac
3373 - linux
3374 - posix
3375- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 build: test
3377 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003378 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003379 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003380 - test/cpp/end2end/client_crash_test_server.cc
3381 deps:
3382 - grpc++_test_util
3383 - grpc_test_util
3384 - grpc++
3385 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003386 - gpr_test_util
3387 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003388- name: codegen_test_full
3389 gtest: true
3390 build: test
3391 language: c++
3392 src:
3393 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003394 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003395 - src/proto/grpc/testing/payloads.proto
3396 - src/proto/grpc/testing/services.proto
3397 - src/proto/grpc/testing/stats.proto
3398 - test/cpp/codegen/codegen_test_full.cc
3399 deps:
3400 - grpc++
3401 - grpc
3402 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003403 filegroups:
3404 - grpc++_codegen_base
3405- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003406 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003407 build: test
yang-g34b58612016-06-03 17:30:09 -07003408 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003409 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003410 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411 - src/proto/grpc/testing/messages.proto
3412 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003413 - src/proto/grpc/testing/services.proto
3414 - src/proto/grpc/testing/stats.proto
3415 - test/cpp/codegen/codegen_test_minimal.cc
3416 filegroups:
3417 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003419- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003420 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421 build: test
3422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003423 src:
3424 - test/cpp/client/credentials_test.cc
3425 deps:
3426 - grpc++
3427 - grpc
3428 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003429- name: cxx_byte_buffer_test
3430 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003432 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 src:
3434 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003435 deps:
3436 - grpc_test_util
3437 - grpc++
3438 - grpc
3439 - gpr_test_util
3440 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003441- name: cxx_slice_test
3442 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003444 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 src:
3446 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003447 deps:
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453- name: cxx_string_ref_test
3454 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003455 build: test
3456 language: c++
3457 src:
3458 - test/cpp/util/string_ref_test.cc
3459 deps:
3460 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003461- name: cxx_time_test
3462 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003464 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003465 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466 - test/cpp/util/time_test.cc
3467 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003468 - grpc_test_util
3469 - grpc++
3470 - grpc
3471 - gpr_test_util
3472 - gpr
3473- name: end2end_test
3474 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003475 cpu_cost: 0.5
3476 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003477 language: c++
3478 src:
3479 - test/cpp/end2end/end2end_test.cc
3480 deps:
3481 - grpc++_test_util
3482 - grpc_test_util
3483 - grpc++
3484 - grpc
3485 - gpr_test_util
3486 - gpr
3487- name: filter_end2end_test
3488 gtest: true
3489 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003490 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003491 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492 - test/cpp/end2end/filter_end2end_test.cc
3493 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003494 - grpc++_test_util
3495 - grpc_test_util
3496 - grpc++
3497 - grpc
3498 - gpr_test_util
3499 - gpr
3500- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003501 gtest: true
3502 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003503 language: c++
3504 src:
3505 - test/cpp/end2end/generic_end2end_test.cc
3506 deps:
3507 - grpc++_test_util
3508 - grpc_test_util
3509 - grpc++
3510 - grpc
3511 - gpr_test_util
3512 - gpr
3513- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 gtest: true
3515 build: test
3516 language: c++
3517 src:
Craig Tiller25834342015-09-25 08:08:24 -07003518 - src/proto/grpc/testing/compiler_test.proto
3519 - test/cpp/codegen/golden_file_test.cc
3520 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003521 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003522 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003523 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003524 args:
3525 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526- name: grpc_cli
3527 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003528 run: false
3529 language: c++
3530 src:
3531 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532 deps:
3533 - grpc_cli_libs
3534 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003535 - grpc++
3536 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003537 - gpr
3538 - grpc++_test_config
3539- name: grpc_cpp_plugin
3540 build: protoc
3541 language: c++
3542 src:
3543 - src/compiler/cpp_plugin.cc
3544 deps:
3545 - grpc_plugin_support
3546 secure: false
3547 vs_config_type: Application
3548 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3549- name: grpc_csharp_plugin
3550 build: protoc
3551 language: c++
3552 src:
3553 - src/compiler/csharp_plugin.cc
3554 deps:
3555 - grpc_plugin_support
3556 secure: false
3557 vs_config_type: Application
3558 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003559- name: grpc_node_plugin
3560 build: protoc
3561 language: c++
3562 src:
3563 - src/compiler/node_plugin.cc
3564 deps:
3565 - grpc_plugin_support
3566 secure: false
3567 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003568- name: grpc_objective_c_plugin
3569 build: protoc
3570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003571 src:
3572 - src/compiler/objective_c_plugin.cc
3573 deps:
3574 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003575 secure: false
3576 vs_config_type: Application
3577 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003578- name: grpc_php_plugin
3579 build: protoc
3580 language: c++
3581 src:
3582 - src/compiler/php_plugin.cc
3583 deps:
3584 - grpc_plugin_support
3585 secure: false
3586 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587- name: grpc_python_plugin
3588 build: protoc
3589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003590 src:
3591 - src/compiler/python_plugin.cc
3592 deps:
3593 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003594 secure: false
3595 vs_config_type: Application
3596 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3597- name: grpc_ruby_plugin
3598 build: protoc
3599 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003600 src:
3601 - src/compiler/ruby_plugin.cc
3602 deps:
3603 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604 secure: false
3605 vs_config_type: Application
3606 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003607- name: grpc_tool_test
3608 gtest: true
3609 build: test
3610 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003611 src:
3612 - src/proto/grpc/testing/echo.proto
3613 - src/proto/grpc/testing/echo_messages.proto
3614 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003615 deps:
3616 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003617 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003618 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003619 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003620 - grpc_test_util
3621 - grpc++
3622 - grpc
3623 - gpr_test_util
3624 - gpr
3625 filegroups:
3626 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003627- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003628 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003629 build: test
3630 language: c++
3631 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003632 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003633 - test/cpp/grpclb/grpclb_api_test.cc
3634 deps:
3635 - grpc++_test_util
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003639- name: grpclb_test
3640 gtest: false
3641 build: test
3642 language: c++
3643 src:
3644 - src/proto/grpc/lb/v1/load_balancer.proto
3645 - test/cpp/grpclb/grpclb_test.cc
3646 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003647 - grpc++_test_util
3648 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003649 - grpc++
3650 - grpc
3651 - gpr_test_util
3652 - gpr
yang-gad327642016-12-12 14:32:09 -08003653- name: health_service_end2end_test
3654 gtest: true
3655 build: test
3656 language: c++
3657 src:
3658 - test/cpp/end2end/health_service_end2end_test.cc
3659 deps:
3660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
3664 - gpr_test_util
3665 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003666- name: http2_client
3667 build: test
3668 run: false
3669 language: c++
3670 src: []
3671 deps:
3672 - http2_client_main
3673 - grpc++_test_util
3674 - grpc_test_util
3675 - grpc++
3676 - grpc
3677 - grpc++_test_config
3678 platforms:
3679 - mac
3680 - linux
3681 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003682- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003683 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003684 build: test
3685 language: c++
3686 src:
3687 - test/cpp/end2end/hybrid_end2end_test.cc
3688 deps:
3689 - grpc++_test_util
3690 - grpc_test_util
3691 - grpc++
3692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003693 - gpr_test_util
3694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003695- name: interop_client
3696 build: test
3697 run: false
3698 language: c++
3699 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003700 deps:
3701 - interop_client_main
3702 - interop_client_helper
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 Tiller25834342015-09-25 08:08:24 -07003709 - grpc++_test_config
3710 platforms:
3711 - mac
3712 - linux
3713 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003714- name: interop_server
3715 build: test
3716 run: false
3717 language: c++
3718 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003719 deps:
3720 - interop_server_main
3721 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003722 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003723 - grpc++_test_util
3724 - grpc_test_util
3725 - grpc++
3726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003727 - gpr_test_util
3728 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003729 - grpc++_test_config
3730 platforms:
3731 - mac
3732 - linux
3733 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003734- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003735 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736 build: test
3737 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003738 src:
3739 - test/cpp/interop/interop_test.cc
3740 deps:
3741 - grpc_test_util
3742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003743 - gpr_test_util
3744 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003745 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003746 platforms:
3747 - mac
3748 - linux
3749 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003750- name: json_run_localhost
3751 build: test
3752 run: false
3753 language: c++
3754 src:
3755 - test/cpp/qps/json_run_localhost.cc
3756 deps:
3757 - grpc++_test_util
3758 - grpc_test_util
3759 - grpc++
3760 - grpc
3761 - gpr_test_util
3762 - gpr
3763 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003764 platforms:
3765 - mac
3766 - linux
3767 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003768- name: metrics_client
3769 build: test
3770 run: false
3771 language: c++
3772 headers:
3773 - test/cpp/util/metrics_server.h
3774 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003775 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003776 - test/cpp/interop/metrics_client.cc
3777 deps:
3778 - grpc++
3779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003780 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003781 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003783 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003784 build: test
3785 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003786 src:
3787 - test/cpp/end2end/mock_test.cc
3788 deps:
3789 - grpc++_test_util
3790 - grpc_test_util
3791 - grpc++
3792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003793 - gpr_test_util
3794 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003795- name: noop-benchmark
3796 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003797 language: c++
3798 src:
3799 - test/cpp/microbenchmarks/noop-benchmark.cc
3800 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003801 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003802- name: proto_server_reflection_test
3803 gtest: true
3804 build: test
3805 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003806 src:
3807 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003808 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003809 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003810 - grpc++_reflection
3811 - grpc++_test_util
3812 - grpc_test_util
3813 - grpc++
3814 - grpc
3815 - gpr_test_util
3816 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003817- name: proto_utils_test
3818 gtest: true
3819 build: test
3820 language: c++
3821 src:
3822 - test/cpp/codegen/proto_utils_test.cc
3823 deps:
3824 - grpc++
3825 - grpc
3826 filegroups:
3827 - grpc++_codegen_base
3828 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003829- name: qps_interarrival_test
3830 build: test
3831 run: false
3832 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003833 src:
3834 - test/cpp/qps/qps_interarrival_test.cc
3835 deps:
3836 - qps
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003843 platforms:
3844 - mac
3845 - linux
3846 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003847- name: qps_json_driver
3848 build: test
3849 run: false
3850 language: c++
3851 src:
3852 - test/cpp/qps/qps_json_driver.cc
3853 deps:
3854 - qps
3855 - grpc++_test_util
3856 - grpc_test_util
3857 - grpc++
3858 - grpc
3859 - gpr_test_util
3860 - gpr
3861 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003863 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864 build: test
3865 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003866 src:
3867 - test/cpp/qps/qps_openloop_test.cc
3868 deps:
3869 - qps
3870 - grpc++_test_util
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003874 - gpr_test_util
3875 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003876 - grpc++_test_config
3877 platforms:
3878 - mac
3879 - linux
3880 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003882 build: test
3883 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003885 headers:
3886 - test/cpp/qps/client.h
3887 - test/cpp/qps/server.h
3888 src:
3889 - test/cpp/qps/worker.cc
3890 deps:
3891 - qps
3892 - grpc++_test_util
3893 - grpc_test_util
3894 - grpc++
3895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003896 - gpr_test_util
3897 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003898 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899- name: reconnect_interop_client
3900 build: test
3901 run: false
3902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003903 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003904 - src/proto/grpc/testing/empty.proto
3905 - src/proto/grpc/testing/messages.proto
3906 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003907 - test/cpp/interop/reconnect_interop_client.cc
3908 deps:
3909 - grpc++_test_util
3910 - grpc_test_util
3911 - grpc++
3912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003913 - gpr_test_util
3914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003915 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916- name: reconnect_interop_server
3917 build: test
3918 run: false
3919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003920 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003921 - src/proto/grpc/testing/empty.proto
3922 - src/proto/grpc/testing/messages.proto
3923 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003924 - test/cpp/interop/reconnect_interop_server.cc
3925 deps:
3926 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003927 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003928 - grpc++_test_util
3929 - grpc_test_util
3930 - grpc++
3931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003932 - gpr_test_util
3933 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003934 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003935- name: round_robin_end2end_test
3936 gtest: true
3937 build: test
3938 language: c++
3939 src:
3940 - test/cpp/end2end/round_robin_end2end_test.cc
3941 deps:
3942 - grpc++_test_util
3943 - grpc_test_util
3944 - grpc++
3945 - grpc
3946 - gpr_test_util
3947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003949 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003950 build: test
3951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003952 src:
3953 - test/cpp/common/secure_auth_context_test.cc
3954 deps:
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr_test_util
3960 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003961- name: secure_sync_unary_ping_pong_test
3962 build: test
3963 language: c++
3964 src:
3965 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3966 deps:
3967 - qps
3968 - grpc++_test_util
3969 - grpc_test_util
3970 - grpc++
3971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003972 - gpr_test_util
3973 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003974 platforms:
3975 - mac
3976 - linux
3977 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003978- name: server_builder_plugin_test
3979 gtest: true
3980 build: test
3981 language: c++
3982 src:
3983 - test/cpp/end2end/server_builder_plugin_test.cc
3984 deps:
3985 - grpc++_test_util
3986 - grpc_test_util
3987 - grpc++
3988 - grpc
3989 - gpr_test_util
3990 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003991- name: server_builder_test
3992 gtest: true
3993 build: test
3994 language: c++
3995 src:
3996 - src/proto/grpc/testing/echo_messages.proto
3997 - src/proto/grpc/testing/echo.proto
3998 - test/cpp/server/server_builder_test.cc
3999 deps:
4000 - grpc++_test_util
4001 - grpc_test_util
4002 - gpr_test_util
4003 - grpc++
4004 - grpc
4005 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004006- name: server_context_test_spouse_test
4007 gtest: true
4008 build: test
4009 language: c++
4010 src:
4011 - test/cpp/test/server_context_test_spouse_test.cc
4012 deps:
4013 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004014 - grpc++
4015 - grpc
4016 - gpr_test_util
4017 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004018 uses:
4019 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004020- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004021 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004022 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004023 build: test
4024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004025 src:
4026 - test/cpp/end2end/server_crash_test.cc
4027 deps:
4028 - grpc++_test_util
4029 - grpc_test_util
4030 - grpc++
4031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004032 - gpr_test_util
4033 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004034 platforms:
4035 - mac
4036 - linux
4037 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038- name: server_crash_test_client
4039 build: test
4040 run: false
4041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 src:
4043 - test/cpp/end2end/server_crash_test_client.cc
4044 deps:
4045 - grpc++_test_util
4046 - grpc_test_util
4047 - grpc++
4048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004049 - gpr_test_util
4050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004052 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004053 build: test
4054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004055 src:
4056 - test/cpp/end2end/shutdown_test.cc
4057 deps:
4058 - grpc++_test_util
4059 - grpc_test_util
4060 - grpc++
4061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004062 - gpr_test_util
4063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064- name: status_test
4065 build: test
4066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004067 src:
4068 - test/cpp/util/status_test.cc
4069 deps:
4070 - grpc_test_util
4071 - grpc++
4072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004073 - gpr_test_util
4074 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004075- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004076 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004077 build: test
4078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004079 src:
4080 - test/cpp/end2end/streaming_throughput_test.cc
4081 deps:
4082 - grpc++_test_util
4083 - grpc_test_util
4084 - grpc++
4085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004086 - gpr_test_util
4087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004088 platforms:
4089 - mac
4090 - linux
4091 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004092- name: stress_test
4093 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004094 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004095 language: c++
4096 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004097 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004098 - test/cpp/interop/interop_client.h
4099 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004100 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004101 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004103 - src/proto/grpc/testing/empty.proto
4104 - src/proto/grpc/testing/messages.proto
4105 - src/proto/grpc/testing/metrics.proto
4106 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004107 - test/cpp/interop/interop_client.cc
4108 - test/cpp/interop/stress_interop_client.cc
4109 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004110 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004111 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004112 deps:
4113 - grpc++_test_util
4114 - grpc_test_util
4115 - grpc++
4116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004117 - gpr_test_util
4118 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004119 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004120- name: thread_manager_test
4121 build: test
4122 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004123 src:
4124 - test/cpp/thread_manager/thread_manager_test.cc
4125 deps:
4126 - grpc++
4127 - grpc
4128 - gpr
4129 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004130- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004131 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004132 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133 build: test
4134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004135 src:
4136 - test/cpp/end2end/thread_stress_test.cc
4137 deps:
4138 - grpc++_test_util
4139 - grpc_test_util
4140 - grpc++
4141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004142 - gpr_test_util
4143 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004144- name: writes_per_rpc_test
4145 gtest: true
4146 cpu_cost: 0.5
4147 build: test
4148 language: c++
4149 src:
4150 - test/cpp/performance/writes_per_rpc_test.cc
4151 deps:
4152 - grpc++_test_util
4153 - grpc_test_util
4154 - grpc++
4155 - grpc
4156 - gpr_test_util
4157 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004158 platforms:
4159 - mac
4160 - linux
4161 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004162- name: public_headers_must_be_c89
4163 build: test
4164 language: c89
4165 src:
4166 - test/core/surface/public_headers_must_be_c89.c
4167 deps:
4168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004170vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004171- linkage: static
4172 name: grpc.dependencies.zlib
4173 props: false
4174 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004175 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004176- linkage: static
4177 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004178 props: true
4179 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004180 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004181- name: gflags
4182 props: false
4183 redist: false
4184 version: 2.1.2.1
4185- name: gtest
4186 props: false
4187 redist: false
4188 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004189configs:
4190 asan:
4191 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004192 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4193 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004194 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004195 LD: clang
4196 LDFLAGS: -fsanitize=address
4197 LDXX: clang++
4198 compile_the_world: true
4199 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004200 ASAN_OPTIONS: detect_leaks=1:color=always
4201 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004202 asan-noleaks:
4203 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004204 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4205 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004206 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004207 LD: clang
4208 LDFLAGS: -fsanitize=address
4209 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004210 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004211 test_environ:
4212 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004213 asan-trace-cmp:
4214 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004215 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4216 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004217 CXX: clang++
4218 LD: clang
4219 LDFLAGS: -fsanitize=address
4220 LDXX: clang++
4221 compile_the_world: true
4222 test_environ:
4223 ASAN_OPTIONS: detect_leaks=1:color=always
4224 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004225 basicprof:
4226 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4227 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004228 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004229 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004230 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004231 dbg:
4232 CPPFLAGS: -O0
4233 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004234 gcov:
4235 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004236 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004237 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004238 DEFINES: _DEBUG DEBUG GPR_GCOV
4239 LD: gcc
4240 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4241 LDXX: g++
4242 helgrind:
4243 CPPFLAGS: -O0
4244 DEFINES: _DEBUG DEBUG
4245 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004246 valgrind: --tool=helgrind
4247 memcheck:
4248 CPPFLAGS: -O0
4249 DEFINES: _DEBUG DEBUG
4250 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004251 valgrind: --tool=memcheck --leak-check=full
4252 msan:
4253 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004254 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4255 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4256 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004257 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004258 DEFINES: NDEBUG
4259 LD: clang
4260 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4261 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4262 LDXX: clang++
4263 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004264 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004265 CPPFLAGS: -O3 -fno-omit-frame-pointer
4266 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004267 LDFLAGS: -rdynamic
4268 opt:
4269 CPPFLAGS: -O2
4270 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004271 stapprof:
4272 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4273 DEFINES: NDEBUG
4274 tsan:
4275 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004276 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004277 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004278 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004279 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004280 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004281 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004282 LDXX: clang++
4283 compile_the_world: true
4284 test_environ:
4285 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004286 ubsan:
4287 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004288 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4289 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004290 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004291 DEFINES: NDEBUG
4292 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004293 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004294 LDXX: clang++
4295 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004296 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004297 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004298defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004299 benchmark:
4300 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004301 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004302 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004303 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004304 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004305 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004306 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004307 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004308 LDFLAGS: -g
4309 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004310 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004311 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004312node_modules:
4313- deps:
4314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004315 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004316 - boringssl
4317 - z
murgatroid9994a75412015-11-19 14:04:53 -08004318 headers:
4319 - src/node/ext/byte_buffer.h
4320 - src/node/ext/call.h
4321 - src/node/ext/call_credentials.h
4322 - src/node/ext/channel.h
4323 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004324 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004325 - src/node/ext/server.h
4326 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004327 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004328 - src/node/ext/timeval.h
4329 js:
4330 - src/node/index.js
4331 - src/node/src/client.js
4332 - src/node/src/common.js
4333 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004334 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004335 - src/node/src/metadata.js
4336 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004337 name: grpc_node
4338 src:
4339 - src/node/ext/byte_buffer.cc
4340 - src/node/ext/call.cc
4341 - src/node/ext/call_credentials.cc
4342 - src/node/ext/channel.cc
4343 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004344 - src/node/ext/completion_queue_threadpool.cc
4345 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004346 - src/node/ext/node_grpc.cc
4347 - src/node/ext/server.cc
4348 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004349 - src/node/ext/server_generic.cc
4350 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004351 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004352 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004353openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004354 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004355 extraction_dir: openssl-1.0.2f
4356 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004357php_config_m4:
4358 deps:
4359 - grpc
4360 - gpr
4361 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004362 headers:
4363 - src/php/ext/grpc/byte_buffer.h
4364 - src/php/ext/grpc/call.h
4365 - src/php/ext/grpc/call_credentials.h
4366 - src/php/ext/grpc/channel.h
4367 - src/php/ext/grpc/channel_credentials.h
4368 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004369 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004370 - src/php/ext/grpc/php_grpc.h
4371 - src/php/ext/grpc/server.h
4372 - src/php/ext/grpc/server_credentials.h
4373 - src/php/ext/grpc/timeval.h
4374 src:
4375 - src/php/ext/grpc/byte_buffer.c
4376 - src/php/ext/grpc/call.c
4377 - src/php/ext/grpc/call_credentials.c
4378 - src/php/ext/grpc/channel.c
4379 - src/php/ext/grpc/channel_credentials.c
4380 - src/php/ext/grpc/completion_queue.c
4381 - src/php/ext/grpc/php_grpc.c
4382 - src/php/ext/grpc/server.c
4383 - src/php/ext/grpc/server_credentials.c
4384 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004385python_dependencies:
4386 deps:
4387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004388 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004389 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004390 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004391ruby_gem:
4392 deps:
4393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004395 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004396 - z