blob: 5294929431f66bc2af908c76958e09c404a04c0e [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
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080093 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/stack_lockfree.h
95 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd_internal.h
98 - src/core/lib/support/time_precise.h
99 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/profiling/basic_timers.c
102 - src/core/lib/profiling/stap_timers.c
103 - src/core/lib/support/alloc.c
104 - src/core/lib/support/avl.c
105 - src/core/lib/support/backoff.c
106 - src/core/lib/support/cmdline.c
107 - src/core/lib/support/cpu_iphone.c
108 - src/core/lib/support/cpu_linux.c
109 - src/core/lib/support/cpu_posix.c
110 - src/core/lib/support/cpu_windows.c
111 - src/core/lib/support/env_linux.c
112 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/histogram.c
115 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/log.c
117 - src/core/lib/support/log_android.c
118 - src/core/lib/support/log_linux.c
119 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700121 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/stack_lockfree.c
124 - src/core/lib/support/string.c
125 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700126 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700128 - src/core/lib/support/subprocess_posix.c
129 - src/core/lib/support/subprocess_windows.c
130 - src/core/lib/support/sync.c
131 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/thd.c
134 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/time.c
137 - src/core/lib/support/time_posix.c
138 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200141 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700145 uses:
146 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800147- name: gpr_codegen
148 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/atm.h
150 - include/grpc/impl/codegen/atm_gcc_atomic.h
151 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800153 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700154 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/port_platform.h
156 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/sync.h
158 - include/grpc/impl/codegen/sync_generic.h
159 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700160 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700161- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700162 public_headers:
163 - include/grpc/byte_buffer.h
164 - include/grpc/byte_buffer_reader.h
165 - include/grpc/compression.h
166 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700167 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200168 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800169 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700170 - include/grpc/slice.h
171 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700172 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700173 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/channel_args.h
175 - src/core/lib/channel/channel_stack.h
176 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/compress_filter.h
178 - src/core/lib/channel/connected_channel.h
179 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700180 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/http_client_filter.h
185 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700186 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/compression/algorithm_metadata.h
188 - src/core/lib/compression/message_compress.h
189 - src/core/lib/debug/trace.h
190 - src/core/lib/http/format_request.h
191 - src/core/lib/http/httpcli.h
192 - src/core/lib/http/parser.h
193 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700194 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/endpoint.h
196 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700197 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800198 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700199 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700200 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700201 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/exec_ctx.h
203 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/iocp_windows.h
205 - src/core/lib/iomgr/iomgr.h
206 - src/core/lib/iomgr/iomgr_internal.h
207 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700208 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700209 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700210 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700214 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700216 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700218 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/sockaddr.h
220 - src/core/lib/iomgr/sockaddr_posix.h
221 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700222 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700223 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700224 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/socket_utils_posix.h
226 - src/core/lib/iomgr/socket_windows.h
227 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700228 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/tcp_posix.h
230 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_windows.h
233 - src/core/lib/iomgr/time_averaged_stats.h
234 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/udp_server.h
239 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700240 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/wakeup_fd_pipe.h
242 - src/core/lib/iomgr/wakeup_fd_posix.h
243 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/workqueue_windows.h
246 - src/core/lib/json/json.h
247 - src/core/lib/json/json_common.h
248 - src/core/lib/json/json_reader.h
249 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700250 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800251 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800252 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700253 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/surface/api_trace.h
255 - src/core/lib/surface/call.h
256 - src/core/lib/surface/call_test_only.h
257 - src/core/lib/surface/channel.h
258 - src/core/lib/surface/channel_init.h
259 - src/core/lib/surface/channel_stack_type.h
260 - src/core/lib/surface/completion_queue.h
261 - src/core/lib/surface/event_string.h
262 - src/core/lib/surface/init.h
263 - src/core/lib/surface/lame_client.h
264 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800265 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700266 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/transport/error_utils.h
270 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/metadata.h
272 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700273 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700274 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400277 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/transport.h
279 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/channel/channel_args.c
282 - src/core/lib/channel/channel_stack.c
283 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/channel/compress_filter.c
285 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700286 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700287 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800288 - src/core/lib/channel/handshaker_factory.c
289 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/http_client_filter.c
291 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700292 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700293 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/compression/message_compress.c
295 - src/core/lib/debug/trace.c
296 - src/core/lib/http/format_request.c
297 - src/core/lib/http/httpcli.c
298 - src/core/lib/http/parser.c
299 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700300 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/endpoint.c
302 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700303 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700305 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700306 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700307 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700308 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/exec_ctx.c
310 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/iocp_windows.c
312 - src/core/lib/iomgr/iomgr.c
313 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700316 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700317 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700318 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_windows.c
323 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700326 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700328 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/socket_utils_common_posix.c
330 - src/core/lib/iomgr/socket_utils_linux.c
331 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700333 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_windows.c
335 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/tcp_client_windows.c
338 - src/core/lib/iomgr/tcp_posix.c
339 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_windows.c
344 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/udp_server.c
349 - src/core/lib/iomgr/unix_sockets_posix.c
350 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700351 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/wakeup_fd_eventfd.c
353 - src/core/lib/iomgr/wakeup_fd_nospecial.c
354 - src/core/lib/iomgr/wakeup_fd_pipe.c
355 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/workqueue_windows.c
358 - src/core/lib/json/json.c
359 - src/core/lib/json/json_reader.c
360 - src/core/lib/json/json_string.c
361 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700362 - src/core/lib/slice/percent_encoding.c
363 - src/core/lib/slice/slice.c
364 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800365 - src/core/lib/slice/slice_hash_table.c
366 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700367 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/surface/alarm.c
369 - src/core/lib/surface/api_trace.c
370 - src/core/lib/surface/byte_buffer.c
371 - src/core/lib/surface/byte_buffer_reader.c
372 - src/core/lib/surface/call.c
373 - src/core/lib/surface/call_details.c
374 - src/core/lib/surface/call_log_batch.c
375 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700376 - src/core/lib/surface/channel_init.c
377 - src/core/lib/surface/channel_ping.c
378 - src/core/lib/surface/channel_stack_type.c
379 - src/core/lib/surface/completion_queue.c
380 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/surface/lame_client.c
382 - src/core/lib/surface/metadata_array.c
383 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/validate_metadata.c
385 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700386 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800389 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/metadata.c
391 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700392 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700393 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800395 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400396 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/transport.c
398 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 deps:
400 - gpr
401 uses:
402 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/client_channel.h
406 - src/core/ext/client_channel/client_channel_factory.h
407 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700408 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800409 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/initial_connect_string.h
411 - src/core/ext/client_channel/lb_policy.h
412 - src/core/ext/client_channel/lb_policy_factory.h
413 - src/core/ext/client_channel/lb_policy_registry.h
414 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800415 - src/core/ext/client_channel/proxy_mapper.h
416 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/resolver.h
418 - src/core/ext/client_channel/resolver_factory.h
419 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/subchannel.h
421 - src/core/ext/client_channel/subchannel_index.h
422 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/channel_connectivity.c
425 - src/core/ext/client_channel/client_channel.c
426 - src/core/ext/client_channel/client_channel_factory.c
427 - src/core/ext/client_channel/client_channel_plugin.c
428 - src/core/ext/client_channel/connector.c
429 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700430 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800431 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/initial_connect_string.c
433 - src/core/ext/client_channel/lb_policy.c
434 - src/core/ext/client_channel/lb_policy_factory.c
435 - src/core/ext/client_channel/lb_policy_registry.c
436 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800437 - src/core/ext/client_channel/proxy_mapper.c
438 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - src/core/ext/client_channel/resolver.c
440 - src/core/ext/client_channel/resolver_factory.c
441 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - src/core/ext/client_channel/subchannel.c
443 - src/core/ext/client_channel/subchannel_index.c
444 - src/core/ext/client_channel/uri_parser.c
445 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700446 uses:
447 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800448- name: grpc_codegen
449 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700450 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800451 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800453 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700457 uses:
458 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700459- name: grpc_lb_policy_grpclb
460 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700461 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800462 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700463 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700464 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700465 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700466 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800467 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
468 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
469 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
470 plugin: grpc_lb_policy_grpclb
471 uses:
472 - grpc_base
473 - grpc_client_channel
474 - nanopb
475- name: grpc_lb_policy_grpclb_secure
476 headers:
477 - src/core/ext/lb_policy/grpclb/grpclb.h
478 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
479 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
480 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
481 src:
482 - src/core/ext/lb_policy/grpclb/grpclb.c
483 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700484 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700485 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700486 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700487 uses:
488 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700489 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700490 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700492 src:
493 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700494 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700495 uses:
496 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700497 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700498- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700499 src:
500 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700501 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700502 uses:
503 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700504 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700505- name: grpc_load_reporting
506 headers:
507 - src/core/ext/load_reporting/load_reporting.h
508 - src/core/ext/load_reporting/load_reporting_filter.h
509 src:
510 - src/core/ext/load_reporting/load_reporting.c
511 - src/core/ext/load_reporting/load_reporting_filter.c
512 plugin: grpc_load_reporting_plugin
513 uses:
514 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700515- name: grpc_resolver_dns_native
516 src:
517 - src/core/ext/resolver/dns/native/dns_resolver.c
518 plugin: grpc_resolver_dns_native
519 uses:
520 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700521 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700522- name: grpc_resolver_sockaddr
523 src:
524 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
525 plugin: grpc_resolver_sockaddr
526 uses:
527 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700528 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100529- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 public_headers:
531 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/context/security_context.h
534 - src/core/lib/security/credentials/composite/composite_credentials.h
535 - src/core/lib/security/credentials/credentials.h
536 - src/core/lib/security/credentials/fake/fake_credentials.h
537 - src/core/lib/security/credentials/google_default/google_default_credentials.h
538 - src/core/lib/security/credentials/iam/iam_credentials.h
539 - src/core/lib/security/credentials/jwt/json_token.h
540 - src/core/lib/security/credentials/jwt/jwt_credentials.h
541 - src/core/lib/security/credentials/jwt/jwt_verifier.h
542 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
543 - src/core/lib/security/credentials/plugin/plugin_credentials.h
544 - src/core/lib/security/credentials/ssl/ssl_credentials.h
545 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800546 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/transport/secure_endpoint.h
548 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800549 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700550 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700551 - src/core/lib/security/util/b64.h
552 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100553 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700554 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700555 - src/core/lib/security/context/security_context.c
556 - src/core/lib/security/credentials/composite/composite_credentials.c
557 - src/core/lib/security/credentials/credentials.c
558 - src/core/lib/security/credentials/credentials_metadata.c
559 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700560 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700561 - src/core/lib/security/credentials/google_default/google_default_credentials.c
562 - src/core/lib/security/credentials/iam/iam_credentials.c
563 - src/core/lib/security/credentials/jwt/json_token.c
564 - src/core/lib/security/credentials/jwt/jwt_credentials.c
565 - src/core/lib/security/credentials/jwt/jwt_verifier.c
566 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
567 - src/core/lib/security/credentials/plugin/plugin_credentials.c
568 - src/core/lib/security/credentials/ssl/ssl_credentials.c
569 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800570 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700571 - src/core/lib/security/transport/secure_endpoint.c
572 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800573 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700575 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700576 - src/core/lib/security/util/b64.c
577 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700578 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700579 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 uses:
581 - grpc_base
582 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700584- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700585 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700586 headers:
587 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700588 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800589 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700590 - test/core/end2end/fixtures/proxy.h
591 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800592 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200594 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700595 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700597 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700599 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800601 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 src:
603 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700604 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800605 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/end2end/fixtures/proxy.c
607 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800608 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200610 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700611 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700613 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800614 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700615 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800617 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700618 deps:
619 - grpc
620 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700621- name: grpc_transport_chttp2
622 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700623 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700624 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700625 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
626 - src/core/ext/transport/chttp2/transport/frame.h
627 - src/core/ext/transport/chttp2/transport/frame_data.h
628 - src/core/ext/transport/chttp2/transport/frame_goaway.h
629 - src/core/ext/transport/chttp2/transport/frame_ping.h
630 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
631 - src/core/ext/transport/chttp2/transport/frame_settings.h
632 - src/core/ext/transport/chttp2/transport/frame_window_update.h
633 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
634 - src/core/ext/transport/chttp2/transport/hpack_parser.h
635 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700636 - src/core/ext/transport/chttp2/transport/huffsyms.h
637 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
638 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/varint.h
641 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700642 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700643 - src/core/ext/transport/chttp2/transport/bin_encoder.c
644 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700645 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
646 - src/core/ext/transport/chttp2/transport/frame_data.c
647 - src/core/ext/transport/chttp2/transport/frame_goaway.c
648 - src/core/ext/transport/chttp2/transport/frame_ping.c
649 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
650 - src/core/ext/transport/chttp2/transport/frame_settings.c
651 - src/core/ext/transport/chttp2/transport/frame_window_update.c
652 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
653 - src/core/ext/transport/chttp2/transport/hpack_parser.c
654 - src/core/ext/transport/chttp2/transport/hpack_table.c
655 - src/core/ext/transport/chttp2/transport/huffsyms.c
656 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
657 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700658 - src/core/ext/transport/chttp2/transport/stream_lists.c
659 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/varint.c
661 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700662 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700663 uses:
664 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700665 - grpc_transport_chttp2_alpn
666- name: grpc_transport_chttp2_alpn
667 headers:
668 - src/core/ext/transport/chttp2/alpn/alpn.h
669 src:
670 - src/core/ext/transport/chttp2/alpn/alpn.c
671 deps:
672 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800673- name: grpc_transport_chttp2_client_connector
674 headers:
675 - src/core/ext/transport/chttp2/client/chttp2_connector.h
676 src:
677 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800678 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800679 - grpc_transport_chttp2
680 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700681- name: grpc_transport_chttp2_client_insecure
682 src:
683 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700684 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700685 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800686 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 - grpc_transport_chttp2
688 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700689 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700690- name: grpc_transport_chttp2_client_secure
691 src:
692 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700693 uses:
694 - grpc_transport_chttp2
695 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700696 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700697 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800698 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800699- name: grpc_transport_chttp2_server
700 headers:
701 - src/core/ext/transport/chttp2/server/chttp2_server.h
702 src:
703 - src/core/ext/transport/chttp2/server/chttp2_server.c
704 uses:
705 - grpc_transport_chttp2
706 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700707- name: grpc_transport_chttp2_server_insecure
708 src:
709 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700710 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700711 uses:
712 - grpc_transport_chttp2
713 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800714 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700715- name: grpc_transport_chttp2_server_secure
716 src:
717 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700718 uses:
719 - grpc_transport_chttp2
720 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700721 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800722 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700723- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700724 public_headers:
725 - include/grpc/grpc_cronet.h
726 - include/grpc/grpc_security.h
727 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700728 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800729 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800730 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 src:
732 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
733 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
734 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700735 filegroups:
736 - grpc_base
737 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800738- name: nanopb
739 headers:
740 - third_party/nanopb/pb.h
741 - third_party/nanopb/pb_common.h
742 - third_party/nanopb/pb_decode.h
743 - third_party/nanopb/pb_encode.h
744 src:
745 - third_party/nanopb/pb_common.c
746 - third_party/nanopb/pb_decode.c
747 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748- name: tsi
749 headers:
750 - src/core/lib/tsi/fake_transport_security.h
751 - src/core/lib/tsi/ssl_transport_security.h
752 - src/core/lib/tsi/ssl_types.h
753 - src/core/lib/tsi/transport_security.h
754 - src/core/lib/tsi/transport_security_interface.h
755 src:
756 - src/core/lib/tsi/fake_transport_security.c
757 - src/core/lib/tsi/ssl_transport_security.c
758 - src/core/lib/tsi/transport_security.c
759 deps:
760 - gpr
761 secure: true
762- name: grpc++_base
763 language: c++
764 public_headers:
765 - include/grpc++/alarm.h
766 - include/grpc++/channel.h
767 - include/grpc++/client_context.h
768 - include/grpc++/completion_queue.h
769 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700770 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800771 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/generic/async_generic_service.h
773 - include/grpc++/generic/generic_stub.h
774 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800775 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800777 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700779 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/grpc_library.h
781 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/rpc_method.h
783 - include/grpc++/impl/rpc_service_method.h
784 - include/grpc++/impl/serialization_traits.h
785 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700786 - include/grpc++/impl/server_builder_plugin.h
787 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700789 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/security/auth_context.h
791 - include/grpc++/security/auth_metadata_processor.h
792 - include/grpc++/security/credentials.h
793 - include/grpc++/security/server_credentials.h
794 - include/grpc++/server.h
795 - include/grpc++/server_builder.h
796 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700797 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/support/async_stream.h
799 - include/grpc++/support/async_unary_call.h
800 - include/grpc++/support/byte_buffer.h
801 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700802 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/support/slice.h
804 - include/grpc++/support/status.h
805 - include/grpc++/support/status_code_enum.h
806 - include/grpc++/support/string_ref.h
807 - include/grpc++/support/stub_options.h
808 - include/grpc++/support/sync_stream.h
809 - include/grpc++/support/time.h
810 headers:
811 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700812 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800814 - src/cpp/server/health/default_health_check_service.h
815 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700817 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700818 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700819 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/client/client_context.cc
821 - src/cpp/client/create_channel.cc
822 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700823 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700824 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700827 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700828 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700830 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700832 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800834 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/server/create_default_thread_pool.cc
836 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800837 - src/cpp/server/health/default_health_check_service.cc
838 - src/cpp/server/health/health.pb.c
839 - src/cpp/server/health/health_check_service.cc
840 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700842 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/server_context.cc
844 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700845 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700846 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700847 - src/cpp/util/byte_buffer_cc.cc
848 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/util/status.cc
850 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 uses:
yang-g17487f92016-06-03 15:21:15 -0700853 - grpc++_codegen_base
854- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 language: c++
856 public_headers:
857 - include/grpc++/impl/codegen/async_stream.h
858 - include/grpc++/impl/codegen/async_unary_call.h
859 - include/grpc++/impl/codegen/call.h
860 - include/grpc++/impl/codegen/call_hook.h
861 - include/grpc++/impl/codegen/channel_interface.h
862 - include/grpc++/impl/codegen/client_context.h
863 - include/grpc++/impl/codegen/client_unary_call.h
864 - include/grpc++/impl/codegen/completion_queue.h
865 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700866 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/core_codegen_interface.h
868 - include/grpc++/impl/codegen/create_auth_context.h
869 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800870 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/rpc_method.h
873 - include/grpc++/impl/codegen/rpc_service_method.h
874 - include/grpc++/impl/codegen/security/auth_context.h
875 - include/grpc++/impl/codegen/serialization_traits.h
876 - include/grpc++/impl/codegen/server_context.h
877 - include/grpc++/impl/codegen/server_interface.h
878 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800879 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - include/grpc++/impl/codegen/status.h
881 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700882 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/string_ref.h
884 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - include/grpc++/impl/codegen/sync_stream.h
886 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 uses:
888 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700889- name: grpc++_codegen_base_src
890 language: c++
891 src:
892 - src/cpp/codegen/codegen_init.cc
893 uses:
894 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700895- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896 language: c++
897 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700898 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 uses:
yang-g17487f92016-06-03 15:21:15 -0700900 - grpc++_codegen_base
901 - grpc++_config_proto
902- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 language: c++
904 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700906- name: grpc++_reflection_proto
907 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700908 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700909 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800910- name: grpc++_test
911 language: c++
912 public_headers:
913 - include/grpc++/test/server_context_test_spouse.h
914 deps:
915 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700916- name: thrift_util
917 language: c++
918 public_headers:
919 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700920 - include/grpc++/impl/codegen/thrift_utils.h
921 uses:
922 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100923libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924- name: gpr
925 build: all
926 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700928 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 secure: false
930 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
931- name: gpr_test_util
932 build: private
933 language: c
934 headers:
935 - test/core/util/test_config.h
936 src:
937 - test/core/util/test_config.c
938 deps:
939 - gpr
940 secure: false
941 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: grpc
943 build: all
944 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 src:
946 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800948 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 filegroups:
951 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700952 - grpc_transport_chttp2_server_secure
953 - grpc_transport_chttp2_client_secure
954 - grpc_transport_chttp2_server_insecure
955 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800956 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700957 - grpc_lb_policy_pick_first
958 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700959 - grpc_resolver_dns_native
960 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700961 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100962 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700963 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700964 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700966 vs_packages:
967 - grpc.dependencies.openssl
968 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700970- name: grpc_cronet
971 build: all
972 language: c
973 src:
974 - src/core/lib/surface/init.c
975 baselib: true
976 deps_linkage: static
977 dll: true
978 filegroups:
979 - grpc_base
980 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700981 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800982 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700983 generate_plugin_registry: true
984 platforms:
985 - linux
986 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100987- name: grpc_dll
988 build: private
989 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100990 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100992 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100994 build_system:
995 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 vs_config_type: DynamicLibrary
999 vs_packages:
1000 - grpc.dependencies.openssl
1001 - grpc.dependencies.zlib
1002 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1003 vs_props:
1004 - zlib
1005 - openssl
1006 - winsock
1007 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc_test_util
1009 build: private
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001013 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001015 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001016 - test/core/end2end/data/server1_cert.c
1017 - test/core/end2end/data/server1_key.c
1018 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001019 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc
1024 filegroups:
1025 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001026 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1028- name: grpc_test_util_unsecure
1029 build: private
1030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001031 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr
1033 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001034 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001035 filegroups:
1036 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 secure: false
1038 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1039- name: grpc_unsecure
1040 build: all
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001044 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001046 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001048 filegroups:
1049 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001050 - grpc_transport_chttp2_server_insecure
1051 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001052 - grpc_resolver_dns_native
1053 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001054 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001055 - grpc_lb_policy_grpclb
1056 - grpc_lb_policy_pick_first
1057 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001058 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001059 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 secure: false
1061 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: reconnect_server
1063 build: private
1064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
1066 - test/core/util/reconnect_server.h
1067 src:
1068 - test/core/util/reconnect_server.c
1069 deps:
yang-gc9fca182015-11-06 16:41:33 -08001070 - test_tcp_server
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001075- name: test_tcp_server
1076 build: private
1077 language: c
1078 headers:
1079 - test/core/util/test_tcp_server.h
1080 src:
1081 - test/core/util/test_tcp_server.c
1082 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: grpc++
1088 build: all
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001091 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/cpp/client/secure_credentials.h
1093 - src/cpp/common/secure_auth_context.h
1094 - src/cpp/server/secure_server_credentials.h
1095 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001096 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001097 - src/cpp/client/secure_credentials.cc
1098 - src/cpp/common/auth_property_iterator.cc
1099 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001100 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001102 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/server/secure_server_credentials.cc
1104 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001105 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 baselib: true
1107 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001111 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001112 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113 secure: check
1114 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001115- name: grpc++_cronet
1116 build: all
1117 language: c++
1118 src:
1119 - src/cpp/client/cronet_credentials.cc
1120 - src/cpp/client/insecure_credentials.cc
1121 - src/cpp/common/insecure_create_auth_context.cc
1122 - src/cpp/server/insecure_server_credentials.cc
1123 deps:
1124 - gpr
1125 - grpc_cronet
1126 baselib: true
1127 dll: true
1128 filegroups:
1129 - grpc++_base
1130 - grpc++_codegen_base
1131 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001132 - grpc_transport_chttp2_client_insecure
1133 - grpc_transport_chttp2_server_insecure
1134 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001135 platforms:
1136 - linux
1137 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001138- name: grpc++_proto_reflection_desc_db
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/proto_reflection_descriptor_database.h
1143 src:
1144 - test/cpp/util/proto_reflection_descriptor_database.cc
1145 deps:
1146 - grpc++
1147 filegroups:
1148 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001149 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001150- name: grpc++_reflection
1151 build: all
1152 language: c++
1153 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001157 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - src/cpp/ext/proto_server_reflection.cc
1159 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001160 deps:
1161 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001162 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001163 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: grpc++_test_config
1165 build: private
1166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001167 headers:
1168 - test/cpp/util/test_config.h
1169 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001170 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc++_test_util
1172 build: private
1173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001174 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001175 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001176 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/util/create_test_channel.h
1178 - test/cpp/util/string_ref_helper.h
1179 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001180 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
yang-gc8a49d22016-12-12 11:18:49 -08001182 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001183 - src/proto/grpc/testing/echo_messages.proto
1184 - src/proto/grpc/testing/echo.proto
1185 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001186 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001187 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - test/cpp/util/create_test_channel.cc
1189 - test/cpp/util/string_ref_helper.cc
1190 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001191 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001192 deps:
1193 - grpc++
1194 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001195 filegroups:
1196 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001197 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001198 - grpc++_codegen_proto
1199 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001200 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc++_unsecure
1202 build: all
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001207 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211 baselib: true
1212 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001213 filegroups:
1214 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001215 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001216 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 secure: false
1218 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001219- name: grpc_benchmark
1220 build: test
1221 language: c++
1222 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001223 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1224 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001225 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001226 src:
1227 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001228 deps:
1229 - benchmark
1230 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001231 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001232 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001233- name: grpc_cli_libs
1234 build: private
1235 language: c++
1236 headers:
1237 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001238 - test/cpp/util/cli_credentials.h
1239 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001240 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001241 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001242 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001243 src:
1244 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001245 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001246 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001247 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001248 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001249 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001250 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001251 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001252 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001253 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001254 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255- name: grpc_plugin_support
1256 build: protoc
1257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001258 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001259 - src/compiler/config.h
1260 - src/compiler/cpp_generator.h
1261 - src/compiler/cpp_generator_helpers.h
1262 - src/compiler/csharp_generator.h
1263 - src/compiler/csharp_generator_helpers.h
1264 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001265 - src/compiler/node_generator.h
1266 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001267 - src/compiler/objective_c_generator.h
1268 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001269 - src/compiler/php_generator.h
1270 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001271 - src/compiler/python_generator.h
1272 - src/compiler/ruby_generator.h
1273 - src/compiler/ruby_generator_helpers-inl.h
1274 - src/compiler/ruby_generator_map-inl.h
1275 - src/compiler/ruby_generator_string-inl.h
1276 src:
1277 - src/compiler/cpp_generator.cc
1278 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001279 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001280 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001281 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001282 - src/compiler/python_generator.cc
1283 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001284 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001285 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286 secure: false
1287 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001288 vs_props:
1289 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001290- name: http2_client_main
1291 build: private
1292 language: c++
1293 headers:
1294 - test/cpp/interop/http2_client.h
1295 src:
1296 - src/proto/grpc/testing/empty.proto
1297 - src/proto/grpc/testing/messages.proto
1298 - src/proto/grpc/testing/test.proto
1299 - test/cpp/interop/http2_client.cc
1300 deps:
1301 - grpc++_test_util
1302 - grpc_test_util
1303 - grpc++
1304 - grpc
1305 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: interop_client_helper
1307 build: private
1308 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001309 headers:
1310 - test/cpp/interop/client_helper.h
1311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001312 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001313 - test/cpp/interop/client_helper.cc
1314 deps:
1315 - grpc++_test_util
1316 - grpc_test_util
1317 - grpc++
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: interop_client_main
1321 build: private
1322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001323 headers:
1324 - test/cpp/interop/interop_client.h
1325 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001326 - src/proto/grpc/testing/empty.proto
1327 - src/proto/grpc/testing/messages.proto
1328 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001329 - test/cpp/interop/client.cc
1330 - test/cpp/interop/interop_client.cc
1331 deps:
1332 - interop_client_helper
1333 - grpc++_test_util
1334 - grpc_test_util
1335 - grpc++
1336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001339 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: interop_server_helper
1341 build: private
1342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001343 headers:
1344 - test/cpp/interop/server_helper.h
1345 src:
1346 - test/cpp/interop/server_helper.cc
1347 deps:
yang-gcc591022017-01-11 11:10:43 -08001348 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001349 - grpc_test_util
1350 - grpc++
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001353- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354 build: private
1355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001357 - src/proto/grpc/testing/empty.proto
1358 - src/proto/grpc/testing/messages.proto
1359 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001360 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001361 deps:
1362 - interop_server_helper
1363 - grpc++_test_util
1364 - grpc_test_util
1365 - grpc++
1366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001369 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001370- name: interop_server_main
1371 build: private
1372 language: c++
1373 src:
1374 - test/cpp/interop/interop_server_bootstrap.cc
1375 deps:
1376 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: qps
1378 build: private
1379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001380 headers:
1381 - test/cpp/qps/client.h
1382 - test/cpp/qps/driver.h
1383 - test/cpp/qps/histogram.h
1384 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001385 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001386 - test/cpp/qps/qps_worker.h
1387 - test/cpp/qps/report.h
1388 - test/cpp/qps/server.h
1389 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001390 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001391 - test/cpp/util/benchmark_config.h
1392 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001393 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001394 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001395 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001396 - src/proto/grpc/testing/control.proto
1397 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001398 - test/cpp/qps/client_async.cc
1399 - test/cpp/qps/client_sync.cc
1400 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001401 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001402 - test/cpp/qps/qps_worker.cc
1403 - test/cpp/qps/report.cc
1404 - test/cpp/qps/server_async.cc
1405 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001406 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001407 - test/cpp/util/benchmark_config.cc
1408 deps:
1409 - grpc_test_util
1410 - grpc++_test_util
1411 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc_csharp_ext
1413 build: all
1414 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - src/csharp/ext/grpc_csharp_ext.c
1417 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001420 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001421 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422 dll: only
1423 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001424 vs_packages:
1425 - grpc.dependencies.openssl
1426 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001427 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001428 vs_props:
1429 - zlib
1430 - openssl
1431 - winsock
1432 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001434- name: alarm_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/alarm_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001442 - gpr_test_util
1443 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001444- name: algorithm_test
1445 build: test
1446 language: c
1447 src:
1448 - test/core/compression/algorithm_test.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001454- name: alloc_test
1455 build: test
1456 language: c
1457 src:
1458 - test/core/support/alloc_test.c
1459 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: alpn_test
1463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/transport/chttp2/alpn_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001472- name: api_fuzzer
1473 build: fuzzer
1474 language: c
1475 src:
1476 - test/core/end2end/fuzzers/api_fuzzer.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
1480 - gpr_test_util
1481 - gpr
1482 corpus_dirs:
1483 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001484 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001485 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001486- name: bad_server_response_test
1487 build: test
1488 language: c
1489 src:
1490 - test/core/end2end/bad_server_response_test.c
1491 deps:
1492 - test_tcp_server
1493 - grpc_test_util
1494 - grpc
1495 - gpr_test_util
1496 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001497 exclude_iomgrs:
1498 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001499- name: bdp_estimator_test
1500 build: test
1501 language: c
1502 src:
1503 - test/core/transport/bdp_estimator_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
1507 - gpr_test_util
1508 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001509- name: bin_decoder_test
1510 build: test
1511 language: c
1512 src:
1513 - test/core/transport/chttp2/bin_decoder_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517- name: bin_encoder_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/transport/chttp2/bin_encoder_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001525- name: census_context_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/census/context_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001535- name: census_resource_test
1536 build: test
1537 language: c
1538 src:
1539 - test/core/census/resource_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
1543 - gpr_test_util
1544 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001545- name: census_trace_context_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/census/trace_context_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001555- name: channel_create_test
1556 build: test
1557 language: c
1558 src:
1559 - test/core/surface/channel_create_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001565- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001569 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: chttp2_stream_map_test
1576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/transport/chttp2/stream_map_test.c
1580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001585- name: chttp2_varint_test
1586 build: test
1587 language: c
1588 src:
1589 - test/core/transport/chttp2/varint_test.c
1590 deps:
1591 - grpc_test_util
1592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001595- name: client_fuzzer
1596 build: fuzzer
1597 language: c
1598 src:
1599 - test/core/end2end/fuzzers/client_fuzzer.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
1603 - gpr_test_util
1604 - gpr
1605 corpus_dirs:
1606 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001607 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001608 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001609- name: combiner_test
1610 cpu_cost: 30
1611 build: test
1612 language: c
1613 src:
1614 - test/core/iomgr/combiner_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
1618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: compression_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/compression/compression_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001630- name: concurrent_connectivity_test
1631 build: test
1632 language: c
1633 src:
1634 - test/core/surface/concurrent_connectivity_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
1638 - gpr_test_util
1639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001640 exclude_iomgrs:
1641 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001642- name: connection_refused_test
1643 cpu_cost: 0.1
1644 build: test
1645 language: c
1646 src:
1647 - test/core/end2end/connection_refused_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
1651 - gpr_test_util
1652 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001653- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001654 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001655 build: test
1656 language: c
1657 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001658 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001659 deps:
1660 - grpc_test_util
1661 - grpc
1662 - gpr_test_util
1663 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001664 exclude_iomgrs:
1665 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001666- name: dns_resolver_test
1667 build: test
1668 language: c
1669 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001670 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001677 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/end2end/dualstack_socket_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001687 exclude_iomgrs:
1688 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001689 platforms:
1690 - mac
1691 - linux
1692 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001693- name: endpoint_pair_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/iomgr/endpoint_pair_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001703 exclude_iomgrs:
1704 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001705- name: error_test
1706 cpu_cost: 30
1707 build: test
1708 language: c
1709 src:
1710 - test/core/iomgr/error_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
1714 - gpr_test_util
1715 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001716- name: ev_epoll_linux_test
1717 build: test
1718 language: c
1719 src:
1720 - test/core/iomgr/ev_epoll_linux_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
1724 - gpr_test_util
1725 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001726 exclude_iomgrs:
1727 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001728 platforms:
1729 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: fd_conservation_posix_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/iomgr/fd_conservation_posix_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001740 exclude_iomgrs:
1741 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001742 platforms:
1743 - mac
1744 - linux
1745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fd_posix_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/fd_posix_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001756 exclude_iomgrs:
1757 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001758 platforms:
1759 - mac
1760 - linux
1761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: fling_client
1763 build: test
1764 run: false
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/fling/client.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: fling_server
1774 build: test
1775 run: false
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/fling/server.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001785 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/fling/fling_stream_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001800 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/fling/fling_test.c
1805 deps:
1806 - grpc_test_util
1807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001810 platforms:
1811 - mac
1812 - linux
1813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: gen_hpack_tables
1815 build: tool
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - tools/codegen/core/gen_hpack_tables.c
1819 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001821 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: gen_legal_metadata_characters
1823 build: tool
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001827 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001828- name: gen_percent_encoding_tables
1829 build: tool
1830 language: c
1831 src:
1832 - tools/codegen/core/gen_percent_encoding_tables.c
1833 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001834- name: goaway_server_test
1835 cpu_cost: 0.1
1836 build: test
1837 language: c
1838 src:
1839 - test/core/end2end/goaway_server_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
1843 - gpr_test_util
1844 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001845 exclude_iomgrs:
1846 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001847 platforms:
1848 - mac
1849 - linux
1850 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001851- name: gpr_avl_test
1852 build: test
1853 language: c
1854 src:
1855 - test/core/support/avl_test.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001859- name: gpr_backoff_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/support/backoff_test.c
1864 deps:
1865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gpr_cmdline_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/cmdline_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001875- name: gpr_cpu_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/support/cpu_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_env_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/support/env_test.c
1888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: gpr_histogram_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/support/histogram_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_host_port_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/host_port_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_log_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/support/log_test.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001915- name: gpr_mpscq_test
1916 cpu_cost: 30
1917 build: test
1918 language: c
1919 src:
1920 - test/core/support/mpscq_test.c
1921 deps:
1922 - gpr_test_util
1923 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001924- name: gpr_spinlock_test
1925 cpu_cost: 10
1926 build: test
1927 language: c
1928 src:
1929 - test/core/support/spinlock_test.c
1930 deps:
1931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001934 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935 build: test
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/support/stack_lockfree_test.c
1939 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: gpr_string_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/support/string_test.c
1947 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001951 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/support/sync_test.c
1956 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001960 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/thd_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: gpr_time_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/support/time_test.c
1973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: gpr_tls_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/support/tls_test.c
1981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_useful_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/useful_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: grpc_auth_context_test
1993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/security/auth_context_test.c
1997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002002- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003 build: test
2004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002006 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: grpc_byte_buffer_reader_test
2013 build: test
2014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002015 src:
2016 - test/core/surface/byte_buffer_reader_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: grpc_channel_args_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/channel/channel_args_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: grpc_channel_stack_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/channel/channel_stack_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_completion_queue_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/surface/completion_queue_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002052- name: grpc_completion_queue_threading_test
2053 build: test
2054 language: c
2055 src:
2056 - test/core/surface/completion_queue_threading_test.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002062 exclude_iomgrs:
2063 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: grpc_create_jwt
2065 build: tool
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/security/create_jwt.c
2069 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002072 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: grpc_credentials_test
2074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/security/credentials_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002084 build: test
2085 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/core/security/fetch_oauth2.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002094- name: grpc_invalid_channel_args_test
2095 build: test
2096 language: c
2097 src:
2098 - test/core/surface/invalid_channel_args_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: grpc_json_token_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/security/json_token_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002114 platforms:
2115 - linux
2116 - posix
2117 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: grpc_jwt_verifier_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/security/jwt_verifier_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: grpc_print_google_default_creds_token
2129 build: tool
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/security/print_google_default_creds_token.c
2133 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136- name: grpc_security_connector_test
2137 build: test
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/security/security_connector_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146- name: grpc_verify_jwt
2147 build: tool
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
2150 - test/core/security/verify_jwt.c
2151 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002153 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002154- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002155 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002156 language: c
2157 src:
2158 - test/core/handshake/client_ssl.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
2162 - gpr_test_util
2163 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002164 exclude_iomgrs:
2165 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002166 platforms:
2167 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002168 secure: true
2169- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002170 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002171 language: c
2172 src:
2173 - test/core/handshake/server_ssl.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002179 platforms:
2180 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002181 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002182- name: hpack_parser_fuzzer_test
2183 build: fuzzer
2184 language: c
2185 src:
2186 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
2190 - gpr_test_util
2191 - gpr
2192 corpus_dirs:
2193 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002194 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002195 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: hpack_parser_test
2197 build: test
2198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
2200 - test/core/transport/chttp2/hpack_parser_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: hpack_table_test
2207 build: test
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/transport/chttp2/hpack_table_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002216- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002220 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002226- name: http_request_fuzzer_test
2227 build: fuzzer
2228 language: c
2229 src:
2230 - test/core/http/request_fuzzer.c
2231 deps:
2232 - grpc_test_util
2233 - grpc
2234 - gpr_test_util
2235 - gpr
2236 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002237 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002238 maxlen: 2048
2239- name: http_response_fuzzer_test
2240 build: fuzzer
2241 language: c
2242 src:
2243 - test/core/http/response_fuzzer.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
2249 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002250 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002251 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002252- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253 build: test
2254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002255 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002256 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002257 deps:
2258 - grpc_test_util
2259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002260 - gpr_test_util
2261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002262- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002263 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002267 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002273 platforms:
2274 - mac
2275 - linux
2276 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002277- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002278 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002279 build: test
2280 language: c
2281 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002282 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002288 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002289 - linux
yang-gf1183302015-12-07 16:02:05 -08002290- name: init_test
2291 build: test
2292 language: c
2293 src:
2294 - test/core/surface/init_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002300- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002301 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002302 build: test
2303 language: c
2304 src:
2305 - test/core/end2end/invalid_call_argument_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002309 - gpr_test_util
2310 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002311- name: json_fuzzer_test
2312 build: fuzzer
2313 language: c
2314 src:
2315 - test/core/json/fuzzer.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
2319 - gpr_test_util
2320 - gpr
2321 corpus_dirs:
2322 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002323 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: json_rewrite
2325 build: test
2326 run: false
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/json/json_rewrite.c
2330 deps:
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002333- name: json_rewrite_test
2334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/json/json_rewrite_test.c
2338 deps:
2339 - grpc_test_util
2340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr_test_util
2342 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002343- name: json_stream_error_test
2344 build: test
2345 language: c
2346 src:
2347 - test/core/json/json_stream_error_test.c
2348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: json_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/json/json_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002363- name: lame_client_test
2364 build: test
2365 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002366 src:
2367 - test/core/surface/lame_client_test.c
2368 deps:
2369 - grpc_test_util
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002373- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002374 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002375 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002376 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002379 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002383 - gpr_test_util
2384 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002385- name: load_file_test
2386 build: test
2387 language: c
2388 src:
2389 - test/core/iomgr/load_file_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
2393 - gpr_test_util
2394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: low_level_ping_pong_benchmark
2396 build: benchmark
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/network_benchmarks/low_level_ping_pong.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002405 platforms:
2406 - mac
2407 - linux
2408 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002409- name: memory_profile_client
2410 build: test
2411 run: false
2412 language: c
2413 src:
2414 - test/core/memory_usage/client.c
2415 deps:
2416 - grpc_test_util
2417 - grpc
2418 - gpr_test_util
2419 - gpr
2420- name: memory_profile_server
2421 build: test
2422 run: false
2423 language: c
2424 src:
2425 - test/core/memory_usage/server.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
2429 - gpr_test_util
2430 - gpr
2431- name: memory_profile_test
2432 cpu_cost: 1.5
2433 build: test
2434 language: c
2435 src:
2436 - test/core/memory_usage/memory_usage_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
2442 platforms:
2443 - mac
2444 - linux
2445 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: message_compress_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/compression/message_compress_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002456- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002457 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002458 build: test
2459 language: c
2460 src:
2461 - test/core/census/mlog_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
2465 - gpr_test_util
2466 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467- name: multiple_server_queues_test
2468 build: test
2469 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/core/end2end/multiple_server_queues_test.c
2472 deps:
2473 - grpc_test_util
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: murmur_hash_test
2478 build: test
2479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/core/support/murmur_hash_test.c
2482 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr_test_util
2484 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002485- name: nanopb_fuzzer_response_test
2486 build: fuzzer
2487 language: c
2488 src:
2489 - test/core/nanopb/fuzzer_response.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 corpus_dirs:
2496 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002497 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002498- name: nanopb_fuzzer_serverlist_test
2499 build: fuzzer
2500 language: c
2501 src:
2502 - test/core/nanopb/fuzzer_serverlist.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
2506 - gpr_test_util
2507 - gpr
2508 corpus_dirs:
2509 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002510 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002512 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513 build: test
2514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002515 src:
2516 - test/core/end2end/no_server_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002522- name: parse_address_test
2523 build: test
2524 language: c
2525 src:
2526 - test/core/client_channel/parse_address_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002532- name: percent_decode_fuzzer
2533 build: fuzzer
2534 language: c
2535 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002536 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002537 deps:
2538 - grpc_test_util
2539 - grpc
2540 - gpr_test_util
2541 - gpr
2542 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002543 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002544 maxlen: 32
2545- name: percent_encode_fuzzer
2546 build: fuzzer
2547 language: c
2548 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002549 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002550 deps:
2551 - grpc_test_util
2552 - grpc
2553 - gpr_test_util
2554 - gpr
2555 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002556 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002557 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002558- name: percent_encoding_test
2559 build: test
2560 language: c
2561 src:
2562 - test/core/slice/percent_encoding_test.c
2563 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002564 - grpc_test_util
2565 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002566 - gpr_test_util
2567 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002568- name: pollset_set_test
2569 build: test
2570 language: c
2571 src:
2572 - test/core/iomgr/pollset_set_test.c
2573 deps:
2574 - grpc_test_util
2575 - grpc
2576 - gpr_test_util
2577 - gpr
2578 exclude_iomgrs:
2579 - uv
2580 platforms:
2581 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002582- name: resolve_address_posix_test
2583 build: test
2584 language: c
2585 src:
2586 - test/core/iomgr/resolve_address_posix_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
2592 platforms:
2593 - mac
2594 - linux
2595 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: resolve_address_test
2597 build: test
2598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002599 src:
2600 - test/core/iomgr/resolve_address_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002606- name: resource_quota_test
2607 cpu_cost: 30
2608 build: test
2609 language: c
2610 src:
2611 - test/core/iomgr/resource_quota_test.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
2615 - gpr_test_util
2616 - gpr
yang-gd482e592015-12-10 14:04:00 -08002617- name: secure_channel_create_test
2618 build: test
2619 language: c
2620 src:
2621 - test/core/surface/secure_channel_create_test.c
2622 deps:
2623 - grpc_test_util
2624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002625 - gpr_test_util
2626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627- name: secure_endpoint_test
2628 build: test
2629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002630 src:
2631 - test/core/security/secure_endpoint_test.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002637 exclude_iomgrs:
2638 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002639- name: sequential_connectivity_test
2640 build: test
2641 language: c
2642 src:
2643 - test/core/surface/sequential_connectivity_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
2647 - gpr_test_util
2648 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002649 exclude_iomgrs:
2650 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002651- name: server_chttp2_test
2652 build: test
2653 language: c
2654 src:
2655 - test/core/surface/server_chttp2_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002661- name: server_fuzzer
2662 build: fuzzer
2663 language: c
2664 src:
2665 - test/core/end2end/fuzzers/server_fuzzer.c
2666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
2671 corpus_dirs:
2672 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002673 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002674 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002675- name: server_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/surface/server_test.c
2680 deps:
2681 - grpc_test_util
2682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002683 - gpr_test_util
2684 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002685- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002686 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002687 build: test
2688 language: c
2689 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002690 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002691 deps:
2692 - test_tcp_server
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002697 exclude_iomgrs:
2698 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002699- name: slice_buffer_test
2700 build: test
2701 language: c
2702 src:
2703 - test/core/slice/slice_buffer_test.c
2704 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002705 - grpc_test_util
2706 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002707 - gpr_test_util
2708 - gpr
2709- name: slice_string_helpers_test
2710 build: test
2711 language: c
2712 src:
2713 - test/core/slice/slice_string_helpers_test.c
2714 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002715 - grpc_test_util
2716 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002717 - gpr_test_util
2718 - gpr
2719- name: slice_test
2720 build: test
2721 language: c
2722 src:
2723 - test/core/slice/slice_test.c
2724 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002725 - grpc_test_util
2726 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002727 - gpr_test_util
2728 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002729- name: sockaddr_resolver_test
2730 build: test
2731 language: c
2732 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002733 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: sockaddr_utils_test
2740 build: test
2741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
2743 - test/core/iomgr/sockaddr_utils_test.c
2744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002749- name: socket_utils_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/iomgr/socket_utils_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002759 exclude_iomgrs:
2760 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002761 platforms:
2762 - mac
2763 - linux
2764 - posix
yang-g31e21282016-11-04 15:10:03 -07002765- name: ssl_server_fuzzer
2766 build: fuzzer
2767 language: c
2768 src:
2769 - test/core/security/ssl_server_fuzzer.c
2770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
2775 corpus_dirs:
2776 - test/core/security/corpus/ssl_server_corpus
2777 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002778- name: status_conversion_test
2779 build: test
2780 language: c
2781 src:
2782 - test/core/transport/status_conversion_test.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
2786 - gpr_test_util
2787 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002788- name: stream_owned_slice_test
2789 build: test
2790 language: c
2791 src:
2792 - test/core/transport/stream_owned_slice_test.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002799 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800 build: test
2801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
2803 - test/core/iomgr/tcp_client_posix_test.c
2804 deps:
2805 - grpc_test_util
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002809 exclude_iomgrs:
2810 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002811 platforms:
2812 - mac
2813 - linux
2814 - posix
murgatroid991191b722017-02-08 11:56:52 -08002815- name: tcp_client_uv_test
2816 cpu_cost: 0.5
2817 build: test
2818 language: c
2819 src:
2820 - test/core/iomgr/tcp_client_uv_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
2824 - gpr_test_util
2825 - gpr
2826 exclude_iomgrs:
2827 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002829 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830 build: test
2831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002832 src:
2833 - test/core/iomgr/tcp_posix_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002837 - gpr_test_util
2838 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002839 exclude_iomgrs:
2840 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002841 platforms:
2842 - mac
2843 - linux
2844 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845- name: tcp_server_posix_test
2846 build: test
2847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
2849 - test/core/iomgr/tcp_server_posix_test.c
2850 deps:
2851 - grpc_test_util
2852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002853 - gpr_test_util
2854 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002855 exclude_iomgrs:
2856 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002857 platforms:
2858 - mac
2859 - linux
2860 - posix
murgatroid991191b722017-02-08 11:56:52 -08002861- name: tcp_server_uv_test
2862 build: test
2863 language: c
2864 src:
2865 - test/core/iomgr/tcp_server_uv_test.c
2866 deps:
2867 - grpc_test_util
2868 - grpc
2869 - gpr_test_util
2870 - gpr
2871 exclude_iomgrs:
2872 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: time_averaged_stats_test
2874 build: test
2875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002876 src:
2877 - test/core/iomgr/time_averaged_stats_test.c
2878 deps:
2879 - grpc_test_util
2880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002881 - gpr_test_util
2882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883- name: timeout_encoding_test
2884 build: test
2885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002887 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002888 deps:
2889 - grpc_test_util
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002893- name: timer_heap_test
2894 build: test
2895 language: c
2896 src:
2897 - test/core/iomgr/timer_heap_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002901 - gpr_test_util
2902 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002903 exclude_iomgrs:
2904 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002905- name: timer_list_test
2906 build: test
2907 language: c
2908 src:
2909 - test/core/iomgr/timer_list_test.c
2910 deps:
2911 - grpc_test_util
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002915 exclude_iomgrs:
2916 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002917- name: transport_connectivity_state_test
2918 build: test
2919 language: c
2920 src:
2921 - test/core/transport/connectivity_state_test.c
2922 deps:
2923 - grpc_test_util
2924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002925 - gpr_test_util
2926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927- name: transport_metadata_test
2928 build: test
2929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002930 src:
2931 - test/core/transport/metadata_test.c
2932 deps:
2933 - grpc_test_util
2934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002935 - gpr_test_util
2936 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002937- name: transport_pid_controller_test
2938 build: test
2939 language: c
2940 src:
2941 - test/core/transport/pid_controller_test.c
2942 deps:
2943 - grpc_test_util
2944 - grpc
2945 - gpr_test_util
2946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947- name: transport_security_test
2948 build: test
2949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
2951 - test/core/tsi/transport_security_test.c
2952 deps:
2953 - grpc_test_util
2954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002955 - gpr_test_util
2956 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002957 platforms:
2958 - linux
2959 - posix
2960 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002961- name: udp_server_test
2962 build: test
2963 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002964 src:
2965 - test/core/iomgr/udp_server_test.c
2966 deps:
2967 - grpc_test_util
2968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002969 - gpr_test_util
2970 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002971 exclude_iomgrs:
2972 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002973 platforms:
2974 - mac
2975 - linux
2976 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002977- name: uri_fuzzer_test
2978 build: fuzzer
2979 language: c
2980 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002981 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002982 deps:
2983 - grpc_test_util
2984 - grpc
2985 - gpr_test_util
2986 - gpr
2987 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002988 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002989 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990- name: uri_parser_test
2991 build: test
2992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002994 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003000- name: wakeup_fd_cv_test
3001 build: test
3002 language: c
3003 src:
3004 - test/core/iomgr/wakeup_fd_cv_test.c
3005 deps:
3006 - grpc_test_util
3007 - grpc
3008 - gpr_test_util
3009 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003010 exclude_iomgrs:
3011 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003012 platforms:
3013 - mac
3014 - linux
3015 - posix
vjpai04e992a2016-02-10 16:58:38 -08003016- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003017 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003018 build: test
3019 language: c++
3020 src:
3021 - test/cpp/common/alarm_cpp_test.cc
3022 deps:
3023 - grpc++_test_util
3024 - grpc_test_util
3025 - grpc++
3026 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003027 - gpr_test_util
3028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003030 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003031 build: test
3032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003033 src:
3034 - test/cpp/end2end/async_end2end_test.cc
3035 deps:
3036 - grpc++_test_util
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003043 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 build: test
3045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
3047 - test/cpp/common/auth_property_iterator_test.cc
3048 deps:
3049 - grpc++_test_util
3050 - grpc_test_util
3051 - grpc++
3052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003053 - gpr_test_util
3054 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003055- name: bm_call_create
3056 build: test
3057 language: c++
3058 src:
3059 - test/cpp/microbenchmarks/bm_call_create.cc
3060 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003061 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003062 - benchmark
3063 - grpc++_test_util
3064 - grpc_test_util
3065 - grpc++
3066 - grpc
3067 - gpr_test_util
3068 - gpr
3069 args:
3070 - --benchmark_min_time=0
3071 platforms:
3072 - mac
3073 - linux
3074 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003075- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003076 build: test
3077 language: c++
3078 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003079 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003080 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003081 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003082 - benchmark
3083 - grpc++_test_util
3084 - grpc_test_util
3085 - grpc++
3086 - grpc
3087 - gpr_test_util
3088 - gpr
3089 args:
3090 - --benchmark_min_time=0
3091 platforms:
3092 - mac
3093 - linux
3094 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003095- name: bm_closure
3096 build: test
3097 language: c++
3098 src:
3099 - test/cpp/microbenchmarks/bm_closure.cc
3100 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003101 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003102 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003103 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003104 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003105 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003106 - grpc
3107 - gpr_test_util
3108 - gpr
3109 args:
3110 - --benchmark_min_time=0
3111 platforms:
3112 - mac
3113 - linux
3114 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003115- name: bm_cq
3116 build: test
3117 language: c++
3118 src:
3119 - test/cpp/microbenchmarks/bm_cq.cc
3120 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003121 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003122 - benchmark
3123 - grpc++_test_util
3124 - grpc_test_util
3125 - grpc++
3126 - grpc
3127 - gpr_test_util
3128 - gpr
3129 args:
3130 - --benchmark_min_time=0
3131 platforms:
3132 - mac
3133 - linux
3134 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003135- name: bm_error
3136 build: test
3137 language: c++
3138 src:
3139 - test/cpp/microbenchmarks/bm_error.cc
3140 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003141 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003142 - benchmark
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
3147 - gpr_test_util
3148 - gpr
3149 args:
3150 - --benchmark_min_time=0
3151 platforms:
3152 - mac
3153 - linux
3154 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003155- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003156 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003157 language: c++
3158 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003159 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
3160 deps:
3161 - grpc_benchmark
3162 - benchmark
3163 - grpc++_test_util
3164 - grpc_test_util
3165 - grpc++
3166 - grpc
3167 - gpr_test_util
3168 - gpr
3169 args:
3170 - --benchmark_min_time=0
3171 excluded_poll_engines:
3172 - poll
3173 - poll-cv
3174 platforms:
3175 - mac
3176 - linux
3177 - posix
3178 timeout_seconds: 1200
3179- name: bm_fullstack_streaming_pump
3180 build: test
3181 language: c++
3182 src:
3183 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003184 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003185 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003186 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003187 - grpc++_test_util
3188 - grpc_test_util
3189 - grpc++
3190 - grpc
3191 - gpr_test_util
3192 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003193 args:
3194 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003195 excluded_poll_engines:
3196 - poll
3197 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003198 platforms:
3199 - mac
3200 - linux
3201 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003202 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003203- name: bm_fullstack_trickle
3204 build: test
3205 language: c++
3206 src:
3207 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3208 deps:
3209 - grpc_benchmark
3210 - benchmark
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
3215 - gpr_test_util
3216 - gpr
3217 args:
3218 - --benchmark_min_time=0
3219 excluded_poll_engines:
3220 - poll
3221 - poll-cv
3222 platforms:
3223 - mac
3224 - linux
3225 - posix
3226 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003227- name: bm_fullstack_unary_ping_pong
3228 build: test
3229 language: c++
3230 src:
3231 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3232 deps:
3233 - grpc_benchmark
3234 - benchmark
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
3239 - gpr_test_util
3240 - gpr
3241 args:
3242 - --benchmark_min_time=0
3243 excluded_poll_engines:
3244 - poll
3245 - poll-cv
3246 platforms:
3247 - mac
3248 - linux
3249 - posix
3250 timeout_seconds: 1200
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003251- name: bm_metadata
3252 build: test
3253 language: c++
3254 src:
3255 - test/cpp/microbenchmarks/bm_metadata.cc
3256 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003257 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003258 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003259 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003260 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003261 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003262 - grpc
3263 - gpr_test_util
3264 - gpr
3265 args:
3266 - --benchmark_min_time=0
3267 platforms:
3268 - mac
3269 - linux
3270 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003271- name: bm_pollset
3272 build: test
3273 language: c++
3274 src:
3275 - test/cpp/microbenchmarks/bm_pollset.cc
3276 deps:
3277 - grpc_benchmark
3278 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003279 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003280 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003281 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003282 - grpc
3283 - gpr_test_util
3284 - gpr
3285 args:
3286 - --benchmark_min_time=0
3287 platforms:
3288 - mac
3289 - linux
3290 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003291- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003292 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003293 build: test
3294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003295 src:
yang-g52705592015-11-25 11:45:33 -08003296 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003297 deps:
3298 - grpc++
3299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003301- name: channel_filter_test
3302 gtest: true
3303 build: test
3304 language: c++
3305 src:
3306 - test/cpp/common/channel_filter_test.cc
3307 deps:
3308 - grpc++
3309 - grpc
3310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003311- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003312 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003313 build: test
3314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003315 src:
3316 - test/cpp/util/cli_call_test.cc
3317 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003318 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003319 - grpc++_test_util
3320 - grpc_test_util
3321 - grpc++
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003325- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003326 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003327 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328 build: test
3329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003330 src:
3331 - test/cpp/end2end/client_crash_test.cc
3332 deps:
3333 - grpc++_test_util
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003339 platforms:
3340 - mac
3341 - linux
3342 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343- name: client_crash_test_server
3344 build: test
3345 run: false
3346 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003347 src:
3348 - test/cpp/end2end/client_crash_test_server.cc
3349 deps:
3350 - grpc++_test_util
3351 - grpc_test_util
3352 - grpc++
3353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003354 - gpr_test_util
3355 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003356- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003357 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003358 build: test
3359 language: c++
3360 src:
3361 - src/proto/grpc/testing/control.proto
3362 - src/proto/grpc/testing/messages.proto
3363 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003364 - src/proto/grpc/testing/services.proto
3365 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003366 - test/cpp/codegen/codegen_test_full.cc
3367 deps:
3368 - grpc++
3369 - grpc
3370 - gpr
3371 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003372 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003373- name: codegen_test_minimal
3374 gtest: true
3375 build: test
3376 language: c++
3377 src:
3378 - src/proto/grpc/testing/control.proto
3379 - src/proto/grpc/testing/messages.proto
3380 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003381 - src/proto/grpc/testing/services.proto
3382 - src/proto/grpc/testing/stats.proto
3383 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003384 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003385 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003386 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003388 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389 build: test
3390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
3392 - test/cpp/client/credentials_test.cc
3393 deps:
3394 - grpc++
3395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003396 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003397- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003398 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399 build: test
3400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003401 src:
3402 - test/cpp/util/byte_buffer_test.cc
3403 deps:
3404 - grpc_test_util
3405 - grpc++
3406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 - gpr_test_util
3408 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003409- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003410 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003411 build: test
3412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003413 src:
3414 - test/cpp/util/slice_test.cc
3415 deps:
3416 - grpc_test_util
3417 - grpc++
3418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 - gpr_test_util
3420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003422 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 build: test
3424 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003425 src:
3426 - test/cpp/util/string_ref_test.cc
3427 deps:
3428 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003430 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431 build: test
3432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
3434 - test/cpp/util/time_test.cc
3435 deps:
3436 - grpc_test_util
3437 - grpc++
3438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003439 - gpr_test_util
3440 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003442 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003443 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444 build: test
3445 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003446 src:
3447 - test/cpp/end2end/end2end_test.cc
3448 deps:
3449 - grpc++_test_util
3450 - grpc_test_util
3451 - grpc++
3452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003453 - gpr_test_util
3454 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003455- name: filter_end2end_test
3456 gtest: true
3457 build: test
3458 language: c++
3459 src:
3460 - test/cpp/end2end/filter_end2end_test.cc
3461 deps:
3462 - grpc++_test_util
3463 - grpc_test_util
3464 - grpc++
3465 - grpc
3466 - gpr_test_util
3467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003468- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003469 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470 build: test
3471 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003472 src:
3473 - test/cpp/end2end/generic_end2end_test.cc
3474 deps:
3475 - grpc++_test_util
3476 - grpc_test_util
3477 - grpc++
3478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003479 - gpr_test_util
3480 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003481- name: golden_file_test
3482 gtest: true
3483 build: test
3484 language: c++
3485 src:
3486 - src/proto/grpc/testing/compiler_test.proto
3487 - test/cpp/codegen/golden_file_test.cc
3488 deps:
3489 - grpc++
3490 - grpc
3491 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003492 args:
3493 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003494- name: grpc_cli
3495 build: test
3496 run: false
3497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003498 src:
3499 - test/cpp/util/grpc_cli.cc
3500 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003501 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003502 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003503 - grpc++
3504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003506 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507- name: grpc_cpp_plugin
3508 build: protoc
3509 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003510 src:
3511 - src/compiler/cpp_plugin.cc
3512 deps:
3513 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 secure: false
3515 vs_config_type: Application
3516 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3517- name: grpc_csharp_plugin
3518 build: protoc
3519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003520 src:
3521 - src/compiler/csharp_plugin.cc
3522 deps:
3523 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003524 secure: false
3525 vs_config_type: Application
3526 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003527- name: grpc_node_plugin
3528 build: protoc
3529 language: c++
3530 src:
3531 - src/compiler/node_plugin.cc
3532 deps:
3533 - grpc_plugin_support
3534 secure: false
3535 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003536- name: grpc_objective_c_plugin
3537 build: protoc
3538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003539 src:
3540 - src/compiler/objective_c_plugin.cc
3541 deps:
3542 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003543 secure: false
3544 vs_config_type: Application
3545 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003546- name: grpc_php_plugin
3547 build: protoc
3548 language: c++
3549 src:
3550 - src/compiler/php_plugin.cc
3551 deps:
3552 - grpc_plugin_support
3553 secure: false
3554 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555- name: grpc_python_plugin
3556 build: protoc
3557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003558 src:
3559 - src/compiler/python_plugin.cc
3560 deps:
3561 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003562 secure: false
3563 vs_config_type: Application
3564 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3565- name: grpc_ruby_plugin
3566 build: protoc
3567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003568 src:
3569 - src/compiler/ruby_plugin.cc
3570 deps:
3571 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003572 secure: false
3573 vs_config_type: Application
3574 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003575- name: grpc_tool_test
3576 gtest: true
3577 build: test
3578 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003579 src:
3580 - src/proto/grpc/testing/echo.proto
3581 - src/proto/grpc/testing/echo_messages.proto
3582 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003583 deps:
3584 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003585 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003586 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003587 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003588 - grpc_test_util
3589 - grpc++
3590 - grpc
3591 - gpr_test_util
3592 - gpr
3593 filegroups:
3594 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003595- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003596 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003597 build: test
3598 language: c++
3599 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003600 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003601 - test/cpp/grpclb/grpclb_api_test.cc
3602 deps:
3603 - grpc++_test_util
3604 - grpc_test_util
3605 - grpc++
3606 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003607- name: grpclb_test
3608 gtest: false
3609 build: test
3610 language: c++
3611 src:
3612 - src/proto/grpc/lb/v1/load_balancer.proto
3613 - test/cpp/grpclb/grpclb_test.cc
3614 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003615 - grpc++_test_util
3616 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003617 - grpc++
3618 - grpc
3619 - gpr_test_util
3620 - gpr
yang-gad327642016-12-12 14:32:09 -08003621- name: health_service_end2end_test
3622 gtest: true
3623 build: test
3624 language: c++
3625 src:
3626 - test/cpp/end2end/health_service_end2end_test.cc
3627 deps:
3628 - grpc++_test_util
3629 - grpc_test_util
3630 - grpc++
3631 - grpc
3632 - gpr_test_util
3633 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003634- name: http2_client
3635 build: test
3636 run: false
3637 language: c++
3638 src: []
3639 deps:
3640 - http2_client_main
3641 - grpc++_test_util
3642 - grpc_test_util
3643 - grpc++
3644 - grpc
3645 - grpc++_test_config
3646 platforms:
3647 - mac
3648 - linux
3649 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003650- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003651 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003652 build: test
3653 language: c++
3654 src:
3655 - test/cpp/end2end/hybrid_end2end_test.cc
3656 deps:
3657 - grpc++_test_util
3658 - grpc_test_util
3659 - grpc++
3660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003661 - gpr_test_util
3662 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003663- name: interop_client
3664 build: test
3665 run: false
3666 language: c++
3667 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003668 deps:
3669 - interop_client_main
3670 - interop_client_helper
3671 - grpc++_test_util
3672 - grpc_test_util
3673 - grpc++
3674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003675 - gpr_test_util
3676 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003677 - grpc++_test_config
3678 platforms:
3679 - mac
3680 - linux
3681 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: interop_server
3683 build: test
3684 run: false
3685 language: c++
3686 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003687 deps:
3688 - interop_server_main
3689 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003690 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003691 - grpc++_test_util
3692 - grpc_test_util
3693 - grpc++
3694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003695 - gpr_test_util
3696 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003697 - grpc++_test_config
3698 platforms:
3699 - mac
3700 - linux
3701 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003703 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704 build: test
3705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003706 src:
3707 - test/cpp/interop/interop_test.cc
3708 deps:
3709 - grpc_test_util
3710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003711 - gpr_test_util
3712 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003713 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003714 platforms:
3715 - mac
3716 - linux
3717 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003718- name: json_run_localhost
3719 build: test
3720 run: false
3721 language: c++
3722 src:
3723 - test/cpp/qps/json_run_localhost.cc
3724 deps:
3725 - grpc++_test_util
3726 - grpc_test_util
3727 - grpc++
3728 - grpc
3729 - gpr_test_util
3730 - gpr
3731 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003732 platforms:
3733 - mac
3734 - linux
3735 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003736- name: metrics_client
3737 build: test
3738 run: false
3739 language: c++
3740 headers:
3741 - test/cpp/util/metrics_server.h
3742 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003743 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003744 - test/cpp/interop/metrics_client.cc
3745 deps:
3746 - grpc++
3747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003748 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003749 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003751 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752 build: test
3753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003754 src:
3755 - test/cpp/end2end/mock_test.cc
3756 deps:
3757 - grpc++_test_util
3758 - grpc_test_util
3759 - grpc++
3760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003761 - gpr_test_util
3762 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003763- name: noop-benchmark
3764 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003765 language: c++
3766 src:
3767 - test/cpp/microbenchmarks/noop-benchmark.cc
3768 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003769 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003770- name: proto_server_reflection_test
3771 gtest: true
3772 build: test
3773 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003774 src:
3775 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003776 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003777 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003778 - grpc++_reflection
3779 - grpc++_test_util
3780 - grpc_test_util
3781 - grpc++
3782 - grpc
3783 - gpr_test_util
3784 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003785- name: proto_utils_test
3786 gtest: true
3787 build: test
3788 language: c++
3789 src:
3790 - test/cpp/codegen/proto_utils_test.cc
3791 deps:
3792 - grpc++
3793 - grpc
3794 filegroups:
3795 - grpc++_codegen_base
3796 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797- name: qps_interarrival_test
3798 build: test
3799 run: false
3800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003801 src:
3802 - test/cpp/qps/qps_interarrival_test.cc
3803 deps:
3804 - qps
3805 - grpc++_test_util
3806 - grpc_test_util
3807 - grpc++
3808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003809 - gpr_test_util
3810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003811 platforms:
3812 - mac
3813 - linux
3814 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003815- name: qps_json_driver
3816 build: test
3817 run: false
3818 language: c++
3819 src:
3820 - test/cpp/qps/qps_json_driver.cc
3821 deps:
3822 - qps
3823 - grpc++_test_util
3824 - grpc_test_util
3825 - grpc++
3826 - grpc
3827 - gpr_test_util
3828 - gpr
3829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003830- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003831 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832 build: test
3833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003834 src:
3835 - test/cpp/qps/qps_openloop_test.cc
3836 deps:
3837 - qps
3838 - grpc++_test_util
3839 - grpc_test_util
3840 - grpc++
3841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003842 - gpr_test_util
3843 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003844 - grpc++_test_config
3845 platforms:
3846 - mac
3847 - linux
3848 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003850 build: test
3851 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003853 headers:
3854 - test/cpp/qps/client.h
3855 - test/cpp/qps/server.h
3856 src:
3857 - test/cpp/qps/worker.cc
3858 deps:
3859 - qps
3860 - grpc++_test_util
3861 - grpc_test_util
3862 - grpc++
3863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003864 - gpr_test_util
3865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003866 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867- name: reconnect_interop_client
3868 build: test
3869 run: false
3870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003871 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003872 - src/proto/grpc/testing/empty.proto
3873 - src/proto/grpc/testing/messages.proto
3874 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003875 - test/cpp/interop/reconnect_interop_client.cc
3876 deps:
3877 - grpc++_test_util
3878 - grpc_test_util
3879 - grpc++
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr_test_util
3882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003883 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003884- name: reconnect_interop_server
3885 build: test
3886 run: false
3887 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003888 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003889 - src/proto/grpc/testing/empty.proto
3890 - src/proto/grpc/testing/messages.proto
3891 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003892 - test/cpp/interop/reconnect_interop_server.cc
3893 deps:
3894 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003895 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003896 - grpc++_test_util
3897 - grpc_test_util
3898 - grpc++
3899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003900 - gpr_test_util
3901 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003902 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003903- name: round_robin_end2end_test
3904 gtest: true
3905 build: test
3906 language: c++
3907 src:
3908 - test/cpp/end2end/round_robin_end2end_test.cc
3909 deps:
3910 - grpc++_test_util
3911 - grpc_test_util
3912 - grpc++
3913 - grpc
3914 - gpr_test_util
3915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003916- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003917 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918 build: test
3919 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003920 src:
3921 - test/cpp/common/secure_auth_context_test.cc
3922 deps:
3923 - grpc++_test_util
3924 - grpc_test_util
3925 - grpc++
3926 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003927 - gpr_test_util
3928 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003929- name: secure_sync_unary_ping_pong_test
3930 build: test
3931 language: c++
3932 src:
3933 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3934 deps:
3935 - qps
3936 - grpc++_test_util
3937 - grpc_test_util
3938 - grpc++
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr_test_util
3941 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003942 platforms:
3943 - mac
3944 - linux
3945 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003946- name: server_builder_plugin_test
3947 gtest: true
3948 build: test
3949 language: c++
3950 src:
3951 - test/cpp/end2end/server_builder_plugin_test.cc
3952 deps:
3953 - grpc++_test_util
3954 - grpc_test_util
3955 - grpc++
3956 - grpc
3957 - gpr_test_util
3958 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003959- name: server_builder_test
3960 gtest: true
3961 build: test
3962 language: c++
3963 src:
3964 - src/proto/grpc/testing/echo_messages.proto
3965 - src/proto/grpc/testing/echo.proto
3966 - test/cpp/server/server_builder_test.cc
3967 deps:
3968 - grpc++_test_util
3969 - grpc_test_util
3970 - gpr_test_util
3971 - grpc++
3972 - grpc
3973 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003974- name: server_context_test_spouse_test
3975 gtest: true
3976 build: test
3977 language: c++
3978 src:
3979 - test/cpp/test/server_context_test_spouse_test.cc
3980 deps:
3981 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003982 - grpc++
3983 - grpc
3984 - gpr_test_util
3985 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003986 uses:
3987 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003990 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991 build: test
3992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003993 src:
3994 - test/cpp/end2end/server_crash_test.cc
3995 deps:
3996 - grpc++_test_util
3997 - grpc_test_util
3998 - grpc++
3999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004000 - gpr_test_util
4001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004002 platforms:
4003 - mac
4004 - linux
4005 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004006- name: server_crash_test_client
4007 build: test
4008 run: false
4009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004010 src:
4011 - test/cpp/end2end/server_crash_test_client.cc
4012 deps:
4013 - grpc++_test_util
4014 - grpc_test_util
4015 - grpc++
4016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004017 - gpr_test_util
4018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004019- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004020 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004021 build: test
4022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004023 src:
4024 - test/cpp/end2end/shutdown_test.cc
4025 deps:
4026 - grpc++_test_util
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004030 - gpr_test_util
4031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032- name: status_test
4033 build: test
4034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004035 src:
4036 - test/cpp/util/status_test.cc
4037 deps:
4038 - grpc_test_util
4039 - grpc++
4040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004041 - gpr_test_util
4042 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004043- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004044 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004045 build: test
4046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004047 src:
4048 - test/cpp/end2end/streaming_throughput_test.cc
4049 deps:
4050 - grpc++_test_util
4051 - grpc_test_util
4052 - grpc++
4053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004054 - gpr_test_util
4055 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004056 platforms:
4057 - mac
4058 - linux
4059 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004060- name: stress_test
4061 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004062 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004063 language: c++
4064 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004065 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004066 - test/cpp/interop/interop_client.h
4067 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004068 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004069 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004070 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004071 - src/proto/grpc/testing/empty.proto
4072 - src/proto/grpc/testing/messages.proto
4073 - src/proto/grpc/testing/metrics.proto
4074 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004075 - test/cpp/interop/interop_client.cc
4076 - test/cpp/interop/stress_interop_client.cc
4077 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004078 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004079 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004080 deps:
4081 - grpc++_test_util
4082 - grpc_test_util
4083 - grpc++
4084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004085 - gpr_test_util
4086 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004087 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004088- name: thread_manager_test
4089 build: test
4090 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004091 src:
4092 - test/cpp/thread_manager/thread_manager_test.cc
4093 deps:
4094 - grpc++
4095 - grpc
4096 - gpr
4097 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004098- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004099 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004100 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004101 build: test
4102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004103 src:
4104 - test/cpp/end2end/thread_stress_test.cc
4105 deps:
4106 - grpc++_test_util
4107 - grpc_test_util
4108 - grpc++
4109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004110 - gpr_test_util
4111 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004112- name: writes_per_rpc_test
4113 gtest: true
4114 cpu_cost: 0.5
4115 build: test
4116 language: c++
4117 src:
4118 - test/cpp/performance/writes_per_rpc_test.cc
4119 deps:
4120 - grpc++_test_util
4121 - grpc_test_util
4122 - grpc++
4123 - grpc
4124 - gpr_test_util
4125 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004126 platforms:
4127 - mac
4128 - linux
4129 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004130- name: public_headers_must_be_c89
4131 build: test
4132 language: c89
4133 src:
4134 - test/core/surface/public_headers_must_be_c89.c
4135 deps:
4136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004138vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004139- linkage: static
4140 name: grpc.dependencies.zlib
4141 props: false
4142 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004143 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004144- linkage: static
4145 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004146 props: true
4147 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004148 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004149- name: gflags
4150 props: false
4151 redist: false
4152 version: 2.1.2.1
4153- name: gtest
4154 props: false
4155 redist: false
4156 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004157configs:
4158 asan:
4159 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004160 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4161 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004162 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004163 LD: clang
4164 LDFLAGS: -fsanitize=address
4165 LDXX: clang++
4166 compile_the_world: true
4167 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004168 ASAN_OPTIONS: detect_leaks=1:color=always
4169 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004170 asan-noleaks:
4171 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004172 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4173 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004174 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004175 LD: clang
4176 LDFLAGS: -fsanitize=address
4177 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004178 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004179 test_environ:
4180 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004181 asan-trace-cmp:
4182 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004183 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4184 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004185 CXX: clang++
4186 LD: clang
4187 LDFLAGS: -fsanitize=address
4188 LDXX: clang++
4189 compile_the_world: true
4190 test_environ:
4191 ASAN_OPTIONS: detect_leaks=1:color=always
4192 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004193 basicprof:
4194 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4195 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004196 counters:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004197 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004198 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004199 dbg:
4200 CPPFLAGS: -O0
4201 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004202 gcov:
4203 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004204 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004205 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004206 DEFINES: _DEBUG DEBUG GPR_GCOV
4207 LD: gcc
4208 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4209 LDXX: g++
4210 helgrind:
4211 CPPFLAGS: -O0
4212 DEFINES: _DEBUG DEBUG
4213 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004214 valgrind: --tool=helgrind
4215 memcheck:
4216 CPPFLAGS: -O0
4217 DEFINES: _DEBUG DEBUG
4218 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004219 valgrind: --tool=memcheck --leak-check=full
4220 msan:
4221 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004222 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4223 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4224 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004225 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004226 DEFINES: NDEBUG
4227 LD: clang
4228 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4229 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4230 LDXX: clang++
4231 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004232 mutrace:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004233 CPPFLAGS: -O3 -fno-omit-frame-pointer
Craig Tillerc3b88b02016-05-16 11:21:17 -07004234 DEFINES: NDEBUG
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004235 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004236 opt:
Craig Tillerf9abb292017-03-01 13:38:37 -08004237 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004238 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004239 stapprof:
4240 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4241 DEFINES: NDEBUG
4242 tsan:
4243 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004244 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004245 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004246 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004247 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004248 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004249 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004250 LDXX: clang++
4251 compile_the_world: true
4252 test_environ:
4253 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004254 ubsan:
4255 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004256 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4257 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004258 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004259 DEFINES: NDEBUG
4260 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004261 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004262 LDXX: clang++
4263 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004264 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004265 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004266defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004267 benchmark:
4268 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004269 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004270 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004271 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004272 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004273 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004274 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004275 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004276 LDFLAGS: -g
4277 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004278 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004279 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004280node_modules:
4281- deps:
4282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004283 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004284 - boringssl
4285 - z
murgatroid9994a75412015-11-19 14:04:53 -08004286 headers:
4287 - src/node/ext/byte_buffer.h
4288 - src/node/ext/call.h
4289 - src/node/ext/call_credentials.h
4290 - src/node/ext/channel.h
4291 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004292 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004293 - src/node/ext/server.h
4294 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004295 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004296 - src/node/ext/timeval.h
4297 js:
4298 - src/node/index.js
4299 - src/node/src/client.js
4300 - src/node/src/common.js
4301 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004302 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004303 - src/node/src/metadata.js
4304 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004305 name: grpc_node
4306 src:
4307 - src/node/ext/byte_buffer.cc
4308 - src/node/ext/call.cc
4309 - src/node/ext/call_credentials.cc
4310 - src/node/ext/channel.cc
4311 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004312 - src/node/ext/completion_queue_threadpool.cc
4313 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004314 - src/node/ext/node_grpc.cc
4315 - src/node/ext/server.cc
4316 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004317 - src/node/ext/server_generic.cc
4318 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004319 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004320 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004321openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004322 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004323 extraction_dir: openssl-1.0.2f
4324 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004325php_config_m4:
4326 deps:
4327 - grpc
4328 - gpr
4329 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004330 headers:
4331 - src/php/ext/grpc/byte_buffer.h
4332 - src/php/ext/grpc/call.h
4333 - src/php/ext/grpc/call_credentials.h
4334 - src/php/ext/grpc/channel.h
4335 - src/php/ext/grpc/channel_credentials.h
4336 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004337 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004338 - src/php/ext/grpc/php_grpc.h
4339 - src/php/ext/grpc/server.h
4340 - src/php/ext/grpc/server_credentials.h
4341 - src/php/ext/grpc/timeval.h
4342 src:
4343 - src/php/ext/grpc/byte_buffer.c
4344 - src/php/ext/grpc/call.c
4345 - src/php/ext/grpc/call_credentials.c
4346 - src/php/ext/grpc/channel.c
4347 - src/php/ext/grpc/channel_credentials.c
4348 - src/php/ext/grpc/completion_queue.c
4349 - src/php/ext/grpc/php_grpc.c
4350 - src/php/ext/grpc/server.c
4351 - src/php/ext/grpc/server_credentials.c
4352 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004353python_dependencies:
4354 deps:
4355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004356 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004357 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004358 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004359ruby_gem:
4360 deps:
4361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004362 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004363 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004364 - z