blob: d43e1569d4773768c07a586d766a50c4d15c0890 [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
16 g_stands_for: green
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
Makarand Dharmapurikar226098c2017-03-22 10:53:37 -0700362 - src/core/lib/security/util/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700363 - src/core/lib/slice/percent_encoding.c
364 - src/core/lib/slice/slice.c
365 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800366 - src/core/lib/slice/slice_hash_table.c
367 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700368 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/alarm.c
370 - src/core/lib/surface/api_trace.c
371 - src/core/lib/surface/byte_buffer.c
372 - src/core/lib/surface/byte_buffer_reader.c
373 - src/core/lib/surface/call.c
374 - src/core/lib/surface/call_details.c
375 - src/core/lib/surface/call_log_batch.c
376 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/channel_init.c
378 - src/core/lib/surface/channel_ping.c
379 - src/core/lib/surface/channel_stack_type.c
380 - src/core/lib/surface/completion_queue.c
381 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/lame_client.c
383 - src/core/lib/surface/metadata_array.c
384 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/validate_metadata.c
386 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700387 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800390 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/metadata.c
392 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700393 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700394 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800396 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400397 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/transport.c
399 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700400 deps:
401 - gpr
402 uses:
403 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700404- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406 - src/core/ext/client_channel/client_channel.h
407 - src/core/ext/client_channel/client_channel_factory.h
408 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700409 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800410 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/initial_connect_string.h
412 - src/core/ext/client_channel/lb_policy.h
413 - src/core/ext/client_channel/lb_policy_factory.h
414 - src/core/ext/client_channel/lb_policy_registry.h
415 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800416 - src/core/ext/client_channel/proxy_mapper.h
417 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418 - src/core/ext/client_channel/resolver.h
419 - src/core/ext/client_channel/resolver_factory.h
420 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421 - src/core/ext/client_channel/subchannel.h
422 - src/core/ext/client_channel/subchannel_index.h
423 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700424 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425 - src/core/ext/client_channel/channel_connectivity.c
426 - src/core/ext/client_channel/client_channel.c
427 - src/core/ext/client_channel/client_channel_factory.c
428 - src/core/ext/client_channel/client_channel_plugin.c
429 - src/core/ext/client_channel/connector.c
430 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700431 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800432 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700433 - src/core/ext/client_channel/initial_connect_string.c
434 - src/core/ext/client_channel/lb_policy.c
435 - src/core/ext/client_channel/lb_policy_factory.c
436 - src/core/ext/client_channel/lb_policy_registry.c
437 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800438 - src/core/ext/client_channel/proxy_mapper.c
439 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700440 - src/core/ext/client_channel/resolver.c
441 - src/core/ext/client_channel/resolver_factory.c
442 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - src/core/ext/client_channel/subchannel.c
444 - src/core/ext/client_channel/subchannel_index.c
445 - src/core/ext/client_channel/uri_parser.c
446 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700447 uses:
448 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800449- name: grpc_codegen
450 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700451 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800452 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800453 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800454 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700458 uses:
459 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700460- name: grpc_lb_policy_grpclb
461 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700462 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800463 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700464 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700465 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700466 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700467 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800468 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
469 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
470 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
471 plugin: grpc_lb_policy_grpclb
472 uses:
473 - grpc_base
474 - grpc_client_channel
475 - nanopb
476- name: grpc_lb_policy_grpclb_secure
477 headers:
478 - src/core/ext/lb_policy/grpclb/grpclb.h
479 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
480 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
481 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
482 src:
483 - src/core/ext/lb_policy/grpclb/grpclb.c
484 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700485 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700486 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700487 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700488 uses:
489 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700490 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700491 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700492- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700493 src:
494 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700495 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700496 uses:
497 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700498 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700499- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700500 src:
501 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700502 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700503 uses:
504 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700505 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700506- name: grpc_load_reporting
507 headers:
508 - src/core/ext/load_reporting/load_reporting.h
509 - src/core/ext/load_reporting/load_reporting_filter.h
510 src:
511 - src/core/ext/load_reporting/load_reporting.c
512 - src/core/ext/load_reporting/load_reporting_filter.c
513 plugin: grpc_load_reporting_plugin
514 uses:
515 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700516- name: grpc_resolver_dns_native
517 src:
518 - src/core/ext/resolver/dns/native/dns_resolver.c
519 plugin: grpc_resolver_dns_native
520 uses:
521 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700522 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700523- name: grpc_resolver_sockaddr
524 src:
525 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
526 plugin: grpc_resolver_sockaddr
527 uses:
528 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700529 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100530- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700531 public_headers:
532 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100533 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700534 - src/core/lib/security/context/security_context.h
535 - src/core/lib/security/credentials/composite/composite_credentials.h
536 - src/core/lib/security/credentials/credentials.h
537 - src/core/lib/security/credentials/fake/fake_credentials.h
538 - src/core/lib/security/credentials/google_default/google_default_credentials.h
539 - src/core/lib/security/credentials/iam/iam_credentials.h
540 - src/core/lib/security/credentials/jwt/json_token.h
541 - src/core/lib/security/credentials/jwt/jwt_credentials.h
542 - src/core/lib/security/credentials/jwt/jwt_verifier.h
543 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
544 - src/core/lib/security/credentials/plugin/plugin_credentials.h
545 - src/core/lib/security/credentials/ssl/ssl_credentials.h
546 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800547 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700548 - src/core/lib/security/transport/secure_endpoint.h
549 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800550 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700551 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700552 - src/core/lib/security/util/b64.h
553 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100554 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700555 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700556 - src/core/lib/security/context/security_context.c
557 - src/core/lib/security/credentials/composite/composite_credentials.c
558 - src/core/lib/security/credentials/credentials.c
559 - src/core/lib/security/credentials/credentials_metadata.c
560 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700561 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700562 - src/core/lib/security/credentials/google_default/google_default_credentials.c
563 - src/core/lib/security/credentials/iam/iam_credentials.c
564 - src/core/lib/security/credentials/jwt/json_token.c
565 - src/core/lib/security/credentials/jwt/jwt_credentials.c
566 - src/core/lib/security/credentials/jwt/jwt_verifier.c
567 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
568 - src/core/lib/security/credentials/plugin/plugin_credentials.c
569 - src/core/lib/security/credentials/ssl/ssl_credentials.c
570 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800571 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700572 - src/core/lib/security/transport/secure_endpoint.c
573 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800574 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700575 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700576 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/util/b64.c
578 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700579 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700580 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700581 uses:
582 - grpc_base
583 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700584 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700585- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700586 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700587 headers:
588 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700589 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800590 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700591 - test/core/end2end/fixtures/proxy.h
592 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800593 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700594 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200595 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700596 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700597 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700598 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700600 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800602 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700603 src:
604 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700605 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800606 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700607 - test/core/end2end/fixtures/proxy.c
608 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800609 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700610 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200611 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700612 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700613 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700614 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800615 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700616 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700617 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800618 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700619 deps:
620 - grpc
621 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700622- name: grpc_transport_chttp2
623 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700624 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700625 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700626 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
627 - src/core/ext/transport/chttp2/transport/frame.h
628 - src/core/ext/transport/chttp2/transport/frame_data.h
629 - src/core/ext/transport/chttp2/transport/frame_goaway.h
630 - src/core/ext/transport/chttp2/transport/frame_ping.h
631 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
632 - src/core/ext/transport/chttp2/transport/frame_settings.h
633 - src/core/ext/transport/chttp2/transport/frame_window_update.h
634 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
635 - src/core/ext/transport/chttp2/transport/hpack_parser.h
636 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700637 - src/core/ext/transport/chttp2/transport/huffsyms.h
638 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
639 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700641 - src/core/ext/transport/chttp2/transport/varint.h
642 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700643 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700644 - src/core/ext/transport/chttp2/transport/bin_encoder.c
645 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700646 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
647 - src/core/ext/transport/chttp2/transport/frame_data.c
648 - src/core/ext/transport/chttp2/transport/frame_goaway.c
649 - src/core/ext/transport/chttp2/transport/frame_ping.c
650 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
651 - src/core/ext/transport/chttp2/transport/frame_settings.c
652 - src/core/ext/transport/chttp2/transport/frame_window_update.c
653 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
654 - src/core/ext/transport/chttp2/transport/hpack_parser.c
655 - src/core/ext/transport/chttp2/transport/hpack_table.c
656 - src/core/ext/transport/chttp2/transport/huffsyms.c
657 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
658 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700659 - src/core/ext/transport/chttp2/transport/stream_lists.c
660 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/varint.c
662 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700663 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700664 uses:
665 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700666 - grpc_transport_chttp2_alpn
667- name: grpc_transport_chttp2_alpn
668 headers:
669 - src/core/ext/transport/chttp2/alpn/alpn.h
670 src:
671 - src/core/ext/transport/chttp2/alpn/alpn.c
672 deps:
673 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800674- name: grpc_transport_chttp2_client_connector
675 headers:
676 - src/core/ext/transport/chttp2/client/chttp2_connector.h
677 src:
678 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800679 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800680 - grpc_transport_chttp2
681 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700682- name: grpc_transport_chttp2_client_insecure
683 src:
684 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700685 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700686 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800687 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 - grpc_transport_chttp2
689 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700690 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700691- name: grpc_transport_chttp2_client_secure
692 src:
693 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700694 uses:
695 - grpc_transport_chttp2
696 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700697 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700698 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800699 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800700- name: grpc_transport_chttp2_server
701 headers:
702 - src/core/ext/transport/chttp2/server/chttp2_server.h
703 src:
704 - src/core/ext/transport/chttp2/server/chttp2_server.c
705 uses:
706 - grpc_transport_chttp2
707 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700708- name: grpc_transport_chttp2_server_insecure
709 src:
710 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700711 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700712 uses:
713 - grpc_transport_chttp2
714 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800715 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700716- name: grpc_transport_chttp2_server_secure
717 src:
718 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 uses:
720 - grpc_transport_chttp2
721 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700722 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800723 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700724- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700725 public_headers:
726 - include/grpc/grpc_cronet.h
727 - include/grpc/grpc_security.h
728 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700729 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800730 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800731 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700732 src:
733 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
734 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
735 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700736 filegroups:
737 - grpc_base
738 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800739- name: nanopb
740 headers:
741 - third_party/nanopb/pb.h
742 - third_party/nanopb/pb_common.h
743 - third_party/nanopb/pb_decode.h
744 - third_party/nanopb/pb_encode.h
745 src:
746 - third_party/nanopb/pb_common.c
747 - third_party/nanopb/pb_decode.c
748 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749- name: tsi
750 headers:
751 - src/core/lib/tsi/fake_transport_security.h
752 - src/core/lib/tsi/ssl_transport_security.h
753 - src/core/lib/tsi/ssl_types.h
754 - src/core/lib/tsi/transport_security.h
755 - src/core/lib/tsi/transport_security_interface.h
756 src:
757 - src/core/lib/tsi/fake_transport_security.c
758 - src/core/lib/tsi/ssl_transport_security.c
759 - src/core/lib/tsi/transport_security.c
760 deps:
761 - gpr
762 secure: true
763- name: grpc++_base
764 language: c++
765 public_headers:
766 - include/grpc++/alarm.h
767 - include/grpc++/channel.h
768 - include/grpc++/client_context.h
769 - include/grpc++/completion_queue.h
770 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700771 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800772 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - include/grpc++/generic/async_generic_service.h
774 - include/grpc++/generic/generic_stub.h
775 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800776 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800778 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700780 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/grpc_library.h
782 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/rpc_method.h
784 - include/grpc++/impl/rpc_service_method.h
785 - include/grpc++/impl/serialization_traits.h
786 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700787 - include/grpc++/impl/server_builder_plugin.h
788 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700790 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/security/auth_context.h
792 - include/grpc++/security/auth_metadata_processor.h
793 - include/grpc++/security/credentials.h
794 - include/grpc++/security/server_credentials.h
795 - include/grpc++/server.h
796 - include/grpc++/server_builder.h
797 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700798 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - include/grpc++/support/async_stream.h
800 - include/grpc++/support/async_unary_call.h
801 - include/grpc++/support/byte_buffer.h
802 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700803 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - include/grpc++/support/slice.h
805 - include/grpc++/support/status.h
806 - include/grpc++/support/status_code_enum.h
807 - include/grpc++/support/string_ref.h
808 - include/grpc++/support/stub_options.h
809 - include/grpc++/support/sync_stream.h
810 - include/grpc++/support/time.h
811 headers:
812 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700813 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800815 - src/cpp/server/health/default_health_check_service.h
816 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700818 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700820 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/client/client_context.cc
822 - src/cpp/client/create_channel.cc
823 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700824 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700825 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700828 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700829 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700831 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700833 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800835 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/server/create_default_thread_pool.cc
837 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800838 - src/cpp/server/health/default_health_check_service.cc
839 - src/cpp/server/health/health.pb.c
840 - src/cpp/server/health/health_check_service.cc
841 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700843 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - src/cpp/server/server_context.cc
845 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700846 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700847 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700848 - src/cpp/util/byte_buffer_cc.cc
849 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - src/cpp/util/status.cc
851 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700852 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 uses:
yang-g17487f92016-06-03 15:21:15 -0700854 - grpc++_codegen_base
855- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 language: c++
857 public_headers:
858 - include/grpc++/impl/codegen/async_stream.h
859 - include/grpc++/impl/codegen/async_unary_call.h
860 - include/grpc++/impl/codegen/call.h
861 - include/grpc++/impl/codegen/call_hook.h
862 - include/grpc++/impl/codegen/channel_interface.h
863 - include/grpc++/impl/codegen/client_context.h
864 - include/grpc++/impl/codegen/client_unary_call.h
865 - include/grpc++/impl/codegen/completion_queue.h
866 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700867 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 - include/grpc++/impl/codegen/core_codegen_interface.h
869 - include/grpc++/impl/codegen/create_auth_context.h
870 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800871 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700873 - include/grpc++/impl/codegen/rpc_method.h
874 - include/grpc++/impl/codegen/rpc_service_method.h
875 - include/grpc++/impl/codegen/security/auth_context.h
876 - include/grpc++/impl/codegen/serialization_traits.h
877 - include/grpc++/impl/codegen/server_context.h
878 - include/grpc++/impl/codegen/server_interface.h
879 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800880 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - include/grpc++/impl/codegen/status.h
882 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700883 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - include/grpc++/impl/codegen/string_ref.h
885 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - include/grpc++/impl/codegen/sync_stream.h
887 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 uses:
889 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700890- name: grpc++_codegen_base_src
891 language: c++
892 src:
893 - src/cpp/codegen/codegen_init.cc
894 uses:
895 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700896- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 language: c++
898 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700899 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700900 uses:
yang-g17487f92016-06-03 15:21:15 -0700901 - grpc++_codegen_base
902 - grpc++_config_proto
903- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700904 language: c++
905 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700907- name: grpc++_reflection_proto
908 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700909 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700910 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800911- name: grpc++_test
912 language: c++
913 public_headers:
914 - include/grpc++/test/server_context_test_spouse.h
915 deps:
916 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700917- name: thrift_util
918 language: c++
919 public_headers:
920 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700921 - include/grpc++/impl/codegen/thrift_utils.h
922 uses:
923 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100924libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800925- name: gpr
926 build: all
927 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700929 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 secure: false
931 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
932- name: gpr_test_util
933 build: private
934 language: c
935 headers:
936 - test/core/util/test_config.h
937 src:
938 - test/core/util/test_config.c
939 deps:
940 - gpr
941 secure: false
942 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943- name: grpc
944 build: all
945 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 src:
947 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800949 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700951 filegroups:
952 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700953 - grpc_transport_chttp2_server_secure
954 - grpc_transport_chttp2_client_secure
955 - grpc_transport_chttp2_server_insecure
956 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800957 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700958 - grpc_lb_policy_pick_first
959 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700960 - grpc_resolver_dns_native
961 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700962 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100963 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700964 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700965 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700967 vs_packages:
968 - grpc.dependencies.openssl
969 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700971- name: grpc_cronet
972 build: all
973 language: c
974 src:
975 - src/core/lib/surface/init.c
976 baselib: true
977 deps_linkage: static
978 dll: true
979 filegroups:
980 - grpc_base
981 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700982 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800983 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700984 generate_plugin_registry: true
985 platforms:
986 - linux
987 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100988- name: grpc_dll
989 build: private
990 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100991 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100992 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100993 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100994 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100995 build_system:
996 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100997 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100998 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100999 vs_config_type: DynamicLibrary
1000 vs_packages:
1001 - grpc.dependencies.openssl
1002 - grpc.dependencies.zlib
1003 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1004 vs_props:
1005 - zlib
1006 - openssl
1007 - winsock
1008 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: grpc_test_util
1010 build: private
1011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001012 headers:
1013 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001014 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001015 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001016 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001017 - test/core/end2end/data/server1_cert.c
1018 - test/core/end2end/data/server1_key.c
1019 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001020 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001021 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001024 - grpc
1025 filegroups:
1026 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001027 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1029- name: grpc_test_util_unsecure
1030 build: private
1031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001032 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001033 - gpr
1034 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001035 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001036 filegroups:
1037 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 secure: false
1039 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1040- name: grpc_unsecure
1041 build: all
1042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001043 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001045 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001047 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001049 filegroups:
1050 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001051 - grpc_transport_chttp2_server_insecure
1052 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001053 - grpc_resolver_dns_native
1054 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001055 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001056 - grpc_lb_policy_grpclb
1057 - grpc_lb_policy_pick_first
1058 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001059 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001060 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061 secure: false
1062 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: reconnect_server
1064 build: private
1065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001066 headers:
1067 - test/core/util/reconnect_server.h
1068 src:
1069 - test/core/util/reconnect_server.c
1070 deps:
yang-gc9fca182015-11-06 16:41:33 -08001071 - test_tcp_server
1072 - grpc_test_util
1073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001074 - gpr_test_util
1075 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001076- name: test_tcp_server
1077 build: private
1078 language: c
1079 headers:
1080 - test/core/util/test_tcp_server.h
1081 src:
1082 - test/core/util/test_tcp_server.c
1083 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001084 - grpc_test_util
1085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001086 - gpr_test_util
1087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088- name: grpc++
1089 build: all
1090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001091 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001092 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001093 - src/cpp/client/secure_credentials.h
1094 - src/cpp/common/secure_auth_context.h
1095 - src/cpp/server/secure_server_credentials.h
1096 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001097 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001098 - src/cpp/client/secure_credentials.cc
1099 - src/cpp/common/auth_property_iterator.cc
1100 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001101 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001102 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001103 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/cpp/server/secure_server_credentials.cc
1105 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001106 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107 baselib: true
1108 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001109 filegroups:
1110 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001111 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001112 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001113 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114 secure: check
1115 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001116- name: grpc++_cronet
1117 build: all
1118 language: c++
1119 src:
1120 - src/cpp/client/cronet_credentials.cc
1121 - src/cpp/client/insecure_credentials.cc
1122 - src/cpp/common/insecure_create_auth_context.cc
1123 - src/cpp/server/insecure_server_credentials.cc
1124 deps:
1125 - gpr
1126 - grpc_cronet
1127 baselib: true
1128 dll: true
1129 filegroups:
1130 - grpc++_base
1131 - grpc++_codegen_base
1132 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001133 - grpc_transport_chttp2_client_insecure
1134 - grpc_transport_chttp2_server_insecure
1135 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001136 platforms:
1137 - linux
1138 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001139- name: grpc++_proto_reflection_desc_db
1140 build: private
1141 language: c++
1142 headers:
1143 - test/cpp/util/proto_reflection_descriptor_database.h
1144 src:
1145 - test/cpp/util/proto_reflection_descriptor_database.cc
1146 deps:
1147 - grpc++
1148 filegroups:
1149 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001150 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001151- name: grpc++_reflection
1152 build: all
1153 language: c++
1154 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001155 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001156 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001157 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001158 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001159 - src/cpp/ext/proto_server_reflection.cc
1160 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001161 deps:
1162 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001163 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001164 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001165- name: grpc++_test_config
1166 build: private
1167 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001168 headers:
1169 - test/cpp/util/test_config.h
1170 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001171 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172- name: grpc++_test_util
1173 build: private
1174 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001175 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001176 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001177 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001178 - test/cpp/util/create_test_channel.h
1179 - test/cpp/util/string_ref_helper.h
1180 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001181 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001182 src:
yang-gc8a49d22016-12-12 11:18:49 -08001183 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001184 - src/proto/grpc/testing/echo_messages.proto
1185 - src/proto/grpc/testing/echo.proto
1186 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001187 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001188 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001189 - test/cpp/util/create_test_channel.cc
1190 - test/cpp/util/string_ref_helper.cc
1191 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001192 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001193 deps:
1194 - grpc++
1195 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001196 filegroups:
1197 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001198 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001199 - grpc++_codegen_proto
1200 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001201 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: grpc++_unsecure
1203 build: all
1204 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001206 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001207 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001208 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001209 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001211 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212 baselib: true
1213 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001214 filegroups:
1215 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001216 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001217 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218 secure: false
1219 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001220- name: grpc_benchmark
1221 build: test
1222 language: c++
1223 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001224 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1225 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001226 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001227 src:
1228 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001229 deps:
1230 - benchmark
1231 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001232 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001233 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001234- name: grpc_cli_libs
1235 build: private
1236 language: c++
1237 headers:
1238 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001239 - test/cpp/util/cli_credentials.h
1240 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001241 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001242 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001243 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001244 src:
1245 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001246 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001247 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001248 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001249 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001250 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001251 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001252 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001253 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001254 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001255 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: grpc_plugin_support
1257 build: protoc
1258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001259 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001260 - src/compiler/config.h
1261 - src/compiler/cpp_generator.h
1262 - src/compiler/cpp_generator_helpers.h
1263 - src/compiler/csharp_generator.h
1264 - src/compiler/csharp_generator_helpers.h
1265 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001266 - src/compiler/node_generator.h
1267 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001268 - src/compiler/objective_c_generator.h
1269 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001270 - src/compiler/php_generator.h
1271 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001272 - src/compiler/python_generator.h
1273 - src/compiler/ruby_generator.h
1274 - src/compiler/ruby_generator_helpers-inl.h
1275 - src/compiler/ruby_generator_map-inl.h
1276 - src/compiler/ruby_generator_string-inl.h
1277 src:
1278 - src/compiler/cpp_generator.cc
1279 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001280 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001281 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001282 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001283 - src/compiler/python_generator.cc
1284 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001285 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001286 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287 secure: false
1288 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001289 vs_props:
1290 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001291- name: http2_client_main
1292 build: private
1293 language: c++
1294 headers:
1295 - test/cpp/interop/http2_client.h
1296 src:
1297 - src/proto/grpc/testing/empty.proto
1298 - src/proto/grpc/testing/messages.proto
1299 - src/proto/grpc/testing/test.proto
1300 - test/cpp/interop/http2_client.cc
1301 deps:
1302 - grpc++_test_util
1303 - grpc_test_util
1304 - grpc++
1305 - grpc
1306 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: interop_client_helper
1308 build: private
1309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001310 headers:
1311 - test/cpp/interop/client_helper.h
1312 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001313 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001314 - test/cpp/interop/client_helper.cc
1315 deps:
1316 - grpc++_test_util
1317 - grpc_test_util
1318 - grpc++
1319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: interop_client_main
1322 build: private
1323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001324 headers:
1325 - test/cpp/interop/interop_client.h
1326 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001327 - src/proto/grpc/testing/empty.proto
1328 - src/proto/grpc/testing/messages.proto
1329 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001330 - test/cpp/interop/client.cc
1331 - test/cpp/interop/interop_client.cc
1332 deps:
1333 - interop_client_helper
1334 - grpc++_test_util
1335 - grpc_test_util
1336 - grpc++
1337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr_test_util
1339 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001340 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: interop_server_helper
1342 build: private
1343 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001344 headers:
1345 - test/cpp/interop/server_helper.h
1346 src:
1347 - test/cpp/interop/server_helper.cc
1348 deps:
yang-gcc591022017-01-11 11:10:43 -08001349 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001350 - grpc_test_util
1351 - grpc++
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001354- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355 build: private
1356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001357 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001358 - src/proto/grpc/testing/empty.proto
1359 - src/proto/grpc/testing/messages.proto
1360 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001361 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001362 deps:
1363 - interop_server_helper
1364 - grpc++_test_util
1365 - grpc_test_util
1366 - grpc++
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001370 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001371- name: interop_server_main
1372 build: private
1373 language: c++
1374 src:
1375 - test/cpp/interop/interop_server_bootstrap.cc
1376 deps:
1377 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: qps
1379 build: private
1380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001381 headers:
1382 - test/cpp/qps/client.h
1383 - test/cpp/qps/driver.h
1384 - test/cpp/qps/histogram.h
1385 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001386 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001387 - test/cpp/qps/qps_worker.h
1388 - test/cpp/qps/report.h
1389 - test/cpp/qps/server.h
1390 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001391 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001392 - test/cpp/util/benchmark_config.h
1393 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001394 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001397 - src/proto/grpc/testing/control.proto
1398 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001399 - test/cpp/qps/client_async.cc
1400 - test/cpp/qps/client_sync.cc
1401 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001402 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001403 - test/cpp/qps/qps_worker.cc
1404 - test/cpp/qps/report.cc
1405 - test/cpp/qps/server_async.cc
1406 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001407 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001408 - test/cpp/util/benchmark_config.cc
1409 deps:
1410 - grpc_test_util
1411 - grpc++_test_util
1412 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: grpc_csharp_ext
1414 build: all
1415 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001416 src:
1417 - src/csharp/ext/grpc_csharp_ext.c
1418 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001421 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001422 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423 dll: only
1424 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001425 vs_packages:
1426 - grpc.dependencies.openssl
1427 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001429 vs_props:
1430 - zlib
1431 - openssl
1432 - winsock
1433 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001435- name: alarm_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/surface/alarm_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001443 - gpr_test_util
1444 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001445- name: algorithm_test
1446 build: test
1447 language: c
1448 src:
1449 - test/core/compression/algorithm_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001455- name: alloc_test
1456 build: test
1457 language: c
1458 src:
1459 - test/core/support/alloc_test.c
1460 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001461 - gpr_test_util
1462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001463- name: alpn_test
1464 build: test
1465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001466 src:
1467 - test/core/transport/chttp2/alpn_test.c
1468 deps:
1469 - grpc_test_util
1470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001471 - gpr_test_util
1472 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001473- name: api_fuzzer
1474 build: fuzzer
1475 language: c
1476 src:
1477 - test/core/end2end/fuzzers/api_fuzzer.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
1481 - gpr_test_util
1482 - gpr
1483 corpus_dirs:
1484 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001485 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001486 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001487- name: bad_server_response_test
1488 build: test
1489 language: c
1490 src:
1491 - test/core/end2end/bad_server_response_test.c
1492 deps:
1493 - test_tcp_server
1494 - grpc_test_util
1495 - grpc
1496 - gpr_test_util
1497 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001498 exclude_iomgrs:
1499 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001500- name: bdp_estimator_test
1501 build: test
1502 language: c
1503 src:
1504 - test/core/transport/bdp_estimator_test.c
1505 deps:
1506 - grpc_test_util
1507 - grpc
1508 - gpr_test_util
1509 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001510- name: bin_decoder_test
1511 build: test
1512 language: c
1513 src:
1514 - test/core/transport/chttp2/bin_decoder_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: bin_encoder_test
1519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/transport/chttp2/bin_encoder_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001526- name: census_context_test
1527 build: test
1528 language: c
1529 src:
1530 - test/core/census/context_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001536- name: census_resource_test
1537 build: test
1538 language: c
1539 src:
1540 - test/core/census/resource_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
1544 - gpr_test_util
1545 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001546- name: census_trace_context_test
1547 build: test
1548 language: c
1549 src:
1550 - test/core/census/trace_context_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
1554 - gpr_test_util
1555 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001556- name: channel_create_test
1557 build: test
1558 language: c
1559 src:
1560 - test/core/surface/channel_create_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001566- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001570 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: chttp2_stream_map_test
1577 build: test
1578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001579 src:
1580 - test/core/transport/chttp2/stream_map_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001586- name: chttp2_varint_test
1587 build: test
1588 language: c
1589 src:
1590 - test/core/transport/chttp2/varint_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001596- name: client_fuzzer
1597 build: fuzzer
1598 language: c
1599 src:
1600 - test/core/end2end/fuzzers/client_fuzzer.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
1604 - gpr_test_util
1605 - gpr
1606 corpus_dirs:
1607 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001608 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001609 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001610- name: combiner_test
1611 cpu_cost: 30
1612 build: test
1613 language: c
1614 src:
1615 - test/core/iomgr/combiner_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
1619 - gpr_test_util
1620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: compression_test
1622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/compression/compression_test.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001631- name: concurrent_connectivity_test
1632 build: test
1633 language: c
1634 src:
1635 - test/core/surface/concurrent_connectivity_test.c
1636 deps:
1637 - grpc_test_util
1638 - grpc
1639 - gpr_test_util
1640 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001641 exclude_iomgrs:
1642 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001643- name: connection_refused_test
1644 cpu_cost: 0.1
1645 build: test
1646 language: c
1647 src:
1648 - test/core/end2end/connection_refused_test.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
1652 - gpr_test_util
1653 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001654- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001655 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001656 build: test
1657 language: c
1658 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001659 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001660 deps:
1661 - grpc_test_util
1662 - grpc
1663 - gpr_test_util
1664 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001665 exclude_iomgrs:
1666 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001667- name: dns_resolver_test
1668 build: test
1669 language: c
1670 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001671 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001678 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/end2end/dualstack_socket_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001688 exclude_iomgrs:
1689 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001690 platforms:
1691 - mac
1692 - linux
1693 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001694- name: endpoint_pair_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/iomgr/endpoint_pair_test.c
1699 deps:
1700 - grpc_test_util
1701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr_test_util
1703 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001704 exclude_iomgrs:
1705 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001706- name: error_test
1707 cpu_cost: 30
1708 build: test
1709 language: c
1710 src:
1711 - test/core/iomgr/error_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
1715 - gpr_test_util
1716 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001717- name: ev_epoll_linux_test
1718 build: test
1719 language: c
1720 src:
1721 - test/core/iomgr/ev_epoll_linux_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
1725 - gpr_test_util
1726 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001727 exclude_iomgrs:
1728 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001729 platforms:
1730 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: fd_conservation_posix_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/iomgr/fd_conservation_posix_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001741 exclude_iomgrs:
1742 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001743 platforms:
1744 - mac
1745 - linux
1746 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: fd_posix_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/iomgr/fd_posix_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001757 exclude_iomgrs:
1758 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001759 platforms:
1760 - mac
1761 - linux
1762 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: fling_client
1764 build: test
1765 run: false
1766 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001767 src:
1768 - test/core/fling/client.c
1769 deps:
1770 - grpc_test_util
1771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001772 - gpr_test_util
1773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: fling_server
1775 build: test
1776 run: false
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/fling/server.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001786 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/fling/fling_stream_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001796 platforms:
1797 - mac
1798 - linux
1799 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001801 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - test/core/fling/fling_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: gen_hpack_tables
1816 build: tool
1817 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001818 src:
1819 - tools/codegen/core/gen_hpack_tables.c
1820 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001822 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001823- name: gen_legal_metadata_characters
1824 build: tool
1825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001826 src:
1827 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001829- name: gen_percent_encoding_tables
1830 build: tool
1831 language: c
1832 src:
1833 - tools/codegen/core/gen_percent_encoding_tables.c
1834 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001835- name: goaway_server_test
1836 cpu_cost: 0.1
1837 build: test
1838 language: c
1839 src:
1840 - test/core/end2end/goaway_server_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
1844 - gpr_test_util
1845 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001846 exclude_iomgrs:
1847 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001848 platforms:
1849 - mac
1850 - linux
1851 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001852- name: gpr_avl_test
1853 build: test
1854 language: c
1855 src:
1856 - test/core/support/avl_test.c
1857 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001860- name: gpr_backoff_test
1861 build: test
1862 language: c
1863 src:
1864 - test/core/support/backoff_test.c
1865 deps:
1866 - gpr_test_util
1867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: gpr_cmdline_test
1869 build: test
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/support/cmdline_test.c
1873 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001876- name: gpr_cpu_test
1877 build: test
1878 language: c
1879 src:
1880 - test/core/support/cpu_test.c
1881 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884- name: gpr_env_test
1885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/support/env_test.c
1889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: gpr_histogram_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/support/histogram_test.c
1897 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: gpr_host_port_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/host_port_test.c
1905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: gpr_log_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/support/log_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001916- name: gpr_mpscq_test
1917 cpu_cost: 30
1918 build: test
1919 language: c
1920 src:
1921 - test/core/support/mpscq_test.c
1922 deps:
1923 - gpr_test_util
1924 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001925- name: gpr_spinlock_test
1926 cpu_cost: 10
1927 build: test
1928 language: c
1929 src:
1930 - test/core/support/spinlock_test.c
1931 deps:
1932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001935 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/support/stack_lockfree_test.c
1940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: gpr_string_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/support/string_test.c
1948 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001952 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/sync_test.c
1957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001961 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962 build: test
1963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001964 src:
1965 - test/core/support/thd_test.c
1966 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: gpr_time_test
1970 build: test
1971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/support/time_test.c
1974 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: gpr_tls_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/support/tls_test.c
1982 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: gpr_useful_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/support/useful_test.c
1990 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: grpc_auth_context_test
1994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/core/security/auth_context_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002003- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002007 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: grpc_byte_buffer_reader_test
2014 build: test
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/surface/byte_buffer_reader_test.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: grpc_channel_args_test
2024 build: test
2025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002026 src:
2027 - test/core/channel/channel_args_test.c
2028 deps:
2029 - grpc_test_util
2030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002031 - gpr_test_util
2032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002033- name: grpc_channel_stack_test
2034 build: test
2035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002036 src:
2037 - test/core/channel/channel_stack_test.c
2038 deps:
2039 - grpc_test_util
2040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr_test_util
2042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: grpc_completion_queue_test
2044 build: test
2045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/core/surface/completion_queue_test.c
2048 deps:
2049 - grpc_test_util
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002053- name: grpc_completion_queue_threading_test
2054 build: test
2055 language: c
2056 src:
2057 - test/core/surface/completion_queue_threading_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
2061 - gpr_test_util
2062 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002063 exclude_iomgrs:
2064 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: grpc_create_jwt
2066 build: tool
2067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/core/security/create_jwt.c
2070 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002073 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: grpc_credentials_test
2075 build: test
2076 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/core/security/credentials_test.c
2079 deps:
2080 - grpc_test_util
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002085 build: test
2086 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002088 src:
2089 - test/core/security/fetch_oauth2.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002095- name: grpc_invalid_channel_args_test
2096 build: test
2097 language: c
2098 src:
2099 - test/core/surface/invalid_channel_args_test.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: grpc_json_token_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/security/json_token_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002115 platforms:
2116 - linux
2117 - posix
2118 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: grpc_jwt_verifier_test
2120 build: test
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/security/jwt_verifier_test.c
2124 deps:
2125 - grpc_test_util
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: grpc_print_google_default_creds_token
2130 build: tool
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/security/print_google_default_creds_token.c
2134 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: grpc_security_connector_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/security/security_connector_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: grpc_verify_jwt
2148 build: tool
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/security/verify_jwt.c
2152 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002155- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002156 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002157 language: c
2158 src:
2159 - test/core/handshake/client_ssl.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
2163 - gpr_test_util
2164 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002165 exclude_iomgrs:
2166 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002167 platforms:
2168 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002169 secure: true
2170- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002171 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002172 language: c
2173 src:
2174 - test/core/handshake/server_ssl.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
2178 - gpr_test_util
2179 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002180 platforms:
2181 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002182 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002183- name: hpack_parser_fuzzer_test
2184 build: fuzzer
2185 language: c
2186 src:
2187 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
2191 - gpr_test_util
2192 - gpr
2193 corpus_dirs:
2194 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002195 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002196 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: hpack_parser_test
2198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/transport/chttp2/hpack_parser_test.c
2202 deps:
2203 - grpc_test_util
2204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002205 - gpr_test_util
2206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002207- name: hpack_table_test
2208 build: test
2209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002210 src:
2211 - test/core/transport/chttp2/hpack_table_test.c
2212 deps:
2213 - grpc_test_util
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002217- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218 build: test
2219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002220 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002221 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002227- name: http_request_fuzzer_test
2228 build: fuzzer
2229 language: c
2230 src:
2231 - test/core/http/request_fuzzer.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
2237 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002238 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002239 maxlen: 2048
2240- name: http_response_fuzzer_test
2241 build: fuzzer
2242 language: c
2243 src:
2244 - test/core/http/response_fuzzer.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
2248 - gpr_test_util
2249 - gpr
2250 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002251 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002252 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002253- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002257 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002264 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265 build: test
2266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002267 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002268 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002274 platforms:
2275 - mac
2276 - linux
2277 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002278- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002279 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002280 build: test
2281 language: c
2282 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002283 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002289 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002290 - linux
yang-gf1183302015-12-07 16:02:05 -08002291- name: init_test
2292 build: test
2293 language: c
2294 src:
2295 - test/core/surface/init_test.c
2296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002301- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002302 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002303 build: test
2304 language: c
2305 src:
2306 - test/core/end2end/invalid_call_argument_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002312- name: json_fuzzer_test
2313 build: fuzzer
2314 language: c
2315 src:
2316 - test/core/json/fuzzer.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
2320 - gpr_test_util
2321 - gpr
2322 corpus_dirs:
2323 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002324 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: json_rewrite
2326 build: test
2327 run: false
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/json/json_rewrite.c
2331 deps:
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: json_rewrite_test
2335 build: test
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/json/json_rewrite_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002344- name: json_stream_error_test
2345 build: test
2346 language: c
2347 src:
2348 - test/core/json/json_stream_error_test.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354- name: json_test
2355 build: test
2356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002357 src:
2358 - test/core/json/json_test.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: lame_client_test
2365 build: test
2366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002367 src:
2368 - test/core/surface/lame_client_test.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr_test_util
2373 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002374- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002375 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002376 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002377 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002379 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002380 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002381 deps:
2382 - grpc_test_util
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002386- name: load_file_test
2387 build: test
2388 language: c
2389 src:
2390 - test/core/iomgr/load_file_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
2394 - gpr_test_util
2395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002396- name: low_level_ping_pong_benchmark
2397 build: benchmark
2398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002399 src:
2400 - test/core/network_benchmarks/low_level_ping_pong.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002406 platforms:
2407 - mac
2408 - linux
2409 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002410- name: memory_profile_client
2411 build: test
2412 run: false
2413 language: c
2414 src:
2415 - test/core/memory_usage/client.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
2419 - gpr_test_util
2420 - gpr
2421- name: memory_profile_server
2422 build: test
2423 run: false
2424 language: c
2425 src:
2426 - test/core/memory_usage/server.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
2430 - gpr_test_util
2431 - gpr
2432- name: memory_profile_test
2433 cpu_cost: 1.5
2434 build: test
2435 language: c
2436 src:
2437 - test/core/memory_usage/memory_usage_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
2441 - gpr_test_util
2442 - gpr
2443 platforms:
2444 - mac
2445 - linux
2446 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447- name: message_compress_test
2448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/core/compression/message_compress_test.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002457- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002458 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002459 build: test
2460 language: c
2461 src:
2462 - test/core/census/mlog_test.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
2466 - gpr_test_util
2467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: multiple_server_queues_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/core/end2end/multiple_server_queues_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: murmur_hash_test
2479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/core/support/murmur_hash_test.c
2483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002486- name: nanopb_fuzzer_response_test
2487 build: fuzzer
2488 language: c
2489 src:
2490 - test/core/nanopb/fuzzer_response.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
2494 - gpr_test_util
2495 - gpr
2496 corpus_dirs:
2497 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002498 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002499- name: nanopb_fuzzer_serverlist_test
2500 build: fuzzer
2501 language: c
2502 src:
2503 - test/core/nanopb/fuzzer_serverlist.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
2507 - gpr_test_util
2508 - gpr
2509 corpus_dirs:
2510 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002511 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002512- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002513 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514 build: test
2515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002516 src:
2517 - test/core/end2end/no_server_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002523- name: parse_address_test
2524 build: test
2525 language: c
2526 src:
2527 - test/core/client_channel/parse_address_test.c
2528 deps:
2529 - grpc_test_util
2530 - grpc
2531 - gpr_test_util
2532 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002533- name: percent_decode_fuzzer
2534 build: fuzzer
2535 language: c
2536 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002537 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
2543 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002544 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002545 maxlen: 32
2546- name: percent_encode_fuzzer
2547 build: fuzzer
2548 language: c
2549 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002550 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002551 deps:
2552 - grpc_test_util
2553 - grpc
2554 - gpr_test_util
2555 - gpr
2556 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002557 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002558 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002559- name: percent_encoding_test
2560 build: test
2561 language: c
2562 src:
2563 - test/core/slice/percent_encoding_test.c
2564 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002565 - grpc_test_util
2566 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002567 - gpr_test_util
2568 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002569- name: pollset_set_test
2570 build: test
2571 language: c
2572 src:
2573 - test/core/iomgr/pollset_set_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
2577 - gpr_test_util
2578 - gpr
2579 exclude_iomgrs:
2580 - uv
2581 platforms:
2582 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002583- name: resolve_address_posix_test
2584 build: test
2585 language: c
2586 src:
2587 - test/core/iomgr/resolve_address_posix_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002593 exclude_iomgrs:
2594 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002595 platforms:
2596 - mac
2597 - linux
2598 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: resolve_address_test
2600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
2603 - test/core/iomgr/resolve_address_test.c
2604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002609- name: resource_quota_test
2610 cpu_cost: 30
2611 build: test
2612 language: c
2613 src:
2614 - test/core/iomgr/resource_quota_test.c
2615 deps:
2616 - grpc_test_util
2617 - grpc
2618 - gpr_test_util
2619 - gpr
yang-gd482e592015-12-10 14:04:00 -08002620- name: secure_channel_create_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/surface/secure_channel_create_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630- name: secure_endpoint_test
2631 build: test
2632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - test/core/security/secure_endpoint_test.c
2635 deps:
2636 - grpc_test_util
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002640 exclude_iomgrs:
2641 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002642- name: sequential_connectivity_test
2643 build: test
2644 language: c
2645 src:
2646 - test/core/surface/sequential_connectivity_test.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
2650 - gpr_test_util
2651 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002652 exclude_iomgrs:
2653 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002654- name: server_chttp2_test
2655 build: test
2656 language: c
2657 src:
2658 - test/core/surface/server_chttp2_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002664- name: server_fuzzer
2665 build: fuzzer
2666 language: c
2667 src:
2668 - test/core/end2end/fuzzers/server_fuzzer.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
2672 - gpr_test_util
2673 - gpr
2674 corpus_dirs:
2675 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002676 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002677 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002678- name: server_test
2679 build: test
2680 language: c
2681 src:
2682 - test/core/surface/server_test.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002688- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002689 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002690 build: test
2691 language: c
2692 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002693 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002694 deps:
2695 - test_tcp_server
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002700 exclude_iomgrs:
2701 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002702- name: slice_buffer_test
2703 build: test
2704 language: c
2705 src:
2706 - test/core/slice/slice_buffer_test.c
2707 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002708 - grpc_test_util
2709 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002710 - gpr_test_util
2711 - gpr
2712- name: slice_string_helpers_test
2713 build: test
2714 language: c
2715 src:
2716 - test/core/slice/slice_string_helpers_test.c
2717 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002718 - grpc_test_util
2719 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002720 - gpr_test_util
2721 - gpr
2722- name: slice_test
2723 build: test
2724 language: c
2725 src:
2726 - test/core/slice/slice_test.c
2727 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002728 - grpc_test_util
2729 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002730 - gpr_test_util
2731 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002732- name: sockaddr_resolver_test
2733 build: test
2734 language: c
2735 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002736 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: sockaddr_utils_test
2743 build: test
2744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002745 src:
2746 - test/core/iomgr/sockaddr_utils_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002752- name: socket_utils_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/iomgr/socket_utils_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002762 exclude_iomgrs:
2763 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002764 platforms:
2765 - mac
2766 - linux
2767 - posix
yang-g31e21282016-11-04 15:10:03 -07002768- name: ssl_server_fuzzer
2769 build: fuzzer
2770 language: c
2771 src:
2772 - test/core/security/ssl_server_fuzzer.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
2776 - gpr_test_util
2777 - gpr
2778 corpus_dirs:
2779 - test/core/security/corpus/ssl_server_corpus
2780 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002781- name: status_conversion_test
2782 build: test
2783 language: c
2784 src:
2785 - test/core/transport/status_conversion_test.c
2786 deps:
2787 - grpc_test_util
2788 - grpc
2789 - gpr_test_util
2790 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002791- name: stream_owned_slice_test
2792 build: test
2793 language: c
2794 src:
2795 - test/core/transport/stream_owned_slice_test.c
2796 deps:
2797 - grpc_test_util
2798 - grpc
2799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002802 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/core/iomgr/tcp_client_posix_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002812 exclude_iomgrs:
2813 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002814 platforms:
2815 - mac
2816 - linux
2817 - posix
murgatroid991191b722017-02-08 11:56:52 -08002818- name: tcp_client_uv_test
2819 cpu_cost: 0.5
2820 build: test
2821 language: c
2822 src:
2823 - test/core/iomgr/tcp_client_uv_test.c
2824 deps:
2825 - grpc_test_util
2826 - grpc
2827 - gpr_test_util
2828 - gpr
2829 exclude_iomgrs:
2830 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002832 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/core/iomgr/tcp_posix_test.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002842 exclude_iomgrs:
2843 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002844 platforms:
2845 - mac
2846 - linux
2847 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: tcp_server_posix_test
2849 build: test
2850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002851 src:
2852 - test/core/iomgr/tcp_server_posix_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002858 exclude_iomgrs:
2859 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002860 platforms:
2861 - mac
2862 - linux
2863 - posix
murgatroid991191b722017-02-08 11:56:52 -08002864- name: tcp_server_uv_test
2865 build: test
2866 language: c
2867 src:
2868 - test/core/iomgr/tcp_server_uv_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
2874 exclude_iomgrs:
2875 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: time_averaged_stats_test
2877 build: test
2878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002879 src:
2880 - test/core/iomgr/time_averaged_stats_test.c
2881 deps:
2882 - grpc_test_util
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: timeout_encoding_test
2887 build: test
2888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002890 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002891 deps:
2892 - grpc_test_util
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002896- name: timer_heap_test
2897 build: test
2898 language: c
2899 src:
2900 - test/core/iomgr/timer_heap_test.c
2901 deps:
2902 - grpc_test_util
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002906 exclude_iomgrs:
2907 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002908- name: timer_list_test
2909 build: test
2910 language: c
2911 src:
2912 - test/core/iomgr/timer_list_test.c
2913 deps:
2914 - grpc_test_util
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002918 exclude_iomgrs:
2919 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002920- name: transport_connectivity_state_test
2921 build: test
2922 language: c
2923 src:
2924 - test/core/transport/connectivity_state_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: transport_metadata_test
2931 build: test
2932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
2934 - test/core/transport/metadata_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002940- name: transport_pid_controller_test
2941 build: test
2942 language: c
2943 src:
2944 - test/core/transport/pid_controller_test.c
2945 deps:
2946 - grpc_test_util
2947 - grpc
2948 - gpr_test_util
2949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950- name: transport_security_test
2951 build: test
2952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
2954 - test/core/tsi/transport_security_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - linux
2962 - posix
2963 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: udp_server_test
2965 build: test
2966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/core/iomgr/udp_server_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002972 - gpr_test_util
2973 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002974 exclude_iomgrs:
2975 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002976 platforms:
2977 - mac
2978 - linux
2979 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002980- name: uri_fuzzer_test
2981 build: fuzzer
2982 language: c
2983 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002984 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
2990 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002991 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002992 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993- name: uri_parser_test
2994 build: test
2995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002996 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002997 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002998 deps:
2999 - grpc_test_util
3000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003001 - gpr_test_util
3002 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003003- name: wakeup_fd_cv_test
3004 build: test
3005 language: c
3006 src:
3007 - test/core/iomgr/wakeup_fd_cv_test.c
3008 deps:
3009 - grpc_test_util
3010 - grpc
3011 - gpr_test_util
3012 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003013 exclude_iomgrs:
3014 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003015 platforms:
3016 - mac
3017 - linux
3018 - posix
vjpai04e992a2016-02-10 16:58:38 -08003019- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003020 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003021 build: test
3022 language: c++
3023 src:
3024 - test/cpp/common/alarm_cpp_test.cc
3025 deps:
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003030 - gpr_test_util
3031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003033 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034 build: test
3035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003036 src:
3037 - test/cpp/end2end/async_end2end_test.cc
3038 deps:
3039 - grpc++_test_util
3040 - grpc_test_util
3041 - grpc++
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003046 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047 build: test
3048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003049 src:
3050 - test/cpp/common/auth_property_iterator_test.cc
3051 deps:
3052 - grpc++_test_util
3053 - grpc_test_util
3054 - grpc++
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003058- name: bm_call_create
3059 build: test
3060 language: c++
3061 src:
3062 - test/cpp/microbenchmarks/bm_call_create.cc
3063 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003064 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003065 - benchmark
3066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
3070 - gpr_test_util
3071 - gpr
3072 args:
3073 - --benchmark_min_time=0
3074 platforms:
3075 - mac
3076 - linux
3077 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003078- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003079 build: test
3080 language: c++
3081 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003082 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003083 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003084 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003085 - benchmark
3086 - grpc++_test_util
3087 - grpc_test_util
3088 - grpc++
3089 - grpc
3090 - gpr_test_util
3091 - gpr
3092 args:
3093 - --benchmark_min_time=0
3094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003098- name: bm_closure
3099 build: test
3100 language: c++
3101 src:
3102 - test/cpp/microbenchmarks/bm_closure.cc
3103 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003104 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003105 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003106 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003107 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003108 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003109 - grpc
3110 - gpr_test_util
3111 - gpr
3112 args:
3113 - --benchmark_min_time=0
3114 platforms:
3115 - mac
3116 - linux
3117 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003118- name: bm_cq
3119 build: test
3120 language: c++
3121 src:
3122 - test/cpp/microbenchmarks/bm_cq.cc
3123 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003124 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003125 - benchmark
3126 - grpc++_test_util
3127 - grpc_test_util
3128 - grpc++
3129 - grpc
3130 - gpr_test_util
3131 - gpr
3132 args:
3133 - --benchmark_min_time=0
3134 platforms:
3135 - mac
3136 - linux
3137 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003138- name: bm_error
3139 build: test
3140 language: c++
3141 src:
3142 - test/cpp/microbenchmarks/bm_error.cc
3143 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003144 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003145 - benchmark
3146 - grpc++_test_util
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 args:
3153 - --benchmark_min_time=0
3154 platforms:
3155 - mac
3156 - linux
3157 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003158- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003159 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003160 language: c++
3161 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003162 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003163 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003164 - grpc_benchmark
3165 - benchmark
3166 - grpc++_test_util
3167 - grpc_test_util
3168 - grpc++
3169 - grpc
3170 - gpr_test_util
3171 - gpr
3172 args:
3173 - --benchmark_min_time=0
3174 excluded_poll_engines:
3175 - poll
3176 - poll-cv
3177 platforms:
3178 - mac
3179 - linux
3180 - posix
3181 timeout_seconds: 1200
3182- name: bm_fullstack_streaming_pump
3183 build: test
3184 language: c++
3185 src:
3186 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003187 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003188 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003189 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003190 - grpc++_test_util
3191 - grpc_test_util
3192 - grpc++
3193 - grpc
3194 - gpr_test_util
3195 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003196 args:
3197 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003198 excluded_poll_engines:
3199 - poll
3200 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003201 platforms:
3202 - mac
3203 - linux
3204 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003205 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003206- name: bm_fullstack_trickle
3207 build: test
3208 language: c++
3209 src:
3210 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3211 deps:
3212 - grpc_benchmark
3213 - benchmark
3214 - grpc++_test_util
3215 - grpc_test_util
3216 - grpc++
3217 - grpc
3218 - gpr_test_util
3219 - gpr
3220 args:
3221 - --benchmark_min_time=0
3222 excluded_poll_engines:
3223 - poll
3224 - poll-cv
3225 platforms:
3226 - mac
3227 - linux
3228 - posix
3229 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003230- name: bm_fullstack_unary_ping_pong
3231 build: test
3232 language: c++
3233 src:
3234 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3235 deps:
3236 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003237 - benchmark
3238 - grpc++_test_util
3239 - grpc_test_util
3240 - grpc++
3241 - grpc
3242 - gpr_test_util
3243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003245 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003247 - poll
3248 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003249 platforms:
3250 - mac
3251 - linux
3252 - posix
3253 timeout_seconds: 1200
3254- name: bm_metadata
3255 build: test
3256 language: c++
3257 src:
3258 - test/cpp/microbenchmarks/bm_metadata.cc
3259 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003260 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003261 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003262 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003263 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003264 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003265 - grpc
3266 - gpr_test_util
3267 - gpr
3268 args:
3269 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003270 platforms:
3271 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003272 - linux
3273 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003274- name: bm_pollset
3275 build: test
3276 language: c++
3277 src:
3278 - test/cpp/microbenchmarks/bm_pollset.cc
3279 deps:
3280 - grpc_benchmark
3281 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003282 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003283 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003284 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003285 - grpc
3286 - gpr_test_util
3287 - gpr
3288 args:
3289 - --benchmark_min_time=0
3290 platforms:
3291 - mac
3292 - linux
3293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003294- name: channel_arguments_test
3295 gtest: true
3296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/common/channel_arguments_test.cc
3300 deps:
3301 - grpc++
3302 - grpc
3303 - gpr
3304- name: channel_filter_test
3305 gtest: true
3306 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003307 language: c++
3308 src:
3309 - test/cpp/common/channel_filter_test.cc
3310 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003311 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003312 - grpc
3313 - gpr
3314- name: cli_call_test
3315 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 build: test
3317 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003318 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003319 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003320 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003321 - grpc_cli_libs
3322 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003323 - grpc_test_util
3324 - grpc++
3325 - grpc
3326 - gpr_test_util
3327 - gpr
3328- name: client_crash_test
3329 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 cpu_cost: 0.1
3331 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003332 language: c++
3333 src:
3334 - test/cpp/end2end/client_crash_test.cc
3335 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003336 - grpc++_test_util
3337 - grpc_test_util
3338 - grpc++
3339 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003340 - gpr_test_util
3341 - gpr
3342 platforms:
3343 - mac
3344 - linux
3345 - posix
3346- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003347 build: test
3348 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003349 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003350 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003351 - test/cpp/end2end/client_crash_test_server.cc
3352 deps:
3353 - grpc++_test_util
3354 - grpc_test_util
3355 - grpc++
3356 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003357 - gpr_test_util
3358 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003359- name: codegen_test_full
3360 gtest: true
3361 build: test
3362 language: c++
3363 src:
3364 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003365 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003366 - src/proto/grpc/testing/payloads.proto
3367 - src/proto/grpc/testing/services.proto
3368 - src/proto/grpc/testing/stats.proto
3369 - test/cpp/codegen/codegen_test_full.cc
3370 deps:
3371 - grpc++
3372 - grpc
3373 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003374 filegroups:
3375 - grpc++_codegen_base
3376- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003377 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003378 build: test
yang-g34b58612016-06-03 17:30:09 -07003379 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003381 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382 - src/proto/grpc/testing/messages.proto
3383 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003384 - src/proto/grpc/testing/services.proto
3385 - src/proto/grpc/testing/stats.proto
3386 - test/cpp/codegen/codegen_test_minimal.cc
3387 filegroups:
3388 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003389 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003390- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003391 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003392 build: test
3393 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003394 src:
3395 - test/cpp/client/credentials_test.cc
3396 deps:
3397 - grpc++
3398 - grpc
3399 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003400- name: cxx_byte_buffer_test
3401 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003402 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003403 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003404 src:
3405 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003406 deps:
3407 - grpc_test_util
3408 - grpc++
3409 - grpc
3410 - gpr_test_util
3411 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003412- name: cxx_slice_test
3413 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003414 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003415 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003416 src:
3417 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003418 deps:
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003422 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: cxx_string_ref_test
3425 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003426 build: test
3427 language: c++
3428 src:
3429 - test/cpp/util/string_ref_test.cc
3430 deps:
3431 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003432- name: cxx_time_test
3433 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003435 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003436 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437 - test/cpp/util/time_test.cc
3438 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003439 - grpc_test_util
3440 - grpc++
3441 - grpc
3442 - gpr_test_util
3443 - gpr
3444- name: end2end_test
3445 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003446 cpu_cost: 0.5
3447 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003448 language: c++
3449 src:
3450 - test/cpp/end2end/end2end_test.cc
3451 deps:
3452 - grpc++_test_util
3453 - grpc_test_util
3454 - grpc++
3455 - grpc
3456 - gpr_test_util
3457 - gpr
3458- name: filter_end2end_test
3459 gtest: true
3460 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003462 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 - test/cpp/end2end/filter_end2end_test.cc
3464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003465 - grpc++_test_util
3466 - grpc_test_util
3467 - grpc++
3468 - grpc
3469 - gpr_test_util
3470 - gpr
3471- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003472 gtest: true
3473 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003474 language: c++
3475 src:
3476 - test/cpp/end2end/generic_end2end_test.cc
3477 deps:
3478 - grpc++_test_util
3479 - grpc_test_util
3480 - grpc++
3481 - grpc
3482 - gpr_test_util
3483 - gpr
3484- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003485 gtest: true
3486 build: test
3487 language: c++
3488 src:
Craig Tiller25834342015-09-25 08:08:24 -07003489 - src/proto/grpc/testing/compiler_test.proto
3490 - test/cpp/codegen/golden_file_test.cc
3491 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003492 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003493 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003494 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003495 args:
3496 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497- name: grpc_cli
3498 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003499 run: false
3500 language: c++
3501 src:
3502 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503 deps:
3504 - grpc_cli_libs
3505 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003506 - grpc++
3507 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 - gpr
3509 - grpc++_test_config
3510- name: grpc_cpp_plugin
3511 build: protoc
3512 language: c++
3513 src:
3514 - src/compiler/cpp_plugin.cc
3515 deps:
3516 - grpc_plugin_support
3517 secure: false
3518 vs_config_type: Application
3519 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3520- name: grpc_csharp_plugin
3521 build: protoc
3522 language: c++
3523 src:
3524 - src/compiler/csharp_plugin.cc
3525 deps:
3526 - grpc_plugin_support
3527 secure: false
3528 vs_config_type: Application
3529 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003530- name: grpc_node_plugin
3531 build: protoc
3532 language: c++
3533 src:
3534 - src/compiler/node_plugin.cc
3535 deps:
3536 - grpc_plugin_support
3537 secure: false
3538 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003539- name: grpc_objective_c_plugin
3540 build: protoc
3541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003542 src:
3543 - src/compiler/objective_c_plugin.cc
3544 deps:
3545 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546 secure: false
3547 vs_config_type: Application
3548 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003549- name: grpc_php_plugin
3550 build: protoc
3551 language: c++
3552 src:
3553 - src/compiler/php_plugin.cc
3554 deps:
3555 - grpc_plugin_support
3556 secure: false
3557 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003558- name: grpc_python_plugin
3559 build: protoc
3560 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003561 src:
3562 - src/compiler/python_plugin.cc
3563 deps:
3564 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003565 secure: false
3566 vs_config_type: Application
3567 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3568- name: grpc_ruby_plugin
3569 build: protoc
3570 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003571 src:
3572 - src/compiler/ruby_plugin.cc
3573 deps:
3574 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003575 secure: false
3576 vs_config_type: Application
3577 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003578- name: grpc_tool_test
3579 gtest: true
3580 build: test
3581 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003582 src:
3583 - src/proto/grpc/testing/echo.proto
3584 - src/proto/grpc/testing/echo_messages.proto
3585 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003586 deps:
3587 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003588 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003589 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003590 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003591 - grpc_test_util
3592 - grpc++
3593 - grpc
3594 - gpr_test_util
3595 - gpr
3596 filegroups:
3597 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003598- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003599 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003600 build: test
3601 language: c++
3602 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003603 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003604 - test/cpp/grpclb/grpclb_api_test.cc
3605 deps:
3606 - grpc++_test_util
3607 - grpc_test_util
3608 - grpc++
3609 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003610- name: grpclb_test
3611 gtest: false
3612 build: test
3613 language: c++
3614 src:
3615 - src/proto/grpc/lb/v1/load_balancer.proto
3616 - test/cpp/grpclb/grpclb_test.cc
3617 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003618 - grpc++_test_util
3619 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003620 - grpc++
3621 - grpc
3622 - gpr_test_util
3623 - gpr
yang-gad327642016-12-12 14:32:09 -08003624- name: health_service_end2end_test
3625 gtest: true
3626 build: test
3627 language: c++
3628 src:
3629 - test/cpp/end2end/health_service_end2end_test.cc
3630 deps:
3631 - grpc++_test_util
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
3635 - gpr_test_util
3636 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003637- name: http2_client
3638 build: test
3639 run: false
3640 language: c++
3641 src: []
3642 deps:
3643 - http2_client_main
3644 - grpc++_test_util
3645 - grpc_test_util
3646 - grpc++
3647 - grpc
3648 - grpc++_test_config
3649 platforms:
3650 - mac
3651 - linux
3652 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003653- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003654 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003655 build: test
3656 language: c++
3657 src:
3658 - test/cpp/end2end/hybrid_end2end_test.cc
3659 deps:
3660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003664 - gpr_test_util
3665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003666- name: interop_client
3667 build: test
3668 run: false
3669 language: c++
3670 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003671 deps:
3672 - interop_client_main
3673 - interop_client_helper
3674 - grpc++_test_util
3675 - grpc_test_util
3676 - grpc++
3677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003678 - gpr_test_util
3679 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003680 - grpc++_test_config
3681 platforms:
3682 - mac
3683 - linux
3684 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003685- name: interop_server
3686 build: test
3687 run: false
3688 language: c++
3689 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003690 deps:
3691 - interop_server_main
3692 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003693 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003694 - grpc++_test_util
3695 - grpc_test_util
3696 - grpc++
3697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003698 - gpr_test_util
3699 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003700 - grpc++_test_config
3701 platforms:
3702 - mac
3703 - linux
3704 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003705- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003706 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003707 build: test
3708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003709 src:
3710 - test/cpp/interop/interop_test.cc
3711 deps:
3712 - grpc_test_util
3713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003714 - gpr_test_util
3715 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003716 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003717 platforms:
3718 - mac
3719 - linux
3720 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003721- name: json_run_localhost
3722 build: test
3723 run: false
3724 language: c++
3725 src:
3726 - test/cpp/qps/json_run_localhost.cc
3727 deps:
3728 - grpc++_test_util
3729 - grpc_test_util
3730 - grpc++
3731 - grpc
3732 - gpr_test_util
3733 - gpr
3734 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003735 platforms:
3736 - mac
3737 - linux
3738 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003739- name: metrics_client
3740 build: test
3741 run: false
3742 language: c++
3743 headers:
3744 - test/cpp/util/metrics_server.h
3745 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003746 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003747 - test/cpp/interop/metrics_client.cc
3748 deps:
3749 - grpc++
3750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003751 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003752 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003754 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003755 build: test
3756 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003757 src:
3758 - test/cpp/end2end/mock_test.cc
3759 deps:
3760 - grpc++_test_util
3761 - grpc_test_util
3762 - grpc++
3763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003764 - gpr_test_util
3765 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003766- name: noop-benchmark
3767 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003768 language: c++
3769 src:
3770 - test/cpp/microbenchmarks/noop-benchmark.cc
3771 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003772 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003773- name: proto_server_reflection_test
3774 gtest: true
3775 build: test
3776 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003777 src:
3778 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003779 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003780 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003781 - grpc++_reflection
3782 - grpc++_test_util
3783 - grpc_test_util
3784 - grpc++
3785 - grpc
3786 - gpr_test_util
3787 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003788- name: proto_utils_test
3789 gtest: true
3790 build: test
3791 language: c++
3792 src:
3793 - test/cpp/codegen/proto_utils_test.cc
3794 deps:
3795 - grpc++
3796 - grpc
3797 filegroups:
3798 - grpc++_codegen_base
3799 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003800- name: qps_interarrival_test
3801 build: test
3802 run: false
3803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003804 src:
3805 - test/cpp/qps/qps_interarrival_test.cc
3806 deps:
3807 - qps
3808 - grpc++_test_util
3809 - grpc_test_util
3810 - grpc++
3811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003812 - gpr_test_util
3813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003814 platforms:
3815 - mac
3816 - linux
3817 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003818- name: qps_json_driver
3819 build: test
3820 run: false
3821 language: c++
3822 src:
3823 - test/cpp/qps/qps_json_driver.cc
3824 deps:
3825 - qps
3826 - grpc++_test_util
3827 - grpc_test_util
3828 - grpc++
3829 - grpc
3830 - gpr_test_util
3831 - gpr
3832 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003834 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835 build: test
3836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003837 src:
3838 - test/cpp/qps/qps_openloop_test.cc
3839 deps:
3840 - qps
3841 - grpc++_test_util
3842 - grpc_test_util
3843 - grpc++
3844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003845 - gpr_test_util
3846 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003847 - grpc++_test_config
3848 platforms:
3849 - mac
3850 - linux
3851 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003852- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003853 build: test
3854 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003855 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003856 headers:
3857 - test/cpp/qps/client.h
3858 - test/cpp/qps/server.h
3859 src:
3860 - test/cpp/qps/worker.cc
3861 deps:
3862 - qps
3863 - grpc++_test_util
3864 - grpc_test_util
3865 - grpc++
3866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003867 - gpr_test_util
3868 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003869 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003870- name: reconnect_interop_client
3871 build: test
3872 run: false
3873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003874 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003875 - src/proto/grpc/testing/empty.proto
3876 - src/proto/grpc/testing/messages.proto
3877 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003878 - test/cpp/interop/reconnect_interop_client.cc
3879 deps:
3880 - grpc++_test_util
3881 - grpc_test_util
3882 - grpc++
3883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003884 - gpr_test_util
3885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003886 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887- name: reconnect_interop_server
3888 build: test
3889 run: false
3890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003891 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003892 - src/proto/grpc/testing/empty.proto
3893 - src/proto/grpc/testing/messages.proto
3894 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003895 - test/cpp/interop/reconnect_interop_server.cc
3896 deps:
3897 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003898 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003899 - grpc++_test_util
3900 - grpc_test_util
3901 - grpc++
3902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003903 - gpr_test_util
3904 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003905 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003906- name: round_robin_end2end_test
3907 gtest: true
3908 build: test
3909 language: c++
3910 src:
3911 - test/cpp/end2end/round_robin_end2end_test.cc
3912 deps:
3913 - grpc++_test_util
3914 - grpc_test_util
3915 - grpc++
3916 - grpc
3917 - gpr_test_util
3918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003919- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003920 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003921 build: test
3922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003923 src:
3924 - test/cpp/common/secure_auth_context_test.cc
3925 deps:
3926 - grpc++_test_util
3927 - grpc_test_util
3928 - grpc++
3929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003930 - gpr_test_util
3931 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003932- name: secure_sync_unary_ping_pong_test
3933 build: test
3934 language: c++
3935 src:
3936 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3937 deps:
3938 - qps
3939 - grpc++_test_util
3940 - grpc_test_util
3941 - grpc++
3942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003943 - gpr_test_util
3944 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003945 platforms:
3946 - mac
3947 - linux
3948 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003949- name: server_builder_plugin_test
3950 gtest: true
3951 build: test
3952 language: c++
3953 src:
3954 - test/cpp/end2end/server_builder_plugin_test.cc
3955 deps:
3956 - grpc++_test_util
3957 - grpc_test_util
3958 - grpc++
3959 - grpc
3960 - gpr_test_util
3961 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003962- name: server_builder_test
3963 gtest: true
3964 build: test
3965 language: c++
3966 src:
3967 - src/proto/grpc/testing/echo_messages.proto
3968 - src/proto/grpc/testing/echo.proto
3969 - test/cpp/server/server_builder_test.cc
3970 deps:
3971 - grpc++_test_util
3972 - grpc_test_util
3973 - gpr_test_util
3974 - grpc++
3975 - grpc
3976 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003977- name: server_context_test_spouse_test
3978 gtest: true
3979 build: test
3980 language: c++
3981 src:
3982 - test/cpp/test/server_context_test_spouse_test.cc
3983 deps:
3984 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003985 - grpc++
3986 - grpc
3987 - gpr_test_util
3988 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003989 uses:
3990 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003992 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003993 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003994 build: test
3995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003996 src:
3997 - test/cpp/end2end/server_crash_test.cc
3998 deps:
3999 - grpc++_test_util
4000 - grpc_test_util
4001 - grpc++
4002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004003 - gpr_test_util
4004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004005 platforms:
4006 - mac
4007 - linux
4008 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004009- name: server_crash_test_client
4010 build: test
4011 run: false
4012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004013 src:
4014 - test/cpp/end2end/server_crash_test_client.cc
4015 deps:
4016 - grpc++_test_util
4017 - grpc_test_util
4018 - grpc++
4019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004020 - gpr_test_util
4021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004022- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004023 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004024 build: test
4025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004026 src:
4027 - test/cpp/end2end/shutdown_test.cc
4028 deps:
4029 - grpc++_test_util
4030 - grpc_test_util
4031 - grpc++
4032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004033 - gpr_test_util
4034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035- name: status_test
4036 build: test
4037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004038 src:
4039 - test/cpp/util/status_test.cc
4040 deps:
4041 - grpc_test_util
4042 - grpc++
4043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004044 - gpr_test_util
4045 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004046- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004047 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004048 build: test
4049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004050 src:
4051 - test/cpp/end2end/streaming_throughput_test.cc
4052 deps:
4053 - grpc++_test_util
4054 - grpc_test_util
4055 - grpc++
4056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004057 - gpr_test_util
4058 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004059 platforms:
4060 - mac
4061 - linux
4062 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004063- name: stress_test
4064 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004065 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004066 language: c++
4067 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004068 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004069 - test/cpp/interop/interop_client.h
4070 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004071 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004072 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004073 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004074 - src/proto/grpc/testing/empty.proto
4075 - src/proto/grpc/testing/messages.proto
4076 - src/proto/grpc/testing/metrics.proto
4077 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004078 - test/cpp/interop/interop_client.cc
4079 - test/cpp/interop/stress_interop_client.cc
4080 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004081 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004082 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004083 deps:
4084 - grpc++_test_util
4085 - grpc_test_util
4086 - grpc++
4087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004088 - gpr_test_util
4089 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004090 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004091- name: thread_manager_test
4092 build: test
4093 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004094 src:
4095 - test/cpp/thread_manager/thread_manager_test.cc
4096 deps:
4097 - grpc++
4098 - grpc
4099 - gpr
4100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004102 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004103 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004104 build: test
4105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004106 src:
4107 - test/cpp/end2end/thread_stress_test.cc
4108 deps:
4109 - grpc++_test_util
4110 - grpc_test_util
4111 - grpc++
4112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004113 - gpr_test_util
4114 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004115- name: writes_per_rpc_test
4116 gtest: true
4117 cpu_cost: 0.5
4118 build: test
4119 language: c++
4120 src:
4121 - test/cpp/performance/writes_per_rpc_test.cc
4122 deps:
4123 - grpc++_test_util
4124 - grpc_test_util
4125 - grpc++
4126 - grpc
4127 - gpr_test_util
4128 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004129 platforms:
4130 - mac
4131 - linux
4132 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004133- name: public_headers_must_be_c89
4134 build: test
4135 language: c89
4136 src:
4137 - test/core/surface/public_headers_must_be_c89.c
4138 deps:
4139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004142- linkage: static
4143 name: grpc.dependencies.zlib
4144 props: false
4145 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004146 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004147- linkage: static
4148 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004149 props: true
4150 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004151 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004152- name: gflags
4153 props: false
4154 redist: false
4155 version: 2.1.2.1
4156- name: gtest
4157 props: false
4158 redist: false
4159 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004160configs:
4161 asan:
4162 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004163 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4164 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004165 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004166 LD: clang
4167 LDFLAGS: -fsanitize=address
4168 LDXX: clang++
4169 compile_the_world: true
4170 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004171 ASAN_OPTIONS: detect_leaks=1:color=always
4172 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004173 asan-noleaks:
4174 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004175 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4176 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004177 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004178 LD: clang
4179 LDFLAGS: -fsanitize=address
4180 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004181 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004182 test_environ:
4183 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004184 asan-trace-cmp:
4185 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004186 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4187 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004188 CXX: clang++
4189 LD: clang
4190 LDFLAGS: -fsanitize=address
4191 LDXX: clang++
4192 compile_the_world: true
4193 test_environ:
4194 ASAN_OPTIONS: detect_leaks=1:color=always
4195 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004196 basicprof:
4197 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4198 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004199 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004200 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004201 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004202 dbg:
4203 CPPFLAGS: -O0
4204 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004205 gcov:
4206 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004207 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004208 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004209 DEFINES: _DEBUG DEBUG GPR_GCOV
4210 LD: gcc
4211 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4212 LDXX: g++
4213 helgrind:
4214 CPPFLAGS: -O0
4215 DEFINES: _DEBUG DEBUG
4216 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004217 valgrind: --tool=helgrind
4218 memcheck:
4219 CPPFLAGS: -O0
4220 DEFINES: _DEBUG DEBUG
4221 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004222 valgrind: --tool=memcheck --leak-check=full
4223 msan:
4224 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004225 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4226 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4227 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004228 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004229 DEFINES: NDEBUG
4230 LD: clang
4231 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4232 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4233 LDXX: clang++
4234 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004235 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004236 CPPFLAGS: -O3 -fno-omit-frame-pointer
4237 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004238 LDFLAGS: -rdynamic
4239 opt:
4240 CPPFLAGS: -O2
4241 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004242 stapprof:
4243 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4244 DEFINES: NDEBUG
4245 tsan:
4246 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004247 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004248 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004249 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004250 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004251 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004252 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004253 LDXX: clang++
4254 compile_the_world: true
4255 test_environ:
4256 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004257 ubsan:
4258 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004259 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4260 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004261 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004262 DEFINES: NDEBUG
4263 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004264 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004265 LDXX: clang++
4266 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004267 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004268 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004269defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004270 benchmark:
4271 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004272 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004273 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004274 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004275 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004276 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004277 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004278 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004279 LDFLAGS: -g
4280 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004281 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004282 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004283node_modules:
4284- deps:
4285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004286 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004287 - boringssl
4288 - z
murgatroid9994a75412015-11-19 14:04:53 -08004289 headers:
4290 - src/node/ext/byte_buffer.h
4291 - src/node/ext/call.h
4292 - src/node/ext/call_credentials.h
4293 - src/node/ext/channel.h
4294 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004295 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004296 - src/node/ext/server.h
4297 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004298 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004299 - src/node/ext/timeval.h
4300 js:
4301 - src/node/index.js
4302 - src/node/src/client.js
4303 - src/node/src/common.js
4304 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004305 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004306 - src/node/src/metadata.js
4307 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004308 name: grpc_node
4309 src:
4310 - src/node/ext/byte_buffer.cc
4311 - src/node/ext/call.cc
4312 - src/node/ext/call_credentials.cc
4313 - src/node/ext/channel.cc
4314 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004315 - src/node/ext/completion_queue_threadpool.cc
4316 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004317 - src/node/ext/node_grpc.cc
4318 - src/node/ext/server.cc
4319 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004320 - src/node/ext/server_generic.cc
4321 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004322 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004323 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004324openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004325 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004326 extraction_dir: openssl-1.0.2f
4327 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004328php_config_m4:
4329 deps:
4330 - grpc
4331 - gpr
4332 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004333 headers:
4334 - src/php/ext/grpc/byte_buffer.h
4335 - src/php/ext/grpc/call.h
4336 - src/php/ext/grpc/call_credentials.h
4337 - src/php/ext/grpc/channel.h
4338 - src/php/ext/grpc/channel_credentials.h
4339 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004340 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004341 - src/php/ext/grpc/php_grpc.h
4342 - src/php/ext/grpc/server.h
4343 - src/php/ext/grpc/server_credentials.h
4344 - src/php/ext/grpc/timeval.h
4345 src:
4346 - src/php/ext/grpc/byte_buffer.c
4347 - src/php/ext/grpc/call.c
4348 - src/php/ext/grpc/call_credentials.c
4349 - src/php/ext/grpc/channel.c
4350 - src/php/ext/grpc/channel_credentials.c
4351 - src/php/ext/grpc/completion_queue.c
4352 - src/php/ext/grpc/php_grpc.c
4353 - src/php/ext/grpc/server.c
4354 - src/php/ext/grpc/server_credentials.c
4355 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004356python_dependencies:
4357 deps:
4358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004359 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004360 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004361 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004362ruby_gem:
4363 deps:
4364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004366 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004367 - z