blob: 2c0f6db1adb01d60f2ff3379bdfe76298d4673d8 [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
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080093 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/stack_lockfree.h
95 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd_internal.h
98 - src/core/lib/support/time_precise.h
99 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/profiling/basic_timers.c
102 - src/core/lib/profiling/stap_timers.c
103 - src/core/lib/support/alloc.c
104 - src/core/lib/support/avl.c
105 - src/core/lib/support/backoff.c
106 - src/core/lib/support/cmdline.c
107 - src/core/lib/support/cpu_iphone.c
108 - src/core/lib/support/cpu_linux.c
109 - src/core/lib/support/cpu_posix.c
110 - src/core/lib/support/cpu_windows.c
111 - src/core/lib/support/env_linux.c
112 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/histogram.c
115 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/log.c
117 - src/core/lib/support/log_android.c
118 - src/core/lib/support/log_linux.c
119 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700121 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/stack_lockfree.c
124 - src/core/lib/support/string.c
125 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700126 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700128 - src/core/lib/support/subprocess_posix.c
129 - src/core/lib/support/subprocess_windows.c
130 - src/core/lib/support/sync.c
131 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/thd.c
134 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/time.c
137 - src/core/lib/support/time_posix.c
138 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200141 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700145 uses:
146 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800147- name: gpr_codegen
148 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/atm.h
150 - include/grpc/impl/codegen/atm_gcc_atomic.h
151 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800153 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700154 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/port_platform.h
156 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/sync.h
158 - include/grpc/impl/codegen/sync_generic.h
159 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700160 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700161- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700162 public_headers:
163 - include/grpc/byte_buffer.h
164 - include/grpc/byte_buffer_reader.h
165 - include/grpc/compression.h
166 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700167 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200168 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800169 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700170 - include/grpc/slice.h
171 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700172 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700173 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/channel_args.h
175 - src/core/lib/channel/channel_stack.h
176 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/compress_filter.h
178 - src/core/lib/channel/connected_channel.h
179 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700180 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/http_client_filter.h
185 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700186 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/compression/algorithm_metadata.h
188 - src/core/lib/compression/message_compress.h
189 - src/core/lib/debug/trace.h
190 - src/core/lib/http/format_request.h
191 - src/core/lib/http/httpcli.h
192 - src/core/lib/http/parser.h
193 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700194 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/endpoint.h
196 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700197 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800198 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700199 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700200 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700201 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/exec_ctx.h
203 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/iocp_windows.h
205 - src/core/lib/iomgr/iomgr.h
206 - src/core/lib/iomgr/iomgr_internal.h
207 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700208 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700209 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700210 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700214 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700216 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700218 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/sockaddr.h
220 - src/core/lib/iomgr/sockaddr_posix.h
221 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700222 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700223 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700224 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/socket_utils_posix.h
226 - src/core/lib/iomgr/socket_windows.h
227 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700228 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/tcp_posix.h
230 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_windows.h
233 - src/core/lib/iomgr/time_averaged_stats.h
234 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/udp_server.h
239 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700240 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/wakeup_fd_pipe.h
242 - src/core/lib/iomgr/wakeup_fd_posix.h
243 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/workqueue_windows.h
246 - src/core/lib/json/json.h
247 - src/core/lib/json/json_common.h
248 - src/core/lib/json/json_reader.h
249 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700250 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800251 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800252 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700253 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/surface/api_trace.h
255 - src/core/lib/surface/call.h
256 - src/core/lib/surface/call_test_only.h
257 - src/core/lib/surface/channel.h
258 - src/core/lib/surface/channel_init.h
259 - src/core/lib/surface/channel_stack_type.h
260 - src/core/lib/surface/completion_queue.h
261 - src/core/lib/surface/event_string.h
262 - src/core/lib/surface/init.h
263 - src/core/lib/surface/lame_client.h
264 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800265 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700266 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/transport/error_utils.h
270 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/metadata.h
272 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700273 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700274 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400277 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/transport.h
279 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/channel/channel_args.c
282 - src/core/lib/channel/channel_stack.c
283 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/channel/compress_filter.c
285 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700286 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700287 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800288 - src/core/lib/channel/handshaker_factory.c
289 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/http_client_filter.c
291 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700292 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700293 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/compression/message_compress.c
295 - src/core/lib/debug/trace.c
296 - src/core/lib/http/format_request.c
297 - src/core/lib/http/httpcli.c
298 - src/core/lib/http/parser.c
299 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700300 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/endpoint.c
302 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700303 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700305 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700306 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700307 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700308 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/exec_ctx.c
310 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/iocp_windows.c
312 - src/core/lib/iomgr/iomgr.c
313 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700316 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700317 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700318 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_windows.c
323 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700326 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700328 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/socket_utils_common_posix.c
330 - src/core/lib/iomgr/socket_utils_linux.c
331 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700333 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_windows.c
335 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/tcp_client_windows.c
338 - src/core/lib/iomgr/tcp_posix.c
339 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_windows.c
344 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/udp_server.c
349 - src/core/lib/iomgr/unix_sockets_posix.c
350 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700351 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/wakeup_fd_eventfd.c
353 - src/core/lib/iomgr/wakeup_fd_nospecial.c
354 - src/core/lib/iomgr/wakeup_fd_pipe.c
355 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/workqueue_windows.c
358 - src/core/lib/json/json.c
359 - src/core/lib/json/json_reader.c
360 - src/core/lib/json/json_string.c
361 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700362 - src/core/lib/slice/percent_encoding.c
363 - src/core/lib/slice/slice.c
364 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800365 - src/core/lib/slice/slice_hash_table.c
366 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700367 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/surface/alarm.c
369 - src/core/lib/surface/api_trace.c
370 - src/core/lib/surface/byte_buffer.c
371 - src/core/lib/surface/byte_buffer_reader.c
372 - src/core/lib/surface/call.c
373 - src/core/lib/surface/call_details.c
374 - src/core/lib/surface/call_log_batch.c
375 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700376 - src/core/lib/surface/channel_init.c
377 - src/core/lib/surface/channel_ping.c
378 - src/core/lib/surface/channel_stack_type.c
379 - src/core/lib/surface/completion_queue.c
380 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/surface/lame_client.c
382 - src/core/lib/surface/metadata_array.c
383 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/validate_metadata.c
385 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700386 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800389 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/metadata.c
391 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700392 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700393 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800395 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400396 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/transport.c
398 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 deps:
400 - gpr
401 uses:
402 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/client_channel.h
406 - src/core/ext/client_channel/client_channel_factory.h
407 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700408 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800409 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/initial_connect_string.h
411 - src/core/ext/client_channel/lb_policy.h
412 - src/core/ext/client_channel/lb_policy_factory.h
413 - src/core/ext/client_channel/lb_policy_registry.h
414 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800415 - src/core/ext/client_channel/proxy_mapper.h
416 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/resolver.h
418 - src/core/ext/client_channel/resolver_factory.h
419 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/subchannel.h
421 - src/core/ext/client_channel/subchannel_index.h
422 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/channel_connectivity.c
425 - src/core/ext/client_channel/client_channel.c
426 - src/core/ext/client_channel/client_channel_factory.c
427 - src/core/ext/client_channel/client_channel_plugin.c
428 - src/core/ext/client_channel/connector.c
429 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700430 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800431 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/initial_connect_string.c
433 - src/core/ext/client_channel/lb_policy.c
434 - src/core/ext/client_channel/lb_policy_factory.c
435 - src/core/ext/client_channel/lb_policy_registry.c
436 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800437 - src/core/ext/client_channel/proxy_mapper.c
438 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - src/core/ext/client_channel/resolver.c
440 - src/core/ext/client_channel/resolver_factory.c
441 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - src/core/ext/client_channel/subchannel.c
443 - src/core/ext/client_channel/subchannel_index.c
444 - src/core/ext/client_channel/uri_parser.c
445 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700446 uses:
447 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800448- name: grpc_codegen
449 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700450 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800451 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800453 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700457 uses:
458 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700459- name: grpc_lb_policy_grpclb
460 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700461 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800462 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700463 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700464 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700465 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700466 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800467 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
468 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
469 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
470 plugin: grpc_lb_policy_grpclb
471 uses:
472 - grpc_base
473 - grpc_client_channel
474 - nanopb
475- name: grpc_lb_policy_grpclb_secure
476 headers:
477 - src/core/ext/lb_policy/grpclb/grpclb.h
478 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
479 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
480 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
481 src:
482 - src/core/ext/lb_policy/grpclb/grpclb.c
483 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700484 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700485 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700486 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700487 uses:
488 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700489 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700490 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700492 src:
493 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700494 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700495 uses:
496 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700497 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700498- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700499 src:
500 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700501 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700502 uses:
503 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700504 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700505- name: grpc_load_reporting
506 headers:
507 - src/core/ext/load_reporting/load_reporting.h
508 - src/core/ext/load_reporting/load_reporting_filter.h
509 src:
510 - src/core/ext/load_reporting/load_reporting.c
511 - src/core/ext/load_reporting/load_reporting_filter.c
512 plugin: grpc_load_reporting_plugin
513 uses:
514 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700515- name: grpc_resolver_dns_native
516 src:
517 - src/core/ext/resolver/dns/native/dns_resolver.c
518 plugin: grpc_resolver_dns_native
519 uses:
520 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700521 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700522- name: grpc_resolver_sockaddr
523 src:
524 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
525 plugin: grpc_resolver_sockaddr
526 uses:
527 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700528 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100529- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 public_headers:
531 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/context/security_context.h
534 - src/core/lib/security/credentials/composite/composite_credentials.h
535 - src/core/lib/security/credentials/credentials.h
536 - src/core/lib/security/credentials/fake/fake_credentials.h
537 - src/core/lib/security/credentials/google_default/google_default_credentials.h
538 - src/core/lib/security/credentials/iam/iam_credentials.h
539 - src/core/lib/security/credentials/jwt/json_token.h
540 - src/core/lib/security/credentials/jwt/jwt_credentials.h
541 - src/core/lib/security/credentials/jwt/jwt_verifier.h
542 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
543 - src/core/lib/security/credentials/plugin/plugin_credentials.h
544 - src/core/lib/security/credentials/ssl/ssl_credentials.h
545 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800546 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/transport/secure_endpoint.h
548 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800549 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700550 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700551 - src/core/lib/security/util/b64.h
552 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100553 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700554 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700555 - src/core/lib/security/context/security_context.c
556 - src/core/lib/security/credentials/composite/composite_credentials.c
557 - src/core/lib/security/credentials/credentials.c
558 - src/core/lib/security/credentials/credentials_metadata.c
559 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700560 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700561 - src/core/lib/security/credentials/google_default/google_default_credentials.c
562 - src/core/lib/security/credentials/iam/iam_credentials.c
563 - src/core/lib/security/credentials/jwt/json_token.c
564 - src/core/lib/security/credentials/jwt/jwt_credentials.c
565 - src/core/lib/security/credentials/jwt/jwt_verifier.c
566 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
567 - src/core/lib/security/credentials/plugin/plugin_credentials.c
568 - src/core/lib/security/credentials/ssl/ssl_credentials.c
569 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800570 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700571 - src/core/lib/security/transport/secure_endpoint.c
572 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800573 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700575 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700576 - src/core/lib/security/util/b64.c
577 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700578 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700579 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 uses:
581 - grpc_base
582 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700584- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700585 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700586 headers:
587 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700588 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800589 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700590 - test/core/end2end/fixtures/proxy.h
591 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800592 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200594 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700595 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700597 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700599 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800601 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 src:
603 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700604 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800605 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/end2end/fixtures/proxy.c
607 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800608 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200610 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700611 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700613 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800614 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700615 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800617 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700618 deps:
619 - grpc
620 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700621- name: grpc_transport_chttp2
622 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700623 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700624 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700625 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
626 - src/core/ext/transport/chttp2/transport/frame.h
627 - src/core/ext/transport/chttp2/transport/frame_data.h
628 - src/core/ext/transport/chttp2/transport/frame_goaway.h
629 - src/core/ext/transport/chttp2/transport/frame_ping.h
630 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
631 - src/core/ext/transport/chttp2/transport/frame_settings.h
632 - src/core/ext/transport/chttp2/transport/frame_window_update.h
633 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
634 - src/core/ext/transport/chttp2/transport/hpack_parser.h
635 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700636 - src/core/ext/transport/chttp2/transport/huffsyms.h
637 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
638 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/varint.h
641 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700642 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700643 - src/core/ext/transport/chttp2/transport/bin_encoder.c
644 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700645 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
646 - src/core/ext/transport/chttp2/transport/frame_data.c
647 - src/core/ext/transport/chttp2/transport/frame_goaway.c
648 - src/core/ext/transport/chttp2/transport/frame_ping.c
649 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
650 - src/core/ext/transport/chttp2/transport/frame_settings.c
651 - src/core/ext/transport/chttp2/transport/frame_window_update.c
652 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
653 - src/core/ext/transport/chttp2/transport/hpack_parser.c
654 - src/core/ext/transport/chttp2/transport/hpack_table.c
655 - src/core/ext/transport/chttp2/transport/huffsyms.c
656 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
657 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700658 - src/core/ext/transport/chttp2/transport/stream_lists.c
659 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/varint.c
661 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700662 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700663 uses:
664 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700665 - grpc_transport_chttp2_alpn
666- name: grpc_transport_chttp2_alpn
667 headers:
668 - src/core/ext/transport/chttp2/alpn/alpn.h
669 src:
670 - src/core/ext/transport/chttp2/alpn/alpn.c
671 deps:
672 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800673- name: grpc_transport_chttp2_client_connector
674 headers:
675 - src/core/ext/transport/chttp2/client/chttp2_connector.h
676 src:
677 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800678 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800679 - grpc_transport_chttp2
680 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700681- name: grpc_transport_chttp2_client_insecure
682 src:
683 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700684 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700685 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800686 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 - grpc_transport_chttp2
688 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700689 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700690- name: grpc_transport_chttp2_client_secure
691 src:
692 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700693 uses:
694 - grpc_transport_chttp2
695 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700696 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800698 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800699- name: grpc_transport_chttp2_server
700 headers:
701 - src/core/ext/transport/chttp2/server/chttp2_server.h
702 src:
703 - src/core/ext/transport/chttp2/server/chttp2_server.c
704 uses:
705 - grpc_transport_chttp2
706 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700707- name: grpc_transport_chttp2_server_insecure
708 src:
709 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700710 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700711 uses:
712 - grpc_transport_chttp2
713 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800714 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700715- name: grpc_transport_chttp2_server_secure
716 src:
717 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
719 - grpc_transport_chttp2
720 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700721 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800722 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700723- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700724 public_headers:
725 - include/grpc/grpc_cronet.h
726 - include/grpc/grpc_security.h
727 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700728 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800729 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800730 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 src:
732 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
733 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
734 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700735 filegroups:
736 - grpc_base
737 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800738- name: nanopb
739 headers:
740 - third_party/nanopb/pb.h
741 - third_party/nanopb/pb_common.h
742 - third_party/nanopb/pb_decode.h
743 - third_party/nanopb/pb_encode.h
744 src:
745 - third_party/nanopb/pb_common.c
746 - third_party/nanopb/pb_decode.c
747 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748- name: tsi
749 headers:
750 - src/core/lib/tsi/fake_transport_security.h
751 - src/core/lib/tsi/ssl_transport_security.h
752 - src/core/lib/tsi/ssl_types.h
753 - src/core/lib/tsi/transport_security.h
754 - src/core/lib/tsi/transport_security_interface.h
755 src:
756 - src/core/lib/tsi/fake_transport_security.c
757 - src/core/lib/tsi/ssl_transport_security.c
758 - src/core/lib/tsi/transport_security.c
759 deps:
760 - gpr
761 secure: true
762- name: grpc++_base
763 language: c++
764 public_headers:
765 - include/grpc++/alarm.h
766 - include/grpc++/channel.h
767 - include/grpc++/client_context.h
768 - include/grpc++/completion_queue.h
769 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700770 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800771 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/generic/async_generic_service.h
773 - include/grpc++/generic/generic_stub.h
774 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800775 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800777 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700779 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/grpc_library.h
781 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/rpc_method.h
783 - include/grpc++/impl/rpc_service_method.h
784 - include/grpc++/impl/serialization_traits.h
785 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700786 - include/grpc++/impl/server_builder_plugin.h
787 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700789 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/security/auth_context.h
791 - include/grpc++/security/auth_metadata_processor.h
792 - include/grpc++/security/credentials.h
793 - include/grpc++/security/server_credentials.h
794 - include/grpc++/server.h
795 - include/grpc++/server_builder.h
796 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700797 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/support/async_stream.h
799 - include/grpc++/support/async_unary_call.h
800 - include/grpc++/support/byte_buffer.h
801 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700802 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/support/slice.h
804 - include/grpc++/support/status.h
805 - include/grpc++/support/status_code_enum.h
806 - include/grpc++/support/string_ref.h
807 - include/grpc++/support/stub_options.h
808 - include/grpc++/support/sync_stream.h
809 - include/grpc++/support/time.h
810 headers:
811 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700812 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800814 - src/cpp/server/health/default_health_check_service.h
815 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700817 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700819 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/client/client_context.cc
821 - src/cpp/client/create_channel.cc
822 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700823 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700824 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700827 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700828 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700830 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700832 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800834 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/server/create_default_thread_pool.cc
836 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800837 - src/cpp/server/health/default_health_check_service.cc
838 - src/cpp/server/health/health.pb.c
839 - src/cpp/server/health/health_check_service.cc
840 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700842 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/server_context.cc
844 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700845 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700846 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700847 - src/cpp/util/byte_buffer_cc.cc
848 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/util/status.cc
850 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 uses:
yang-g17487f92016-06-03 15:21:15 -0700853 - grpc++_codegen_base
854- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 language: c++
856 public_headers:
857 - include/grpc++/impl/codegen/async_stream.h
858 - include/grpc++/impl/codegen/async_unary_call.h
859 - include/grpc++/impl/codegen/call.h
860 - include/grpc++/impl/codegen/call_hook.h
861 - include/grpc++/impl/codegen/channel_interface.h
862 - include/grpc++/impl/codegen/client_context.h
863 - include/grpc++/impl/codegen/client_unary_call.h
864 - include/grpc++/impl/codegen/completion_queue.h
865 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700866 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/core_codegen_interface.h
868 - include/grpc++/impl/codegen/create_auth_context.h
869 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800870 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/rpc_method.h
873 - include/grpc++/impl/codegen/rpc_service_method.h
874 - include/grpc++/impl/codegen/security/auth_context.h
875 - include/grpc++/impl/codegen/serialization_traits.h
876 - include/grpc++/impl/codegen/server_context.h
877 - include/grpc++/impl/codegen/server_interface.h
878 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800879 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - include/grpc++/impl/codegen/status.h
881 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700882 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/string_ref.h
884 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - include/grpc++/impl/codegen/sync_stream.h
886 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 uses:
888 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700889- name: grpc++_codegen_base_src
890 language: c++
891 src:
892 - src/cpp/codegen/codegen_init.cc
893 uses:
894 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700895- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896 language: c++
897 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700898 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 uses:
yang-g17487f92016-06-03 15:21:15 -0700900 - grpc++_codegen_base
901 - grpc++_config_proto
902- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 language: c++
904 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700906- name: grpc++_reflection_proto
907 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700908 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700909 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800910- name: grpc++_test
911 language: c++
912 public_headers:
913 - include/grpc++/test/server_context_test_spouse.h
914 deps:
915 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700916- name: thrift_util
917 language: c++
918 public_headers:
919 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700920 - include/grpc++/impl/codegen/thrift_utils.h
921 uses:
922 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100923libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924- name: gpr
925 build: all
926 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700928 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 secure: false
930 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
931- name: gpr_test_util
932 build: private
933 language: c
934 headers:
935 - test/core/util/test_config.h
936 src:
937 - test/core/util/test_config.c
938 deps:
939 - gpr
940 secure: false
941 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: grpc
943 build: all
944 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 src:
946 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800948 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 filegroups:
951 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700952 - grpc_transport_chttp2_server_secure
953 - grpc_transport_chttp2_client_secure
954 - grpc_transport_chttp2_server_insecure
955 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800956 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700957 - grpc_lb_policy_pick_first
958 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700959 - grpc_resolver_dns_native
960 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700961 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100962 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700963 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700964 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700966 vs_packages:
967 - grpc.dependencies.openssl
968 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700970- name: grpc_cronet
971 build: all
972 language: c
973 src:
974 - src/core/lib/surface/init.c
975 baselib: true
976 deps_linkage: static
977 dll: true
978 filegroups:
979 - grpc_base
980 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700981 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800982 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700983 generate_plugin_registry: true
984 platforms:
985 - linux
986 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100987- name: grpc_dll
988 build: private
989 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100990 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100992 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100994 build_system:
995 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 vs_config_type: DynamicLibrary
999 vs_packages:
1000 - grpc.dependencies.openssl
1001 - grpc.dependencies.zlib
1002 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1003 vs_props:
1004 - zlib
1005 - openssl
1006 - winsock
1007 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc_test_util
1009 build: private
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001013 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001015 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001016 - test/core/end2end/data/server1_cert.c
1017 - test/core/end2end/data/server1_key.c
1018 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001019 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc
1024 filegroups:
1025 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001026 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1028- name: grpc_test_util_unsecure
1029 build: private
1030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001031 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr
1033 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001034 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001035 filegroups:
1036 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 secure: false
1038 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1039- name: grpc_unsecure
1040 build: all
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001044 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001046 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001048 filegroups:
1049 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001050 - grpc_transport_chttp2_server_insecure
1051 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001052 - grpc_resolver_dns_native
1053 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001054 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001055 - grpc_lb_policy_grpclb
1056 - grpc_lb_policy_pick_first
1057 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001058 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001059 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 secure: false
1061 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: reconnect_server
1063 build: private
1064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
1066 - test/core/util/reconnect_server.h
1067 src:
1068 - test/core/util/reconnect_server.c
1069 deps:
yang-gc9fca182015-11-06 16:41:33 -08001070 - test_tcp_server
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001075- name: test_tcp_server
1076 build: private
1077 language: c
1078 headers:
1079 - test/core/util/test_tcp_server.h
1080 src:
1081 - test/core/util/test_tcp_server.c
1082 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: grpc++
1088 build: all
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001091 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/cpp/client/secure_credentials.h
1093 - src/cpp/common/secure_auth_context.h
1094 - src/cpp/server/secure_server_credentials.h
1095 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001096 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001097 - src/cpp/client/secure_credentials.cc
1098 - src/cpp/common/auth_property_iterator.cc
1099 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001100 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001102 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/server/secure_server_credentials.cc
1104 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001105 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 baselib: true
1107 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001111 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001112 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113 secure: check
1114 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001115- name: grpc++_cronet
1116 build: all
1117 language: c++
1118 src:
1119 - src/cpp/client/cronet_credentials.cc
1120 - src/cpp/client/insecure_credentials.cc
1121 - src/cpp/common/insecure_create_auth_context.cc
1122 - src/cpp/server/insecure_server_credentials.cc
1123 deps:
1124 - gpr
1125 - grpc_cronet
1126 baselib: true
1127 dll: true
1128 filegroups:
1129 - grpc++_base
1130 - grpc++_codegen_base
1131 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001132 - grpc_transport_chttp2_client_insecure
1133 - grpc_transport_chttp2_server_insecure
1134 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001135 platforms:
1136 - linux
1137 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001138- name: grpc++_proto_reflection_desc_db
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/proto_reflection_descriptor_database.h
1143 src:
1144 - test/cpp/util/proto_reflection_descriptor_database.cc
1145 deps:
1146 - grpc++
1147 filegroups:
1148 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001149 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001150- name: grpc++_reflection
1151 build: all
1152 language: c++
1153 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001157 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - src/cpp/ext/proto_server_reflection.cc
1159 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001160 deps:
1161 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001162 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001163 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: grpc++_test_config
1165 build: private
1166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001167 headers:
1168 - test/cpp/util/test_config.h
1169 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001170 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc++_test_util
1172 build: private
1173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001174 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001175 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001176 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/util/create_test_channel.h
1178 - test/cpp/util/string_ref_helper.h
1179 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001180 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
yang-gc8a49d22016-12-12 11:18:49 -08001182 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001183 - src/proto/grpc/testing/echo_messages.proto
1184 - src/proto/grpc/testing/echo.proto
1185 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001186 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001187 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - test/cpp/util/create_test_channel.cc
1189 - test/cpp/util/string_ref_helper.cc
1190 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001191 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001192 deps:
1193 - grpc++
1194 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001195 filegroups:
1196 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001197 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001198 - grpc++_codegen_proto
1199 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001200 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc++_unsecure
1202 build: all
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001207 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211 baselib: true
1212 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001213 filegroups:
1214 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001215 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001216 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 secure: false
1218 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001219- name: grpc_benchmark
1220 build: test
1221 language: c++
1222 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001223 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1224 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001225 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001226 src:
1227 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001228 deps:
1229 - benchmark
1230 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001231 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001232 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001233- name: grpc_cli_libs
1234 build: private
1235 language: c++
1236 headers:
1237 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001238 - test/cpp/util/cli_credentials.h
1239 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001240 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001241 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001242 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001243 src:
1244 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001245 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001246 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001247 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001248 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001249 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001250 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001251 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001252 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001253 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001254 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: grpc_plugin_support
1256 build: protoc
1257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001258 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001259 - src/compiler/config.h
1260 - src/compiler/cpp_generator.h
1261 - src/compiler/cpp_generator_helpers.h
1262 - src/compiler/csharp_generator.h
1263 - src/compiler/csharp_generator_helpers.h
1264 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001265 - src/compiler/node_generator.h
1266 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001267 - src/compiler/objective_c_generator.h
1268 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001269 - src/compiler/php_generator.h
1270 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001271 - src/compiler/python_generator.h
1272 - src/compiler/ruby_generator.h
1273 - src/compiler/ruby_generator_helpers-inl.h
1274 - src/compiler/ruby_generator_map-inl.h
1275 - src/compiler/ruby_generator_string-inl.h
1276 src:
1277 - src/compiler/cpp_generator.cc
1278 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001279 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001280 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001281 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001282 - src/compiler/python_generator.cc
1283 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001284 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001285 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286 secure: false
1287 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001288 vs_props:
1289 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001290- name: http2_client_main
1291 build: private
1292 language: c++
1293 headers:
1294 - test/cpp/interop/http2_client.h
1295 src:
1296 - src/proto/grpc/testing/empty.proto
1297 - src/proto/grpc/testing/messages.proto
1298 - src/proto/grpc/testing/test.proto
1299 - test/cpp/interop/http2_client.cc
1300 deps:
1301 - grpc++_test_util
1302 - grpc_test_util
1303 - grpc++
1304 - grpc
1305 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: interop_client_helper
1307 build: private
1308 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001309 headers:
1310 - test/cpp/interop/client_helper.h
1311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001312 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001313 - test/cpp/interop/client_helper.cc
1314 deps:
1315 - grpc++_test_util
1316 - grpc_test_util
1317 - grpc++
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: interop_client_main
1321 build: private
1322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001323 headers:
1324 - test/cpp/interop/interop_client.h
1325 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001326 - src/proto/grpc/testing/empty.proto
1327 - src/proto/grpc/testing/messages.proto
1328 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001329 - test/cpp/interop/client.cc
1330 - test/cpp/interop/interop_client.cc
1331 deps:
1332 - interop_client_helper
1333 - grpc++_test_util
1334 - grpc_test_util
1335 - grpc++
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001339 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: interop_server_helper
1341 build: private
1342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001343 headers:
1344 - test/cpp/interop/server_helper.h
1345 src:
1346 - test/cpp/interop/server_helper.cc
1347 deps:
yang-gcc591022017-01-11 11:10:43 -08001348 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001349 - grpc_test_util
1350 - grpc++
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001353- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354 build: private
1355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001357 - src/proto/grpc/testing/empty.proto
1358 - src/proto/grpc/testing/messages.proto
1359 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001360 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001361 deps:
1362 - interop_server_helper
1363 - grpc++_test_util
1364 - grpc_test_util
1365 - grpc++
1366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001369 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001370- name: interop_server_main
1371 build: private
1372 language: c++
1373 src:
1374 - test/cpp/interop/interop_server_bootstrap.cc
1375 deps:
1376 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: qps
1378 build: private
1379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001380 headers:
1381 - test/cpp/qps/client.h
1382 - test/cpp/qps/driver.h
1383 - test/cpp/qps/histogram.h
1384 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001385 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001386 - test/cpp/qps/qps_worker.h
1387 - test/cpp/qps/report.h
1388 - test/cpp/qps/server.h
1389 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001390 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001391 - test/cpp/util/benchmark_config.h
1392 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001393 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001394 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001396 - src/proto/grpc/testing/control.proto
1397 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001398 - test/cpp/qps/client_async.cc
1399 - test/cpp/qps/client_sync.cc
1400 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001401 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001402 - test/cpp/qps/qps_worker.cc
1403 - test/cpp/qps/report.cc
1404 - test/cpp/qps/server_async.cc
1405 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001406 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001407 - test/cpp/util/benchmark_config.cc
1408 deps:
1409 - grpc_test_util
1410 - grpc++_test_util
1411 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc_csharp_ext
1413 build: all
1414 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - src/csharp/ext/grpc_csharp_ext.c
1417 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001420 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001421 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422 dll: only
1423 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001424 vs_packages:
1425 - grpc.dependencies.openssl
1426 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001428 vs_props:
1429 - zlib
1430 - openssl
1431 - winsock
1432 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001434- name: alarm_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/alarm_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001442 - gpr_test_util
1443 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001444- name: algorithm_test
1445 build: test
1446 language: c
1447 src:
1448 - test/core/compression/algorithm_test.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001454- name: alloc_test
1455 build: test
1456 language: c
1457 src:
1458 - test/core/support/alloc_test.c
1459 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: alpn_test
1463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/transport/chttp2/alpn_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001472- name: api_fuzzer
1473 build: fuzzer
1474 language: c
1475 src:
1476 - test/core/end2end/fuzzers/api_fuzzer.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
1482 corpus_dirs:
1483 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001484 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001485 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001486- name: bad_server_response_test
1487 build: test
1488 language: c
1489 src:
1490 - test/core/end2end/bad_server_response_test.c
1491 deps:
1492 - test_tcp_server
1493 - grpc_test_util
1494 - grpc
1495 - gpr_test_util
1496 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001497 exclude_iomgrs:
1498 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001499- name: bdp_estimator_test
1500 build: test
1501 language: c
1502 src:
1503 - test/core/transport/bdp_estimator_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
1507 - gpr_test_util
1508 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001509- name: bin_decoder_test
1510 build: test
1511 language: c
1512 src:
1513 - test/core/transport/chttp2/bin_decoder_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: bin_encoder_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/transport/chttp2/bin_encoder_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001525- name: census_context_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/census/context_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001535- name: census_resource_test
1536 build: test
1537 language: c
1538 src:
1539 - test/core/census/resource_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
1543 - gpr_test_util
1544 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001545- name: census_trace_context_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/census/trace_context_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001555- name: channel_create_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/surface/channel_create_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001565- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001569 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: chttp2_stream_map_test
1576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/transport/chttp2/stream_map_test.c
1580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001585- name: chttp2_varint_test
1586 build: test
1587 language: c
1588 src:
1589 - test/core/transport/chttp2/varint_test.c
1590 deps:
1591 - grpc_test_util
1592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001595- name: client_fuzzer
1596 build: fuzzer
1597 language: c
1598 src:
1599 - test/core/end2end/fuzzers/client_fuzzer.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
1603 - gpr_test_util
1604 - gpr
1605 corpus_dirs:
1606 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001607 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001608 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001609- name: combiner_test
1610 cpu_cost: 30
1611 build: test
1612 language: c
1613 src:
1614 - test/core/iomgr/combiner_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
1618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: compression_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/compression/compression_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001630- name: concurrent_connectivity_test
1631 build: test
1632 language: c
1633 src:
1634 - test/core/surface/concurrent_connectivity_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
1638 - gpr_test_util
1639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001640 exclude_iomgrs:
1641 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001642- name: connection_refused_test
1643 cpu_cost: 0.1
1644 build: test
1645 language: c
1646 src:
1647 - test/core/end2end/connection_refused_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001653- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001654 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001655 build: test
1656 language: c
1657 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001658 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001659 deps:
1660 - grpc_test_util
1661 - grpc
1662 - gpr_test_util
1663 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001664 exclude_iomgrs:
1665 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001666- name: dns_resolver_test
1667 build: test
1668 language: c
1669 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001670 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001677 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/end2end/dualstack_socket_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001687 exclude_iomgrs:
1688 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001689 platforms:
1690 - mac
1691 - linux
1692 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001693- name: endpoint_pair_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/iomgr/endpoint_pair_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001703 exclude_iomgrs:
1704 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001705- name: error_test
1706 cpu_cost: 30
1707 build: test
1708 language: c
1709 src:
1710 - test/core/iomgr/error_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
1714 - gpr_test_util
1715 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001716- name: ev_epoll_linux_test
1717 build: test
1718 language: c
1719 src:
1720 - test/core/iomgr/ev_epoll_linux_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
1724 - gpr_test_util
1725 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001726 exclude_iomgrs:
1727 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001728 platforms:
1729 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: fd_conservation_posix_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/iomgr/fd_conservation_posix_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001740 exclude_iomgrs:
1741 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001742 platforms:
1743 - mac
1744 - linux
1745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fd_posix_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/fd_posix_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001756 exclude_iomgrs:
1757 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001758 platforms:
1759 - mac
1760 - linux
1761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: fling_client
1763 build: test
1764 run: false
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/fling/client.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: fling_server
1774 build: test
1775 run: false
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/fling/server.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001785 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/fling/fling_stream_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001800 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/fling/fling_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001810 platforms:
1811 - mac
1812 - linux
1813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: gen_hpack_tables
1815 build: tool
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - tools/codegen/core/gen_hpack_tables.c
1819 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001821 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: gen_legal_metadata_characters
1823 build: tool
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001828- name: gen_percent_encoding_tables
1829 build: tool
1830 language: c
1831 src:
1832 - tools/codegen/core/gen_percent_encoding_tables.c
1833 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001834- name: goaway_server_test
1835 cpu_cost: 0.1
1836 build: test
1837 language: c
1838 src:
1839 - test/core/end2end/goaway_server_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
1843 - gpr_test_util
1844 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001845 exclude_iomgrs:
1846 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001847 platforms:
1848 - mac
1849 - linux
1850 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001851- name: gpr_avl_test
1852 build: test
1853 language: c
1854 src:
1855 - test/core/support/avl_test.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001859- name: gpr_backoff_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/support/backoff_test.c
1864 deps:
1865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gpr_cmdline_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/cmdline_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001875- name: gpr_cpu_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/support/cpu_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_env_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/support/env_test.c
1888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: gpr_histogram_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/support/histogram_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_host_port_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/host_port_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_log_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/support/log_test.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001915- name: gpr_mpscq_test
1916 cpu_cost: 30
1917 build: test
1918 language: c
1919 src:
1920 - test/core/support/mpscq_test.c
1921 deps:
1922 - gpr_test_util
1923 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001924- name: gpr_spinlock_test
1925 cpu_cost: 10
1926 build: test
1927 language: c
1928 src:
1929 - test/core/support/spinlock_test.c
1930 deps:
1931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001934 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/support/stack_lockfree_test.c
1939 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: gpr_string_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/support/string_test.c
1947 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001951 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/support/sync_test.c
1956 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001960 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/thd_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: gpr_time_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/support/time_test.c
1973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: gpr_tls_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/support/tls_test.c
1981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_useful_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/useful_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: grpc_auth_context_test
1993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/security/auth_context_test.c
1997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002002- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002006 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: grpc_byte_buffer_reader_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/surface/byte_buffer_reader_test.c
2017 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_channel_args_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/channel/channel_args_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_stack_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/channel/channel_stack_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_completion_queue_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/surface/completion_queue_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002052- name: grpc_completion_queue_threading_test
2053 build: test
2054 language: c
2055 src:
2056 - test/core/surface/completion_queue_threading_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002062 exclude_iomgrs:
2063 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: grpc_create_jwt
2065 build: tool
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/security/create_jwt.c
2069 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002072 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: grpc_credentials_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/security/credentials_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002084 build: test
2085 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/security/fetch_oauth2.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002094- name: grpc_invalid_channel_args_test
2095 build: test
2096 language: c
2097 src:
2098 - test/core/surface/invalid_channel_args_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: grpc_json_token_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/security/json_token_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002114 platforms:
2115 - linux
2116 - posix
2117 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: grpc_jwt_verifier_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/security/jwt_verifier_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_print_google_default_creds_token
2129 build: tool
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/security/print_google_default_creds_token.c
2133 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: grpc_security_connector_test
2137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/security/security_connector_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: grpc_verify_jwt
2147 build: tool
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/security/verify_jwt.c
2151 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002154- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002155 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002156 language: c
2157 src:
2158 - test/core/handshake/client_ssl.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
2162 - gpr_test_util
2163 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002164 exclude_iomgrs:
2165 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002166 platforms:
2167 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002168 secure: true
2169- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002170 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002171 language: c
2172 src:
2173 - test/core/handshake/server_ssl.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002179 platforms:
2180 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002181 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002182- name: hpack_parser_fuzzer_test
2183 build: fuzzer
2184 language: c
2185 src:
2186 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
2192 corpus_dirs:
2193 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002194 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002195 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: hpack_parser_test
2197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
2200 - test/core/transport/chttp2/hpack_parser_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: hpack_table_test
2207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/transport/chttp2/hpack_table_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002216- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002220 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002226- name: http_request_fuzzer_test
2227 build: fuzzer
2228 language: c
2229 src:
2230 - test/core/http/request_fuzzer.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
2234 - gpr_test_util
2235 - gpr
2236 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002237 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002238 maxlen: 2048
2239- name: http_response_fuzzer_test
2240 build: fuzzer
2241 language: c
2242 src:
2243 - test/core/http/response_fuzzer.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
2249 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002250 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002251 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002252- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002256 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002263 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002267 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002273 platforms:
2274 - mac
2275 - linux
2276 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002277- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002278 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002279 build: test
2280 language: c
2281 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002282 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002288 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002289 - linux
yang-gf1183302015-12-07 16:02:05 -08002290- name: init_test
2291 build: test
2292 language: c
2293 src:
2294 - test/core/surface/init_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002300- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002301 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002302 build: test
2303 language: c
2304 src:
2305 - test/core/end2end/invalid_call_argument_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002311- name: json_fuzzer_test
2312 build: fuzzer
2313 language: c
2314 src:
2315 - test/core/json/fuzzer.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
2319 - gpr_test_util
2320 - gpr
2321 corpus_dirs:
2322 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002323 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: json_rewrite
2325 build: test
2326 run: false
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/json/json_rewrite.c
2330 deps:
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: json_rewrite_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/json/json_rewrite_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002343- name: json_stream_error_test
2344 build: test
2345 language: c
2346 src:
2347 - test/core/json/json_stream_error_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: json_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/json/json_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: lame_client_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/core/surface/lame_client_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002373- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002374 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002375 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002376 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002379 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002385- name: load_file_test
2386 build: test
2387 language: c
2388 src:
2389 - test/core/iomgr/load_file_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
2393 - gpr_test_util
2394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: low_level_ping_pong_benchmark
2396 build: benchmark
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/network_benchmarks/low_level_ping_pong.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002405 platforms:
2406 - mac
2407 - linux
2408 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002409- name: memory_profile_client
2410 build: test
2411 run: false
2412 language: c
2413 src:
2414 - test/core/memory_usage/client.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
2420- name: memory_profile_server
2421 build: test
2422 run: false
2423 language: c
2424 src:
2425 - test/core/memory_usage/server.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
2429 - gpr_test_util
2430 - gpr
2431- name: memory_profile_test
2432 cpu_cost: 1.5
2433 build: test
2434 language: c
2435 src:
2436 - test/core/memory_usage/memory_usage_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
2442 platforms:
2443 - mac
2444 - linux
2445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: message_compress_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/compression/message_compress_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002456- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002457 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002458 build: test
2459 language: c
2460 src:
2461 - test/core/census/mlog_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
2465 - gpr_test_util
2466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: multiple_server_queues_test
2468 build: test
2469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/core/end2end/multiple_server_queues_test.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: murmur_hash_test
2478 build: test
2479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/core/support/murmur_hash_test.c
2482 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr_test_util
2484 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002485- name: nanopb_fuzzer_response_test
2486 build: fuzzer
2487 language: c
2488 src:
2489 - test/core/nanopb/fuzzer_response.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 corpus_dirs:
2496 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002497 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002498- name: nanopb_fuzzer_serverlist_test
2499 build: fuzzer
2500 language: c
2501 src:
2502 - test/core/nanopb/fuzzer_serverlist.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
2506 - gpr_test_util
2507 - gpr
2508 corpus_dirs:
2509 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002510 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002512 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513 build: test
2514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002515 src:
2516 - test/core/end2end/no_server_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002522- name: parse_address_test
2523 build: test
2524 language: c
2525 src:
2526 - test/core/client_channel/parse_address_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002532- name: percent_decode_fuzzer
2533 build: fuzzer
2534 language: c
2535 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002536 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
2542 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002543 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002544 maxlen: 32
2545- name: percent_encode_fuzzer
2546 build: fuzzer
2547 language: c
2548 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002549 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002550 deps:
2551 - grpc_test_util
2552 - grpc
2553 - gpr_test_util
2554 - gpr
2555 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002556 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002557 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002558- name: percent_encoding_test
2559 build: test
2560 language: c
2561 src:
2562 - test/core/slice/percent_encoding_test.c
2563 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002564 - grpc_test_util
2565 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002566 - gpr_test_util
2567 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002568- name: pollset_set_test
2569 build: test
2570 language: c
2571 src:
2572 - test/core/iomgr/pollset_set_test.c
2573 deps:
2574 - grpc_test_util
2575 - grpc
2576 - gpr_test_util
2577 - gpr
2578 exclude_iomgrs:
2579 - uv
2580 platforms:
2581 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002582- name: resolve_address_posix_test
2583 build: test
2584 language: c
2585 src:
2586 - test/core/iomgr/resolve_address_posix_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002592 exclude_iomgrs:
2593 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002594 platforms:
2595 - mac
2596 - linux
2597 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: resolve_address_test
2599 build: test
2600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
2602 - test/core/iomgr/resolve_address_test.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002608- name: resource_quota_test
2609 cpu_cost: 30
2610 build: test
2611 language: c
2612 src:
2613 - test/core/iomgr/resource_quota_test.c
2614 deps:
2615 - grpc_test_util
2616 - grpc
2617 - gpr_test_util
2618 - gpr
yang-gd482e592015-12-10 14:04:00 -08002619- name: secure_channel_create_test
2620 build: test
2621 language: c
2622 src:
2623 - test/core/surface/secure_channel_create_test.c
2624 deps:
2625 - grpc_test_util
2626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002627 - gpr_test_util
2628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629- name: secure_endpoint_test
2630 build: test
2631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - test/core/security/secure_endpoint_test.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002639 exclude_iomgrs:
2640 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002641- name: sequential_connectivity_test
2642 build: test
2643 language: c
2644 src:
2645 - test/core/surface/sequential_connectivity_test.c
2646 deps:
2647 - grpc_test_util
2648 - grpc
2649 - gpr_test_util
2650 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002651 exclude_iomgrs:
2652 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002653- name: server_chttp2_test
2654 build: test
2655 language: c
2656 src:
2657 - test/core/surface/server_chttp2_test.c
2658 deps:
2659 - grpc_test_util
2660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002661 - gpr_test_util
2662 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002663- name: server_fuzzer
2664 build: fuzzer
2665 language: c
2666 src:
2667 - test/core/end2end/fuzzers/server_fuzzer.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
2671 - gpr_test_util
2672 - gpr
2673 corpus_dirs:
2674 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002675 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002676 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002677- name: server_test
2678 build: test
2679 language: c
2680 src:
2681 - test/core/surface/server_test.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002687- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002688 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002689 build: test
2690 language: c
2691 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002692 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002693 deps:
2694 - test_tcp_server
2695 - grpc_test_util
2696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002697 - gpr_test_util
2698 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002699 exclude_iomgrs:
2700 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002701- name: slice_buffer_test
2702 build: test
2703 language: c
2704 src:
2705 - test/core/slice/slice_buffer_test.c
2706 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002707 - grpc_test_util
2708 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002709 - gpr_test_util
2710 - gpr
2711- name: slice_string_helpers_test
2712 build: test
2713 language: c
2714 src:
2715 - test/core/slice/slice_string_helpers_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_test
2722 build: test
2723 language: c
2724 src:
2725 - test/core/slice/slice_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
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002731- name: sockaddr_resolver_test
2732 build: test
2733 language: c
2734 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002735 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002736 deps:
2737 - grpc_test_util
2738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002739 - gpr_test_util
2740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741- name: sockaddr_utils_test
2742 build: test
2743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/core/iomgr/sockaddr_utils_test.c
2746 deps:
2747 - grpc_test_util
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr_test_util
2750 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002751- name: socket_utils_test
2752 build: test
2753 language: c
2754 src:
2755 - test/core/iomgr/socket_utils_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002761 exclude_iomgrs:
2762 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002763 platforms:
2764 - mac
2765 - linux
2766 - posix
yang-g31e21282016-11-04 15:10:03 -07002767- name: ssl_server_fuzzer
2768 build: fuzzer
2769 language: c
2770 src:
2771 - test/core/security/ssl_server_fuzzer.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
2777 corpus_dirs:
2778 - test/core/security/corpus/ssl_server_corpus
2779 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002780- name: status_conversion_test
2781 build: test
2782 language: c
2783 src:
2784 - test/core/transport/status_conversion_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002790- name: stream_owned_slice_test
2791 build: test
2792 language: c
2793 src:
2794 - test/core/transport/stream_owned_slice_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002801 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
2805 - test/core/iomgr/tcp_client_posix_test.c
2806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002811 exclude_iomgrs:
2812 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002813 platforms:
2814 - mac
2815 - linux
2816 - posix
murgatroid991191b722017-02-08 11:56:52 -08002817- name: tcp_client_uv_test
2818 cpu_cost: 0.5
2819 build: test
2820 language: c
2821 src:
2822 - test/core/iomgr/tcp_client_uv_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
2828 exclude_iomgrs:
2829 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002831 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/core/iomgr/tcp_posix_test.c
2836 deps:
2837 - grpc_test_util
2838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002841 exclude_iomgrs:
2842 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002843 platforms:
2844 - mac
2845 - linux
2846 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: tcp_server_posix_test
2848 build: test
2849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/core/iomgr/tcp_server_posix_test.c
2852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002857 exclude_iomgrs:
2858 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002859 platforms:
2860 - mac
2861 - linux
2862 - posix
murgatroid991191b722017-02-08 11:56:52 -08002863- name: tcp_server_uv_test
2864 build: test
2865 language: c
2866 src:
2867 - test/core/iomgr/tcp_server_uv_test.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
2871 - gpr_test_util
2872 - gpr
2873 exclude_iomgrs:
2874 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875- name: time_averaged_stats_test
2876 build: test
2877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002878 src:
2879 - test/core/iomgr/time_averaged_stats_test.c
2880 deps:
2881 - grpc_test_util
2882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002883 - gpr_test_util
2884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: timeout_encoding_test
2886 build: test
2887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002888 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002889 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002890 deps:
2891 - grpc_test_util
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002895- name: timer_heap_test
2896 build: test
2897 language: c
2898 src:
2899 - test/core/iomgr/timer_heap_test.c
2900 deps:
2901 - grpc_test_util
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002905 exclude_iomgrs:
2906 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002907- name: timer_list_test
2908 build: test
2909 language: c
2910 src:
2911 - test/core/iomgr/timer_list_test.c
2912 deps:
2913 - grpc_test_util
2914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002915 - gpr_test_util
2916 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002917 exclude_iomgrs:
2918 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002919- name: transport_connectivity_state_test
2920 build: test
2921 language: c
2922 src:
2923 - test/core/transport/connectivity_state_test.c
2924 deps:
2925 - grpc_test_util
2926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002927 - gpr_test_util
2928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: transport_metadata_test
2930 build: test
2931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002932 src:
2933 - test/core/transport/metadata_test.c
2934 deps:
2935 - grpc_test_util
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr_test_util
2938 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002939- name: transport_pid_controller_test
2940 build: test
2941 language: c
2942 src:
2943 - test/core/transport/pid_controller_test.c
2944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002949- name: transport_security_test
2950 build: test
2951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002952 src:
2953 - test/core/tsi/transport_security_test.c
2954 deps:
2955 - grpc_test_util
2956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002957 - gpr_test_util
2958 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002959 platforms:
2960 - linux
2961 - posix
2962 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: udp_server_test
2964 build: test
2965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/core/iomgr/udp_server_test.c
2968 deps:
2969 - grpc_test_util
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002973 exclude_iomgrs:
2974 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002975 platforms:
2976 - mac
2977 - linux
2978 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002979- name: uri_fuzzer_test
2980 build: fuzzer
2981 language: c
2982 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002983 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002984 deps:
2985 - grpc_test_util
2986 - grpc
2987 - gpr_test_util
2988 - gpr
2989 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002990 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002991 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: uri_parser_test
2993 build: test
2994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002996 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003002- name: wakeup_fd_cv_test
3003 build: test
3004 language: c
3005 src:
3006 - test/core/iomgr/wakeup_fd_cv_test.c
3007 deps:
3008 - grpc_test_util
3009 - grpc
3010 - gpr_test_util
3011 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003012 exclude_iomgrs:
3013 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
vjpai04e992a2016-02-10 16:58:38 -08003018- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003019 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003020 build: test
3021 language: c++
3022 src:
3023 - test/cpp/common/alarm_cpp_test.cc
3024 deps:
3025 - grpc++_test_util
3026 - grpc_test_util
3027 - grpc++
3028 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003029 - gpr_test_util
3030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003032 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033 build: test
3034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003035 src:
3036 - test/cpp/end2end/async_end2end_test.cc
3037 deps:
3038 - grpc++_test_util
3039 - grpc_test_util
3040 - grpc++
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003045 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046 build: test
3047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003048 src:
3049 - test/cpp/common/auth_property_iterator_test.cc
3050 deps:
3051 - grpc++_test_util
3052 - grpc_test_util
3053 - grpc++
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr_test_util
3056 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003057- name: bm_call_create
3058 build: test
3059 language: c++
3060 src:
3061 - test/cpp/microbenchmarks/bm_call_create.cc
3062 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003063 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003064 - benchmark
3065 - grpc++_test_util
3066 - grpc_test_util
3067 - grpc++
3068 - grpc
3069 - gpr_test_util
3070 - gpr
3071 args:
3072 - --benchmark_min_time=0
3073 platforms:
3074 - mac
3075 - linux
3076 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003077- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003078 build: test
3079 language: c++
3080 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003081 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003082 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003083 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003084 - benchmark
3085 - grpc++_test_util
3086 - grpc_test_util
3087 - grpc++
3088 - grpc
3089 - gpr_test_util
3090 - gpr
3091 args:
3092 - --benchmark_min_time=0
3093 platforms:
3094 - mac
3095 - linux
3096 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003097- name: bm_closure
3098 build: test
3099 language: c++
3100 src:
3101 - test/cpp/microbenchmarks/bm_closure.cc
3102 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003103 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003104 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003105 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003106 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003107 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003108 - grpc
3109 - gpr_test_util
3110 - gpr
3111 args:
3112 - --benchmark_min_time=0
3113 platforms:
3114 - mac
3115 - linux
3116 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003117- name: bm_cq
3118 build: test
3119 language: c++
3120 src:
3121 - test/cpp/microbenchmarks/bm_cq.cc
3122 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003123 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003124 - benchmark
3125 - grpc++_test_util
3126 - grpc_test_util
3127 - grpc++
3128 - grpc
3129 - gpr_test_util
3130 - gpr
3131 args:
3132 - --benchmark_min_time=0
3133 platforms:
3134 - mac
3135 - linux
3136 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003137- name: bm_error
3138 build: test
3139 language: c++
3140 src:
3141 - test/cpp/microbenchmarks/bm_error.cc
3142 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003143 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003144 - benchmark
3145 - grpc++_test_util
3146 - grpc_test_util
3147 - grpc++
3148 - grpc
3149 - gpr_test_util
3150 - gpr
3151 args:
3152 - --benchmark_min_time=0
3153 platforms:
3154 - mac
3155 - linux
3156 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003157- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003158 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003159 language: c++
3160 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003161 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003162 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003163 - grpc_benchmark
3164 - benchmark
3165 - grpc++_test_util
3166 - grpc_test_util
3167 - grpc++
3168 - grpc
3169 - gpr_test_util
3170 - gpr
3171 args:
3172 - --benchmark_min_time=0
3173 excluded_poll_engines:
3174 - poll
3175 - poll-cv
3176 platforms:
3177 - mac
3178 - linux
3179 - posix
3180 timeout_seconds: 1200
3181- name: bm_fullstack_streaming_pump
3182 build: test
3183 language: c++
3184 src:
3185 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003186 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003187 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003188 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003189 - grpc++_test_util
3190 - grpc_test_util
3191 - grpc++
3192 - grpc
3193 - gpr_test_util
3194 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003195 args:
3196 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003197 excluded_poll_engines:
3198 - poll
3199 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003200 platforms:
3201 - mac
3202 - linux
3203 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003204 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003205- name: bm_fullstack_trickle
3206 build: test
3207 language: c++
3208 src:
3209 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3210 deps:
3211 - grpc_benchmark
3212 - benchmark
3213 - grpc++_test_util
3214 - grpc_test_util
3215 - grpc++
3216 - grpc
3217 - gpr_test_util
3218 - gpr
3219 args:
3220 - --benchmark_min_time=0
3221 excluded_poll_engines:
3222 - poll
3223 - poll-cv
3224 platforms:
3225 - mac
3226 - linux
3227 - posix
3228 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003229- name: bm_fullstack_unary_ping_pong
3230 build: test
3231 language: c++
3232 src:
3233 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3234 deps:
3235 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003236 - benchmark
3237 - grpc++_test_util
3238 - grpc_test_util
3239 - grpc++
3240 - grpc
3241 - gpr_test_util
3242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003244 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003246 - poll
3247 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003248 platforms:
3249 - mac
3250 - linux
3251 - posix
3252 timeout_seconds: 1200
3253- name: bm_metadata
3254 build: test
3255 language: c++
3256 src:
3257 - test/cpp/microbenchmarks/bm_metadata.cc
3258 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003259 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003260 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003261 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003262 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003263 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003264 - grpc
3265 - gpr_test_util
3266 - gpr
3267 args:
3268 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269 platforms:
3270 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003271 - linux
3272 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003273- name: bm_pollset
3274 build: test
3275 language: c++
3276 src:
3277 - test/cpp/microbenchmarks/bm_pollset.cc
3278 deps:
3279 - grpc_benchmark
3280 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003281 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003282 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003283 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003284 - grpc
3285 - gpr_test_util
3286 - gpr
3287 args:
3288 - --benchmark_min_time=0
3289 platforms:
3290 - mac
3291 - linux
3292 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003293- name: channel_arguments_test
3294 gtest: true
3295 build: test
3296 language: c++
3297 src:
3298 - test/cpp/common/channel_arguments_test.cc
3299 deps:
3300 - grpc++
3301 - grpc
3302 - gpr
3303- name: channel_filter_test
3304 gtest: true
3305 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003306 language: c++
3307 src:
3308 - test/cpp/common/channel_filter_test.cc
3309 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003310 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003311 - grpc
3312 - gpr
3313- name: cli_call_test
3314 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003315 build: test
3316 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003318 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003319 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003320 - grpc_cli_libs
3321 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003322 - grpc_test_util
3323 - grpc++
3324 - grpc
3325 - gpr_test_util
3326 - gpr
3327- name: client_crash_test
3328 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 cpu_cost: 0.1
3330 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003331 language: c++
3332 src:
3333 - test/cpp/end2end/client_crash_test.cc
3334 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335 - grpc++_test_util
3336 - grpc_test_util
3337 - grpc++
3338 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003339 - gpr_test_util
3340 - gpr
3341 platforms:
3342 - mac
3343 - linux
3344 - posix
3345- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003346 build: test
3347 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003348 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003349 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003350 - test/cpp/end2end/client_crash_test_server.cc
3351 deps:
3352 - grpc++_test_util
3353 - grpc_test_util
3354 - grpc++
3355 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003356 - gpr_test_util
3357 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003358- name: codegen_test_full
3359 gtest: true
3360 build: test
3361 language: c++
3362 src:
3363 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003364 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003365 - src/proto/grpc/testing/payloads.proto
3366 - src/proto/grpc/testing/services.proto
3367 - src/proto/grpc/testing/stats.proto
3368 - test/cpp/codegen/codegen_test_full.cc
3369 deps:
3370 - grpc++
3371 - grpc
3372 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003373 filegroups:
3374 - grpc++_codegen_base
3375- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003376 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003377 build: test
yang-g34b58612016-06-03 17:30:09 -07003378 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003380 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381 - src/proto/grpc/testing/messages.proto
3382 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003383 - src/proto/grpc/testing/services.proto
3384 - src/proto/grpc/testing/stats.proto
3385 - test/cpp/codegen/codegen_test_minimal.cc
3386 filegroups:
3387 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003390 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003391 build: test
3392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003393 src:
3394 - test/cpp/client/credentials_test.cc
3395 deps:
3396 - grpc++
3397 - grpc
3398 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003399- name: cxx_byte_buffer_test
3400 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003402 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003403 src:
3404 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003405 deps:
3406 - grpc_test_util
3407 - grpc++
3408 - grpc
3409 - gpr_test_util
3410 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003411- name: cxx_slice_test
3412 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003413 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003414 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003415 src:
3416 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003417 deps:
3418 - grpc_test_util
3419 - grpc++
3420 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423- name: cxx_string_ref_test
3424 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/util/string_ref_test.cc
3429 deps:
3430 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003431- name: cxx_time_test
3432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003434 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003435 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436 - test/cpp/util/time_test.cc
3437 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003438 - grpc_test_util
3439 - grpc++
3440 - grpc
3441 - gpr_test_util
3442 - gpr
3443- name: end2end_test
3444 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003445 cpu_cost: 0.5
3446 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003447 language: c++
3448 src:
3449 - test/cpp/end2end/end2end_test.cc
3450 deps:
3451 - grpc++_test_util
3452 - grpc_test_util
3453 - grpc++
3454 - grpc
3455 - gpr_test_util
3456 - gpr
3457- name: filter_end2end_test
3458 gtest: true
3459 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003460 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003461 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462 - test/cpp/end2end/filter_end2end_test.cc
3463 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003464 - grpc++_test_util
3465 - grpc_test_util
3466 - grpc++
3467 - grpc
3468 - gpr_test_util
3469 - gpr
3470- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003471 gtest: true
3472 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003473 language: c++
3474 src:
3475 - test/cpp/end2end/generic_end2end_test.cc
3476 deps:
3477 - grpc++_test_util
3478 - grpc_test_util
3479 - grpc++
3480 - grpc
3481 - gpr_test_util
3482 - gpr
3483- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484 gtest: true
3485 build: test
3486 language: c++
3487 src:
Craig Tiller25834342015-09-25 08:08:24 -07003488 - src/proto/grpc/testing/compiler_test.proto
3489 - test/cpp/codegen/golden_file_test.cc
3490 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003491 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003492 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003493 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003494 args:
3495 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496- name: grpc_cli
3497 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003498 run: false
3499 language: c++
3500 src:
3501 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502 deps:
3503 - grpc_cli_libs
3504 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003505 - grpc++
3506 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 - gpr
3508 - grpc++_test_config
3509- name: grpc_cpp_plugin
3510 build: protoc
3511 language: c++
3512 src:
3513 - src/compiler/cpp_plugin.cc
3514 deps:
3515 - grpc_plugin_support
3516 secure: false
3517 vs_config_type: Application
3518 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3519- name: grpc_csharp_plugin
3520 build: protoc
3521 language: c++
3522 src:
3523 - src/compiler/csharp_plugin.cc
3524 deps:
3525 - grpc_plugin_support
3526 secure: false
3527 vs_config_type: Application
3528 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003529- name: grpc_node_plugin
3530 build: protoc
3531 language: c++
3532 src:
3533 - src/compiler/node_plugin.cc
3534 deps:
3535 - grpc_plugin_support
3536 secure: false
3537 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538- name: grpc_objective_c_plugin
3539 build: protoc
3540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003541 src:
3542 - src/compiler/objective_c_plugin.cc
3543 deps:
3544 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003545 secure: false
3546 vs_config_type: Application
3547 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003548- name: grpc_php_plugin
3549 build: protoc
3550 language: c++
3551 src:
3552 - src/compiler/php_plugin.cc
3553 deps:
3554 - grpc_plugin_support
3555 secure: false
3556 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003557- name: grpc_python_plugin
3558 build: protoc
3559 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003560 src:
3561 - src/compiler/python_plugin.cc
3562 deps:
3563 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564 secure: false
3565 vs_config_type: Application
3566 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3567- name: grpc_ruby_plugin
3568 build: protoc
3569 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003570 src:
3571 - src/compiler/ruby_plugin.cc
3572 deps:
3573 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574 secure: false
3575 vs_config_type: Application
3576 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003577- name: grpc_tool_test
3578 gtest: true
3579 build: test
3580 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003581 src:
3582 - src/proto/grpc/testing/echo.proto
3583 - src/proto/grpc/testing/echo_messages.proto
3584 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003585 deps:
3586 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003587 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003588 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003589 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003590 - grpc_test_util
3591 - grpc++
3592 - grpc
3593 - gpr_test_util
3594 - gpr
3595 filegroups:
3596 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003597- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003598 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003599 build: test
3600 language: c++
3601 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003602 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003603 - test/cpp/grpclb/grpclb_api_test.cc
3604 deps:
3605 - grpc++_test_util
3606 - grpc_test_util
3607 - grpc++
3608 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003609- name: grpclb_test
3610 gtest: false
3611 build: test
3612 language: c++
3613 src:
3614 - src/proto/grpc/lb/v1/load_balancer.proto
3615 - test/cpp/grpclb/grpclb_test.cc
3616 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003617 - grpc++_test_util
3618 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003619 - grpc++
3620 - grpc
3621 - gpr_test_util
3622 - gpr
yang-gad327642016-12-12 14:32:09 -08003623- name: health_service_end2end_test
3624 gtest: true
3625 build: test
3626 language: c++
3627 src:
3628 - test/cpp/end2end/health_service_end2end_test.cc
3629 deps:
3630 - grpc++_test_util
3631 - grpc_test_util
3632 - grpc++
3633 - grpc
3634 - gpr_test_util
3635 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003636- name: http2_client
3637 build: test
3638 run: false
3639 language: c++
3640 src: []
3641 deps:
3642 - http2_client_main
3643 - grpc++_test_util
3644 - grpc_test_util
3645 - grpc++
3646 - grpc
3647 - grpc++_test_config
3648 platforms:
3649 - mac
3650 - linux
3651 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003652- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003653 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003654 build: test
3655 language: c++
3656 src:
3657 - test/cpp/end2end/hybrid_end2end_test.cc
3658 deps:
3659 - grpc++_test_util
3660 - grpc_test_util
3661 - grpc++
3662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003663 - gpr_test_util
3664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003665- name: interop_client
3666 build: test
3667 run: false
3668 language: c++
3669 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003670 deps:
3671 - interop_client_main
3672 - interop_client_helper
3673 - grpc++_test_util
3674 - grpc_test_util
3675 - grpc++
3676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003677 - gpr_test_util
3678 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003679 - grpc++_test_config
3680 platforms:
3681 - mac
3682 - linux
3683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003684- name: interop_server
3685 build: test
3686 run: false
3687 language: c++
3688 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003689 deps:
3690 - interop_server_main
3691 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003692 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003693 - grpc++_test_util
3694 - grpc_test_util
3695 - grpc++
3696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003697 - gpr_test_util
3698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003699 - grpc++_test_config
3700 platforms:
3701 - mac
3702 - linux
3703 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003705 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003706 build: test
3707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003708 src:
3709 - test/cpp/interop/interop_test.cc
3710 deps:
3711 - grpc_test_util
3712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003713 - gpr_test_util
3714 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003715 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003716 platforms:
3717 - mac
3718 - linux
3719 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003720- name: json_run_localhost
3721 build: test
3722 run: false
3723 language: c++
3724 src:
3725 - test/cpp/qps/json_run_localhost.cc
3726 deps:
3727 - grpc++_test_util
3728 - grpc_test_util
3729 - grpc++
3730 - grpc
3731 - gpr_test_util
3732 - gpr
3733 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003734 platforms:
3735 - mac
3736 - linux
3737 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003738- name: metrics_client
3739 build: test
3740 run: false
3741 language: c++
3742 headers:
3743 - test/cpp/util/metrics_server.h
3744 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003745 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003746 - test/cpp/interop/metrics_client.cc
3747 deps:
3748 - grpc++
3749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003750 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003751 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003753 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003754 build: test
3755 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003756 src:
3757 - test/cpp/end2end/mock_test.cc
3758 deps:
3759 - grpc++_test_util
3760 - grpc_test_util
3761 - grpc++
3762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003763 - gpr_test_util
3764 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003765- name: noop-benchmark
3766 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003767 language: c++
3768 src:
3769 - test/cpp/microbenchmarks/noop-benchmark.cc
3770 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003771 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003772- name: proto_server_reflection_test
3773 gtest: true
3774 build: test
3775 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003776 src:
3777 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003778 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003779 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003780 - grpc++_reflection
3781 - grpc++_test_util
3782 - grpc_test_util
3783 - grpc++
3784 - grpc
3785 - gpr_test_util
3786 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003787- name: proto_utils_test
3788 gtest: true
3789 build: test
3790 language: c++
3791 src:
3792 - test/cpp/codegen/proto_utils_test.cc
3793 deps:
3794 - grpc++
3795 - grpc
3796 filegroups:
3797 - grpc++_codegen_base
3798 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003799- name: qps_interarrival_test
3800 build: test
3801 run: false
3802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003803 src:
3804 - test/cpp/qps/qps_interarrival_test.cc
3805 deps:
3806 - qps
3807 - grpc++_test_util
3808 - grpc_test_util
3809 - grpc++
3810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 - gpr_test_util
3812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003813 platforms:
3814 - mac
3815 - linux
3816 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003817- name: qps_json_driver
3818 build: test
3819 run: false
3820 language: c++
3821 src:
3822 - test/cpp/qps/qps_json_driver.cc
3823 deps:
3824 - qps
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
3829 - gpr_test_util
3830 - gpr
3831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003833 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003834 build: test
3835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003836 src:
3837 - test/cpp/qps/qps_openloop_test.cc
3838 deps:
3839 - qps
3840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003844 - gpr_test_util
3845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003846 - grpc++_test_config
3847 platforms:
3848 - mac
3849 - linux
3850 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003852 build: test
3853 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003855 headers:
3856 - test/cpp/qps/client.h
3857 - test/cpp/qps/server.h
3858 src:
3859 - test/cpp/qps/worker.cc
3860 deps:
3861 - qps
3862 - grpc++_test_util
3863 - grpc_test_util
3864 - grpc++
3865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003866 - gpr_test_util
3867 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003868 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003869- name: reconnect_interop_client
3870 build: test
3871 run: false
3872 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003873 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003874 - src/proto/grpc/testing/empty.proto
3875 - src/proto/grpc/testing/messages.proto
3876 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003877 - test/cpp/interop/reconnect_interop_client.cc
3878 deps:
3879 - grpc++_test_util
3880 - grpc_test_util
3881 - grpc++
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr_test_util
3884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003885 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003886- name: reconnect_interop_server
3887 build: test
3888 run: false
3889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003890 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003891 - src/proto/grpc/testing/empty.proto
3892 - src/proto/grpc/testing/messages.proto
3893 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003894 - test/cpp/interop/reconnect_interop_server.cc
3895 deps:
3896 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003897 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003898 - grpc++_test_util
3899 - grpc_test_util
3900 - grpc++
3901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003902 - gpr_test_util
3903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003904 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003905- name: round_robin_end2end_test
3906 gtest: true
3907 build: test
3908 language: c++
3909 src:
3910 - test/cpp/end2end/round_robin_end2end_test.cc
3911 deps:
3912 - grpc++_test_util
3913 - grpc_test_util
3914 - grpc++
3915 - grpc
3916 - gpr_test_util
3917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003919 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920 build: test
3921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003922 src:
3923 - test/cpp/common/secure_auth_context_test.cc
3924 deps:
3925 - grpc++_test_util
3926 - grpc_test_util
3927 - grpc++
3928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003929 - gpr_test_util
3930 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003931- name: secure_sync_unary_ping_pong_test
3932 build: test
3933 language: c++
3934 src:
3935 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3936 deps:
3937 - qps
3938 - grpc++_test_util
3939 - grpc_test_util
3940 - grpc++
3941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003942 - gpr_test_util
3943 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003944 platforms:
3945 - mac
3946 - linux
3947 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003948- name: server_builder_plugin_test
3949 gtest: true
3950 build: test
3951 language: c++
3952 src:
3953 - test/cpp/end2end/server_builder_plugin_test.cc
3954 deps:
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
3959 - gpr_test_util
3960 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003961- name: server_builder_test
3962 gtest: true
3963 build: test
3964 language: c++
3965 src:
3966 - src/proto/grpc/testing/echo_messages.proto
3967 - src/proto/grpc/testing/echo.proto
3968 - test/cpp/server/server_builder_test.cc
3969 deps:
3970 - grpc++_test_util
3971 - grpc_test_util
3972 - gpr_test_util
3973 - grpc++
3974 - grpc
3975 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003976- name: server_context_test_spouse_test
3977 gtest: true
3978 build: test
3979 language: c++
3980 src:
3981 - test/cpp/test/server_context_test_spouse_test.cc
3982 deps:
3983 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003984 - grpc++
3985 - grpc
3986 - gpr_test_util
3987 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003988 uses:
3989 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003991 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003992 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993 build: test
3994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003995 src:
3996 - test/cpp/end2end/server_crash_test.cc
3997 deps:
3998 - grpc++_test_util
3999 - grpc_test_util
4000 - grpc++
4001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004002 - gpr_test_util
4003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004004 platforms:
4005 - mac
4006 - linux
4007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004008- name: server_crash_test_client
4009 build: test
4010 run: false
4011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004012 src:
4013 - test/cpp/end2end/server_crash_test_client.cc
4014 deps:
4015 - grpc++_test_util
4016 - grpc_test_util
4017 - grpc++
4018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004019 - gpr_test_util
4020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004021- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004022 gtest: true
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/shutdown_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 Tillerbf4b2242015-08-31 15:53:53 -07004034- name: status_test
4035 build: test
4036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004037 src:
4038 - test/cpp/util/status_test.cc
4039 deps:
4040 - grpc_test_util
4041 - grpc++
4042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004043 - gpr_test_util
4044 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004045- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004046 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004047 build: test
4048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004049 src:
4050 - test/cpp/end2end/streaming_throughput_test.cc
4051 deps:
4052 - grpc++_test_util
4053 - grpc_test_util
4054 - grpc++
4055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004056 - gpr_test_util
4057 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004058 platforms:
4059 - mac
4060 - linux
4061 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004062- name: stress_test
4063 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004064 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004065 language: c++
4066 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004067 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004068 - test/cpp/interop/interop_client.h
4069 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004070 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004071 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004072 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004073 - src/proto/grpc/testing/empty.proto
4074 - src/proto/grpc/testing/messages.proto
4075 - src/proto/grpc/testing/metrics.proto
4076 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004077 - test/cpp/interop/interop_client.cc
4078 - test/cpp/interop/stress_interop_client.cc
4079 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004080 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004081 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004082 deps:
4083 - grpc++_test_util
4084 - grpc_test_util
4085 - grpc++
4086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004087 - gpr_test_util
4088 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004089 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004090- name: thread_manager_test
4091 build: test
4092 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004093 src:
4094 - test/cpp/thread_manager/thread_manager_test.cc
4095 deps:
4096 - grpc++
4097 - grpc
4098 - gpr
4099 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004100- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004101 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004102 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004103 build: test
4104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004105 src:
4106 - test/cpp/end2end/thread_stress_test.cc
4107 deps:
4108 - grpc++_test_util
4109 - grpc_test_util
4110 - grpc++
4111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004112 - gpr_test_util
4113 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004114- name: writes_per_rpc_test
4115 gtest: true
4116 cpu_cost: 0.5
4117 build: test
4118 language: c++
4119 src:
4120 - test/cpp/performance/writes_per_rpc_test.cc
4121 deps:
4122 - grpc++_test_util
4123 - grpc_test_util
4124 - grpc++
4125 - grpc
4126 - gpr_test_util
4127 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004128 platforms:
4129 - mac
4130 - linux
4131 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004132- name: public_headers_must_be_c89
4133 build: test
4134 language: c89
4135 src:
4136 - test/core/surface/public_headers_must_be_c89.c
4137 deps:
4138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004140vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004141- linkage: static
4142 name: grpc.dependencies.zlib
4143 props: false
4144 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004145 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004146- linkage: static
4147 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004148 props: true
4149 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004150 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004151- name: gflags
4152 props: false
4153 redist: false
4154 version: 2.1.2.1
4155- name: gtest
4156 props: false
4157 redist: false
4158 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004159configs:
4160 asan:
4161 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004162 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4163 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004164 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004165 LD: clang
4166 LDFLAGS: -fsanitize=address
4167 LDXX: clang++
4168 compile_the_world: true
4169 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004170 ASAN_OPTIONS: detect_leaks=1:color=always
4171 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004172 asan-noleaks:
4173 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004174 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4175 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004176 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004177 LD: clang
4178 LDFLAGS: -fsanitize=address
4179 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004180 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004181 test_environ:
4182 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004183 asan-trace-cmp:
4184 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004185 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4186 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004187 CXX: clang++
4188 LD: clang
4189 LDFLAGS: -fsanitize=address
4190 LDXX: clang++
4191 compile_the_world: true
4192 test_environ:
4193 ASAN_OPTIONS: detect_leaks=1:color=always
4194 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004195 basicprof:
4196 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4197 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004198 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004199 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004200 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004201 dbg:
4202 CPPFLAGS: -O0
4203 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004204 gcov:
4205 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004206 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004207 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004208 DEFINES: _DEBUG DEBUG GPR_GCOV
4209 LD: gcc
4210 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4211 LDXX: g++
4212 helgrind:
4213 CPPFLAGS: -O0
4214 DEFINES: _DEBUG DEBUG
4215 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004216 valgrind: --tool=helgrind
4217 memcheck:
4218 CPPFLAGS: -O0
4219 DEFINES: _DEBUG DEBUG
4220 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004221 valgrind: --tool=memcheck --leak-check=full
4222 msan:
4223 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004224 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4225 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4226 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004227 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004228 DEFINES: NDEBUG
4229 LD: clang
4230 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4231 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4232 LDXX: clang++
4233 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004234 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004235 CPPFLAGS: -O3 -fno-omit-frame-pointer
4236 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004237 LDFLAGS: -rdynamic
4238 opt:
4239 CPPFLAGS: -O2
4240 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004241 stapprof:
4242 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4243 DEFINES: NDEBUG
4244 tsan:
4245 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004246 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004247 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004248 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004249 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004250 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004251 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004252 LDXX: clang++
4253 compile_the_world: true
4254 test_environ:
4255 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004256 ubsan:
4257 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004258 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4259 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004260 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004261 DEFINES: NDEBUG
4262 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004263 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004264 LDXX: clang++
4265 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004266 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004267 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004268defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004269 benchmark:
4270 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004271 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004272 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004273 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004274 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004275 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004276 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004277 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004278 LDFLAGS: -g
4279 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004280 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004281 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004282node_modules:
4283- deps:
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004286 - boringssl
4287 - z
murgatroid9994a75412015-11-19 14:04:53 -08004288 headers:
4289 - src/node/ext/byte_buffer.h
4290 - src/node/ext/call.h
4291 - src/node/ext/call_credentials.h
4292 - src/node/ext/channel.h
4293 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004294 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004295 - src/node/ext/server.h
4296 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004297 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004298 - src/node/ext/timeval.h
4299 js:
4300 - src/node/index.js
4301 - src/node/src/client.js
4302 - src/node/src/common.js
4303 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004304 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004305 - src/node/src/metadata.js
4306 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004307 name: grpc_node
4308 src:
4309 - src/node/ext/byte_buffer.cc
4310 - src/node/ext/call.cc
4311 - src/node/ext/call_credentials.cc
4312 - src/node/ext/channel.cc
4313 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004314 - src/node/ext/completion_queue_threadpool.cc
4315 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004316 - src/node/ext/node_grpc.cc
4317 - src/node/ext/server.cc
4318 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004319 - src/node/ext/server_generic.cc
4320 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004321 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004322 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004323openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004324 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004325 extraction_dir: openssl-1.0.2f
4326 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004327php_config_m4:
4328 deps:
4329 - grpc
4330 - gpr
4331 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004332 headers:
4333 - src/php/ext/grpc/byte_buffer.h
4334 - src/php/ext/grpc/call.h
4335 - src/php/ext/grpc/call_credentials.h
4336 - src/php/ext/grpc/channel.h
4337 - src/php/ext/grpc/channel_credentials.h
4338 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004339 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004340 - src/php/ext/grpc/php_grpc.h
4341 - src/php/ext/grpc/server.h
4342 - src/php/ext/grpc/server_credentials.h
4343 - src/php/ext/grpc/timeval.h
4344 src:
4345 - src/php/ext/grpc/byte_buffer.c
4346 - src/php/ext/grpc/call.c
4347 - src/php/ext/grpc/call_credentials.c
4348 - src/php/ext/grpc/channel.c
4349 - src/php/ext/grpc/channel_credentials.c
4350 - src/php/ext/grpc/completion_queue.c
4351 - src/php/ext/grpc/php_grpc.c
4352 - src/php/ext/grpc/server.c
4353 - src/php/ext/grpc/server_credentials.c
4354 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004355python_dependencies:
4356 deps:
4357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004358 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004359 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004360 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004361ruby_gem:
4362 deps:
4363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004365 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004366 - z