blob: 106e876a5168a5395f367d6c96cd89bd0436b7c6 [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
777 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700778 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/grpc_library.h
780 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/rpc_method.h
782 - include/grpc++/impl/rpc_service_method.h
783 - include/grpc++/impl/serialization_traits.h
784 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700785 - include/grpc++/impl/server_builder_plugin.h
786 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700788 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/security/auth_context.h
790 - include/grpc++/security/auth_metadata_processor.h
791 - include/grpc++/security/credentials.h
792 - include/grpc++/security/server_credentials.h
793 - include/grpc++/server.h
794 - include/grpc++/server_builder.h
795 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700796 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - include/grpc++/support/async_stream.h
798 - include/grpc++/support/async_unary_call.h
799 - include/grpc++/support/byte_buffer.h
800 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700801 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - include/grpc++/support/slice.h
803 - include/grpc++/support/status.h
804 - include/grpc++/support/status_code_enum.h
805 - include/grpc++/support/string_ref.h
806 - include/grpc++/support/stub_options.h
807 - include/grpc++/support/sync_stream.h
808 - include/grpc++/support/time.h
809 headers:
810 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700811 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800813 - src/cpp/server/health/default_health_check_service.h
814 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700816 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700818 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/cpp/client/client_context.cc
820 - src/cpp/client/create_channel.cc
821 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700822 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700823 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700826 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700827 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700829 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700831 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/server/async_generic_service.cc
833 - src/cpp/server/create_default_thread_pool.cc
834 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800835 - src/cpp/server/health/default_health_check_service.cc
836 - src/cpp/server/health/health.pb.c
837 - src/cpp/server/health/health_check_service.cc
838 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700840 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/server_context.cc
842 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700843 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700844 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700845 - src/cpp/util/byte_buffer_cc.cc
846 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - src/cpp/util/status.cc
848 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700849 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 uses:
yang-g17487f92016-06-03 15:21:15 -0700851 - grpc++_codegen_base
852- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 language: c++
854 public_headers:
855 - include/grpc++/impl/codegen/async_stream.h
856 - include/grpc++/impl/codegen/async_unary_call.h
857 - include/grpc++/impl/codegen/call.h
858 - include/grpc++/impl/codegen/call_hook.h
859 - include/grpc++/impl/codegen/channel_interface.h
860 - include/grpc++/impl/codegen/client_context.h
861 - include/grpc++/impl/codegen/client_unary_call.h
862 - include/grpc++/impl/codegen/completion_queue.h
863 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700864 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - include/grpc++/impl/codegen/core_codegen_interface.h
866 - include/grpc++/impl/codegen/create_auth_context.h
867 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800868 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700869 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/rpc_method.h
871 - include/grpc++/impl/codegen/rpc_service_method.h
872 - include/grpc++/impl/codegen/security/auth_context.h
873 - include/grpc++/impl/codegen/serialization_traits.h
874 - include/grpc++/impl/codegen/server_context.h
875 - include/grpc++/impl/codegen/server_interface.h
876 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800877 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700878 - include/grpc++/impl/codegen/status.h
879 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700880 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700881 - include/grpc++/impl/codegen/string_ref.h
882 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/sync_stream.h
884 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 uses:
886 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700887- name: grpc++_codegen_base_src
888 language: c++
889 src:
890 - src/cpp/codegen/codegen_init.cc
891 uses:
892 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700893- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 language: c++
895 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700896 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 uses:
yang-g17487f92016-06-03 15:21:15 -0700898 - grpc++_codegen_base
899 - grpc++_config_proto
900- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 language: c++
902 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700904- name: grpc++_reflection_proto
905 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700906 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700907 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800908- name: grpc++_test
909 language: c++
910 public_headers:
911 - include/grpc++/test/server_context_test_spouse.h
912 deps:
913 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700914- name: thrift_util
915 language: c++
916 public_headers:
917 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700918 - include/grpc++/impl/codegen/thrift_utils.h
919 uses:
920 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100921libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800922- name: gpr
923 build: all
924 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800925 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700926 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 secure: false
928 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
929- name: gpr_test_util
930 build: private
931 language: c
932 headers:
933 - test/core/util/test_config.h
934 src:
935 - test/core/util/test_config.c
936 deps:
937 - gpr
938 secure: false
939 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940- name: grpc
941 build: all
942 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 src:
944 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800946 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700948 filegroups:
949 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700950 - grpc_transport_chttp2_server_secure
951 - grpc_transport_chttp2_client_secure
952 - grpc_transport_chttp2_server_insecure
953 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800954 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700955 - grpc_lb_policy_pick_first
956 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700957 - grpc_resolver_dns_native
958 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700959 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100960 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700961 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700962 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700964 vs_packages:
965 - grpc.dependencies.openssl
966 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700968- name: grpc_cronet
969 build: all
970 language: c
971 src:
972 - src/core/lib/surface/init.c
973 baselib: true
974 deps_linkage: static
975 dll: true
976 filegroups:
977 - grpc_base
978 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700979 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800980 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700981 generate_plugin_registry: true
982 platforms:
983 - linux
984 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100985- name: grpc_dll
986 build: private
987 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100988 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100989 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100990 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100991 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100992 build_system:
993 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100994 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100995 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 vs_config_type: DynamicLibrary
997 vs_packages:
998 - grpc.dependencies.openssl
999 - grpc.dependencies.zlib
1000 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1001 vs_props:
1002 - zlib
1003 - openssl
1004 - winsock
1005 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: grpc_test_util
1007 build: private
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 headers:
1010 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001011 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001012 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001013 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001014 - test/core/end2end/data/server1_cert.c
1015 - test/core/end2end/data/server1_key.c
1016 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001017 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001018 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001019 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001021 - grpc
1022 filegroups:
1023 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001024 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1026- name: grpc_test_util_unsecure
1027 build: private
1028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001029 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr
1031 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001032 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001033 filegroups:
1034 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 secure: false
1036 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1037- name: grpc_unsecure
1038 build: all
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001042 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001044 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001046 filegroups:
1047 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001048 - grpc_transport_chttp2_server_insecure
1049 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001050 - grpc_resolver_dns_native
1051 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001052 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001053 - grpc_lb_policy_grpclb
1054 - grpc_lb_policy_pick_first
1055 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001056 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001057 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058 secure: false
1059 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060- name: reconnect_server
1061 build: private
1062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001063 headers:
1064 - test/core/util/reconnect_server.h
1065 src:
1066 - test/core/util/reconnect_server.c
1067 deps:
yang-gc9fca182015-11-06 16:41:33 -08001068 - test_tcp_server
1069 - grpc_test_util
1070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr_test_util
1072 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001073- name: test_tcp_server
1074 build: private
1075 language: c
1076 headers:
1077 - test/core/util/test_tcp_server.h
1078 src:
1079 - test/core/util/test_tcp_server.c
1080 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001081 - grpc_test_util
1082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001083 - gpr_test_util
1084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: grpc++
1086 build: all
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001089 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001090 - src/cpp/client/secure_credentials.h
1091 - src/cpp/common/secure_auth_context.h
1092 - src/cpp/server/secure_server_credentials.h
1093 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001094 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001095 - src/cpp/client/secure_credentials.cc
1096 - src/cpp/common/auth_property_iterator.cc
1097 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001098 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001099 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001100 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/server/secure_server_credentials.cc
1102 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001103 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104 baselib: true
1105 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001106 filegroups:
1107 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001108 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001109 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001110 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 secure: check
1112 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001113- name: grpc++_cronet
1114 build: all
1115 language: c++
1116 src:
1117 - src/cpp/client/cronet_credentials.cc
1118 - src/cpp/client/insecure_credentials.cc
1119 - src/cpp/common/insecure_create_auth_context.cc
1120 - src/cpp/server/insecure_server_credentials.cc
1121 deps:
1122 - gpr
1123 - grpc_cronet
1124 baselib: true
1125 dll: true
1126 filegroups:
1127 - grpc++_base
1128 - grpc++_codegen_base
1129 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001130 - grpc_transport_chttp2_client_insecure
1131 - grpc_transport_chttp2_server_insecure
1132 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001133 platforms:
1134 - linux
1135 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001136- name: grpc++_proto_reflection_desc_db
1137 build: private
1138 language: c++
1139 headers:
1140 - test/cpp/util/proto_reflection_descriptor_database.h
1141 src:
1142 - test/cpp/util/proto_reflection_descriptor_database.cc
1143 deps:
1144 - grpc++
1145 filegroups:
1146 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001147 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001148- name: grpc++_reflection
1149 build: all
1150 language: c++
1151 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001152 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001153 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.cc
1157 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001158 deps:
1159 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001160 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001161 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162- name: grpc++_test_config
1163 build: private
1164 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001165 headers:
1166 - test/cpp/util/test_config.h
1167 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001168 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: grpc++_test_util
1170 build: private
1171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001172 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001173 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001174 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001175 - test/cpp/util/create_test_channel.h
1176 - test/cpp/util/string_ref_helper.h
1177 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001178 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
yang-gc8a49d22016-12-12 11:18:49 -08001180 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001181 - src/proto/grpc/testing/echo_messages.proto
1182 - src/proto/grpc/testing/echo.proto
1183 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001184 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001185 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - test/cpp/util/create_test_channel.cc
1187 - test/cpp/util/string_ref_helper.cc
1188 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001189 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001190 deps:
1191 - grpc++
1192 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001193 filegroups:
1194 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001195 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001196 - grpc++_codegen_proto
1197 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001198 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: grpc++_unsecure
1200 build: all
1201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001203 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001204 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001208 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209 baselib: true
1210 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001211 filegroups:
1212 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001213 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001214 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215 secure: false
1216 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001217- name: grpc_benchmark
1218 build: test
1219 language: c++
1220 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001221 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1222 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001223 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001224 src:
1225 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001226 deps:
1227 - benchmark
1228 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001229 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001230 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001231- name: grpc_cli_libs
1232 build: private
1233 language: c++
1234 headers:
1235 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001236 - test/cpp/util/cli_credentials.h
1237 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001238 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001239 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001240 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001241 src:
1242 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001243 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001244 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001245 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001246 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001247 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001248 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001249 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001250 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001251 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001252 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: grpc_plugin_support
1254 build: protoc
1255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001256 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001257 - src/compiler/config.h
1258 - src/compiler/cpp_generator.h
1259 - src/compiler/cpp_generator_helpers.h
1260 - src/compiler/csharp_generator.h
1261 - src/compiler/csharp_generator_helpers.h
1262 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001263 - src/compiler/node_generator.h
1264 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001265 - src/compiler/objective_c_generator.h
1266 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001267 - src/compiler/php_generator.h
1268 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001269 - src/compiler/python_generator.h
1270 - src/compiler/ruby_generator.h
1271 - src/compiler/ruby_generator_helpers-inl.h
1272 - src/compiler/ruby_generator_map-inl.h
1273 - src/compiler/ruby_generator_string-inl.h
1274 src:
1275 - src/compiler/cpp_generator.cc
1276 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001277 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001278 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001279 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001280 - src/compiler/python_generator.cc
1281 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001282 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001283 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284 secure: false
1285 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001286 vs_props:
1287 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001288- name: http2_client_main
1289 build: private
1290 language: c++
1291 headers:
1292 - test/cpp/interop/http2_client.h
1293 src:
1294 - src/proto/grpc/testing/empty.proto
1295 - src/proto/grpc/testing/messages.proto
1296 - src/proto/grpc/testing/test.proto
1297 - test/cpp/interop/http2_client.cc
1298 deps:
1299 - grpc++_test_util
1300 - grpc_test_util
1301 - grpc++
1302 - grpc
1303 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: interop_client_helper
1305 build: private
1306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001307 headers:
1308 - test/cpp/interop/client_helper.h
1309 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001310 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001311 - test/cpp/interop/client_helper.cc
1312 deps:
1313 - grpc++_test_util
1314 - grpc_test_util
1315 - grpc++
1316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001318- name: interop_client_main
1319 build: private
1320 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001321 headers:
1322 - test/cpp/interop/interop_client.h
1323 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001324 - src/proto/grpc/testing/empty.proto
1325 - src/proto/grpc/testing/messages.proto
1326 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001327 - test/cpp/interop/client.cc
1328 - test/cpp/interop/interop_client.cc
1329 deps:
1330 - interop_client_helper
1331 - grpc++_test_util
1332 - grpc_test_util
1333 - grpc++
1334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001335 - gpr_test_util
1336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001337 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338- name: interop_server_helper
1339 build: private
1340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001341 headers:
1342 - test/cpp/interop/server_helper.h
1343 src:
1344 - test/cpp/interop/server_helper.cc
1345 deps:
yang-gcc591022017-01-11 11:10:43 -08001346 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001347 - grpc_test_util
1348 - grpc++
1349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001350 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001351- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001352 build: private
1353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001355 - src/proto/grpc/testing/empty.proto
1356 - src/proto/grpc/testing/messages.proto
1357 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001358 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001359 deps:
1360 - interop_server_helper
1361 - grpc++_test_util
1362 - grpc_test_util
1363 - grpc++
1364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001367 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001368- name: interop_server_main
1369 build: private
1370 language: c++
1371 src:
1372 - test/cpp/interop/interop_server_bootstrap.cc
1373 deps:
1374 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: qps
1376 build: private
1377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001378 headers:
1379 - test/cpp/qps/client.h
1380 - test/cpp/qps/driver.h
1381 - test/cpp/qps/histogram.h
1382 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001383 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001384 - test/cpp/qps/qps_worker.h
1385 - test/cpp/qps/report.h
1386 - test/cpp/qps/server.h
1387 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001388 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001389 - test/cpp/util/benchmark_config.h
1390 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001391 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001392 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001393 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001394 - src/proto/grpc/testing/control.proto
1395 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001396 - test/cpp/qps/client_async.cc
1397 - test/cpp/qps/client_sync.cc
1398 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001399 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001400 - test/cpp/qps/qps_worker.cc
1401 - test/cpp/qps/report.cc
1402 - test/cpp/qps/server_async.cc
1403 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001404 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001405 - test/cpp/util/benchmark_config.cc
1406 deps:
1407 - grpc_test_util
1408 - grpc++_test_util
1409 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: grpc_csharp_ext
1411 build: all
1412 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - src/csharp/ext/grpc_csharp_ext.c
1415 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001417 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001418 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001419 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420 dll: only
1421 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001422 vs_packages:
1423 - grpc.dependencies.openssl
1424 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001426 vs_props:
1427 - zlib
1428 - openssl
1429 - winsock
1430 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001432- name: alarm_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/surface/alarm_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001440 - gpr_test_util
1441 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001442- name: algorithm_test
1443 build: test
1444 language: c
1445 src:
1446 - test/core/compression/algorithm_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001452- name: alloc_test
1453 build: test
1454 language: c
1455 src:
1456 - test/core/support/alloc_test.c
1457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: alpn_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/transport/chttp2/alpn_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001470- name: api_fuzzer
1471 build: fuzzer
1472 language: c
1473 src:
1474 - test/core/end2end/fuzzers/api_fuzzer.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
1478 - gpr_test_util
1479 - gpr
1480 corpus_dirs:
1481 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001482 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001483 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001484- name: bad_server_response_test
1485 build: test
1486 language: c
1487 src:
1488 - test/core/end2end/bad_server_response_test.c
1489 deps:
1490 - test_tcp_server
1491 - grpc_test_util
1492 - grpc
1493 - gpr_test_util
1494 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001495 exclude_iomgrs:
1496 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001497- name: bdp_estimator_test
1498 build: test
1499 language: c
1500 src:
1501 - test/core/transport/bdp_estimator_test.c
1502 deps:
1503 - grpc_test_util
1504 - grpc
1505 - gpr_test_util
1506 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001507- name: bin_decoder_test
1508 build: test
1509 language: c
1510 src:
1511 - test/core/transport/chttp2/bin_decoder_test.c
1512 deps:
1513 - grpc_test_util
1514 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: bin_encoder_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/transport/chttp2/bin_encoder_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001523- name: census_context_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/census/context_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001533- name: census_resource_test
1534 build: test
1535 language: c
1536 src:
1537 - test/core/census/resource_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
1541 - gpr_test_util
1542 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001543- name: census_trace_context_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/census/trace_context_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001553- name: channel_create_test
1554 build: test
1555 language: c
1556 src:
1557 - test/core/surface/channel_create_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001563- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564 build: test
1565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001566 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001567 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001568 deps:
1569 - grpc_test_util
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr_test_util
1572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001573- name: chttp2_stream_map_test
1574 build: test
1575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001576 src:
1577 - test/core/transport/chttp2/stream_map_test.c
1578 deps:
1579 - grpc_test_util
1580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001581 - gpr_test_util
1582 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001583- name: chttp2_varint_test
1584 build: test
1585 language: c
1586 src:
1587 - test/core/transport/chttp2/varint_test.c
1588 deps:
1589 - grpc_test_util
1590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001591 - gpr_test_util
1592 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001593- name: client_fuzzer
1594 build: fuzzer
1595 language: c
1596 src:
1597 - test/core/end2end/fuzzers/client_fuzzer.c
1598 deps:
1599 - grpc_test_util
1600 - grpc
1601 - gpr_test_util
1602 - gpr
1603 corpus_dirs:
1604 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001605 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001606 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001607- name: combiner_test
1608 cpu_cost: 30
1609 build: test
1610 language: c
1611 src:
1612 - test/core/iomgr/combiner_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
1616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: compression_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/compression/compression_test.c
1623 deps:
1624 - grpc_test_util
1625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001628- name: concurrent_connectivity_test
1629 build: test
1630 language: c
1631 src:
1632 - test/core/surface/concurrent_connectivity_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
1636 - gpr_test_util
1637 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001638 exclude_iomgrs:
1639 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001640- name: connection_refused_test
1641 cpu_cost: 0.1
1642 build: test
1643 language: c
1644 src:
1645 - test/core/end2end/connection_refused_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
1649 - gpr_test_util
1650 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001651- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001652 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001653 build: test
1654 language: c
1655 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001656 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001657 deps:
1658 - grpc_test_util
1659 - grpc
1660 - gpr_test_util
1661 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001662 exclude_iomgrs:
1663 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001664- name: dns_resolver_test
1665 build: test
1666 language: c
1667 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001668 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001669 deps:
1670 - grpc_test_util
1671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001674- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001675 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/end2end/dualstack_socket_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001685 exclude_iomgrs:
1686 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001687 platforms:
1688 - mac
1689 - linux
1690 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001691- name: endpoint_pair_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/iomgr/endpoint_pair_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001701 exclude_iomgrs:
1702 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001703- name: ev_epoll_linux_test
1704 build: test
1705 language: c
1706 src:
1707 - test/core/iomgr/ev_epoll_linux_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
1711 - gpr_test_util
1712 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001713 exclude_iomgrs:
1714 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001715 platforms:
1716 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: fd_conservation_posix_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/iomgr/fd_conservation_posix_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001727 exclude_iomgrs:
1728 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001729 platforms:
1730 - mac
1731 - linux
1732 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: fd_posix_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/iomgr/fd_posix_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001745 platforms:
1746 - mac
1747 - linux
1748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: fling_client
1750 build: test
1751 run: false
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/fling/client.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: fling_server
1761 build: test
1762 run: false
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/fling/server.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001772 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773 build: test
1774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001775 src:
1776 - test/core/fling/fling_stream_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001782 platforms:
1783 - mac
1784 - linux
1785 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001787 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/fling/fling_test.c
1792 deps:
1793 - grpc_test_util
1794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001797 platforms:
1798 - mac
1799 - linux
1800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: gen_hpack_tables
1802 build: tool
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - tools/codegen/core/gen_hpack_tables.c
1806 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001808 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: gen_legal_metadata_characters
1810 build: tool
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001815- name: gen_percent_encoding_tables
1816 build: tool
1817 language: c
1818 src:
1819 - tools/codegen/core/gen_percent_encoding_tables.c
1820 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001821- name: goaway_server_test
1822 cpu_cost: 0.1
1823 build: test
1824 language: c
1825 src:
1826 - test/core/end2end/goaway_server_test.c
1827 deps:
1828 - grpc_test_util
1829 - grpc
1830 - gpr_test_util
1831 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001832 exclude_iomgrs:
1833 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001834 platforms:
1835 - mac
1836 - linux
1837 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001838- name: gpr_avl_test
1839 build: test
1840 language: c
1841 src:
1842 - test/core/support/avl_test.c
1843 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001846- name: gpr_backoff_test
1847 build: test
1848 language: c
1849 src:
1850 - test/core/support/backoff_test.c
1851 deps:
1852 - gpr_test_util
1853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: gpr_cmdline_test
1855 build: test
1856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001857 src:
1858 - test/core/support/cmdline_test.c
1859 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001862- name: gpr_cpu_test
1863 build: test
1864 language: c
1865 src:
1866 - test/core/support/cpu_test.c
1867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: gpr_env_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/support/env_test.c
1875 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: gpr_histogram_test
1879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/support/histogram_test.c
1883 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_host_port_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/support/host_port_test.c
1891 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: gpr_log_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/support/log_test.c
1899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001902- name: gpr_mpscq_test
1903 cpu_cost: 30
1904 build: test
1905 language: c
1906 src:
1907 - test/core/support/mpscq_test.c
1908 deps:
1909 - gpr_test_util
1910 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001911- name: gpr_spinlock_test
1912 cpu_cost: 10
1913 build: test
1914 language: c
1915 src:
1916 - test/core/support/spinlock_test.c
1917 deps:
1918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001921 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922 build: test
1923 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001924 src:
1925 - test/core/support/stack_lockfree_test.c
1926 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: gpr_string_test
1930 build: test
1931 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/core/support/string_test.c
1934 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001938 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/support/sync_test.c
1943 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001947 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948 build: test
1949 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001950 src:
1951 - test/core/support/thd_test.c
1952 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: gpr_time_test
1956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/support/time_test.c
1960 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: gpr_tls_test
1964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/support/tls_test.c
1968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: gpr_useful_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/support/useful_test.c
1976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: grpc_auth_context_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/security/auth_context_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001989- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001993 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001999- name: grpc_byte_buffer_reader_test
2000 build: test
2001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002002 src:
2003 - test/core/surface/byte_buffer_reader_test.c
2004 deps:
2005 - grpc_test_util
2006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002007 - gpr_test_util
2008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: grpc_channel_args_test
2010 build: test
2011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/core/channel/channel_args_test.c
2014 deps:
2015 - grpc_test_util
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: grpc_channel_stack_test
2020 build: test
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - test/core/channel/channel_stack_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: grpc_completion_queue_test
2030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
2033 - test/core/surface/completion_queue_test.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002039- name: grpc_completion_queue_threading_test
2040 build: test
2041 language: c
2042 src:
2043 - test/core/surface/completion_queue_threading_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002049 exclude_iomgrs:
2050 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: grpc_create_jwt
2052 build: tool
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/security/create_jwt.c
2056 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002059 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: grpc_credentials_test
2061 build: test
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/security/credentials_test.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002068 - gpr_test_util
2069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002071 build: test
2072 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/security/fetch_oauth2.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002081- name: grpc_invalid_channel_args_test
2082 build: test
2083 language: c
2084 src:
2085 - test/core/surface/invalid_channel_args_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_json_token_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/security/json_token_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002101 platforms:
2102 - linux
2103 - posix
2104 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: grpc_jwt_verifier_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/security/jwt_verifier_test.c
2110 deps:
2111 - grpc_test_util
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: grpc_print_google_default_creds_token
2116 build: tool
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/core/security/print_google_default_creds_token.c
2120 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002123- name: grpc_security_connector_test
2124 build: test
2125 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002126 src:
2127 - test/core/security/security_connector_test.c
2128 deps:
2129 - grpc_test_util
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: grpc_verify_jwt
2134 build: tool
2135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002136 src:
2137 - test/core/security/verify_jwt.c
2138 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002141- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002142 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002143 language: c
2144 src:
2145 - test/core/handshake/client_ssl.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
2149 - gpr_test_util
2150 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002151 exclude_iomgrs:
2152 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002153 platforms:
2154 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002155 secure: true
2156- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002157 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002158 language: c
2159 src:
2160 - test/core/handshake/server_ssl.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
2164 - gpr_test_util
2165 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002166 platforms:
2167 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002168 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002169- name: hpack_parser_fuzzer_test
2170 build: fuzzer
2171 language: c
2172 src:
2173 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
2179 corpus_dirs:
2180 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002181 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002182 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: hpack_parser_test
2184 build: test
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/core/transport/chttp2/hpack_parser_test.c
2188 deps:
2189 - grpc_test_util
2190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002191 - gpr_test_util
2192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002193- name: hpack_table_test
2194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
2197 - test/core/transport/chttp2/hpack_table_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002203- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002207 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002213- name: http_request_fuzzer_test
2214 build: fuzzer
2215 language: c
2216 src:
2217 - test/core/http/request_fuzzer.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
2221 - gpr_test_util
2222 - gpr
2223 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002224 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002225 maxlen: 2048
2226- name: http_response_fuzzer_test
2227 build: fuzzer
2228 language: c
2229 src:
2230 - test/core/http/response_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/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002238 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002239- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002243 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002250 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002254 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002255 deps:
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002260 platforms:
2261 - mac
2262 - linux
2263 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002264- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002265 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002266 build: test
2267 language: c
2268 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002269 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002275 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002276 - linux
yang-gf1183302015-12-07 16:02:05 -08002277- name: init_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/surface/init_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002287- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002288 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002289 build: test
2290 language: c
2291 src:
2292 - test/core/end2end/invalid_call_argument_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002298- name: json_fuzzer_test
2299 build: fuzzer
2300 language: c
2301 src:
2302 - test/core/json/fuzzer.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
2306 - gpr_test_util
2307 - gpr
2308 corpus_dirs:
2309 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002310 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: json_rewrite
2312 build: test
2313 run: false
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/json/json_rewrite.c
2317 deps:
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: json_rewrite_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/json/json_rewrite_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002330- name: json_stream_error_test
2331 build: test
2332 language: c
2333 src:
2334 - test/core/json/json_stream_error_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: json_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/json/json_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350- name: lame_client_test
2351 build: test
2352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
2354 - test/core/surface/lame_client_test.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002360- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002361 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002362 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002363 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002366 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002372- name: load_file_test
2373 build: test
2374 language: c
2375 src:
2376 - test/core/iomgr/load_file_test.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
2380 - gpr_test_util
2381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: low_level_ping_pong_benchmark
2383 build: benchmark
2384 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002385 src:
2386 - test/core/network_benchmarks/low_level_ping_pong.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 platforms:
2393 - mac
2394 - linux
2395 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002396- name: memory_profile_client
2397 build: test
2398 run: false
2399 language: c
2400 src:
2401 - test/core/memory_usage/client.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
2405 - gpr_test_util
2406 - gpr
2407- name: memory_profile_server
2408 build: test
2409 run: false
2410 language: c
2411 src:
2412 - test/core/memory_usage/server.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
2416 - gpr_test_util
2417 - gpr
2418- name: memory_profile_test
2419 cpu_cost: 1.5
2420 build: test
2421 language: c
2422 src:
2423 - test/core/memory_usage/memory_usage_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
2427 - gpr_test_util
2428 - gpr
2429 platforms:
2430 - mac
2431 - linux
2432 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: message_compress_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/core/compression/message_compress_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002443- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002444 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002445 build: test
2446 language: c
2447 src:
2448 - test/core/census/mlog_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
2452 - gpr_test_util
2453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454- name: multiple_server_queues_test
2455 build: test
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/core/end2end/multiple_server_queues_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: murmur_hash_test
2465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/support/murmur_hash_test.c
2469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002472- name: nanopb_fuzzer_response_test
2473 build: fuzzer
2474 language: c
2475 src:
2476 - test/core/nanopb/fuzzer_response.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482 corpus_dirs:
2483 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002484 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002485- name: nanopb_fuzzer_serverlist_test
2486 build: fuzzer
2487 language: c
2488 src:
2489 - test/core/nanopb/fuzzer_serverlist.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
2493 - gpr_test_util
2494 - gpr
2495 corpus_dirs:
2496 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002497 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002499 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/core/end2end/no_server_test.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002509- name: parse_address_test
2510 build: test
2511 language: c
2512 src:
2513 - test/core/client_channel/parse_address_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
2517 - gpr_test_util
2518 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002519- name: percent_decode_fuzzer
2520 build: fuzzer
2521 language: c
2522 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002523 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002524 deps:
2525 - grpc_test_util
2526 - grpc
2527 - gpr_test_util
2528 - gpr
2529 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002530 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002531 maxlen: 32
2532- name: percent_encode_fuzzer
2533 build: fuzzer
2534 language: c
2535 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002536 - test/core/slice/percent_encode_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_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002544 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002545- name: percent_encoding_test
2546 build: test
2547 language: c
2548 src:
2549 - test/core/slice/percent_encoding_test.c
2550 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002551 - grpc_test_util
2552 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002553 - gpr_test_util
2554 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002555- name: pollset_set_test
2556 build: test
2557 language: c
2558 src:
2559 - test/core/iomgr/pollset_set_test.c
2560 deps:
2561 - grpc_test_util
2562 - grpc
2563 - gpr_test_util
2564 - gpr
2565 exclude_iomgrs:
2566 - uv
2567 platforms:
2568 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002569- name: resolve_address_posix_test
2570 build: test
2571 language: c
2572 src:
2573 - test/core/iomgr/resolve_address_posix_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
2577 - gpr_test_util
2578 - gpr
2579 platforms:
2580 - mac
2581 - linux
2582 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: resolve_address_test
2584 build: test
2585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/core/iomgr/resolve_address_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002593- name: resource_quota_test
2594 cpu_cost: 30
2595 build: test
2596 language: c
2597 src:
2598 - test/core/iomgr/resource_quota_test.c
2599 deps:
2600 - grpc_test_util
2601 - grpc
2602 - gpr_test_util
2603 - gpr
yang-gd482e592015-12-10 14:04:00 -08002604- name: secure_channel_create_test
2605 build: test
2606 language: c
2607 src:
2608 - test/core/surface/secure_channel_create_test.c
2609 deps:
2610 - grpc_test_util
2611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002612 - gpr_test_util
2613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: secure_endpoint_test
2615 build: test
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/core/security/secure_endpoint_test.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002624 exclude_iomgrs:
2625 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002626- name: sequential_connectivity_test
2627 build: test
2628 language: c
2629 src:
2630 - test/core/surface/sequential_connectivity_test.c
2631 deps:
2632 - grpc_test_util
2633 - grpc
2634 - gpr_test_util
2635 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002636 exclude_iomgrs:
2637 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002638- name: server_chttp2_test
2639 build: test
2640 language: c
2641 src:
2642 - test/core/surface/server_chttp2_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002648- name: server_fuzzer
2649 build: fuzzer
2650 language: c
2651 src:
2652 - test/core/end2end/fuzzers/server_fuzzer.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
2656 - gpr_test_util
2657 - gpr
2658 corpus_dirs:
2659 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002660 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002661 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002662- name: server_test
2663 build: test
2664 language: c
2665 src:
2666 - test/core/surface/server_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002672- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002673 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002674 build: test
2675 language: c
2676 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002677 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002678 deps:
2679 - test_tcp_server
2680 - grpc_test_util
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002684 exclude_iomgrs:
2685 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002686- name: slice_buffer_test
2687 build: test
2688 language: c
2689 src:
2690 - test/core/slice/slice_buffer_test.c
2691 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002692 - grpc_test_util
2693 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002694 - gpr_test_util
2695 - gpr
2696- name: slice_string_helpers_test
2697 build: test
2698 language: c
2699 src:
2700 - test/core/slice/slice_string_helpers_test.c
2701 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002702 - grpc_test_util
2703 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002704 - gpr_test_util
2705 - gpr
2706- name: slice_test
2707 build: test
2708 language: c
2709 src:
2710 - test/core/slice/slice_test.c
2711 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002712 - grpc_test_util
2713 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002714 - gpr_test_util
2715 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002716- name: sockaddr_resolver_test
2717 build: test
2718 language: c
2719 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002720 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002726- name: sockaddr_utils_test
2727 build: test
2728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002729 src:
2730 - test/core/iomgr/sockaddr_utils_test.c
2731 deps:
2732 - grpc_test_util
2733 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002734 - gpr_test_util
2735 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002736- name: socket_utils_test
2737 build: test
2738 language: c
2739 src:
2740 - test/core/iomgr/socket_utils_test.c
2741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002746 exclude_iomgrs:
2747 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002748 platforms:
2749 - mac
2750 - linux
2751 - posix
yang-g31e21282016-11-04 15:10:03 -07002752- name: ssl_server_fuzzer
2753 build: fuzzer
2754 language: c
2755 src:
2756 - test/core/security/ssl_server_fuzzer.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
2760 - gpr_test_util
2761 - gpr
2762 corpus_dirs:
2763 - test/core/security/corpus/ssl_server_corpus
2764 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002765- name: status_conversion_test
2766 build: test
2767 language: c
2768 src:
2769 - test/core/transport/status_conversion_test.c
2770 deps:
2771 - grpc_test_util
2772 - grpc
2773 - gpr_test_util
2774 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002775- name: stream_owned_slice_test
2776 build: test
2777 language: c
2778 src:
2779 - test/core/transport/stream_owned_slice_test.c
2780 deps:
2781 - grpc_test_util
2782 - grpc
2783 - gpr_test_util
2784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002786 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787 build: test
2788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002789 src:
2790 - test/core/iomgr/tcp_client_posix_test.c
2791 deps:
2792 - grpc_test_util
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr_test_util
2795 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002796 exclude_iomgrs:
2797 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002798 platforms:
2799 - mac
2800 - linux
2801 - posix
murgatroid991191b722017-02-08 11:56:52 -08002802- name: tcp_client_uv_test
2803 cpu_cost: 0.5
2804 build: test
2805 language: c
2806 src:
2807 - test/core/iomgr/tcp_client_uv_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
2811 - gpr_test_util
2812 - gpr
2813 exclude_iomgrs:
2814 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002815- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002816 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817 build: test
2818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - test/core/iomgr/tcp_posix_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002824 - gpr_test_util
2825 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002826 exclude_iomgrs:
2827 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002828 platforms:
2829 - mac
2830 - linux
2831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: tcp_server_posix_test
2833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/core/iomgr/tcp_server_posix_test.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002842 exclude_iomgrs:
2843 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002844 platforms:
2845 - mac
2846 - linux
2847 - posix
murgatroid991191b722017-02-08 11:56:52 -08002848- name: tcp_server_uv_test
2849 build: test
2850 language: c
2851 src:
2852 - test/core/iomgr/tcp_server_uv_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
2856 - gpr_test_util
2857 - gpr
2858 exclude_iomgrs:
2859 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: time_averaged_stats_test
2861 build: test
2862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002863 src:
2864 - test/core/iomgr/time_averaged_stats_test.c
2865 deps:
2866 - grpc_test_util
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: timeout_encoding_test
2871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002874 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002880- name: timer_heap_test
2881 build: test
2882 language: c
2883 src:
2884 - test/core/iomgr/timer_heap_test.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002888 - gpr_test_util
2889 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002890 exclude_iomgrs:
2891 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002892- name: timer_list_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/iomgr/timer_list_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002900 - gpr_test_util
2901 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002902 exclude_iomgrs:
2903 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002904- name: transport_connectivity_state_test
2905 build: test
2906 language: c
2907 src:
2908 - test/core/transport/connectivity_state_test.c
2909 deps:
2910 - grpc_test_util
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914- name: transport_metadata_test
2915 build: test
2916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002917 src:
2918 - test/core/transport/metadata_test.c
2919 deps:
2920 - grpc_test_util
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002924- name: transport_pid_controller_test
2925 build: test
2926 language: c
2927 src:
2928 - test/core/transport/pid_controller_test.c
2929 deps:
2930 - grpc_test_util
2931 - grpc
2932 - gpr_test_util
2933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934- name: transport_security_test
2935 build: test
2936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002937 src:
2938 - test/core/tsi/transport_security_test.c
2939 deps:
2940 - grpc_test_util
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002944 platforms:
2945 - linux
2946 - posix
2947 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948- name: udp_server_test
2949 build: test
2950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002951 src:
2952 - test/core/iomgr/udp_server_test.c
2953 deps:
2954 - grpc_test_util
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002958 exclude_iomgrs:
2959 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - mac
2962 - linux
2963 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002964- name: uri_fuzzer_test
2965 build: fuzzer
2966 language: c
2967 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002968 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002969 deps:
2970 - grpc_test_util
2971 - grpc
2972 - gpr_test_util
2973 - gpr
2974 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002975 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002976 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977- name: uri_parser_test
2978 build: test
2979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002981 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002982 deps:
2983 - grpc_test_util
2984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002985 - gpr_test_util
2986 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002987- name: wakeup_fd_cv_test
2988 build: test
2989 language: c
2990 src:
2991 - test/core/iomgr/wakeup_fd_cv_test.c
2992 deps:
2993 - grpc_test_util
2994 - grpc
2995 - gpr_test_util
2996 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002997 exclude_iomgrs:
2998 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002999 platforms:
3000 - mac
3001 - linux
3002 - posix
vjpai04e992a2016-02-10 16:58:38 -08003003- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003004 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003005 build: test
3006 language: c++
3007 src:
3008 - test/cpp/common/alarm_cpp_test.cc
3009 deps:
3010 - grpc++_test_util
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003014 - gpr_test_util
3015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003017 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018 build: test
3019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003020 src:
3021 - test/cpp/end2end/async_end2end_test.cc
3022 deps:
3023 - grpc++_test_util
3024 - grpc_test_util
3025 - grpc++
3026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003027 - gpr_test_util
3028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: auth_property_iterator_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/common/auth_property_iterator_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 Tillerfd044b82017-02-15 16:15:48 -08003042- name: bm_call_create
3043 build: test
3044 language: c++
3045 src:
3046 - test/cpp/microbenchmarks/bm_call_create.cc
3047 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003048 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003049 - benchmark
3050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
3054 - gpr_test_util
3055 - gpr
3056 args:
3057 - --benchmark_min_time=0
3058 platforms:
3059 - mac
3060 - linux
3061 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003062- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003063 build: test
3064 language: c++
3065 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003066 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003067 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003068 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003069 - benchmark
3070 - grpc++_test_util
3071 - grpc_test_util
3072 - grpc++
3073 - grpc
3074 - gpr_test_util
3075 - gpr
3076 args:
3077 - --benchmark_min_time=0
3078 platforms:
3079 - mac
3080 - linux
3081 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003082- name: bm_closure
3083 build: test
3084 language: c++
3085 src:
3086 - test/cpp/microbenchmarks/bm_closure.cc
3087 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003088 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003089 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003090 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003091 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003092 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003093 - grpc
3094 - gpr_test_util
3095 - gpr
3096 args:
3097 - --benchmark_min_time=0
3098 platforms:
3099 - mac
3100 - linux
3101 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003102- name: bm_cq
3103 build: test
3104 language: c++
3105 src:
3106 - test/cpp/microbenchmarks/bm_cq.cc
3107 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003108 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003109 - benchmark
3110 - grpc++_test_util
3111 - grpc_test_util
3112 - grpc++
3113 - grpc
3114 - gpr_test_util
3115 - gpr
3116 args:
3117 - --benchmark_min_time=0
3118 platforms:
3119 - mac
3120 - linux
3121 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003122- name: bm_error
3123 build: test
3124 language: c++
3125 src:
3126 - test/cpp/microbenchmarks/bm_error.cc
3127 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003128 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003129 - benchmark
3130 - grpc++_test_util
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
3134 - gpr_test_util
3135 - gpr
3136 args:
3137 - --benchmark_min_time=0
3138 platforms:
3139 - mac
3140 - linux
3141 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003142- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003143 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003144 language: c++
3145 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003146 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003147 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003148 - grpc_benchmark
3149 - benchmark
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
3154 - gpr_test_util
3155 - gpr
3156 args:
3157 - --benchmark_min_time=0
3158 excluded_poll_engines:
3159 - poll
3160 - poll-cv
3161 platforms:
3162 - mac
3163 - linux
3164 - posix
3165 timeout_seconds: 1200
3166- name: bm_fullstack_streaming_pump
3167 build: test
3168 language: c++
3169 src:
3170 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003171 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003172 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003173 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003174 - grpc++_test_util
3175 - grpc_test_util
3176 - grpc++
3177 - grpc
3178 - gpr_test_util
3179 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003180 args:
3181 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003182 excluded_poll_engines:
3183 - poll
3184 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003185 platforms:
3186 - mac
3187 - linux
3188 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003189 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003190- name: bm_fullstack_trickle
3191 build: test
3192 language: c++
3193 src:
3194 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3195 deps:
3196 - grpc_benchmark
3197 - benchmark
3198 - grpc++_test_util
3199 - grpc_test_util
3200 - grpc++
3201 - grpc
3202 - gpr_test_util
3203 - gpr
3204 args:
3205 - --benchmark_min_time=0
3206 excluded_poll_engines:
3207 - poll
3208 - poll-cv
3209 platforms:
3210 - mac
3211 - linux
3212 - posix
3213 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003214- name: bm_fullstack_unary_ping_pong
3215 build: test
3216 language: c++
3217 src:
3218 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3219 deps:
3220 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003221 - benchmark
3222 - grpc++_test_util
3223 - grpc_test_util
3224 - grpc++
3225 - grpc
3226 - gpr_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003227 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003228 args:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229 - --benchmark_min_time=0
3230 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003231 - poll
3232 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003233 platforms:
3234 - mac
3235 - linux
3236 - posix
3237 timeout_seconds: 1200
3238- name: bm_metadata
3239 build: test
3240 language: c++
3241 src:
3242 - test/cpp/microbenchmarks/bm_metadata.cc
3243 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003244 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003245 - benchmark
3246 - grpc_test_util
3247 - grpc
3248 - gpr_test_util
3249 - gpr
3250 args:
3251 - --benchmark_min_time=0
3252 platforms:
3253 - mac
3254 - linux
3255 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003256- name: channel_arguments_test
3257 gtest: true
3258 build: test
3259 language: c++
3260 src:
3261 - test/cpp/common/channel_arguments_test.cc
3262 deps:
3263 - grpc++
3264 - grpc
3265 - gpr
3266- name: channel_filter_test
3267 gtest: true
3268 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003269 language: c++
3270 src:
3271 - test/cpp/common/channel_filter_test.cc
3272 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003273 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003274 - grpc
3275 - gpr
3276- name: cli_call_test
3277 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003278 build: test
3279 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003281 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003282 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283 - grpc_cli_libs
3284 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003285 - grpc_test_util
3286 - grpc++
3287 - grpc
3288 - gpr_test_util
3289 - gpr
3290- name: client_crash_test
3291 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 cpu_cost: 0.1
3293 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003294 language: c++
3295 src:
3296 - test/cpp/end2end/client_crash_test.cc
3297 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003298 - grpc++_test_util
3299 - grpc_test_util
3300 - grpc++
3301 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003302 - gpr_test_util
3303 - gpr
3304 platforms:
3305 - mac
3306 - linux
3307 - posix
3308- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003309 build: test
3310 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003311 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003312 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003313 - test/cpp/end2end/client_crash_test_server.cc
3314 deps:
3315 - grpc++_test_util
3316 - grpc_test_util
3317 - grpc++
3318 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003319 - gpr_test_util
3320 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003321- name: codegen_test_full
3322 gtest: true
3323 build: test
3324 language: c++
3325 src:
3326 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003327 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003328 - src/proto/grpc/testing/payloads.proto
3329 - src/proto/grpc/testing/services.proto
3330 - src/proto/grpc/testing/stats.proto
3331 - test/cpp/codegen/codegen_test_full.cc
3332 deps:
3333 - grpc++
3334 - grpc
3335 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003336 filegroups:
3337 - grpc++_codegen_base
3338- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003339 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003340 build: test
yang-g34b58612016-06-03 17:30:09 -07003341 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003343 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344 - src/proto/grpc/testing/messages.proto
3345 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003346 - src/proto/grpc/testing/services.proto
3347 - src/proto/grpc/testing/stats.proto
3348 - test/cpp/codegen/codegen_test_minimal.cc
3349 filegroups:
3350 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003352- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003353 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354 build: test
3355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003356 src:
3357 - test/cpp/client/credentials_test.cc
3358 deps:
3359 - grpc++
3360 - grpc
3361 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003362- name: cxx_byte_buffer_test
3363 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003365 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 src:
3367 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003368 deps:
3369 - grpc_test_util
3370 - grpc++
3371 - grpc
3372 - gpr_test_util
3373 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003374- name: cxx_slice_test
3375 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003377 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378 src:
3379 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003380 deps:
3381 - grpc_test_util
3382 - grpc++
3383 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003384 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003385 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386- name: cxx_string_ref_test
3387 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003388 build: test
3389 language: c++
3390 src:
3391 - test/cpp/util/string_ref_test.cc
3392 deps:
3393 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003394- name: cxx_time_test
3395 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003397 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003398 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399 - test/cpp/util/time_test.cc
3400 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003401 - grpc_test_util
3402 - grpc++
3403 - grpc
3404 - gpr_test_util
3405 - gpr
3406- name: end2end_test
3407 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003408 cpu_cost: 0.5
3409 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003410 language: c++
3411 src:
3412 - test/cpp/end2end/end2end_test.cc
3413 deps:
3414 - grpc++_test_util
3415 - grpc_test_util
3416 - grpc++
3417 - grpc
3418 - gpr_test_util
3419 - gpr
3420- name: filter_end2end_test
3421 gtest: true
3422 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003424 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 - test/cpp/end2end/filter_end2end_test.cc
3426 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003427 - grpc++_test_util
3428 - grpc_test_util
3429 - grpc++
3430 - grpc
3431 - gpr_test_util
3432 - gpr
3433- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003434 gtest: true
3435 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003436 language: c++
3437 src:
3438 - test/cpp/end2end/generic_end2end_test.cc
3439 deps:
3440 - grpc++_test_util
3441 - grpc_test_util
3442 - grpc++
3443 - grpc
3444 - gpr_test_util
3445 - gpr
3446- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447 gtest: true
3448 build: test
3449 language: c++
3450 src:
Craig Tiller25834342015-09-25 08:08:24 -07003451 - src/proto/grpc/testing/compiler_test.proto
3452 - test/cpp/codegen/golden_file_test.cc
3453 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003454 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003455 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003456 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003457 args:
3458 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459- name: grpc_cli
3460 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003461 run: false
3462 language: c++
3463 src:
3464 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465 deps:
3466 - grpc_cli_libs
3467 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003468 - grpc++
3469 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470 - gpr
3471 - grpc++_test_config
3472- name: grpc_cpp_plugin
3473 build: protoc
3474 language: c++
3475 src:
3476 - src/compiler/cpp_plugin.cc
3477 deps:
3478 - grpc_plugin_support
3479 secure: false
3480 vs_config_type: Application
3481 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3482- name: grpc_csharp_plugin
3483 build: protoc
3484 language: c++
3485 src:
3486 - src/compiler/csharp_plugin.cc
3487 deps:
3488 - grpc_plugin_support
3489 secure: false
3490 vs_config_type: Application
3491 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003492- name: grpc_node_plugin
3493 build: protoc
3494 language: c++
3495 src:
3496 - src/compiler/node_plugin.cc
3497 deps:
3498 - grpc_plugin_support
3499 secure: false
3500 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501- name: grpc_objective_c_plugin
3502 build: protoc
3503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003504 src:
3505 - src/compiler/objective_c_plugin.cc
3506 deps:
3507 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003508 secure: false
3509 vs_config_type: Application
3510 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003511- name: grpc_php_plugin
3512 build: protoc
3513 language: c++
3514 src:
3515 - src/compiler/php_plugin.cc
3516 deps:
3517 - grpc_plugin_support
3518 secure: false
3519 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520- name: grpc_python_plugin
3521 build: protoc
3522 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003523 src:
3524 - src/compiler/python_plugin.cc
3525 deps:
3526 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 secure: false
3528 vs_config_type: Application
3529 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3530- name: grpc_ruby_plugin
3531 build: protoc
3532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003533 src:
3534 - src/compiler/ruby_plugin.cc
3535 deps:
3536 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003537 secure: false
3538 vs_config_type: Application
3539 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003540- name: grpc_tool_test
3541 gtest: true
3542 build: test
3543 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003544 src:
3545 - src/proto/grpc/testing/echo.proto
3546 - src/proto/grpc/testing/echo_messages.proto
3547 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003548 deps:
3549 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003550 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003551 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003552 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003553 - grpc_test_util
3554 - grpc++
3555 - grpc
3556 - gpr_test_util
3557 - gpr
3558 filegroups:
3559 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003560- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003561 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003562 build: test
3563 language: c++
3564 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003565 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003566 - test/cpp/grpclb/grpclb_api_test.cc
3567 deps:
3568 - grpc++_test_util
3569 - grpc_test_util
3570 - grpc++
3571 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003572- name: grpclb_test
3573 gtest: false
3574 build: test
3575 language: c++
3576 src:
3577 - src/proto/grpc/lb/v1/load_balancer.proto
3578 - test/cpp/grpclb/grpclb_test.cc
3579 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003580 - grpc++_test_util
3581 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003582 - grpc++
3583 - grpc
3584 - gpr_test_util
3585 - gpr
yang-gad327642016-12-12 14:32:09 -08003586- name: health_service_end2end_test
3587 gtest: true
3588 build: test
3589 language: c++
3590 src:
3591 - test/cpp/end2end/health_service_end2end_test.cc
3592 deps:
3593 - grpc++_test_util
3594 - grpc_test_util
3595 - grpc++
3596 - grpc
3597 - gpr_test_util
3598 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003599- name: http2_client
3600 build: test
3601 run: false
3602 language: c++
3603 src: []
3604 deps:
3605 - http2_client_main
3606 - grpc++_test_util
3607 - grpc_test_util
3608 - grpc++
3609 - grpc
3610 - grpc++_test_config
3611 platforms:
3612 - mac
3613 - linux
3614 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003615- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003616 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003617 build: test
3618 language: c++
3619 src:
3620 - test/cpp/end2end/hybrid_end2end_test.cc
3621 deps:
3622 - grpc++_test_util
3623 - grpc_test_util
3624 - grpc++
3625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003626 - gpr_test_util
3627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003628- name: interop_client
3629 build: test
3630 run: false
3631 language: c++
3632 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003633 deps:
3634 - interop_client_main
3635 - interop_client_helper
3636 - grpc++_test_util
3637 - grpc_test_util
3638 - grpc++
3639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 - gpr_test_util
3641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003642 - grpc++_test_config
3643 platforms:
3644 - mac
3645 - linux
3646 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003647- name: interop_server
3648 build: test
3649 run: false
3650 language: c++
3651 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003652 deps:
3653 - interop_server_main
3654 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003655 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003656 - grpc++_test_util
3657 - grpc_test_util
3658 - grpc++
3659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003660 - gpr_test_util
3661 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003662 - grpc++_test_config
3663 platforms:
3664 - mac
3665 - linux
3666 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003667- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003668 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669 build: test
3670 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003671 src:
3672 - test/cpp/interop/interop_test.cc
3673 deps:
3674 - grpc_test_util
3675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003676 - gpr_test_util
3677 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003678 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003679 platforms:
3680 - mac
3681 - linux
3682 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003683- name: json_run_localhost
3684 build: test
3685 run: false
3686 language: c++
3687 src:
3688 - test/cpp/qps/json_run_localhost.cc
3689 deps:
3690 - grpc++_test_util
3691 - grpc_test_util
3692 - grpc++
3693 - grpc
3694 - gpr_test_util
3695 - gpr
3696 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003697 platforms:
3698 - mac
3699 - linux
3700 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003701- name: metrics_client
3702 build: test
3703 run: false
3704 language: c++
3705 headers:
3706 - test/cpp/util/metrics_server.h
3707 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003708 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003709 - test/cpp/interop/metrics_client.cc
3710 deps:
3711 - grpc++
3712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003713 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003714 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003715- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003716 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717 build: test
3718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003719 src:
3720 - test/cpp/end2end/mock_test.cc
3721 deps:
3722 - grpc++_test_util
3723 - grpc_test_util
3724 - grpc++
3725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003726 - gpr_test_util
3727 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003728- name: noop-benchmark
3729 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003730 language: c++
3731 src:
3732 - test/cpp/microbenchmarks/noop-benchmark.cc
3733 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003734 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003735- name: proto_server_reflection_test
3736 gtest: true
3737 build: test
3738 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003739 src:
3740 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003741 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003742 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003743 - grpc++_reflection
3744 - grpc++_test_util
3745 - grpc_test_util
3746 - grpc++
3747 - grpc
3748 - gpr_test_util
3749 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003750- name: proto_utils_test
3751 gtest: true
3752 build: test
3753 language: c++
3754 src:
3755 - test/cpp/codegen/proto_utils_test.cc
3756 deps:
3757 - grpc++
3758 - grpc
3759 filegroups:
3760 - grpc++_codegen_base
3761 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762- name: qps_interarrival_test
3763 build: test
3764 run: false
3765 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003766 src:
3767 - test/cpp/qps/qps_interarrival_test.cc
3768 deps:
3769 - qps
3770 - grpc++_test_util
3771 - grpc_test_util
3772 - grpc++
3773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003774 - gpr_test_util
3775 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003776 platforms:
3777 - mac
3778 - linux
3779 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003780- name: qps_json_driver
3781 build: test
3782 run: false
3783 language: c++
3784 src:
3785 - test/cpp/qps/qps_json_driver.cc
3786 deps:
3787 - qps
3788 - grpc++_test_util
3789 - grpc_test_util
3790 - grpc++
3791 - grpc
3792 - gpr_test_util
3793 - gpr
3794 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003795- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003796 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003797 build: test
3798 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003799 src:
3800 - test/cpp/qps/qps_openloop_test.cc
3801 deps:
3802 - qps
3803 - grpc++_test_util
3804 - grpc_test_util
3805 - grpc++
3806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003807 - gpr_test_util
3808 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003809 - grpc++_test_config
3810 platforms:
3811 - mac
3812 - linux
3813 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003814- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003815 build: test
3816 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003818 headers:
3819 - test/cpp/qps/client.h
3820 - test/cpp/qps/server.h
3821 src:
3822 - test/cpp/qps/worker.cc
3823 deps:
3824 - qps
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003829 - gpr_test_util
3830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832- name: reconnect_interop_client
3833 build: test
3834 run: false
3835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003837 - src/proto/grpc/testing/empty.proto
3838 - src/proto/grpc/testing/messages.proto
3839 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003840 - test/cpp/interop/reconnect_interop_client.cc
3841 deps:
3842 - grpc++_test_util
3843 - grpc_test_util
3844 - grpc++
3845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003846 - gpr_test_util
3847 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003848 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849- name: reconnect_interop_server
3850 build: test
3851 run: false
3852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003853 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003854 - src/proto/grpc/testing/empty.proto
3855 - src/proto/grpc/testing/messages.proto
3856 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003857 - test/cpp/interop/reconnect_interop_server.cc
3858 deps:
3859 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003860 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003861 - grpc++_test_util
3862 - grpc_test_util
3863 - grpc++
3864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003865 - gpr_test_util
3866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003867 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003868- name: round_robin_end2end_test
3869 gtest: true
3870 build: test
3871 language: c++
3872 src:
3873 - test/cpp/end2end/round_robin_end2end_test.cc
3874 deps:
3875 - grpc++_test_util
3876 - grpc_test_util
3877 - grpc++
3878 - grpc
3879 - gpr_test_util
3880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003882 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883 build: test
3884 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003885 src:
3886 - test/cpp/common/secure_auth_context_test.cc
3887 deps:
3888 - grpc++_test_util
3889 - grpc_test_util
3890 - grpc++
3891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003892 - gpr_test_util
3893 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003894- name: secure_sync_unary_ping_pong_test
3895 build: test
3896 language: c++
3897 src:
3898 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3899 deps:
3900 - qps
3901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003905 - gpr_test_util
3906 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003907 platforms:
3908 - mac
3909 - linux
3910 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003911- name: server_builder_plugin_test
3912 gtest: true
3913 build: test
3914 language: c++
3915 src:
3916 - test/cpp/end2end/server_builder_plugin_test.cc
3917 deps:
3918 - grpc++_test_util
3919 - grpc_test_util
3920 - grpc++
3921 - grpc
3922 - gpr_test_util
3923 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003924- name: server_context_test_spouse_test
3925 gtest: true
3926 build: test
3927 language: c++
3928 src:
3929 - test/cpp/test/server_context_test_spouse_test.cc
3930 deps:
3931 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003932 - grpc++
3933 - grpc
3934 - gpr_test_util
3935 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003936 uses:
3937 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003939 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003940 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 build: test
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/end2end/server_crash_test.cc
3945 deps:
3946 - grpc++_test_util
3947 - grpc_test_util
3948 - grpc++
3949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003950 - gpr_test_util
3951 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003952 platforms:
3953 - mac
3954 - linux
3955 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003956- name: server_crash_test_client
3957 build: test
3958 run: false
3959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003960 src:
3961 - test/cpp/end2end/server_crash_test_client.cc
3962 deps:
3963 - grpc++_test_util
3964 - grpc_test_util
3965 - grpc++
3966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003967 - gpr_test_util
3968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003969- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003970 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003971 build: test
3972 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003973 src:
3974 - test/cpp/end2end/shutdown_test.cc
3975 deps:
3976 - grpc++_test_util
3977 - grpc_test_util
3978 - grpc++
3979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003980 - gpr_test_util
3981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003982- name: status_test
3983 build: test
3984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003985 src:
3986 - test/cpp/util/status_test.cc
3987 deps:
3988 - grpc_test_util
3989 - grpc++
3990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003991 - gpr_test_util
3992 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003993- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003994 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003995 build: test
3996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003997 src:
3998 - test/cpp/end2end/streaming_throughput_test.cc
3999 deps:
4000 - grpc++_test_util
4001 - grpc_test_util
4002 - grpc++
4003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004004 - gpr_test_util
4005 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004006 platforms:
4007 - mac
4008 - linux
4009 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004010- name: stress_test
4011 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004012 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004013 language: c++
4014 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004015 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004016 - test/cpp/interop/interop_client.h
4017 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004018 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004019 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004020 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004021 - src/proto/grpc/testing/empty.proto
4022 - src/proto/grpc/testing/messages.proto
4023 - src/proto/grpc/testing/metrics.proto
4024 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004025 - test/cpp/interop/interop_client.cc
4026 - test/cpp/interop/stress_interop_client.cc
4027 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004028 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004029 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr_test_util
4036 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004037 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004038- name: thread_manager_test
4039 build: test
4040 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004041 src:
4042 - test/cpp/thread_manager/thread_manager_test.cc
4043 deps:
4044 - grpc++
4045 - grpc
4046 - gpr
4047 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004048- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004049 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004050 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051 build: test
4052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004053 src:
4054 - test/cpp/end2end/thread_stress_test.cc
4055 deps:
4056 - grpc++_test_util
4057 - grpc_test_util
4058 - grpc++
4059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004060 - gpr_test_util
4061 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004062- name: writes_per_rpc_test
4063 gtest: true
4064 cpu_cost: 0.5
4065 build: test
4066 language: c++
4067 src:
4068 - test/cpp/performance/writes_per_rpc_test.cc
4069 deps:
4070 - grpc++_test_util
4071 - grpc_test_util
4072 - grpc++
4073 - grpc
4074 - gpr_test_util
4075 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004076 platforms:
4077 - mac
4078 - linux
4079 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004080- name: public_headers_must_be_c89
4081 build: test
4082 language: c89
4083 src:
4084 - test/core/surface/public_headers_must_be_c89.c
4085 deps:
4086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004088vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004089- linkage: static
4090 name: grpc.dependencies.zlib
4091 props: false
4092 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004093 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004094- linkage: static
4095 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004096 props: true
4097 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004098 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004099- name: gflags
4100 props: false
4101 redist: false
4102 version: 2.1.2.1
4103- name: gtest
4104 props: false
4105 redist: false
4106 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004107configs:
4108 asan:
4109 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004110 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4111 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004112 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004113 LD: clang
4114 LDFLAGS: -fsanitize=address
4115 LDXX: clang++
4116 compile_the_world: true
4117 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004118 ASAN_OPTIONS: detect_leaks=1:color=always
4119 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004120 asan-noleaks:
4121 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004122 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4123 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004124 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004125 LD: clang
4126 LDFLAGS: -fsanitize=address
4127 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004128 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004129 test_environ:
4130 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004131 asan-trace-cmp:
4132 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004133 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4134 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004135 CXX: clang++
4136 LD: clang
4137 LDFLAGS: -fsanitize=address
4138 LDXX: clang++
4139 compile_the_world: true
4140 test_environ:
4141 ASAN_OPTIONS: detect_leaks=1:color=always
4142 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004143 basicprof:
4144 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4145 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004146 counters:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004147 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004148 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004149 dbg:
4150 CPPFLAGS: -O0
4151 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004152 gcov:
4153 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004154 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004155 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004156 DEFINES: _DEBUG DEBUG GPR_GCOV
4157 LD: gcc
4158 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4159 LDXX: g++
4160 helgrind:
4161 CPPFLAGS: -O0
4162 DEFINES: _DEBUG DEBUG
4163 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004164 valgrind: --tool=helgrind
4165 memcheck:
4166 CPPFLAGS: -O0
4167 DEFINES: _DEBUG DEBUG
4168 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004169 valgrind: --tool=memcheck --leak-check=full
4170 msan:
4171 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004172 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4173 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4174 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004175 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004176 DEFINES: NDEBUG
4177 LD: clang
4178 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4179 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4180 LDXX: clang++
4181 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004182 mutrace:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004183 CPPFLAGS: -O3 -fno-omit-frame-pointer
Craig Tillerc3b88b02016-05-16 11:21:17 -07004184 DEFINES: NDEBUG
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004185 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004186 opt:
Craig Tillerf9abb292017-03-01 13:38:37 -08004187 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004188 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004189 stapprof:
4190 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4191 DEFINES: NDEBUG
4192 tsan:
4193 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004194 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004195 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004196 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004197 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004198 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004199 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004200 LDXX: clang++
4201 compile_the_world: true
4202 test_environ:
4203 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004204 ubsan:
4205 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004206 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4207 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004208 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004209 DEFINES: NDEBUG
4210 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004211 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004212 LDXX: clang++
4213 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004214 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004215 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004216defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004217 benchmark:
4218 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004219 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004220 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004221 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004222 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004223 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004224 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004225 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004226 LDFLAGS: -g
4227 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004228 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004229 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004230node_modules:
4231- deps:
4232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004233 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004234 - boringssl
4235 - z
murgatroid9994a75412015-11-19 14:04:53 -08004236 headers:
4237 - src/node/ext/byte_buffer.h
4238 - src/node/ext/call.h
4239 - src/node/ext/call_credentials.h
4240 - src/node/ext/channel.h
4241 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004242 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004243 - src/node/ext/server.h
4244 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004245 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004246 - src/node/ext/timeval.h
4247 js:
4248 - src/node/index.js
4249 - src/node/src/client.js
4250 - src/node/src/common.js
4251 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004252 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004253 - src/node/src/metadata.js
4254 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004255 name: grpc_node
4256 src:
4257 - src/node/ext/byte_buffer.cc
4258 - src/node/ext/call.cc
4259 - src/node/ext/call_credentials.cc
4260 - src/node/ext/channel.cc
4261 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004262 - src/node/ext/completion_queue_threadpool.cc
4263 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004264 - src/node/ext/node_grpc.cc
4265 - src/node/ext/server.cc
4266 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004267 - src/node/ext/server_generic.cc
4268 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004269 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004270 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004271openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004272 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004273 extraction_dir: openssl-1.0.2f
4274 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004275php_config_m4:
4276 deps:
4277 - grpc
4278 - gpr
4279 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004280 headers:
4281 - src/php/ext/grpc/byte_buffer.h
4282 - src/php/ext/grpc/call.h
4283 - src/php/ext/grpc/call_credentials.h
4284 - src/php/ext/grpc/channel.h
4285 - src/php/ext/grpc/channel_credentials.h
4286 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004287 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004288 - src/php/ext/grpc/php_grpc.h
4289 - src/php/ext/grpc/server.h
4290 - src/php/ext/grpc/server_credentials.h
4291 - src/php/ext/grpc/timeval.h
4292 src:
4293 - src/php/ext/grpc/byte_buffer.c
4294 - src/php/ext/grpc/call.c
4295 - src/php/ext/grpc/call_credentials.c
4296 - src/php/ext/grpc/channel.c
4297 - src/php/ext/grpc/channel_credentials.c
4298 - src/php/ext/grpc/completion_queue.c
4299 - src/php/ext/grpc/php_grpc.c
4300 - src/php/ext/grpc/server.c
4301 - src/php/ext/grpc/server_credentials.c
4302 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004303python_dependencies:
4304 deps:
4305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004306 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004307 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004308 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004309ruby_gem:
4310 deps:
4311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004313 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004314 - z