blob: dae06e6f93e0c5a38d596995ddb08da264924160 [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
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700589 - test/core/end2end/fixtures/http_proxy.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
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700605 - test/core/end2end/fixtures/http_proxy.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
1224 deps:
1225 - benchmark
1226 - grpc++
1227 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001228- name: grpc_cli_libs
1229 build: private
1230 language: c++
1231 headers:
1232 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001233 - test/cpp/util/cli_credentials.h
1234 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001235 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001236 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001237 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001238 src:
1239 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001240 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001241 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001242 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001243 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001244 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001245 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001246 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001247 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001248 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001249 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: grpc_plugin_support
1251 build: protoc
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001254 - src/compiler/config.h
1255 - src/compiler/cpp_generator.h
1256 - src/compiler/cpp_generator_helpers.h
1257 - src/compiler/csharp_generator.h
1258 - src/compiler/csharp_generator_helpers.h
1259 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001260 - src/compiler/node_generator.h
1261 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001262 - src/compiler/objective_c_generator.h
1263 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001264 - src/compiler/php_generator.h
1265 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001266 - src/compiler/python_generator.h
1267 - src/compiler/ruby_generator.h
1268 - src/compiler/ruby_generator_helpers-inl.h
1269 - src/compiler/ruby_generator_map-inl.h
1270 - src/compiler/ruby_generator_string-inl.h
1271 src:
1272 - src/compiler/cpp_generator.cc
1273 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001274 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001275 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001276 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001277 - src/compiler/python_generator.cc
1278 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001279 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001280 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281 secure: false
1282 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001283 vs_props:
1284 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001285- name: http2_client_main
1286 build: private
1287 language: c++
1288 headers:
1289 - test/cpp/interop/http2_client.h
1290 src:
1291 - src/proto/grpc/testing/empty.proto
1292 - src/proto/grpc/testing/messages.proto
1293 - src/proto/grpc/testing/test.proto
1294 - test/cpp/interop/http2_client.cc
1295 deps:
1296 - grpc++_test_util
1297 - grpc_test_util
1298 - grpc++
1299 - grpc
1300 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: interop_client_helper
1302 build: private
1303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001304 headers:
1305 - test/cpp/interop/client_helper.h
1306 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001307 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001308 - test/cpp/interop/client_helper.cc
1309 deps:
1310 - grpc++_test_util
1311 - grpc_test_util
1312 - grpc++
1313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: interop_client_main
1316 build: private
1317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001318 headers:
1319 - test/cpp/interop/interop_client.h
1320 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001321 - src/proto/grpc/testing/empty.proto
1322 - src/proto/grpc/testing/messages.proto
1323 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001324 - test/cpp/interop/client.cc
1325 - test/cpp/interop/interop_client.cc
1326 deps:
1327 - interop_client_helper
1328 - grpc++_test_util
1329 - grpc_test_util
1330 - grpc++
1331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001334 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: interop_server_helper
1336 build: private
1337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001338 headers:
1339 - test/cpp/interop/server_helper.h
1340 src:
1341 - test/cpp/interop/server_helper.cc
1342 deps:
yang-gcc591022017-01-11 11:10:43 -08001343 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001344 - grpc_test_util
1345 - grpc++
1346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001347 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001348- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001349 build: private
1350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001352 - src/proto/grpc/testing/empty.proto
1353 - src/proto/grpc/testing/messages.proto
1354 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001355 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001356 deps:
1357 - interop_server_helper
1358 - grpc++_test_util
1359 - grpc_test_util
1360 - grpc++
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001364 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001365- name: interop_server_main
1366 build: private
1367 language: c++
1368 src:
1369 - test/cpp/interop/interop_server_bootstrap.cc
1370 deps:
1371 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001372- name: qps
1373 build: private
1374 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001375 headers:
1376 - test/cpp/qps/client.h
1377 - test/cpp/qps/driver.h
1378 - test/cpp/qps/histogram.h
1379 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001380 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001381 - test/cpp/qps/qps_worker.h
1382 - test/cpp/qps/report.h
1383 - test/cpp/qps/server.h
1384 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001385 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001386 - test/cpp/util/benchmark_config.h
1387 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001388 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001389 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001390 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001391 - src/proto/grpc/testing/control.proto
1392 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001393 - test/cpp/qps/client_async.cc
1394 - test/cpp/qps/client_sync.cc
1395 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001396 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001397 - test/cpp/qps/qps_worker.cc
1398 - test/cpp/qps/report.cc
1399 - test/cpp/qps/server_async.cc
1400 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001401 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001402 - test/cpp/util/benchmark_config.cc
1403 deps:
1404 - grpc_test_util
1405 - grpc++_test_util
1406 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: grpc_csharp_ext
1408 build: all
1409 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - src/csharp/ext/grpc_csharp_ext.c
1412 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001415 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001416 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417 dll: only
1418 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001419 vs_packages:
1420 - grpc.dependencies.openssl
1421 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001423 vs_props:
1424 - zlib
1425 - openssl
1426 - winsock
1427 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001429- name: alarm_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/surface/alarm_test.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001437 - gpr_test_util
1438 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001439- name: algorithm_test
1440 build: test
1441 language: c
1442 src:
1443 - test/core/compression/algorithm_test.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001449- name: alloc_test
1450 build: test
1451 language: c
1452 src:
1453 - test/core/support/alloc_test.c
1454 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457- name: alpn_test
1458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/transport/chttp2/alpn_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001465 - gpr_test_util
1466 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001467- name: api_fuzzer
1468 build: fuzzer
1469 language: c
1470 src:
1471 - test/core/end2end/fuzzers/api_fuzzer.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
1475 - gpr_test_util
1476 - gpr
1477 corpus_dirs:
1478 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001479 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001480 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001481- name: bad_server_response_test
1482 build: test
1483 language: c
1484 src:
1485 - test/core/end2end/bad_server_response_test.c
1486 deps:
1487 - test_tcp_server
1488 - grpc_test_util
1489 - grpc
1490 - gpr_test_util
1491 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001492 exclude_iomgrs:
1493 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001494- name: bdp_estimator_test
1495 build: test
1496 language: c
1497 src:
1498 - test/core/transport/bdp_estimator_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
1502 - gpr_test_util
1503 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001504- name: bin_decoder_test
1505 build: test
1506 language: c
1507 src:
1508 - test/core/transport/chttp2/bin_decoder_test.c
1509 deps:
1510 - grpc_test_util
1511 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001512- name: bin_encoder_test
1513 build: test
1514 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001515 src:
1516 - test/core/transport/chttp2/bin_encoder_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001520- name: census_context_test
1521 build: test
1522 language: c
1523 src:
1524 - test/core/census/context_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001530- name: census_resource_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/census/resource_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
1538 - gpr_test_util
1539 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001540- name: census_trace_context_test
1541 build: test
1542 language: c
1543 src:
1544 - test/core/census/trace_context_test.c
1545 deps:
1546 - grpc_test_util
1547 - grpc
1548 - gpr_test_util
1549 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001550- name: channel_create_test
1551 build: test
1552 language: c
1553 src:
1554 - test/core/surface/channel_create_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001560- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561 build: test
1562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001563 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001564 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001565 deps:
1566 - grpc_test_util
1567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001568 - gpr_test_util
1569 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570- name: chttp2_stream_map_test
1571 build: test
1572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001573 src:
1574 - test/core/transport/chttp2/stream_map_test.c
1575 deps:
1576 - grpc_test_util
1577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001578 - gpr_test_util
1579 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001580- name: chttp2_varint_test
1581 build: test
1582 language: c
1583 src:
1584 - test/core/transport/chttp2/varint_test.c
1585 deps:
1586 - grpc_test_util
1587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001588 - gpr_test_util
1589 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001590- name: client_fuzzer
1591 build: fuzzer
1592 language: c
1593 src:
1594 - test/core/end2end/fuzzers/client_fuzzer.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
1598 - gpr_test_util
1599 - gpr
1600 corpus_dirs:
1601 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001602 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001603 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001604- name: combiner_test
1605 cpu_cost: 30
1606 build: test
1607 language: c
1608 src:
1609 - test/core/iomgr/combiner_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
1613 - gpr_test_util
1614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615- name: compression_test
1616 build: test
1617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
1619 - test/core/compression/compression_test.c
1620 deps:
1621 - grpc_test_util
1622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr_test_util
1624 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001625- name: concurrent_connectivity_test
1626 build: test
1627 language: c
1628 src:
1629 - test/core/surface/concurrent_connectivity_test.c
1630 deps:
1631 - grpc_test_util
1632 - grpc
1633 - gpr_test_util
1634 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001635 exclude_iomgrs:
1636 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001637- name: connection_refused_test
1638 cpu_cost: 0.1
1639 build: test
1640 language: c
1641 src:
1642 - test/core/end2end/connection_refused_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001648- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001649 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001650 build: test
1651 language: c
1652 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001653 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001654 deps:
1655 - grpc_test_util
1656 - grpc
1657 - gpr_test_util
1658 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001659 exclude_iomgrs:
1660 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001661- name: dns_resolver_test
1662 build: test
1663 language: c
1664 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001665 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001672 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673 build: test
1674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001675 src:
1676 - test/core/end2end/dualstack_socket_test.c
1677 deps:
1678 - grpc_test_util
1679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001682 exclude_iomgrs:
1683 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001684 platforms:
1685 - mac
1686 - linux
1687 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001688- name: endpoint_pair_test
1689 build: test
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/iomgr/endpoint_pair_test.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001698 exclude_iomgrs:
1699 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001700- name: ev_epoll_linux_test
1701 build: test
1702 language: c
1703 src:
1704 - test/core/iomgr/ev_epoll_linux_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
1708 - gpr_test_util
1709 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001710 exclude_iomgrs:
1711 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001712 platforms:
1713 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714- name: fd_conservation_posix_test
1715 build: test
1716 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001717 src:
1718 - test/core/iomgr/fd_conservation_posix_test.c
1719 deps:
1720 - grpc_test_util
1721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001722 - gpr_test_util
1723 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001724 exclude_iomgrs:
1725 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001726 platforms:
1727 - mac
1728 - linux
1729 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: fd_posix_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/iomgr/fd_posix_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001740 exclude_iomgrs:
1741 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001742 platforms:
1743 - mac
1744 - linux
1745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fling_client
1747 build: test
1748 run: false
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/fling/client.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: fling_server
1758 build: test
1759 run: false
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/fling/server.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001769 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/fling/fling_stream_test.c
1774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001779 platforms:
1780 - mac
1781 - linux
1782 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001784 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785 build: test
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/fling/fling_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001794 platforms:
1795 - mac
1796 - linux
1797 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: gen_hpack_tables
1799 build: tool
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - tools/codegen/core/gen_hpack_tables.c
1803 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001805 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: gen_legal_metadata_characters
1807 build: tool
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001812- name: gen_percent_encoding_tables
1813 build: tool
1814 language: c
1815 src:
1816 - tools/codegen/core/gen_percent_encoding_tables.c
1817 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001818- name: goaway_server_test
1819 cpu_cost: 0.1
1820 build: test
1821 language: c
1822 src:
1823 - test/core/end2end/goaway_server_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
1827 - gpr_test_util
1828 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001829 exclude_iomgrs:
1830 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001831 platforms:
1832 - mac
1833 - linux
1834 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001835- name: gpr_avl_test
1836 build: test
1837 language: c
1838 src:
1839 - test/core/support/avl_test.c
1840 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001843- name: gpr_backoff_test
1844 build: test
1845 language: c
1846 src:
1847 - test/core/support/backoff_test.c
1848 deps:
1849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: gpr_cmdline_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/support/cmdline_test.c
1856 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001859- name: gpr_cpu_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/support/cpu_test.c
1864 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001867- name: gpr_env_test
1868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/env_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gpr_histogram_test
1876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/support/histogram_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_host_port_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/support/host_port_test.c
1888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: gpr_log_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/support/log_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001899- name: gpr_mpscq_test
1900 cpu_cost: 30
1901 build: test
1902 language: c
1903 src:
1904 - test/core/support/mpscq_test.c
1905 deps:
1906 - gpr_test_util
1907 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001908- name: gpr_spinlock_test
1909 cpu_cost: 10
1910 build: test
1911 language: c
1912 src:
1913 - test/core/support/spinlock_test.c
1914 deps:
1915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001918 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/support/stack_lockfree_test.c
1923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: gpr_string_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/support/string_test.c
1931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001935 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/support/sync_test.c
1940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001944 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/support/thd_test.c
1949 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: gpr_time_test
1953 build: test
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/support/time_test.c
1957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: gpr_tls_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/support/tls_test.c
1965 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: gpr_useful_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/support/useful_test.c
1973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: grpc_auth_context_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/security/auth_context_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001986- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987 build: test
1988 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001990 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001991 deps:
1992 - grpc_test_util
1993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: grpc_byte_buffer_reader_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/surface/byte_buffer_reader_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: grpc_channel_args_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/channel/channel_args_test.c
2011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_channel_stack_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/channel/channel_stack_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_completion_queue_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/surface/completion_queue_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002036- name: grpc_completion_queue_threading_test
2037 build: test
2038 language: c
2039 src:
2040 - test/core/surface/completion_queue_threading_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
2044 - gpr_test_util
2045 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002046 exclude_iomgrs:
2047 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: grpc_create_jwt
2049 build: tool
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/security/create_jwt.c
2053 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002056 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: grpc_credentials_test
2058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/security/credentials_test.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002068 build: test
2069 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
2072 - test/core/security/fetch_oauth2.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002078- name: grpc_invalid_channel_args_test
2079 build: test
2080 language: c
2081 src:
2082 - test/core/surface/invalid_channel_args_test.c
2083 deps:
2084 - grpc_test_util
2085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002086 - gpr_test_util
2087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: grpc_json_token_test
2089 build: test
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
2092 - test/core/security/json_token_test.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002098 platforms:
2099 - linux
2100 - posix
2101 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: grpc_jwt_verifier_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/security/jwt_verifier_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: grpc_print_google_default_creds_token
2113 build: tool
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/security/print_google_default_creds_token.c
2117 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: grpc_security_connector_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/security/security_connector_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: grpc_verify_jwt
2131 build: tool
2132 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/core/security/verify_jwt.c
2135 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002138- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002139 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002140 language: c
2141 src:
2142 - test/core/handshake/client_ssl.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002148 exclude_iomgrs:
2149 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002150 platforms:
2151 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002152 secure: true
2153- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002154 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002155 language: c
2156 src:
2157 - test/core/handshake/server_ssl.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
2161 - gpr_test_util
2162 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002163 platforms:
2164 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002165 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002166- name: hpack_parser_fuzzer_test
2167 build: fuzzer
2168 language: c
2169 src:
2170 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
2174 - gpr_test_util
2175 - gpr
2176 corpus_dirs:
2177 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002178 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002179 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: hpack_parser_test
2181 build: test
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - test/core/transport/chttp2/hpack_parser_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: hpack_table_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/transport/chttp2/hpack_table_test.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002200- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002204 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002210- name: http_request_fuzzer_test
2211 build: fuzzer
2212 language: c
2213 src:
2214 - test/core/http/request_fuzzer.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
2218 - gpr_test_util
2219 - gpr
2220 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002221 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002222 maxlen: 2048
2223- name: http_response_fuzzer_test
2224 build: fuzzer
2225 language: c
2226 src:
2227 - test/core/http/response_fuzzer.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
2231 - gpr_test_util
2232 - gpr
2233 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002234 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002235 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002236- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002240 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002246- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002247 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002251 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002252 deps:
2253 - grpc_test_util
2254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002257 platforms:
2258 - mac
2259 - linux
2260 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002261- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002262 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002263 build: test
2264 language: c
2265 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002266 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002267 deps:
2268 - grpc_test_util
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002272 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002273 - linux
yang-gf1183302015-12-07 16:02:05 -08002274- name: init_test
2275 build: test
2276 language: c
2277 src:
2278 - test/core/surface/init_test.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002284- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002285 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002286 build: test
2287 language: c
2288 src:
2289 - test/core/end2end/invalid_call_argument_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002295- name: json_fuzzer_test
2296 build: fuzzer
2297 language: c
2298 src:
2299 - test/core/json/fuzzer.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
2303 - gpr_test_util
2304 - gpr
2305 corpus_dirs:
2306 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002307 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: json_rewrite
2309 build: test
2310 run: false
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
2313 - test/core/json/json_rewrite.c
2314 deps:
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002317- name: json_rewrite_test
2318 build: test
2319 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002320 src:
2321 - test/core/json/json_rewrite_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002327- name: json_stream_error_test
2328 build: test
2329 language: c
2330 src:
2331 - test/core/json/json_stream_error_test.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: json_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/json/json_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: lame_client_test
2348 build: test
2349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/core/surface/lame_client_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002357- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002358 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002359 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002360 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002361 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002362 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002363 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002369- name: load_file_test
2370 build: test
2371 language: c
2372 src:
2373 - test/core/iomgr/load_file_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
2377 - gpr_test_util
2378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: low_level_ping_pong_benchmark
2380 build: benchmark
2381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
2383 - test/core/network_benchmarks/low_level_ping_pong.c
2384 deps:
2385 - grpc_test_util
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002389 platforms:
2390 - mac
2391 - linux
2392 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002393- name: memory_profile_client
2394 build: test
2395 run: false
2396 language: c
2397 src:
2398 - test/core/memory_usage/client.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
2404- name: memory_profile_server
2405 build: test
2406 run: false
2407 language: c
2408 src:
2409 - test/core/memory_usage/server.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
2413 - gpr_test_util
2414 - gpr
2415- name: memory_profile_test
2416 cpu_cost: 1.5
2417 build: test
2418 language: c
2419 src:
2420 - test/core/memory_usage/memory_usage_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
2424 - gpr_test_util
2425 - gpr
2426 platforms:
2427 - mac
2428 - linux
2429 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: message_compress_test
2431 build: test
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
2434 - test/core/compression/message_compress_test.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002438 - gpr_test_util
2439 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002440- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002441 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002442 build: test
2443 language: c
2444 src:
2445 - test/core/census/mlog_test.c
2446 deps:
2447 - grpc_test_util
2448 - grpc
2449 - gpr_test_util
2450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451- name: multiple_server_queues_test
2452 build: test
2453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/core/end2end/multiple_server_queues_test.c
2456 deps:
2457 - grpc_test_util
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002461- name: murmur_hash_test
2462 build: test
2463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
2465 - test/core/support/murmur_hash_test.c
2466 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002467 - gpr_test_util
2468 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002469- name: nanopb_fuzzer_response_test
2470 build: fuzzer
2471 language: c
2472 src:
2473 - test/core/nanopb/fuzzer_response.c
2474 deps:
2475 - grpc_test_util
2476 - grpc
2477 - gpr_test_util
2478 - gpr
2479 corpus_dirs:
2480 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002481 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002482- name: nanopb_fuzzer_serverlist_test
2483 build: fuzzer
2484 language: c
2485 src:
2486 - test/core/nanopb/fuzzer_serverlist.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
2490 - gpr_test_util
2491 - gpr
2492 corpus_dirs:
2493 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002494 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002496 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/core/end2end/no_server_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002506- name: percent_decode_fuzzer
2507 build: fuzzer
2508 language: c
2509 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002510 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002511 deps:
2512 - grpc_test_util
2513 - grpc
2514 - gpr_test_util
2515 - gpr
2516 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002517 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002518 maxlen: 32
2519- name: percent_encode_fuzzer
2520 build: fuzzer
2521 language: c
2522 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002523 - test/core/slice/percent_encode_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_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002531 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002532- name: percent_encoding_test
2533 build: test
2534 language: c
2535 src:
2536 - test/core/slice/percent_encoding_test.c
2537 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002538 - grpc_test_util
2539 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002540 - gpr_test_util
2541 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002542- name: pollset_set_test
2543 build: test
2544 language: c
2545 src:
2546 - test/core/iomgr/pollset_set_test.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
2550 - gpr_test_util
2551 - gpr
2552 exclude_iomgrs:
2553 - uv
2554 platforms:
2555 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002556- name: resolve_address_posix_test
2557 build: test
2558 language: c
2559 src:
2560 - test/core/iomgr/resolve_address_posix_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
2564 - gpr_test_util
2565 - gpr
2566 platforms:
2567 - mac
2568 - linux
2569 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: resolve_address_test
2571 build: test
2572 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/core/iomgr/resolve_address_test.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002578 - gpr_test_util
2579 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002580- name: resource_quota_test
2581 cpu_cost: 30
2582 build: test
2583 language: c
2584 src:
2585 - test/core/iomgr/resource_quota_test.c
2586 deps:
2587 - grpc_test_util
2588 - grpc
2589 - gpr_test_util
2590 - gpr
yang-gd482e592015-12-10 14:04:00 -08002591- name: secure_channel_create_test
2592 build: test
2593 language: c
2594 src:
2595 - test/core/surface/secure_channel_create_test.c
2596 deps:
2597 - grpc_test_util
2598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002599 - gpr_test_util
2600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: secure_endpoint_test
2602 build: test
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/core/security/secure_endpoint_test.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002611 exclude_iomgrs:
2612 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002613- name: sequential_connectivity_test
2614 build: test
2615 language: c
2616 src:
2617 - test/core/surface/sequential_connectivity_test.c
2618 deps:
2619 - grpc_test_util
2620 - grpc
2621 - gpr_test_util
2622 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002623 exclude_iomgrs:
2624 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002625- name: server_chttp2_test
2626 build: test
2627 language: c
2628 src:
2629 - test/core/surface/server_chttp2_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002635- name: server_fuzzer
2636 build: fuzzer
2637 language: c
2638 src:
2639 - test/core/end2end/fuzzers/server_fuzzer.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
2643 - gpr_test_util
2644 - gpr
2645 corpus_dirs:
2646 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002647 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002648 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002649- name: server_test
2650 build: test
2651 language: c
2652 src:
2653 - test/core/surface/server_test.c
2654 deps:
2655 - grpc_test_util
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002659- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002660 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002661 build: test
2662 language: c
2663 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002664 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002665 deps:
2666 - test_tcp_server
2667 - grpc_test_util
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002671 exclude_iomgrs:
2672 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002673- name: slice_buffer_test
2674 build: test
2675 language: c
2676 src:
2677 - test/core/slice/slice_buffer_test.c
2678 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002679 - grpc_test_util
2680 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002681 - gpr_test_util
2682 - gpr
2683- name: slice_string_helpers_test
2684 build: test
2685 language: c
2686 src:
2687 - test/core/slice/slice_string_helpers_test.c
2688 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002689 - grpc_test_util
2690 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002691 - gpr_test_util
2692 - gpr
2693- name: slice_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/slice/slice_test.c
2698 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002699 - grpc_test_util
2700 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002701 - gpr_test_util
2702 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002703- name: sockaddr_resolver_test
2704 build: test
2705 language: c
2706 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002707 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002708 deps:
2709 - grpc_test_util
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: sockaddr_utils_test
2714 build: test
2715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - test/core/iomgr/sockaddr_utils_test.c
2718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002723- name: socket_utils_test
2724 build: test
2725 language: c
2726 src:
2727 - test/core/iomgr/socket_utils_test.c
2728 deps:
2729 - grpc_test_util
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002733 exclude_iomgrs:
2734 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002735 platforms:
2736 - mac
2737 - linux
2738 - posix
yang-g31e21282016-11-04 15:10:03 -07002739- name: ssl_server_fuzzer
2740 build: fuzzer
2741 language: c
2742 src:
2743 - test/core/security/ssl_server_fuzzer.c
2744 deps:
2745 - grpc_test_util
2746 - grpc
2747 - gpr_test_util
2748 - gpr
2749 corpus_dirs:
2750 - test/core/security/corpus/ssl_server_corpus
2751 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002752- name: status_conversion_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/transport/status_conversion_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
2760 - gpr_test_util
2761 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002763 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764 build: test
2765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002766 src:
2767 - test/core/iomgr/tcp_client_posix_test.c
2768 deps:
2769 - grpc_test_util
2770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002771 - gpr_test_util
2772 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002773 exclude_iomgrs:
2774 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002775 platforms:
2776 - mac
2777 - linux
2778 - posix
murgatroid991191b722017-02-08 11:56:52 -08002779- name: tcp_client_uv_test
2780 cpu_cost: 0.5
2781 build: test
2782 language: c
2783 src:
2784 - test/core/iomgr/tcp_client_uv_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
2788 - gpr_test_util
2789 - gpr
2790 exclude_iomgrs:
2791 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002793 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794 build: test
2795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002796 src:
2797 - test/core/iomgr/tcp_posix_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002801 - gpr_test_util
2802 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002803 exclude_iomgrs:
2804 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002805 platforms:
2806 - mac
2807 - linux
2808 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809- name: tcp_server_posix_test
2810 build: test
2811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002812 src:
2813 - test/core/iomgr/tcp_server_posix_test.c
2814 deps:
2815 - grpc_test_util
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002819 exclude_iomgrs:
2820 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002821 platforms:
2822 - mac
2823 - linux
2824 - posix
murgatroid991191b722017-02-08 11:56:52 -08002825- name: tcp_server_uv_test
2826 build: test
2827 language: c
2828 src:
2829 - test/core/iomgr/tcp_server_uv_test.c
2830 deps:
2831 - grpc_test_util
2832 - grpc
2833 - gpr_test_util
2834 - gpr
2835 exclude_iomgrs:
2836 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002837- name: time_averaged_stats_test
2838 build: test
2839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002840 src:
2841 - test/core/iomgr/time_averaged_stats_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847- name: timeout_encoding_test
2848 build: test
2849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002851 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002857- name: timer_heap_test
2858 build: test
2859 language: c
2860 src:
2861 - test/core/iomgr/timer_heap_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002867 exclude_iomgrs:
2868 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002869- name: timer_list_test
2870 build: test
2871 language: c
2872 src:
2873 - test/core/iomgr/timer_list_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002879 exclude_iomgrs:
2880 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002881- name: transport_connectivity_state_test
2882 build: test
2883 language: c
2884 src:
2885 - test/core/transport/connectivity_state_test.c
2886 deps:
2887 - grpc_test_util
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: transport_metadata_test
2892 build: test
2893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
2895 - test/core/transport/metadata_test.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002901- name: transport_pid_controller_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/transport/pid_controller_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911- name: transport_security_test
2912 build: test
2913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/core/tsi/transport_security_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002919 - gpr_test_util
2920 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002921 platforms:
2922 - linux
2923 - posix
2924 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002925- name: udp_server_test
2926 build: test
2927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
2929 - test/core/iomgr/udp_server_test.c
2930 deps:
2931 - grpc_test_util
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002935 exclude_iomgrs:
2936 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002937 platforms:
2938 - mac
2939 - linux
2940 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002941- name: uri_fuzzer_test
2942 build: fuzzer
2943 language: c
2944 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002945 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
2951 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002952 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002953 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: uri_parser_test
2955 build: test
2956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002957 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002958 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002959 deps:
2960 - grpc_test_util
2961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002962 - gpr_test_util
2963 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002964- name: wakeup_fd_cv_test
2965 build: test
2966 language: c
2967 src:
2968 - test/core/iomgr/wakeup_fd_cv_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
2972 - gpr_test_util
2973 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002974 exclude_iomgrs:
2975 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002976 platforms:
2977 - mac
2978 - linux
2979 - posix
vjpai04e992a2016-02-10 16:58:38 -08002980- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002981 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002982 build: test
2983 language: c++
2984 src:
2985 - test/cpp/common/alarm_cpp_test.cc
2986 deps:
2987 - grpc++_test_util
2988 - grpc_test_util
2989 - grpc++
2990 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002991 - gpr_test_util
2992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002994 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995 build: test
2996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - test/cpp/end2end/async_end2end_test.cc
2999 deps:
3000 - grpc++_test_util
3001 - grpc_test_util
3002 - grpc++
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003007 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008 build: test
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - test/cpp/common/auth_property_iterator_test.cc
3012 deps:
3013 - grpc++_test_util
3014 - grpc_test_util
3015 - grpc++
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003019- name: bm_call_create
3020 build: test
3021 language: c++
3022 src:
3023 - test/cpp/microbenchmarks/bm_call_create.cc
3024 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003025 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003026 - benchmark
3027 - grpc++_test_util
3028 - grpc_test_util
3029 - grpc++
3030 - grpc
3031 - gpr_test_util
3032 - gpr
3033 args:
3034 - --benchmark_min_time=0
3035 platforms:
3036 - mac
3037 - linux
3038 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003039- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003040 build: test
3041 language: c++
3042 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003043 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003044 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003045 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003046 - benchmark
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
3051 - gpr_test_util
3052 - gpr
3053 args:
3054 - --benchmark_min_time=0
3055 platforms:
3056 - mac
3057 - linux
3058 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003059- name: bm_closure
3060 build: test
3061 language: c++
3062 src:
3063 - test/cpp/microbenchmarks/bm_closure.cc
3064 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003065 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003066 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003067 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003068 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003069 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003070 - grpc
3071 - gpr_test_util
3072 - gpr
3073 args:
3074 - --benchmark_min_time=0
3075 platforms:
3076 - mac
3077 - linux
3078 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003079- name: bm_cq
3080 build: test
3081 language: c++
3082 src:
3083 - test/cpp/microbenchmarks/bm_cq.cc
3084 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003085 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003086 - benchmark
3087 - grpc++_test_util
3088 - grpc_test_util
3089 - grpc++
3090 - grpc
3091 - gpr_test_util
3092 - gpr
3093 args:
3094 - --benchmark_min_time=0
3095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003099- name: bm_error
3100 build: test
3101 language: c++
3102 src:
3103 - test/cpp/microbenchmarks/bm_error.cc
3104 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003105 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003106 - benchmark
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
3111 - gpr_test_util
3112 - gpr
3113 args:
3114 - --benchmark_min_time=0
3115 platforms:
3116 - mac
3117 - linux
3118 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003119- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003120 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003121 language: c++
3122 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003123 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
3124 deps:
3125 - grpc_benchmark
3126 - benchmark
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
3131 - gpr_test_util
3132 - gpr
3133 args:
3134 - --benchmark_min_time=0
3135 excluded_poll_engines:
3136 - poll
3137 - poll-cv
3138 platforms:
3139 - mac
3140 - linux
3141 - posix
3142 timeout_seconds: 1200
3143- name: bm_fullstack_streaming_pump
3144 build: test
3145 language: c++
3146 src:
3147 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003148 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003149 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003150 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003151 - grpc++_test_util
3152 - grpc_test_util
3153 - grpc++
3154 - grpc
3155 - gpr_test_util
3156 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003157 args:
3158 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003159 excluded_poll_engines:
3160 - poll
3161 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003162 platforms:
3163 - mac
3164 - linux
3165 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003166 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003167- name: bm_fullstack_trickle
3168 build: test
3169 language: c++
3170 src:
3171 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3172 deps:
3173 - grpc_benchmark
3174 - benchmark
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
3179 - gpr_test_util
3180 - gpr
3181 args:
3182 - --benchmark_min_time=0
3183 excluded_poll_engines:
3184 - poll
3185 - poll-cv
3186 platforms:
3187 - mac
3188 - linux
3189 - posix
3190 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003191- name: bm_fullstack_unary_ping_pong
3192 build: test
3193 language: c++
3194 src:
3195 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3196 deps:
3197 - grpc_benchmark
3198 - benchmark
3199 - grpc++_test_util
3200 - grpc_test_util
3201 - grpc++
3202 - grpc
3203 - gpr_test_util
3204 - gpr
3205 args:
3206 - --benchmark_min_time=0
3207 excluded_poll_engines:
3208 - poll
3209 - poll-cv
3210 platforms:
3211 - mac
3212 - linux
3213 - posix
3214 timeout_seconds: 1200
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003215- name: bm_metadata
3216 build: test
3217 language: c++
3218 src:
3219 - test/cpp/microbenchmarks/bm_metadata.cc
3220 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003221 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003222 - benchmark
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 args:
3228 - --benchmark_min_time=0
3229 platforms:
3230 - mac
3231 - linux
3232 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003233- name: bm_pollset
3234 build: test
3235 language: c++
3236 src:
3237 - test/cpp/microbenchmarks/bm_pollset.cc
3238 deps:
3239 - grpc_benchmark
3240 - benchmark
3241 - grpc_test_util
3242 - grpc
3243 - gpr_test_util
3244 - gpr
3245 args:
3246 - --benchmark_min_time=0
3247 platforms:
3248 - mac
3249 - linux
3250 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003252 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 build: test
3254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
yang-g52705592015-11-25 11:45:33 -08003256 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003257 deps:
3258 - grpc++
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003261- name: channel_filter_test
3262 gtest: true
3263 build: test
3264 language: c++
3265 src:
3266 - test/cpp/common/channel_filter_test.cc
3267 deps:
3268 - grpc++
3269 - grpc
3270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003272 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273 build: test
3274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
3276 - test/cpp/util/cli_call_test.cc
3277 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003278 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003279 - grpc++_test_util
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003286 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003287 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288 build: test
3289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003290 src:
3291 - test/cpp/end2end/client_crash_test.cc
3292 deps:
3293 - grpc++_test_util
3294 - grpc_test_util
3295 - grpc++
3296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003297 - gpr_test_util
3298 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003299 platforms:
3300 - mac
3301 - linux
3302 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003303- name: client_crash_test_server
3304 build: test
3305 run: false
3306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003307 src:
3308 - test/cpp/end2end/client_crash_test_server.cc
3309 deps:
3310 - grpc++_test_util
3311 - grpc_test_util
3312 - grpc++
3313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003314 - gpr_test_util
3315 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003316- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003317 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003318 build: test
3319 language: c++
3320 src:
3321 - src/proto/grpc/testing/control.proto
3322 - src/proto/grpc/testing/messages.proto
3323 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003324 - src/proto/grpc/testing/services.proto
3325 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003326 - test/cpp/codegen/codegen_test_full.cc
3327 deps:
3328 - grpc++
3329 - grpc
3330 - gpr
3331 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003332 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003333- name: codegen_test_minimal
3334 gtest: true
3335 build: test
3336 language: c++
3337 src:
3338 - src/proto/grpc/testing/control.proto
3339 - src/proto/grpc/testing/messages.proto
3340 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003341 - src/proto/grpc/testing/services.proto
3342 - src/proto/grpc/testing/stats.proto
3343 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003344 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003345 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003346 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003347- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003348 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003349 build: test
3350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003351 src:
3352 - test/cpp/client/credentials_test.cc
3353 deps:
3354 - grpc++
3355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003358 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359 build: test
3360 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003361 src:
3362 - test/cpp/util/byte_buffer_test.cc
3363 deps:
3364 - grpc_test_util
3365 - grpc++
3366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 - gpr_test_util
3368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003370 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371 build: test
3372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003373 src:
3374 - test/cpp/util/slice_test.cc
3375 deps:
3376 - grpc_test_util
3377 - grpc++
3378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003379 - gpr_test_util
3380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003382 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003383 build: test
3384 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003385 src:
3386 - test/cpp/util/string_ref_test.cc
3387 deps:
3388 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003390 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003391 build: test
3392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003393 src:
3394 - test/cpp/util/time_test.cc
3395 deps:
3396 - grpc_test_util
3397 - grpc++
3398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003399 - gpr_test_util
3400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003402 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003403 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003404 build: test
3405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003406 src:
3407 - test/cpp/end2end/end2end_test.cc
3408 deps:
3409 - grpc++_test_util
3410 - grpc_test_util
3411 - grpc++
3412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003413 - gpr_test_util
3414 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003415- name: filter_end2end_test
3416 gtest: true
3417 build: test
3418 language: c++
3419 src:
3420 - test/cpp/end2end/filter_end2end_test.cc
3421 deps:
3422 - grpc++_test_util
3423 - grpc_test_util
3424 - grpc++
3425 - grpc
3426 - gpr_test_util
3427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003428- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003429 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003430 build: test
3431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003432 src:
3433 - test/cpp/end2end/generic_end2end_test.cc
3434 deps:
3435 - grpc++_test_util
3436 - grpc_test_util
3437 - grpc++
3438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003439 - gpr_test_util
3440 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003441- name: golden_file_test
3442 gtest: true
3443 build: test
3444 language: c++
3445 src:
3446 - src/proto/grpc/testing/compiler_test.proto
3447 - test/cpp/codegen/golden_file_test.cc
3448 deps:
3449 - grpc++
3450 - grpc
3451 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003452 args:
3453 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454- name: grpc_cli
3455 build: test
3456 run: false
3457 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003458 src:
3459 - test/cpp/util/grpc_cli.cc
3460 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003461 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003462 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003463 - grpc++
3464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003466 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003467- name: grpc_cpp_plugin
3468 build: protoc
3469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003470 src:
3471 - src/compiler/cpp_plugin.cc
3472 deps:
3473 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003474 secure: false
3475 vs_config_type: Application
3476 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3477- name: grpc_csharp_plugin
3478 build: protoc
3479 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003480 src:
3481 - src/compiler/csharp_plugin.cc
3482 deps:
3483 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484 secure: false
3485 vs_config_type: Application
3486 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003487- name: grpc_node_plugin
3488 build: protoc
3489 language: c++
3490 src:
3491 - src/compiler/node_plugin.cc
3492 deps:
3493 - grpc_plugin_support
3494 secure: false
3495 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003496- name: grpc_objective_c_plugin
3497 build: protoc
3498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003499 src:
3500 - src/compiler/objective_c_plugin.cc
3501 deps:
3502 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503 secure: false
3504 vs_config_type: Application
3505 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003506- name: grpc_php_plugin
3507 build: protoc
3508 language: c++
3509 src:
3510 - src/compiler/php_plugin.cc
3511 deps:
3512 - grpc_plugin_support
3513 secure: false
3514 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: grpc_python_plugin
3516 build: protoc
3517 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003518 src:
3519 - src/compiler/python_plugin.cc
3520 deps:
3521 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003522 secure: false
3523 vs_config_type: Application
3524 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3525- name: grpc_ruby_plugin
3526 build: protoc
3527 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003528 src:
3529 - src/compiler/ruby_plugin.cc
3530 deps:
3531 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532 secure: false
3533 vs_config_type: Application
3534 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003535- name: grpc_tool_test
3536 gtest: true
3537 build: test
3538 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003539 src:
3540 - src/proto/grpc/testing/echo.proto
3541 - src/proto/grpc/testing/echo_messages.proto
3542 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003543 deps:
3544 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003545 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003546 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003547 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003548 - grpc_test_util
3549 - grpc++
3550 - grpc
3551 - gpr_test_util
3552 - gpr
3553 filegroups:
3554 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003555- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003556 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003557 build: test
3558 language: c++
3559 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003560 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003561 - test/cpp/grpclb/grpclb_api_test.cc
3562 deps:
3563 - grpc++_test_util
3564 - grpc_test_util
3565 - grpc++
3566 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003567- name: grpclb_test
3568 gtest: false
3569 build: test
3570 language: c++
3571 src:
3572 - src/proto/grpc/lb/v1/load_balancer.proto
3573 - test/cpp/grpclb/grpclb_test.cc
3574 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003575 - grpc++_test_util
3576 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003577 - grpc++
3578 - grpc
3579 - gpr_test_util
3580 - gpr
yang-gad327642016-12-12 14:32:09 -08003581- name: health_service_end2end_test
3582 gtest: true
3583 build: test
3584 language: c++
3585 src:
3586 - test/cpp/end2end/health_service_end2end_test.cc
3587 deps:
3588 - grpc++_test_util
3589 - grpc_test_util
3590 - grpc++
3591 - grpc
3592 - gpr_test_util
3593 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003594- name: http2_client
3595 build: test
3596 run: false
3597 language: c++
3598 src: []
3599 deps:
3600 - http2_client_main
3601 - grpc++_test_util
3602 - grpc_test_util
3603 - grpc++
3604 - grpc
3605 - grpc++_test_config
3606 platforms:
3607 - mac
3608 - linux
3609 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003610- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003611 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003612 build: test
3613 language: c++
3614 src:
3615 - test/cpp/end2end/hybrid_end2end_test.cc
3616 deps:
3617 - grpc++_test_util
3618 - grpc_test_util
3619 - grpc++
3620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003621 - gpr_test_util
3622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623- name: interop_client
3624 build: test
3625 run: false
3626 language: c++
3627 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003628 deps:
3629 - interop_client_main
3630 - interop_client_helper
3631 - grpc++_test_util
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003635 - gpr_test_util
3636 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003637 - grpc++_test_config
3638 platforms:
3639 - mac
3640 - linux
3641 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003642- name: interop_server
3643 build: test
3644 run: false
3645 language: c++
3646 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003647 deps:
3648 - interop_server_main
3649 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003650 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003651 - grpc++_test_util
3652 - grpc_test_util
3653 - grpc++
3654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003655 - gpr_test_util
3656 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003657 - grpc++_test_config
3658 platforms:
3659 - mac
3660 - linux
3661 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003662- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003663 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003664 build: test
3665 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003666 src:
3667 - test/cpp/interop/interop_test.cc
3668 deps:
3669 - grpc_test_util
3670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003671 - gpr_test_util
3672 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003673 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003674 platforms:
3675 - mac
3676 - linux
3677 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003678- name: json_run_localhost
3679 build: test
3680 run: false
3681 language: c++
3682 src:
3683 - test/cpp/qps/json_run_localhost.cc
3684 deps:
3685 - grpc++_test_util
3686 - grpc_test_util
3687 - grpc++
3688 - grpc
3689 - gpr_test_util
3690 - gpr
3691 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003692 platforms:
3693 - mac
3694 - linux
3695 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003696- name: metrics_client
3697 build: test
3698 run: false
3699 language: c++
3700 headers:
3701 - test/cpp/util/metrics_server.h
3702 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003703 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003704 - test/cpp/interop/metrics_client.cc
3705 deps:
3706 - grpc++
3707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003708 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003709 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003710- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003711 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003712 build: test
3713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003714 src:
3715 - test/cpp/end2end/mock_test.cc
3716 deps:
3717 - grpc++_test_util
3718 - grpc_test_util
3719 - grpc++
3720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003721 - gpr_test_util
3722 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003723- name: noop-benchmark
3724 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003725 language: c++
3726 src:
3727 - test/cpp/microbenchmarks/noop-benchmark.cc
3728 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003729 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003730- name: proto_server_reflection_test
3731 gtest: true
3732 build: test
3733 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003734 src:
3735 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003736 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003737 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003738 - grpc++_reflection
3739 - grpc++_test_util
3740 - grpc_test_util
3741 - grpc++
3742 - grpc
3743 - gpr_test_util
3744 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003745- name: proto_utils_test
3746 gtest: true
3747 build: test
3748 language: c++
3749 src:
3750 - test/cpp/codegen/proto_utils_test.cc
3751 deps:
3752 - grpc++
3753 - grpc
3754 filegroups:
3755 - grpc++_codegen_base
3756 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757- name: qps_interarrival_test
3758 build: test
3759 run: false
3760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003761 src:
3762 - test/cpp/qps/qps_interarrival_test.cc
3763 deps:
3764 - qps
3765 - grpc++_test_util
3766 - grpc_test_util
3767 - grpc++
3768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 - gpr_test_util
3770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003771 platforms:
3772 - mac
3773 - linux
3774 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003775- name: qps_json_driver
3776 build: test
3777 run: false
3778 language: c++
3779 src:
3780 - test/cpp/qps/qps_json_driver.cc
3781 deps:
3782 - qps
3783 - grpc++_test_util
3784 - grpc_test_util
3785 - grpc++
3786 - grpc
3787 - gpr_test_util
3788 - gpr
3789 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003790- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003791 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003792 build: test
3793 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003794 src:
3795 - test/cpp/qps/qps_openloop_test.cc
3796 deps:
3797 - qps
3798 - grpc++_test_util
3799 - grpc_test_util
3800 - grpc++
3801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003802 - gpr_test_util
3803 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003804 - grpc++_test_config
3805 platforms:
3806 - mac
3807 - linux
3808 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003809- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003810 build: test
3811 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003812 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003813 headers:
3814 - test/cpp/qps/client.h
3815 - test/cpp/qps/server.h
3816 src:
3817 - test/cpp/qps/worker.cc
3818 deps:
3819 - qps
3820 - grpc++_test_util
3821 - grpc_test_util
3822 - grpc++
3823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003824 - gpr_test_util
3825 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003826 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003827- name: reconnect_interop_client
3828 build: test
3829 run: false
3830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003831 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003832 - src/proto/grpc/testing/empty.proto
3833 - src/proto/grpc/testing/messages.proto
3834 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003835 - test/cpp/interop/reconnect_interop_client.cc
3836 deps:
3837 - grpc++_test_util
3838 - grpc_test_util
3839 - grpc++
3840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003841 - gpr_test_util
3842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003843 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003844- name: reconnect_interop_server
3845 build: test
3846 run: false
3847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003848 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003849 - src/proto/grpc/testing/empty.proto
3850 - src/proto/grpc/testing/messages.proto
3851 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003852 - test/cpp/interop/reconnect_interop_server.cc
3853 deps:
3854 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003855 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003856 - grpc++_test_util
3857 - grpc_test_util
3858 - grpc++
3859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003860 - gpr_test_util
3861 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003862 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003863- name: round_robin_end2end_test
3864 gtest: true
3865 build: test
3866 language: c++
3867 src:
3868 - test/cpp/end2end/round_robin_end2end_test.cc
3869 deps:
3870 - grpc++_test_util
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
3874 - gpr_test_util
3875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003877 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878 build: test
3879 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003880 src:
3881 - test/cpp/common/secure_auth_context_test.cc
3882 deps:
3883 - grpc++_test_util
3884 - grpc_test_util
3885 - grpc++
3886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 - gpr_test_util
3888 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003889- name: secure_sync_unary_ping_pong_test
3890 build: test
3891 language: c++
3892 src:
3893 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3894 deps:
3895 - qps
3896 - grpc++_test_util
3897 - grpc_test_util
3898 - grpc++
3899 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003900 - gpr_test_util
3901 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003902 platforms:
3903 - mac
3904 - linux
3905 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003906- name: server_builder_plugin_test
3907 gtest: true
3908 build: test
3909 language: c++
3910 src:
3911 - test/cpp/end2end/server_builder_plugin_test.cc
3912 deps:
3913 - grpc++_test_util
3914 - grpc_test_util
3915 - grpc++
3916 - grpc
3917 - gpr_test_util
3918 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003919- name: server_context_test_spouse_test
3920 gtest: true
3921 build: test
3922 language: c++
3923 src:
3924 - test/cpp/test/server_context_test_spouse_test.cc
3925 deps:
3926 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003927 - grpc++
3928 - grpc
3929 - gpr_test_util
3930 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003931 uses:
3932 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003933- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003934 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003935 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003936 build: test
3937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003938 src:
3939 - test/cpp/end2end/server_crash_test.cc
3940 deps:
3941 - grpc++_test_util
3942 - grpc_test_util
3943 - grpc++
3944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003945 - gpr_test_util
3946 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003947 platforms:
3948 - mac
3949 - linux
3950 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: server_crash_test_client
3952 build: test
3953 run: false
3954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003955 src:
3956 - test/cpp/end2end/server_crash_test_client.cc
3957 deps:
3958 - grpc++_test_util
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003964- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003965 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003966 build: test
3967 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003968 src:
3969 - test/cpp/end2end/shutdown_test.cc
3970 deps:
3971 - grpc++_test_util
3972 - grpc_test_util
3973 - grpc++
3974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003975 - gpr_test_util
3976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977- name: status_test
3978 build: test
3979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003980 src:
3981 - test/cpp/util/status_test.cc
3982 deps:
3983 - grpc_test_util
3984 - grpc++
3985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003986 - gpr_test_util
3987 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003988- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003990 build: test
3991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003992 src:
3993 - test/cpp/end2end/streaming_throughput_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003999 - gpr_test_util
4000 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004001 platforms:
4002 - mac
4003 - linux
4004 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004005- name: stress_test
4006 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004007 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004008 language: c++
4009 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004010 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004011 - test/cpp/interop/interop_client.h
4012 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004013 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004014 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004015 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004016 - src/proto/grpc/testing/empty.proto
4017 - src/proto/grpc/testing/messages.proto
4018 - src/proto/grpc/testing/metrics.proto
4019 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004020 - test/cpp/interop/interop_client.cc
4021 - test/cpp/interop/stress_interop_client.cc
4022 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004023 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004024 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004025 deps:
4026 - grpc++_test_util
4027 - grpc_test_util
4028 - grpc++
4029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004030 - gpr_test_util
4031 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004032 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004033- name: thread_manager_test
4034 build: test
4035 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004036 src:
4037 - test/cpp/thread_manager/thread_manager_test.cc
4038 deps:
4039 - grpc++
4040 - grpc
4041 - gpr
4042 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004043- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004044 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004045 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004046 build: test
4047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004048 src:
4049 - test/cpp/end2end/thread_stress_test.cc
4050 deps:
4051 - grpc++_test_util
4052 - grpc_test_util
4053 - grpc++
4054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004055 - gpr_test_util
4056 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004057- name: writes_per_rpc_test
4058 gtest: true
4059 cpu_cost: 0.5
4060 build: test
4061 language: c++
4062 src:
4063 - test/cpp/performance/writes_per_rpc_test.cc
4064 deps:
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - grpc++
4068 - grpc
4069 - gpr_test_util
4070 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004071 platforms:
4072 - mac
4073 - linux
4074 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004075- name: public_headers_must_be_c89
4076 build: test
4077 language: c89
4078 src:
4079 - test/core/surface/public_headers_must_be_c89.c
4080 deps:
4081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004083vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004084- linkage: static
4085 name: grpc.dependencies.zlib
4086 props: false
4087 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004088 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004089- linkage: static
4090 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004091 props: true
4092 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004093 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004094- name: gflags
4095 props: false
4096 redist: false
4097 version: 2.1.2.1
4098- name: gtest
4099 props: false
4100 redist: false
4101 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004102configs:
4103 asan:
4104 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004105 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4106 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004107 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004108 LD: clang
4109 LDFLAGS: -fsanitize=address
4110 LDXX: clang++
4111 compile_the_world: true
4112 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004113 ASAN_OPTIONS: detect_leaks=1:color=always
4114 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004115 asan-noleaks:
4116 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004117 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4118 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004119 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004120 LD: clang
4121 LDFLAGS: -fsanitize=address
4122 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004123 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004124 test_environ:
4125 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004126 asan-trace-cmp:
4127 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004128 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4129 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004130 CXX: clang++
4131 LD: clang
4132 LDFLAGS: -fsanitize=address
4133 LDXX: clang++
4134 compile_the_world: true
4135 test_environ:
4136 ASAN_OPTIONS: detect_leaks=1:color=always
4137 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004138 basicprof:
4139 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4140 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004141 counters:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004142 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004143 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004144 dbg:
4145 CPPFLAGS: -O0
4146 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004147 gcov:
4148 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004149 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004150 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004151 DEFINES: _DEBUG DEBUG GPR_GCOV
4152 LD: gcc
4153 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4154 LDXX: g++
4155 helgrind:
4156 CPPFLAGS: -O0
4157 DEFINES: _DEBUG DEBUG
4158 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004159 valgrind: --tool=helgrind
4160 memcheck:
4161 CPPFLAGS: -O0
4162 DEFINES: _DEBUG DEBUG
4163 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004164 valgrind: --tool=memcheck --leak-check=full
4165 msan:
4166 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004167 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4168 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4169 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004170 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004171 DEFINES: NDEBUG
4172 LD: clang
4173 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4174 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4175 LDXX: clang++
4176 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004177 mutrace:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004178 CPPFLAGS: -O3 -fno-omit-frame-pointer
Craig Tillerc3b88b02016-05-16 11:21:17 -07004179 DEFINES: NDEBUG
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004180 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004181 opt:
Craig Tillerf9abb292017-03-01 13:38:37 -08004182 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004183 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004184 stapprof:
4185 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4186 DEFINES: NDEBUG
4187 tsan:
4188 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004189 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004190 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004191 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004192 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004193 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004194 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004195 LDXX: clang++
4196 compile_the_world: true
4197 test_environ:
4198 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004199 ubsan:
4200 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004201 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4202 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004203 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004204 DEFINES: NDEBUG
4205 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004206 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004207 LDXX: clang++
4208 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004209 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004210 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004211defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004212 benchmark:
4213 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004214 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004215 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004216 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004217 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004218 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004219 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004220 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004221 LDFLAGS: -g
4222 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004223 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004224 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004225node_modules:
4226- deps:
4227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004228 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004229 - boringssl
4230 - z
murgatroid9994a75412015-11-19 14:04:53 -08004231 headers:
4232 - src/node/ext/byte_buffer.h
4233 - src/node/ext/call.h
4234 - src/node/ext/call_credentials.h
4235 - src/node/ext/channel.h
4236 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004237 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004238 - src/node/ext/server.h
4239 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004240 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004241 - src/node/ext/timeval.h
4242 js:
4243 - src/node/index.js
4244 - src/node/src/client.js
4245 - src/node/src/common.js
4246 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004247 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004248 - src/node/src/metadata.js
4249 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004250 name: grpc_node
4251 src:
4252 - src/node/ext/byte_buffer.cc
4253 - src/node/ext/call.cc
4254 - src/node/ext/call_credentials.cc
4255 - src/node/ext/channel.cc
4256 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004257 - src/node/ext/completion_queue_threadpool.cc
4258 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004259 - src/node/ext/node_grpc.cc
4260 - src/node/ext/server.cc
4261 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004262 - src/node/ext/server_generic.cc
4263 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004264 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004265 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004266openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004267 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004268 extraction_dir: openssl-1.0.2f
4269 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004270php_config_m4:
4271 deps:
4272 - grpc
4273 - gpr
4274 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004275 headers:
4276 - src/php/ext/grpc/byte_buffer.h
4277 - src/php/ext/grpc/call.h
4278 - src/php/ext/grpc/call_credentials.h
4279 - src/php/ext/grpc/channel.h
4280 - src/php/ext/grpc/channel_credentials.h
4281 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004282 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004283 - src/php/ext/grpc/php_grpc.h
4284 - src/php/ext/grpc/server.h
4285 - src/php/ext/grpc/server_credentials.h
4286 - src/php/ext/grpc/timeval.h
4287 src:
4288 - src/php/ext/grpc/byte_buffer.c
4289 - src/php/ext/grpc/call.c
4290 - src/php/ext/grpc/call_credentials.c
4291 - src/php/ext/grpc/channel.c
4292 - src/php/ext/grpc/channel_credentials.c
4293 - src/php/ext/grpc/completion_queue.c
4294 - src/php/ext/grpc/php_grpc.c
4295 - src/php/ext/grpc/server.c
4296 - src/php/ext/grpc/server_credentials.c
4297 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004298python_dependencies:
4299 deps:
4300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004301 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004302 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004303 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004304ruby_gem:
4305 deps:
4306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004308 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004309 - z