blob: e9f622de9edd25eb3087b827f1d86765d69c59fc [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
Craig Tillerf09ec592017-03-03 16:52:37 -08001224 src:
1225 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001226 deps:
1227 - benchmark
1228 - grpc++
1229 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001230- name: grpc_cli_libs
1231 build: private
1232 language: c++
1233 headers:
1234 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001235 - test/cpp/util/cli_credentials.h
1236 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001237 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001238 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001239 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001240 src:
1241 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001242 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001243 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001244 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001245 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001246 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001247 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001248 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001249 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001250 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001251 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: grpc_plugin_support
1253 build: protoc
1254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001255 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001256 - src/compiler/config.h
1257 - src/compiler/cpp_generator.h
1258 - src/compiler/cpp_generator_helpers.h
1259 - src/compiler/csharp_generator.h
1260 - src/compiler/csharp_generator_helpers.h
1261 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001262 - src/compiler/node_generator.h
1263 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001264 - src/compiler/objective_c_generator.h
1265 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001266 - src/compiler/php_generator.h
1267 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001268 - src/compiler/python_generator.h
1269 - src/compiler/ruby_generator.h
1270 - src/compiler/ruby_generator_helpers-inl.h
1271 - src/compiler/ruby_generator_map-inl.h
1272 - src/compiler/ruby_generator_string-inl.h
1273 src:
1274 - src/compiler/cpp_generator.cc
1275 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001276 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001277 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001278 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001279 - src/compiler/python_generator.cc
1280 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001281 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001282 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283 secure: false
1284 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001285 vs_props:
1286 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001287- name: http2_client_main
1288 build: private
1289 language: c++
1290 headers:
1291 - test/cpp/interop/http2_client.h
1292 src:
1293 - src/proto/grpc/testing/empty.proto
1294 - src/proto/grpc/testing/messages.proto
1295 - src/proto/grpc/testing/test.proto
1296 - test/cpp/interop/http2_client.cc
1297 deps:
1298 - grpc++_test_util
1299 - grpc_test_util
1300 - grpc++
1301 - grpc
1302 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303- name: interop_client_helper
1304 build: private
1305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001306 headers:
1307 - test/cpp/interop/client_helper.h
1308 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001309 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001310 - test/cpp/interop/client_helper.cc
1311 deps:
1312 - grpc++_test_util
1313 - grpc_test_util
1314 - grpc++
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001317- name: interop_client_main
1318 build: private
1319 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001320 headers:
1321 - test/cpp/interop/interop_client.h
1322 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001323 - src/proto/grpc/testing/empty.proto
1324 - src/proto/grpc/testing/messages.proto
1325 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001326 - test/cpp/interop/client.cc
1327 - test/cpp/interop/interop_client.cc
1328 deps:
1329 - interop_client_helper
1330 - grpc++_test_util
1331 - grpc_test_util
1332 - grpc++
1333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr_test_util
1335 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001336 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337- name: interop_server_helper
1338 build: private
1339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001340 headers:
1341 - test/cpp/interop/server_helper.h
1342 src:
1343 - test/cpp/interop/server_helper.cc
1344 deps:
yang-gcc591022017-01-11 11:10:43 -08001345 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001346 - grpc_test_util
1347 - grpc++
1348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001350- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 build: private
1352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001354 - src/proto/grpc/testing/empty.proto
1355 - src/proto/grpc/testing/messages.proto
1356 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001357 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001358 deps:
1359 - interop_server_helper
1360 - grpc++_test_util
1361 - grpc_test_util
1362 - grpc++
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001366 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001367- name: interop_server_main
1368 build: private
1369 language: c++
1370 src:
1371 - test/cpp/interop/interop_server_bootstrap.cc
1372 deps:
1373 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: qps
1375 build: private
1376 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001377 headers:
1378 - test/cpp/qps/client.h
1379 - test/cpp/qps/driver.h
1380 - test/cpp/qps/histogram.h
1381 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001382 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001383 - test/cpp/qps/qps_worker.h
1384 - test/cpp/qps/report.h
1385 - test/cpp/qps/server.h
1386 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001387 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001388 - test/cpp/util/benchmark_config.h
1389 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001390 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001391 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001392 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001393 - src/proto/grpc/testing/control.proto
1394 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001395 - test/cpp/qps/client_async.cc
1396 - test/cpp/qps/client_sync.cc
1397 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001398 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001399 - test/cpp/qps/qps_worker.cc
1400 - test/cpp/qps/report.cc
1401 - test/cpp/qps/server_async.cc
1402 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001403 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001404 - test/cpp/util/benchmark_config.cc
1405 deps:
1406 - grpc_test_util
1407 - grpc++_test_util
1408 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001409- name: grpc_csharp_ext
1410 build: all
1411 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001412 src:
1413 - src/csharp/ext/grpc_csharp_ext.c
1414 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001417 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001418 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419 dll: only
1420 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001421 vs_packages:
1422 - grpc.dependencies.openssl
1423 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001425 vs_props:
1426 - zlib
1427 - openssl
1428 - winsock
1429 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001431- name: alarm_test
1432 build: test
1433 language: c
1434 src:
1435 - test/core/surface/alarm_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001439 - gpr_test_util
1440 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001441- name: algorithm_test
1442 build: test
1443 language: c
1444 src:
1445 - test/core/compression/algorithm_test.c
1446 deps:
1447 - grpc_test_util
1448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001449 - gpr_test_util
1450 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001451- name: alloc_test
1452 build: test
1453 language: c
1454 src:
1455 - test/core/support/alloc_test.c
1456 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: alpn_test
1460 build: test
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/transport/chttp2/alpn_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001469- name: api_fuzzer
1470 build: fuzzer
1471 language: c
1472 src:
1473 - test/core/end2end/fuzzers/api_fuzzer.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
1477 - gpr_test_util
1478 - gpr
1479 corpus_dirs:
1480 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001481 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001482 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001483- name: bad_server_response_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/end2end/bad_server_response_test.c
1488 deps:
1489 - test_tcp_server
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001494 exclude_iomgrs:
1495 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001496- name: bdp_estimator_test
1497 build: test
1498 language: c
1499 src:
1500 - test/core/transport/bdp_estimator_test.c
1501 deps:
1502 - grpc_test_util
1503 - grpc
1504 - gpr_test_util
1505 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001506- name: bin_decoder_test
1507 build: test
1508 language: c
1509 src:
1510 - test/core/transport/chttp2/bin_decoder_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: bin_encoder_test
1515 build: test
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/transport/chttp2/bin_encoder_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001522- name: census_context_test
1523 build: test
1524 language: c
1525 src:
1526 - test/core/census/context_test.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001532- name: census_resource_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/census/resource_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001542- name: census_trace_context_test
1543 build: test
1544 language: c
1545 src:
1546 - test/core/census/trace_context_test.c
1547 deps:
1548 - grpc_test_util
1549 - grpc
1550 - gpr_test_util
1551 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001552- name: channel_create_test
1553 build: test
1554 language: c
1555 src:
1556 - test/core/surface/channel_create_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001562- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001566 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: chttp2_stream_map_test
1573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/transport/chttp2/stream_map_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001580 - gpr_test_util
1581 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001582- name: chttp2_varint_test
1583 build: test
1584 language: c
1585 src:
1586 - test/core/transport/chttp2/varint_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001592- name: client_fuzzer
1593 build: fuzzer
1594 language: c
1595 src:
1596 - test/core/end2end/fuzzers/client_fuzzer.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
1600 - gpr_test_util
1601 - gpr
1602 corpus_dirs:
1603 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001604 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001605 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001606- name: combiner_test
1607 cpu_cost: 30
1608 build: test
1609 language: c
1610 src:
1611 - test/core/iomgr/combiner_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
1615 - gpr_test_util
1616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: compression_test
1618 build: test
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
1621 - test/core/compression/compression_test.c
1622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001627- name: concurrent_connectivity_test
1628 build: test
1629 language: c
1630 src:
1631 - test/core/surface/concurrent_connectivity_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001637 exclude_iomgrs:
1638 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001639- name: connection_refused_test
1640 cpu_cost: 0.1
1641 build: test
1642 language: c
1643 src:
1644 - test/core/end2end/connection_refused_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001650- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001651 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001652 build: test
1653 language: c
1654 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001655 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001656 deps:
1657 - grpc_test_util
1658 - grpc
1659 - gpr_test_util
1660 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001661 exclude_iomgrs:
1662 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001663- name: dns_resolver_test
1664 build: test
1665 language: c
1666 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001667 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001674 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675 build: test
1676 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001677 src:
1678 - test/core/end2end/dualstack_socket_test.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001684 exclude_iomgrs:
1685 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001686 platforms:
1687 - mac
1688 - linux
1689 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001690- name: endpoint_pair_test
1691 build: test
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/iomgr/endpoint_pair_test.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001700 exclude_iomgrs:
1701 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001702- name: ev_epoll_linux_test
1703 build: test
1704 language: c
1705 src:
1706 - test/core/iomgr/ev_epoll_linux_test.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
1710 - gpr_test_util
1711 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001712 exclude_iomgrs:
1713 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001714 platforms:
1715 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716- name: fd_conservation_posix_test
1717 build: test
1718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001719 src:
1720 - test/core/iomgr/fd_conservation_posix_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001726 exclude_iomgrs:
1727 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001728 platforms:
1729 - mac
1730 - linux
1731 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: fd_posix_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
1736 - test/core/iomgr/fd_posix_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001742 exclude_iomgrs:
1743 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001744 platforms:
1745 - mac
1746 - linux
1747 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: fling_client
1749 build: test
1750 run: false
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/fling/client.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: fling_server
1760 build: test
1761 run: false
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/fling/server.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001771 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/fling/fling_stream_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001781 platforms:
1782 - mac
1783 - linux
1784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001786 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/fling/fling_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001796 platforms:
1797 - mac
1798 - linux
1799 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: gen_hpack_tables
1801 build: tool
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - tools/codegen/core/gen_hpack_tables.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001807 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: gen_legal_metadata_characters
1809 build: tool
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001814- name: gen_percent_encoding_tables
1815 build: tool
1816 language: c
1817 src:
1818 - tools/codegen/core/gen_percent_encoding_tables.c
1819 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001820- name: goaway_server_test
1821 cpu_cost: 0.1
1822 build: test
1823 language: c
1824 src:
1825 - test/core/end2end/goaway_server_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
1829 - gpr_test_util
1830 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001831 exclude_iomgrs:
1832 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001833 platforms:
1834 - mac
1835 - linux
1836 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001837- name: gpr_avl_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/support/avl_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001845- name: gpr_backoff_test
1846 build: test
1847 language: c
1848 src:
1849 - test/core/support/backoff_test.c
1850 deps:
1851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_cmdline_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/cmdline_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001861- name: gpr_cpu_test
1862 build: test
1863 language: c
1864 src:
1865 - test/core/support/cpu_test.c
1866 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: gpr_env_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/support/env_test.c
1874 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr_test_util
1876 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: gpr_histogram_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/support/histogram_test.c
1882 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: gpr_host_port_test
1886 build: test
1887 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001888 src:
1889 - test/core/support/host_port_test.c
1890 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: gpr_log_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/support/log_test.c
1898 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001901- name: gpr_mpscq_test
1902 cpu_cost: 30
1903 build: test
1904 language: c
1905 src:
1906 - test/core/support/mpscq_test.c
1907 deps:
1908 - gpr_test_util
1909 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001910- name: gpr_spinlock_test
1911 cpu_cost: 10
1912 build: test
1913 language: c
1914 src:
1915 - test/core/support/spinlock_test.c
1916 deps:
1917 - gpr_test_util
1918 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001920 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/support/stack_lockfree_test.c
1925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: gpr_string_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/support/string_test.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001937 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/support/sync_test.c
1942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001946 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/support/thd_test.c
1951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: gpr_time_test
1955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/support/time_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: gpr_tls_test
1963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/core/support/tls_test.c
1967 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: gpr_useful_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/support/useful_test.c
1975 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: grpc_auth_context_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/security/auth_context_test.c
1983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001988- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001992 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: grpc_byte_buffer_reader_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/surface/byte_buffer_reader_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: grpc_channel_args_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/channel/channel_args_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: grpc_channel_stack_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/channel/channel_stack_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: grpc_completion_queue_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/surface/completion_queue_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002038- name: grpc_completion_queue_threading_test
2039 build: test
2040 language: c
2041 src:
2042 - test/core/surface/completion_queue_threading_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
2046 - gpr_test_util
2047 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002048 exclude_iomgrs:
2049 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: grpc_create_jwt
2051 build: tool
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/security/create_jwt.c
2055 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002058 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: grpc_credentials_test
2060 build: test
2061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/security/credentials_test.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002070 build: test
2071 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002073 src:
2074 - test/core/security/fetch_oauth2.c
2075 deps:
2076 - grpc_test_util
2077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002080- name: grpc_invalid_channel_args_test
2081 build: test
2082 language: c
2083 src:
2084 - test/core/surface/invalid_channel_args_test.c
2085 deps:
2086 - grpc_test_util
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: grpc_json_token_test
2091 build: test
2092 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/core/security/json_token_test.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002100 platforms:
2101 - linux
2102 - posix
2103 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: grpc_jwt_verifier_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/security/jwt_verifier_test.c
2109 deps:
2110 - grpc_test_util
2111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002112 - gpr_test_util
2113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: grpc_print_google_default_creds_token
2115 build: tool
2116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/core/security/print_google_default_creds_token.c
2119 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: grpc_security_connector_test
2123 build: test
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/security/security_connector_test.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: grpc_verify_jwt
2133 build: tool
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/security/verify_jwt.c
2137 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002140- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002141 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002142 language: c
2143 src:
2144 - test/core/handshake/client_ssl.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
2148 - gpr_test_util
2149 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002150 exclude_iomgrs:
2151 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002152 platforms:
2153 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002154 secure: true
2155- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002156 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002157 language: c
2158 src:
2159 - test/core/handshake/server_ssl.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
2163 - gpr_test_util
2164 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002165 platforms:
2166 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002167 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002168- name: hpack_parser_fuzzer_test
2169 build: fuzzer
2170 language: c
2171 src:
2172 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2173 deps:
2174 - grpc_test_util
2175 - grpc
2176 - gpr_test_util
2177 - gpr
2178 corpus_dirs:
2179 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002180 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002181 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: hpack_parser_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/transport/chttp2/hpack_parser_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192- name: hpack_table_test
2193 build: test
2194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002195 src:
2196 - test/core/transport/chttp2/hpack_table_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002202- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002206 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002212- name: http_request_fuzzer_test
2213 build: fuzzer
2214 language: c
2215 src:
2216 - test/core/http/request_fuzzer.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
2220 - gpr_test_util
2221 - gpr
2222 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002223 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002224 maxlen: 2048
2225- name: http_response_fuzzer_test
2226 build: fuzzer
2227 language: c
2228 src:
2229 - test/core/http/response_fuzzer.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
2233 - gpr_test_util
2234 - gpr
2235 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002236 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002237 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002238- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002242 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002249 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002253 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002259 platforms:
2260 - mac
2261 - linux
2262 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002263- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002264 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002265 build: test
2266 language: c
2267 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002268 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002269 deps:
2270 - grpc_test_util
2271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002274 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002275 - linux
yang-gf1183302015-12-07 16:02:05 -08002276- name: init_test
2277 build: test
2278 language: c
2279 src:
2280 - test/core/surface/init_test.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002286- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002287 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002288 build: test
2289 language: c
2290 src:
2291 - test/core/end2end/invalid_call_argument_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002297- name: json_fuzzer_test
2298 build: fuzzer
2299 language: c
2300 src:
2301 - test/core/json/fuzzer.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
2305 - gpr_test_util
2306 - gpr
2307 corpus_dirs:
2308 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002309 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: json_rewrite
2311 build: test
2312 run: false
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/json/json_rewrite.c
2316 deps:
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: json_rewrite_test
2320 build: test
2321 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002322 src:
2323 - test/core/json/json_rewrite_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002327 - gpr_test_util
2328 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002329- name: json_stream_error_test
2330 build: test
2331 language: c
2332 src:
2333 - test/core/json/json_stream_error_test.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: json_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/json/json_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: lame_client_test
2350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/surface/lame_client_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002359- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002360 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002361 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002362 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002364 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002365 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002371- name: load_file_test
2372 build: test
2373 language: c
2374 src:
2375 - test/core/iomgr/load_file_test.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
2379 - gpr_test_util
2380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: low_level_ping_pong_benchmark
2382 build: benchmark
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/core/network_benchmarks/low_level_ping_pong.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002391 platforms:
2392 - mac
2393 - linux
2394 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002395- name: memory_profile_client
2396 build: test
2397 run: false
2398 language: c
2399 src:
2400 - test/core/memory_usage/client.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
2404 - gpr_test_util
2405 - gpr
2406- name: memory_profile_server
2407 build: test
2408 run: false
2409 language: c
2410 src:
2411 - test/core/memory_usage/server.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
2415 - gpr_test_util
2416 - gpr
2417- name: memory_profile_test
2418 cpu_cost: 1.5
2419 build: test
2420 language: c
2421 src:
2422 - test/core/memory_usage/memory_usage_test.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
2426 - gpr_test_util
2427 - gpr
2428 platforms:
2429 - mac
2430 - linux
2431 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: message_compress_test
2433 build: test
2434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002435 src:
2436 - test/core/compression/message_compress_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002442- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002443 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002444 build: test
2445 language: c
2446 src:
2447 - test/core/census/mlog_test.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
2451 - gpr_test_util
2452 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: multiple_server_queues_test
2454 build: test
2455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/core/end2end/multiple_server_queues_test.c
2458 deps:
2459 - grpc_test_util
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: murmur_hash_test
2464 build: test
2465 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/core/support/murmur_hash_test.c
2468 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002471- name: nanopb_fuzzer_response_test
2472 build: fuzzer
2473 language: c
2474 src:
2475 - test/core/nanopb/fuzzer_response.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
2482 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002483 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002484- name: nanopb_fuzzer_serverlist_test
2485 build: fuzzer
2486 language: c
2487 src:
2488 - test/core/nanopb/fuzzer_serverlist.c
2489 deps:
2490 - grpc_test_util
2491 - grpc
2492 - gpr_test_util
2493 - gpr
2494 corpus_dirs:
2495 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002496 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002498 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/end2end/no_server_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002508- name: percent_decode_fuzzer
2509 build: fuzzer
2510 language: c
2511 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002512 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002513 deps:
2514 - grpc_test_util
2515 - grpc
2516 - gpr_test_util
2517 - gpr
2518 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002519 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002520 maxlen: 32
2521- name: percent_encode_fuzzer
2522 build: fuzzer
2523 language: c
2524 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002525 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002526 deps:
2527 - grpc_test_util
2528 - grpc
2529 - gpr_test_util
2530 - gpr
2531 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002532 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002533 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002534- name: percent_encoding_test
2535 build: test
2536 language: c
2537 src:
2538 - test/core/slice/percent_encoding_test.c
2539 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002540 - grpc_test_util
2541 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002542 - gpr_test_util
2543 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002544- name: pollset_set_test
2545 build: test
2546 language: c
2547 src:
2548 - test/core/iomgr/pollset_set_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
2552 - gpr_test_util
2553 - gpr
2554 exclude_iomgrs:
2555 - uv
2556 platforms:
2557 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002558- name: resolve_address_posix_test
2559 build: test
2560 language: c
2561 src:
2562 - test/core/iomgr/resolve_address_posix_test.c
2563 deps:
2564 - grpc_test_util
2565 - grpc
2566 - gpr_test_util
2567 - gpr
2568 platforms:
2569 - mac
2570 - linux
2571 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572- name: resolve_address_test
2573 build: test
2574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002575 src:
2576 - test/core/iomgr/resolve_address_test.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002582- name: resource_quota_test
2583 cpu_cost: 30
2584 build: test
2585 language: c
2586 src:
2587 - test/core/iomgr/resource_quota_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
2591 - gpr_test_util
2592 - gpr
yang-gd482e592015-12-10 14:04:00 -08002593- name: secure_channel_create_test
2594 build: test
2595 language: c
2596 src:
2597 - test/core/surface/secure_channel_create_test.c
2598 deps:
2599 - grpc_test_util
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr_test_util
2602 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603- name: secure_endpoint_test
2604 build: test
2605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/core/security/secure_endpoint_test.c
2608 deps:
2609 - grpc_test_util
2610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002611 - gpr_test_util
2612 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002613 exclude_iomgrs:
2614 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002615- name: sequential_connectivity_test
2616 build: test
2617 language: c
2618 src:
2619 - test/core/surface/sequential_connectivity_test.c
2620 deps:
2621 - grpc_test_util
2622 - grpc
2623 - gpr_test_util
2624 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002625 exclude_iomgrs:
2626 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002627- name: server_chttp2_test
2628 build: test
2629 language: c
2630 src:
2631 - test/core/surface/server_chttp2_test.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002637- name: server_fuzzer
2638 build: fuzzer
2639 language: c
2640 src:
2641 - test/core/end2end/fuzzers/server_fuzzer.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
2645 - gpr_test_util
2646 - gpr
2647 corpus_dirs:
2648 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002649 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002650 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002651- name: server_test
2652 build: test
2653 language: c
2654 src:
2655 - test/core/surface/server_test.c
2656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002661- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002662 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002663 build: test
2664 language: c
2665 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002666 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002667 deps:
2668 - test_tcp_server
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002673 exclude_iomgrs:
2674 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002675- name: slice_buffer_test
2676 build: test
2677 language: c
2678 src:
2679 - test/core/slice/slice_buffer_test.c
2680 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002681 - grpc_test_util
2682 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002683 - gpr_test_util
2684 - gpr
2685- name: slice_string_helpers_test
2686 build: test
2687 language: c
2688 src:
2689 - test/core/slice/slice_string_helpers_test.c
2690 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002691 - grpc_test_util
2692 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002693 - gpr_test_util
2694 - gpr
2695- name: slice_test
2696 build: test
2697 language: c
2698 src:
2699 - test/core/slice/slice_test.c
2700 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002701 - grpc_test_util
2702 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002703 - gpr_test_util
2704 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002705- name: sockaddr_resolver_test
2706 build: test
2707 language: c
2708 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002709 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: sockaddr_utils_test
2716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - test/core/iomgr/sockaddr_utils_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002725- name: socket_utils_test
2726 build: test
2727 language: c
2728 src:
2729 - test/core/iomgr/socket_utils_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002735 exclude_iomgrs:
2736 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002737 platforms:
2738 - mac
2739 - linux
2740 - posix
yang-g31e21282016-11-04 15:10:03 -07002741- name: ssl_server_fuzzer
2742 build: fuzzer
2743 language: c
2744 src:
2745 - test/core/security/ssl_server_fuzzer.c
2746 deps:
2747 - grpc_test_util
2748 - grpc
2749 - gpr_test_util
2750 - gpr
2751 corpus_dirs:
2752 - test/core/security/corpus/ssl_server_corpus
2753 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002754- name: status_conversion_test
2755 build: test
2756 language: c
2757 src:
2758 - test/core/transport/status_conversion_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
2762 - gpr_test_util
2763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002765 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766 build: test
2767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
2769 - test/core/iomgr/tcp_client_posix_test.c
2770 deps:
2771 - grpc_test_util
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002775 exclude_iomgrs:
2776 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002777 platforms:
2778 - mac
2779 - linux
2780 - posix
murgatroid991191b722017-02-08 11:56:52 -08002781- name: tcp_client_uv_test
2782 cpu_cost: 0.5
2783 build: test
2784 language: c
2785 src:
2786 - test/core/iomgr/tcp_client_uv_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
2790 - gpr_test_util
2791 - gpr
2792 exclude_iomgrs:
2793 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002795 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002796 build: test
2797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
2799 - test/core/iomgr/tcp_posix_test.c
2800 deps:
2801 - grpc_test_util
2802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002805 exclude_iomgrs:
2806 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002807 platforms:
2808 - mac
2809 - linux
2810 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811- name: tcp_server_posix_test
2812 build: test
2813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
2815 - test/core/iomgr/tcp_server_posix_test.c
2816 deps:
2817 - grpc_test_util
2818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002819 - gpr_test_util
2820 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002821 exclude_iomgrs:
2822 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002823 platforms:
2824 - mac
2825 - linux
2826 - posix
murgatroid991191b722017-02-08 11:56:52 -08002827- name: tcp_server_uv_test
2828 build: test
2829 language: c
2830 src:
2831 - test/core/iomgr/tcp_server_uv_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
2835 - gpr_test_util
2836 - gpr
2837 exclude_iomgrs:
2838 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: time_averaged_stats_test
2840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/iomgr/time_averaged_stats_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: timeout_encoding_test
2850 build: test
2851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002853 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002859- name: timer_heap_test
2860 build: test
2861 language: c
2862 src:
2863 - test/core/iomgr/timer_heap_test.c
2864 deps:
2865 - grpc_test_util
2866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002867 - gpr_test_util
2868 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002869 exclude_iomgrs:
2870 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002871- name: timer_list_test
2872 build: test
2873 language: c
2874 src:
2875 - test/core/iomgr/timer_list_test.c
2876 deps:
2877 - grpc_test_util
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002881 exclude_iomgrs:
2882 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002883- name: transport_connectivity_state_test
2884 build: test
2885 language: c
2886 src:
2887 - test/core/transport/connectivity_state_test.c
2888 deps:
2889 - grpc_test_util
2890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002891 - gpr_test_util
2892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: transport_metadata_test
2894 build: test
2895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/core/transport/metadata_test.c
2898 deps:
2899 - grpc_test_util
2900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002901 - gpr_test_util
2902 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002903- name: transport_pid_controller_test
2904 build: test
2905 language: c
2906 src:
2907 - test/core/transport/pid_controller_test.c
2908 deps:
2909 - grpc_test_util
2910 - grpc
2911 - gpr_test_util
2912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002913- name: transport_security_test
2914 build: test
2915 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/core/tsi/transport_security_test.c
2918 deps:
2919 - grpc_test_util
2920 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002921 - gpr_test_util
2922 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002923 platforms:
2924 - linux
2925 - posix
2926 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002927- name: udp_server_test
2928 build: test
2929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002930 src:
2931 - test/core/iomgr/udp_server_test.c
2932 deps:
2933 - grpc_test_util
2934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002935 - gpr_test_util
2936 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002937 exclude_iomgrs:
2938 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002939 platforms:
2940 - mac
2941 - linux
2942 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002943- name: uri_fuzzer_test
2944 build: fuzzer
2945 language: c
2946 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002947 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002948 deps:
2949 - grpc_test_util
2950 - grpc
2951 - gpr_test_util
2952 - gpr
2953 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002954 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002955 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956- name: uri_parser_test
2957 build: test
2958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002959 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002960 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002961 deps:
2962 - grpc_test_util
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002966- name: wakeup_fd_cv_test
2967 build: test
2968 language: c
2969 src:
2970 - test/core/iomgr/wakeup_fd_cv_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
2974 - gpr_test_util
2975 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002976 exclude_iomgrs:
2977 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002978 platforms:
2979 - mac
2980 - linux
2981 - posix
vjpai04e992a2016-02-10 16:58:38 -08002982- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002983 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002984 build: test
2985 language: c++
2986 src:
2987 - test/cpp/common/alarm_cpp_test.cc
2988 deps:
2989 - grpc++_test_util
2990 - grpc_test_util
2991 - grpc++
2992 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002993 - gpr_test_util
2994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002996 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002997 build: test
2998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
3000 - test/cpp/end2end/async_end2end_test.cc
3001 deps:
3002 - grpc++_test_util
3003 - grpc_test_util
3004 - grpc++
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr_test_util
3007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003009 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010 build: test
3011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
3013 - test/cpp/common/auth_property_iterator_test.cc
3014 deps:
3015 - grpc++_test_util
3016 - grpc_test_util
3017 - grpc++
3018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003019 - gpr_test_util
3020 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003021- name: bm_call_create
3022 build: test
3023 language: c++
3024 src:
3025 - test/cpp/microbenchmarks/bm_call_create.cc
3026 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003027 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003028 - benchmark
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
3033 - gpr_test_util
3034 - gpr
3035 args:
3036 - --benchmark_min_time=0
3037 platforms:
3038 - mac
3039 - linux
3040 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003041- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003042 build: test
3043 language: c++
3044 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003045 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003046 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003047 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003048 - benchmark
3049 - grpc++_test_util
3050 - grpc_test_util
3051 - grpc++
3052 - grpc
3053 - gpr_test_util
3054 - gpr
3055 args:
3056 - --benchmark_min_time=0
3057 platforms:
3058 - mac
3059 - linux
3060 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003061- name: bm_closure
3062 build: test
3063 language: c++
3064 src:
3065 - test/cpp/microbenchmarks/bm_closure.cc
3066 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003067 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003068 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003069 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003070 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003071 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003072 - grpc
3073 - gpr_test_util
3074 - gpr
3075 args:
3076 - --benchmark_min_time=0
3077 platforms:
3078 - mac
3079 - linux
3080 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003081- name: bm_cq
3082 build: test
3083 language: c++
3084 src:
3085 - test/cpp/microbenchmarks/bm_cq.cc
3086 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003087 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003088 - benchmark
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
3093 - gpr_test_util
3094 - gpr
3095 args:
3096 - --benchmark_min_time=0
3097 platforms:
3098 - mac
3099 - linux
3100 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003101- name: bm_error
3102 build: test
3103 language: c++
3104 src:
3105 - test/cpp/microbenchmarks/bm_error.cc
3106 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003107 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003108 - benchmark
3109 - grpc++_test_util
3110 - grpc_test_util
3111 - grpc++
3112 - grpc
3113 - gpr_test_util
3114 - gpr
3115 args:
3116 - --benchmark_min_time=0
3117 platforms:
3118 - mac
3119 - linux
3120 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003121- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003122 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003123 language: c++
3124 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003125 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
3126 deps:
3127 - grpc_benchmark
3128 - benchmark
3129 - grpc++_test_util
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
3133 - gpr_test_util
3134 - gpr
3135 args:
3136 - --benchmark_min_time=0
3137 excluded_poll_engines:
3138 - poll
3139 - poll-cv
3140 platforms:
3141 - mac
3142 - linux
3143 - posix
3144 timeout_seconds: 1200
3145- name: bm_fullstack_streaming_pump
3146 build: test
3147 language: c++
3148 src:
3149 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003150 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003151 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003152 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003153 - grpc++_test_util
3154 - grpc_test_util
3155 - grpc++
3156 - grpc
3157 - gpr_test_util
3158 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003159 args:
3160 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003161 excluded_poll_engines:
3162 - poll
3163 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003164 platforms:
3165 - mac
3166 - linux
3167 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003168 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003169- name: bm_fullstack_trickle
3170 build: test
3171 language: c++
3172 src:
3173 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3174 deps:
3175 - grpc_benchmark
3176 - benchmark
3177 - grpc++_test_util
3178 - grpc_test_util
3179 - grpc++
3180 - grpc
3181 - gpr_test_util
3182 - gpr
3183 args:
3184 - --benchmark_min_time=0
3185 excluded_poll_engines:
3186 - poll
3187 - poll-cv
3188 platforms:
3189 - mac
3190 - linux
3191 - posix
3192 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003193- name: bm_fullstack_unary_ping_pong
3194 build: test
3195 language: c++
3196 src:
3197 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3198 deps:
3199 - grpc_benchmark
3200 - benchmark
3201 - grpc++_test_util
3202 - grpc_test_util
3203 - grpc++
3204 - grpc
3205 - gpr_test_util
3206 - gpr
3207 args:
3208 - --benchmark_min_time=0
3209 excluded_poll_engines:
3210 - poll
3211 - poll-cv
3212 platforms:
3213 - mac
3214 - linux
3215 - posix
3216 timeout_seconds: 1200
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003217- name: bm_metadata
3218 build: test
3219 language: c++
3220 src:
3221 - test/cpp/microbenchmarks/bm_metadata.cc
3222 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003223 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003224 - benchmark
3225 - grpc_test_util
3226 - grpc
3227 - gpr_test_util
3228 - gpr
3229 args:
3230 - --benchmark_min_time=0
3231 platforms:
3232 - mac
3233 - linux
3234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003236 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003237 build: test
3238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
yang-g52705592015-11-25 11:45:33 -08003240 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003241 deps:
3242 - grpc++
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003245- name: channel_filter_test
3246 gtest: true
3247 build: test
3248 language: c++
3249 src:
3250 - test/cpp/common/channel_filter_test.cc
3251 deps:
3252 - grpc++
3253 - grpc
3254 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003255- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003256 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257 build: test
3258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003259 src:
3260 - test/cpp/util/cli_call_test.cc
3261 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003262 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003263 - grpc++_test_util
3264 - grpc_test_util
3265 - grpc++
3266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003267 - gpr_test_util
3268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003270 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003271 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272 build: test
3273 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003274 src:
3275 - test/cpp/end2end/client_crash_test.cc
3276 deps:
3277 - grpc++_test_util
3278 - grpc_test_util
3279 - grpc++
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003283 platforms:
3284 - mac
3285 - linux
3286 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287- name: client_crash_test_server
3288 build: test
3289 run: false
3290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003291 src:
3292 - test/cpp/end2end/client_crash_test_server.cc
3293 deps:
3294 - grpc++_test_util
3295 - grpc_test_util
3296 - grpc++
3297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003298 - gpr_test_util
3299 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003300- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003301 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003302 build: test
3303 language: c++
3304 src:
3305 - src/proto/grpc/testing/control.proto
3306 - src/proto/grpc/testing/messages.proto
3307 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003308 - src/proto/grpc/testing/services.proto
3309 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003310 - test/cpp/codegen/codegen_test_full.cc
3311 deps:
3312 - grpc++
3313 - grpc
3314 - gpr
3315 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003316 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003317- name: codegen_test_minimal
3318 gtest: true
3319 build: test
3320 language: c++
3321 src:
3322 - src/proto/grpc/testing/control.proto
3323 - src/proto/grpc/testing/messages.proto
3324 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003325 - src/proto/grpc/testing/services.proto
3326 - src/proto/grpc/testing/stats.proto
3327 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003328 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003329 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003330 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003331- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003332 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003333 build: test
3334 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
3336 - test/cpp/client/credentials_test.cc
3337 deps:
3338 - grpc++
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003341- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003342 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343 build: test
3344 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
3346 - test/cpp/util/byte_buffer_test.cc
3347 deps:
3348 - grpc_test_util
3349 - grpc++
3350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - gpr_test_util
3352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003354 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355 build: test
3356 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
3358 - test/cpp/util/slice_test.cc
3359 deps:
3360 - grpc_test_util
3361 - grpc++
3362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003363 - gpr_test_util
3364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003365- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003366 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003367 build: test
3368 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003369 src:
3370 - test/cpp/util/string_ref_test.cc
3371 deps:
3372 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003374 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003375 build: test
3376 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003377 src:
3378 - test/cpp/util/time_test.cc
3379 deps:
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003383 - gpr_test_util
3384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003386 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003387 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388 build: test
3389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003390 src:
3391 - test/cpp/end2end/end2end_test.cc
3392 deps:
3393 - grpc++_test_util
3394 - grpc_test_util
3395 - grpc++
3396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003397 - gpr_test_util
3398 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003399- name: filter_end2end_test
3400 gtest: true
3401 build: test
3402 language: c++
3403 src:
3404 - test/cpp/end2end/filter_end2end_test.cc
3405 deps:
3406 - grpc++_test_util
3407 - grpc_test_util
3408 - grpc++
3409 - grpc
3410 - gpr_test_util
3411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003413 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003414 build: test
3415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003416 src:
3417 - test/cpp/end2end/generic_end2end_test.cc
3418 deps:
3419 - grpc++_test_util
3420 - grpc_test_util
3421 - grpc++
3422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003423 - gpr_test_util
3424 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003425- name: golden_file_test
3426 gtest: true
3427 build: test
3428 language: c++
3429 src:
3430 - src/proto/grpc/testing/compiler_test.proto
3431 - test/cpp/codegen/golden_file_test.cc
3432 deps:
3433 - grpc++
3434 - grpc
3435 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003436 args:
3437 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: grpc_cli
3439 build: test
3440 run: false
3441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003442 src:
3443 - test/cpp/util/grpc_cli.cc
3444 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003445 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003446 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003447 - grpc++
3448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003449 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003450 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: grpc_cpp_plugin
3452 build: protoc
3453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003454 src:
3455 - src/compiler/cpp_plugin.cc
3456 deps:
3457 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003458 secure: false
3459 vs_config_type: Application
3460 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3461- name: grpc_csharp_plugin
3462 build: protoc
3463 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003464 src:
3465 - src/compiler/csharp_plugin.cc
3466 deps:
3467 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003468 secure: false
3469 vs_config_type: Application
3470 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003471- name: grpc_node_plugin
3472 build: protoc
3473 language: c++
3474 src:
3475 - src/compiler/node_plugin.cc
3476 deps:
3477 - grpc_plugin_support
3478 secure: false
3479 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480- name: grpc_objective_c_plugin
3481 build: protoc
3482 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003483 src:
3484 - src/compiler/objective_c_plugin.cc
3485 deps:
3486 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003487 secure: false
3488 vs_config_type: Application
3489 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003490- name: grpc_php_plugin
3491 build: protoc
3492 language: c++
3493 src:
3494 - src/compiler/php_plugin.cc
3495 deps:
3496 - grpc_plugin_support
3497 secure: false
3498 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499- name: grpc_python_plugin
3500 build: protoc
3501 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003502 src:
3503 - src/compiler/python_plugin.cc
3504 deps:
3505 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003506 secure: false
3507 vs_config_type: Application
3508 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3509- name: grpc_ruby_plugin
3510 build: protoc
3511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003512 src:
3513 - src/compiler/ruby_plugin.cc
3514 deps:
3515 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003516 secure: false
3517 vs_config_type: Application
3518 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003519- name: grpc_tool_test
3520 gtest: true
3521 build: test
3522 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003523 src:
3524 - src/proto/grpc/testing/echo.proto
3525 - src/proto/grpc/testing/echo_messages.proto
3526 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003527 deps:
3528 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003529 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003530 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003531 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003532 - grpc_test_util
3533 - grpc++
3534 - grpc
3535 - gpr_test_util
3536 - gpr
3537 filegroups:
3538 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003539- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003540 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003541 build: test
3542 language: c++
3543 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003544 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003545 - test/cpp/grpclb/grpclb_api_test.cc
3546 deps:
3547 - grpc++_test_util
3548 - grpc_test_util
3549 - grpc++
3550 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003551- name: grpclb_test
3552 gtest: false
3553 build: test
3554 language: c++
3555 src:
3556 - src/proto/grpc/lb/v1/load_balancer.proto
3557 - test/cpp/grpclb/grpclb_test.cc
3558 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003559 - grpc++_test_util
3560 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003561 - grpc++
3562 - grpc
3563 - gpr_test_util
3564 - gpr
yang-gad327642016-12-12 14:32:09 -08003565- name: health_service_end2end_test
3566 gtest: true
3567 build: test
3568 language: c++
3569 src:
3570 - test/cpp/end2end/health_service_end2end_test.cc
3571 deps:
3572 - grpc++_test_util
3573 - grpc_test_util
3574 - grpc++
3575 - grpc
3576 - gpr_test_util
3577 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003578- name: http2_client
3579 build: test
3580 run: false
3581 language: c++
3582 src: []
3583 deps:
3584 - http2_client_main
3585 - grpc++_test_util
3586 - grpc_test_util
3587 - grpc++
3588 - grpc
3589 - grpc++_test_config
3590 platforms:
3591 - mac
3592 - linux
3593 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003594- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003595 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003596 build: test
3597 language: c++
3598 src:
3599 - test/cpp/end2end/hybrid_end2end_test.cc
3600 deps:
3601 - grpc++_test_util
3602 - grpc_test_util
3603 - grpc++
3604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003605 - gpr_test_util
3606 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607- name: interop_client
3608 build: test
3609 run: false
3610 language: c++
3611 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003612 deps:
3613 - interop_client_main
3614 - interop_client_helper
3615 - grpc++_test_util
3616 - grpc_test_util
3617 - grpc++
3618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003619 - gpr_test_util
3620 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003621 - grpc++_test_config
3622 platforms:
3623 - mac
3624 - linux
3625 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003626- name: interop_server
3627 build: test
3628 run: false
3629 language: c++
3630 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003631 deps:
3632 - interop_server_main
3633 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003634 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003635 - grpc++_test_util
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003639 - gpr_test_util
3640 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003641 - grpc++_test_config
3642 platforms:
3643 - mac
3644 - linux
3645 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003646- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003647 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003648 build: test
3649 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003650 src:
3651 - test/cpp/interop/interop_test.cc
3652 deps:
3653 - grpc_test_util
3654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003655 - gpr_test_util
3656 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003657 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003658 platforms:
3659 - mac
3660 - linux
3661 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003662- name: json_run_localhost
3663 build: test
3664 run: false
3665 language: c++
3666 src:
3667 - test/cpp/qps/json_run_localhost.cc
3668 deps:
3669 - grpc++_test_util
3670 - grpc_test_util
3671 - grpc++
3672 - grpc
3673 - gpr_test_util
3674 - gpr
3675 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003676 platforms:
3677 - mac
3678 - linux
3679 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003680- name: metrics_client
3681 build: test
3682 run: false
3683 language: c++
3684 headers:
3685 - test/cpp/util/metrics_server.h
3686 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003687 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003688 - test/cpp/interop/metrics_client.cc
3689 deps:
3690 - grpc++
3691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003692 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003693 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003695 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003696 build: test
3697 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003698 src:
3699 - test/cpp/end2end/mock_test.cc
3700 deps:
3701 - grpc++_test_util
3702 - grpc_test_util
3703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr_test_util
3706 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003707- name: noop-benchmark
3708 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003709 language: c++
3710 src:
3711 - test/cpp/microbenchmarks/noop-benchmark.cc
3712 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003713 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003714- name: proto_server_reflection_test
3715 gtest: true
3716 build: test
3717 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003718 src:
3719 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003720 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003721 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003722 - grpc++_reflection
3723 - grpc++_test_util
3724 - grpc_test_util
3725 - grpc++
3726 - grpc
3727 - gpr_test_util
3728 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003729- name: proto_utils_test
3730 gtest: true
3731 build: test
3732 language: c++
3733 src:
3734 - test/cpp/codegen/proto_utils_test.cc
3735 deps:
3736 - grpc++
3737 - grpc
3738 filegroups:
3739 - grpc++_codegen_base
3740 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003741- name: qps_interarrival_test
3742 build: test
3743 run: false
3744 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003745 src:
3746 - test/cpp/qps/qps_interarrival_test.cc
3747 deps:
3748 - qps
3749 - grpc++_test_util
3750 - grpc_test_util
3751 - grpc++
3752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 - gpr_test_util
3754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003755 platforms:
3756 - mac
3757 - linux
3758 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003759- name: qps_json_driver
3760 build: test
3761 run: false
3762 language: c++
3763 src:
3764 - test/cpp/qps/qps_json_driver.cc
3765 deps:
3766 - qps
3767 - grpc++_test_util
3768 - grpc_test_util
3769 - grpc++
3770 - grpc
3771 - gpr_test_util
3772 - gpr
3773 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003775 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003776 build: test
3777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003778 src:
3779 - test/cpp/qps/qps_openloop_test.cc
3780 deps:
3781 - qps
3782 - grpc++_test_util
3783 - grpc_test_util
3784 - grpc++
3785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003786 - gpr_test_util
3787 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003788 - grpc++_test_config
3789 platforms:
3790 - mac
3791 - linux
3792 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003793- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003794 build: test
3795 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003797 headers:
3798 - test/cpp/qps/client.h
3799 - test/cpp/qps/server.h
3800 src:
3801 - test/cpp/qps/worker.cc
3802 deps:
3803 - qps
3804 - grpc++_test_util
3805 - grpc_test_util
3806 - grpc++
3807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003808 - gpr_test_util
3809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003810 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003811- name: reconnect_interop_client
3812 build: test
3813 run: false
3814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003815 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003816 - src/proto/grpc/testing/empty.proto
3817 - src/proto/grpc/testing/messages.proto
3818 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003819 - test/cpp/interop/reconnect_interop_client.cc
3820 deps:
3821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 - gpr_test_util
3826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003827 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003828- name: reconnect_interop_server
3829 build: test
3830 run: false
3831 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003832 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003833 - src/proto/grpc/testing/empty.proto
3834 - src/proto/grpc/testing/messages.proto
3835 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003836 - test/cpp/interop/reconnect_interop_server.cc
3837 deps:
3838 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003839 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003840 - grpc++_test_util
3841 - grpc_test_util
3842 - grpc++
3843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003844 - gpr_test_util
3845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003846 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003847- name: round_robin_end2end_test
3848 gtest: true
3849 build: test
3850 language: c++
3851 src:
3852 - test/cpp/end2end/round_robin_end2end_test.cc
3853 deps:
3854 - grpc++_test_util
3855 - grpc_test_util
3856 - grpc++
3857 - grpc
3858 - gpr_test_util
3859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003860- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003861 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862 build: test
3863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003864 src:
3865 - test/cpp/common/secure_auth_context_test.cc
3866 deps:
3867 - grpc++_test_util
3868 - grpc_test_util
3869 - grpc++
3870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003871 - gpr_test_util
3872 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003873- name: secure_sync_unary_ping_pong_test
3874 build: test
3875 language: c++
3876 src:
3877 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3878 deps:
3879 - qps
3880 - grpc++_test_util
3881 - grpc_test_util
3882 - grpc++
3883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003884 - gpr_test_util
3885 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003886 platforms:
3887 - mac
3888 - linux
3889 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003890- name: server_builder_plugin_test
3891 gtest: true
3892 build: test
3893 language: c++
3894 src:
3895 - test/cpp/end2end/server_builder_plugin_test.cc
3896 deps:
3897 - grpc++_test_util
3898 - grpc_test_util
3899 - grpc++
3900 - grpc
3901 - gpr_test_util
3902 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003903- name: server_context_test_spouse_test
3904 gtest: true
3905 build: test
3906 language: c++
3907 src:
3908 - test/cpp/test/server_context_test_spouse_test.cc
3909 deps:
3910 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003911 - grpc++
3912 - grpc
3913 - gpr_test_util
3914 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003915 uses:
3916 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003917- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003918 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003919 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920 build: test
3921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003922 src:
3923 - test/cpp/end2end/server_crash_test.cc
3924 deps:
3925 - grpc++_test_util
3926 - grpc_test_util
3927 - grpc++
3928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003929 - gpr_test_util
3930 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003931 platforms:
3932 - mac
3933 - linux
3934 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003935- name: server_crash_test_client
3936 build: test
3937 run: false
3938 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003939 src:
3940 - test/cpp/end2end/server_crash_test_client.cc
3941 deps:
3942 - grpc++_test_util
3943 - grpc_test_util
3944 - grpc++
3945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003946 - gpr_test_util
3947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003948- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003949 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003950 build: test
3951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003952 src:
3953 - test/cpp/end2end/shutdown_test.cc
3954 deps:
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003959 - gpr_test_util
3960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961- name: status_test
3962 build: test
3963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003964 src:
3965 - test/cpp/util/status_test.cc
3966 deps:
3967 - grpc_test_util
3968 - grpc++
3969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003970 - gpr_test_util
3971 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003972- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003973 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003974 build: test
3975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003976 src:
3977 - test/cpp/end2end/streaming_throughput_test.cc
3978 deps:
3979 - grpc++_test_util
3980 - grpc_test_util
3981 - grpc++
3982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003983 - gpr_test_util
3984 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003985 platforms:
3986 - mac
3987 - linux
3988 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003989- name: stress_test
3990 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003991 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003992 language: c++
3993 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003994 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003995 - test/cpp/interop/interop_client.h
3996 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003997 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003998 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003999 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004000 - src/proto/grpc/testing/empty.proto
4001 - src/proto/grpc/testing/messages.proto
4002 - src/proto/grpc/testing/metrics.proto
4003 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004004 - test/cpp/interop/interop_client.cc
4005 - test/cpp/interop/stress_interop_client.cc
4006 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004007 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004008 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004009 deps:
4010 - grpc++_test_util
4011 - grpc_test_util
4012 - grpc++
4013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004014 - gpr_test_util
4015 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004016 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004017- name: thread_manager_test
4018 build: test
4019 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004020 src:
4021 - test/cpp/thread_manager/thread_manager_test.cc
4022 deps:
4023 - grpc++
4024 - grpc
4025 - gpr
4026 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004028 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004029 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004030 build: test
4031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004032 src:
4033 - test/cpp/end2end/thread_stress_test.cc
4034 deps:
4035 - grpc++_test_util
4036 - grpc_test_util
4037 - grpc++
4038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004039 - gpr_test_util
4040 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004041- name: writes_per_rpc_test
4042 gtest: true
4043 cpu_cost: 0.5
4044 build: test
4045 language: c++
4046 src:
4047 - test/cpp/performance/writes_per_rpc_test.cc
4048 deps:
4049 - grpc++_test_util
4050 - grpc_test_util
4051 - grpc++
4052 - grpc
4053 - gpr_test_util
4054 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004055 platforms:
4056 - mac
4057 - linux
4058 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004059- name: public_headers_must_be_c89
4060 build: test
4061 language: c89
4062 src:
4063 - test/core/surface/public_headers_must_be_c89.c
4064 deps:
4065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004067vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004068- linkage: static
4069 name: grpc.dependencies.zlib
4070 props: false
4071 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004072 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004073- linkage: static
4074 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004075 props: true
4076 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004077 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004078- name: gflags
4079 props: false
4080 redist: false
4081 version: 2.1.2.1
4082- name: gtest
4083 props: false
4084 redist: false
4085 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004086configs:
4087 asan:
4088 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004089 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4090 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004091 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004092 LD: clang
4093 LDFLAGS: -fsanitize=address
4094 LDXX: clang++
4095 compile_the_world: true
4096 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004097 ASAN_OPTIONS: detect_leaks=1:color=always
4098 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004099 asan-noleaks:
4100 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004101 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4102 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004103 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004104 LD: clang
4105 LDFLAGS: -fsanitize=address
4106 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004107 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004108 test_environ:
4109 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004110 asan-trace-cmp:
4111 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004112 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4113 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004114 CXX: clang++
4115 LD: clang
4116 LDFLAGS: -fsanitize=address
4117 LDXX: clang++
4118 compile_the_world: true
4119 test_environ:
4120 ASAN_OPTIONS: detect_leaks=1:color=always
4121 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004122 basicprof:
4123 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4124 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004125 counters:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004126 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004127 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004128 dbg:
4129 CPPFLAGS: -O0
4130 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004131 gcov:
4132 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004133 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004134 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004135 DEFINES: _DEBUG DEBUG GPR_GCOV
4136 LD: gcc
4137 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4138 LDXX: g++
4139 helgrind:
4140 CPPFLAGS: -O0
4141 DEFINES: _DEBUG DEBUG
4142 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004143 valgrind: --tool=helgrind
4144 memcheck:
4145 CPPFLAGS: -O0
4146 DEFINES: _DEBUG DEBUG
4147 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004148 valgrind: --tool=memcheck --leak-check=full
4149 msan:
4150 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004151 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4152 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4153 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004154 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004155 DEFINES: NDEBUG
4156 LD: clang
4157 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4158 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4159 LDXX: clang++
4160 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004161 mutrace:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004162 CPPFLAGS: -O3 -fno-omit-frame-pointer
Craig Tillerc3b88b02016-05-16 11:21:17 -07004163 DEFINES: NDEBUG
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004164 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004165 opt:
Craig Tillerf9abb292017-03-01 13:38:37 -08004166 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004167 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004168 stapprof:
4169 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4170 DEFINES: NDEBUG
4171 tsan:
4172 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004173 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004174 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004175 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004176 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004177 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004178 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004179 LDXX: clang++
4180 compile_the_world: true
4181 test_environ:
4182 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004183 ubsan:
4184 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004185 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4186 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004187 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004188 DEFINES: NDEBUG
4189 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004190 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004191 LDXX: clang++
4192 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004193 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004194 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004195defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004196 benchmark:
4197 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004198 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004199 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004200 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004201 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004202 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004203 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004204 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004205 LDFLAGS: -g
4206 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004207 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004208 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004209node_modules:
4210- deps:
4211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004212 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004213 - boringssl
4214 - z
murgatroid9994a75412015-11-19 14:04:53 -08004215 headers:
4216 - src/node/ext/byte_buffer.h
4217 - src/node/ext/call.h
4218 - src/node/ext/call_credentials.h
4219 - src/node/ext/channel.h
4220 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004221 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004222 - src/node/ext/server.h
4223 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004224 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004225 - src/node/ext/timeval.h
4226 js:
4227 - src/node/index.js
4228 - src/node/src/client.js
4229 - src/node/src/common.js
4230 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004231 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004232 - src/node/src/metadata.js
4233 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004234 name: grpc_node
4235 src:
4236 - src/node/ext/byte_buffer.cc
4237 - src/node/ext/call.cc
4238 - src/node/ext/call_credentials.cc
4239 - src/node/ext/channel.cc
4240 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004241 - src/node/ext/completion_queue_threadpool.cc
4242 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004243 - src/node/ext/node_grpc.cc
4244 - src/node/ext/server.cc
4245 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004246 - src/node/ext/server_generic.cc
4247 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004248 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004249 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004250openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004251 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004252 extraction_dir: openssl-1.0.2f
4253 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004254php_config_m4:
4255 deps:
4256 - grpc
4257 - gpr
4258 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004259 headers:
4260 - src/php/ext/grpc/byte_buffer.h
4261 - src/php/ext/grpc/call.h
4262 - src/php/ext/grpc/call_credentials.h
4263 - src/php/ext/grpc/channel.h
4264 - src/php/ext/grpc/channel_credentials.h
4265 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004266 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004267 - src/php/ext/grpc/php_grpc.h
4268 - src/php/ext/grpc/server.h
4269 - src/php/ext/grpc/server_credentials.h
4270 - src/php/ext/grpc/timeval.h
4271 src:
4272 - src/php/ext/grpc/byte_buffer.c
4273 - src/php/ext/grpc/call.c
4274 - src/php/ext/grpc/call_credentials.c
4275 - src/php/ext/grpc/channel.c
4276 - src/php/ext/grpc/channel_credentials.c
4277 - src/php/ext/grpc/completion_queue.c
4278 - src/php/ext/grpc/php_grpc.c
4279 - src/php/ext/grpc/server.c
4280 - src/php/ext/grpc/server_credentials.c
4281 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004282python_dependencies:
4283 deps:
4284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004285 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004286 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004287 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004288ruby_gem:
4289 deps:
4290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004292 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004293 - z