blob: 4f5b8e07f85ae4ddc6b6ae1d90bd46d75cee6320 [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}'
yang-gabdec2d2016-05-19 10:11:24 -07001217- name: grpc_cli_libs
1218 build: private
1219 language: c++
1220 headers:
1221 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001222 - test/cpp/util/cli_credentials.h
1223 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001224 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001225 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001226 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001227 src:
1228 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001229 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001230 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001231 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001232 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001233 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001234 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001235 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001236 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001237 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001238 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: grpc_plugin_support
1240 build: protoc
1241 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001242 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001243 - src/compiler/config.h
1244 - src/compiler/cpp_generator.h
1245 - src/compiler/cpp_generator_helpers.h
1246 - src/compiler/csharp_generator.h
1247 - src/compiler/csharp_generator_helpers.h
1248 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001249 - src/compiler/node_generator.h
1250 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001251 - src/compiler/objective_c_generator.h
1252 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001253 - src/compiler/php_generator.h
1254 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001255 - src/compiler/python_generator.h
1256 - src/compiler/ruby_generator.h
1257 - src/compiler/ruby_generator_helpers-inl.h
1258 - src/compiler/ruby_generator_map-inl.h
1259 - src/compiler/ruby_generator_string-inl.h
1260 src:
1261 - src/compiler/cpp_generator.cc
1262 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001263 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001264 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001265 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001266 - src/compiler/python_generator.cc
1267 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001268 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001269 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270 secure: false
1271 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001272 vs_props:
1273 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001274- name: http2_client_main
1275 build: private
1276 language: c++
1277 headers:
1278 - test/cpp/interop/http2_client.h
1279 src:
1280 - src/proto/grpc/testing/empty.proto
1281 - src/proto/grpc/testing/messages.proto
1282 - src/proto/grpc/testing/test.proto
1283 - test/cpp/interop/http2_client.cc
1284 deps:
1285 - grpc++_test_util
1286 - grpc_test_util
1287 - grpc++
1288 - grpc
1289 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: interop_client_helper
1291 build: private
1292 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001293 headers:
1294 - test/cpp/interop/client_helper.h
1295 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001296 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001297 - test/cpp/interop/client_helper.cc
1298 deps:
1299 - grpc++_test_util
1300 - grpc_test_util
1301 - grpc++
1302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: interop_client_main
1305 build: private
1306 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001307 headers:
1308 - test/cpp/interop/interop_client.h
1309 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001310 - src/proto/grpc/testing/empty.proto
1311 - src/proto/grpc/testing/messages.proto
1312 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001313 - test/cpp/interop/client.cc
1314 - test/cpp/interop/interop_client.cc
1315 deps:
1316 - interop_client_helper
1317 - grpc++_test_util
1318 - grpc_test_util
1319 - grpc++
1320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001321 - gpr_test_util
1322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001323 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: interop_server_helper
1325 build: private
1326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001327 headers:
1328 - test/cpp/interop/server_helper.h
1329 src:
1330 - test/cpp/interop/server_helper.cc
1331 deps:
yang-gcc591022017-01-11 11:10:43 -08001332 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001333 - grpc_test_util
1334 - grpc++
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001337- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 build: private
1339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/empty.proto
1342 - src/proto/grpc/testing/messages.proto
1343 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001344 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001345 deps:
1346 - interop_server_helper
1347 - grpc++_test_util
1348 - grpc_test_util
1349 - grpc++
1350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001353 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001354- name: interop_server_main
1355 build: private
1356 language: c++
1357 src:
1358 - test/cpp/interop/interop_server_bootstrap.cc
1359 deps:
1360 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: qps
1362 build: private
1363 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001364 headers:
1365 - test/cpp/qps/client.h
1366 - test/cpp/qps/driver.h
1367 - test/cpp/qps/histogram.h
1368 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001369 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001370 - test/cpp/qps/qps_worker.h
1371 - test/cpp/qps/report.h
1372 - test/cpp/qps/server.h
1373 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001374 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001375 - test/cpp/util/benchmark_config.h
1376 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001377 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001378 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001379 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001380 - src/proto/grpc/testing/control.proto
1381 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001382 - test/cpp/qps/client_async.cc
1383 - test/cpp/qps/client_sync.cc
1384 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001385 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001386 - test/cpp/qps/qps_worker.cc
1387 - test/cpp/qps/report.cc
1388 - test/cpp/qps/server_async.cc
1389 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001390 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001391 - test/cpp/util/benchmark_config.cc
1392 deps:
1393 - grpc_test_util
1394 - grpc++_test_util
1395 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: grpc_csharp_ext
1397 build: all
1398 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - src/csharp/ext/grpc_csharp_ext.c
1401 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001404 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001405 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406 dll: only
1407 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001408 vs_packages:
1409 - grpc.dependencies.openssl
1410 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001412 vs_props:
1413 - zlib
1414 - openssl
1415 - winsock
1416 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001417targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001418- name: alarm_test
1419 build: test
1420 language: c
1421 src:
1422 - test/core/surface/alarm_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001426 - gpr_test_util
1427 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001428- name: algorithm_test
1429 build: test
1430 language: c
1431 src:
1432 - test/core/compression/algorithm_test.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001438- name: alloc_test
1439 build: test
1440 language: c
1441 src:
1442 - test/core/support/alloc_test.c
1443 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: alpn_test
1447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/transport/chttp2/alpn_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001456- name: api_fuzzer
1457 build: fuzzer
1458 language: c
1459 src:
1460 - test/core/end2end/fuzzers/api_fuzzer.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
1466 corpus_dirs:
1467 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001468 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001469 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001470- name: bad_server_response_test
1471 build: test
1472 language: c
1473 src:
1474 - test/core/end2end/bad_server_response_test.c
1475 deps:
1476 - test_tcp_server
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001481 exclude_iomgrs:
1482 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001483- name: bdp_estimator_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/transport/bdp_estimator_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
1491 - gpr_test_util
1492 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001493- name: bin_decoder_test
1494 build: test
1495 language: c
1496 src:
1497 - test/core/transport/chttp2/bin_decoder_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: bin_encoder_test
1502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/transport/chttp2/bin_encoder_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001509- name: census_context_test
1510 build: test
1511 language: c
1512 src:
1513 - test/core/census/context_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001519- name: census_resource_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/census/resource_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001529- name: census_trace_context_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/census/trace_context_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
1537 - gpr_test_util
1538 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001539- name: channel_create_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/surface/channel_create_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001549- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001553 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001554 deps:
1555 - grpc_test_util
1556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001559- name: chttp2_stream_map_test
1560 build: test
1561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
1563 - test/core/transport/chttp2/stream_map_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001569- name: chttp2_varint_test
1570 build: test
1571 language: c
1572 src:
1573 - test/core/transport/chttp2/varint_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001579- name: client_fuzzer
1580 build: fuzzer
1581 language: c
1582 src:
1583 - test/core/end2end/fuzzers/client_fuzzer.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
1587 - gpr_test_util
1588 - gpr
1589 corpus_dirs:
1590 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001591 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001592 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001593- name: combiner_test
1594 cpu_cost: 30
1595 build: test
1596 language: c
1597 src:
1598 - test/core/iomgr/combiner_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
1602 - gpr_test_util
1603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: compression_test
1605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/compression/compression_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001614- name: concurrent_connectivity_test
1615 build: test
1616 language: c
1617 src:
1618 - test/core/surface/concurrent_connectivity_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
1622 - gpr_test_util
1623 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001624 exclude_iomgrs:
1625 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001626- name: connection_refused_test
1627 cpu_cost: 0.1
1628 build: test
1629 language: c
1630 src:
1631 - test/core/end2end/connection_refused_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
1635 - gpr_test_util
1636 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001637- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001638 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001639 build: test
1640 language: c
1641 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001642 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001648 exclude_iomgrs:
1649 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001650- name: dns_resolver_test
1651 build: test
1652 language: c
1653 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001654 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001661 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662 build: test
1663 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001664 src:
1665 - test/core/end2end/dualstack_socket_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001671 exclude_iomgrs:
1672 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001677- name: endpoint_pair_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/iomgr/endpoint_pair_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001687 exclude_iomgrs:
1688 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001689- name: ev_epoll_linux_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/iomgr/ev_epoll_linux_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
1697 - gpr_test_util
1698 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001699 exclude_iomgrs:
1700 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001701 platforms:
1702 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: fd_conservation_posix_test
1704 build: test
1705 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001706 src:
1707 - test/core/iomgr/fd_conservation_posix_test.c
1708 deps:
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001713 exclude_iomgrs:
1714 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001715 platforms:
1716 - mac
1717 - linux
1718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719- name: fd_posix_test
1720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
1723 - test/core/iomgr/fd_posix_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001729 exclude_iomgrs:
1730 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001731 platforms:
1732 - mac
1733 - linux
1734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: fling_client
1736 build: test
1737 run: false
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/fling/client.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fling_server
1747 build: test
1748 run: false
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/fling/server.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001758 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759 build: test
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/fling/fling_stream_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001768 platforms:
1769 - mac
1770 - linux
1771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001773 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/fling/fling_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gen_hpack_tables
1788 build: tool
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - tools/codegen/core/gen_hpack_tables.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001794 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: gen_legal_metadata_characters
1796 build: tool
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001801- name: gen_percent_encoding_tables
1802 build: tool
1803 language: c
1804 src:
1805 - tools/codegen/core/gen_percent_encoding_tables.c
1806 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001807- name: goaway_server_test
1808 cpu_cost: 0.1
1809 build: test
1810 language: c
1811 src:
1812 - test/core/end2end/goaway_server_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
1816 - gpr_test_util
1817 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001818 exclude_iomgrs:
1819 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001820 platforms:
1821 - mac
1822 - linux
1823 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001824- name: gpr_avl_test
1825 build: test
1826 language: c
1827 src:
1828 - test/core/support/avl_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001832- name: gpr_backoff_test
1833 build: test
1834 language: c
1835 src:
1836 - test/core/support/backoff_test.c
1837 deps:
1838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gpr_cmdline_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/support/cmdline_test.c
1845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001848- name: gpr_cpu_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/support/cpu_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_env_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/env_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_histogram_test
1865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/histogram_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: gpr_host_port_test
1873 build: test
1874 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001875 src:
1876 - test/core/support/host_port_test.c
1877 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: gpr_log_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/support/log_test.c
1885 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001888- name: gpr_mpscq_test
1889 cpu_cost: 30
1890 build: test
1891 language: c
1892 src:
1893 - test/core/support/mpscq_test.c
1894 deps:
1895 - gpr_test_util
1896 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001897- name: gpr_spinlock_test
1898 cpu_cost: 10
1899 build: test
1900 language: c
1901 src:
1902 - test/core/support/spinlock_test.c
1903 deps:
1904 - gpr_test_util
1905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001907 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/support/stack_lockfree_test.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: gpr_string_test
1916 build: test
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - test/core/support/string_test.c
1920 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001924 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/support/sync_test.c
1929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001933 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934 build: test
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/support/thd_test.c
1938 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: gpr_time_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/support/time_test.c
1946 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: gpr_tls_test
1950 build: test
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/support/tls_test.c
1954 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: gpr_useful_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/support/useful_test.c
1962 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965- name: grpc_auth_context_test
1966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
1969 - test/core/security/auth_context_test.c
1970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001975- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976 build: test
1977 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001979 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: grpc_byte_buffer_reader_test
1986 build: test
1987 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
1989 - test/core/surface/byte_buffer_reader_test.c
1990 deps:
1991 - grpc_test_util
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_channel_args_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/channel/channel_args_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: grpc_channel_stack_test
2006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/channel/channel_stack_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: grpc_completion_queue_test
2016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/surface/completion_queue_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002025- name: grpc_completion_queue_threading_test
2026 build: test
2027 language: c
2028 src:
2029 - test/core/surface/completion_queue_threading_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
2033 - gpr_test_util
2034 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002035 exclude_iomgrs:
2036 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002037- name: grpc_create_jwt
2038 build: tool
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/core/security/create_jwt.c
2042 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002045 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: grpc_credentials_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/security/credentials_test.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002057 build: test
2058 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/security/fetch_oauth2.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002067- name: grpc_invalid_channel_args_test
2068 build: test
2069 language: c
2070 src:
2071 - test/core/surface/invalid_channel_args_test.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: grpc_json_token_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/security/json_token_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002087 platforms:
2088 - linux
2089 - posix
2090 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: grpc_jwt_verifier_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/security/jwt_verifier_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: grpc_print_google_default_creds_token
2102 build: tool
2103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/core/security/print_google_default_creds_token.c
2106 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002109- name: grpc_security_connector_test
2110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/core/security/security_connector_test.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: grpc_verify_jwt
2120 build: tool
2121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002122 src:
2123 - test/core/security/verify_jwt.c
2124 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002127- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002128 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002129 language: c
2130 src:
2131 - test/core/handshake/client_ssl.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
2135 - gpr_test_util
2136 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002137 exclude_iomgrs:
2138 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002139 platforms:
2140 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002141 secure: true
2142- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002143 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002144 language: c
2145 src:
2146 - test/core/handshake/server_ssl.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
2150 - gpr_test_util
2151 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002152 platforms:
2153 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002154 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002155- name: hpack_parser_fuzzer_test
2156 build: fuzzer
2157 language: c
2158 src:
2159 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
2163 - gpr_test_util
2164 - gpr
2165 corpus_dirs:
2166 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002167 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002168 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169- name: hpack_parser_test
2170 build: test
2171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - test/core/transport/chttp2/hpack_parser_test.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: hpack_table_test
2180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/transport/chttp2/hpack_table_test.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002189- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002193 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002194 deps:
2195 - grpc_test_util
2196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002197 - gpr_test_util
2198 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002199- name: http_request_fuzzer_test
2200 build: fuzzer
2201 language: c
2202 src:
2203 - test/core/http/request_fuzzer.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
2207 - gpr_test_util
2208 - gpr
2209 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002210 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002211 maxlen: 2048
2212- name: http_response_fuzzer_test
2213 build: fuzzer
2214 language: c
2215 src:
2216 - test/core/http/response_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/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002224 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002225- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002226 build: test
2227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002228 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002229 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002230 deps:
2231 - grpc_test_util
2232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002233 - gpr_test_util
2234 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002236 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002240 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002246 platforms:
2247 - mac
2248 - linux
2249 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002250- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002251 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002252 build: test
2253 language: c
2254 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002255 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002261 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002262 - linux
yang-gf1183302015-12-07 16:02:05 -08002263- name: init_test
2264 build: test
2265 language: c
2266 src:
2267 - test/core/surface/init_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002273- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002274 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002275 build: test
2276 language: c
2277 src:
2278 - test/core/end2end/invalid_call_argument_test.c
2279 deps:
2280 - grpc_test_util
2281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002282 - gpr_test_util
2283 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002284- name: json_fuzzer_test
2285 build: fuzzer
2286 language: c
2287 src:
2288 - test/core/json/fuzzer.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
2292 - gpr_test_util
2293 - gpr
2294 corpus_dirs:
2295 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002296 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: json_rewrite
2298 build: test
2299 run: false
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/json/json_rewrite.c
2303 deps:
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002306- name: json_rewrite_test
2307 build: test
2308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002309 src:
2310 - test/core/json/json_rewrite_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002316- name: json_stream_error_test
2317 build: test
2318 language: c
2319 src:
2320 - test/core/json/json_stream_error_test.c
2321 deps:
2322 - grpc_test_util
2323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: json_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/json/json_test.c
2331 deps:
2332 - grpc_test_util
2333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002334 - gpr_test_util
2335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: lame_client_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/surface/lame_client_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002346- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002347 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002348 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002349 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002351 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002352 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002353 deps:
2354 - grpc_test_util
2355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr_test_util
2357 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002358- name: load_file_test
2359 build: test
2360 language: c
2361 src:
2362 - test/core/iomgr/load_file_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
2366 - gpr_test_util
2367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: low_level_ping_pong_benchmark
2369 build: benchmark
2370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002371 src:
2372 - test/core/network_benchmarks/low_level_ping_pong.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002378 platforms:
2379 - mac
2380 - linux
2381 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002382- name: memory_profile_client
2383 build: test
2384 run: false
2385 language: c
2386 src:
2387 - test/core/memory_usage/client.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
2391 - gpr_test_util
2392 - gpr
2393- name: memory_profile_server
2394 build: test
2395 run: false
2396 language: c
2397 src:
2398 - test/core/memory_usage/server.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
2404- name: memory_profile_test
2405 cpu_cost: 1.5
2406 build: test
2407 language: c
2408 src:
2409 - test/core/memory_usage/memory_usage_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
2413 - gpr_test_util
2414 - gpr
2415 platforms:
2416 - mac
2417 - linux
2418 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: message_compress_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/compression/message_compress_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002429- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002430 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002431 build: test
2432 language: c
2433 src:
2434 - test/core/census/mlog_test.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
2438 - gpr_test_util
2439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: multiple_server_queues_test
2441 build: test
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/end2end/multiple_server_queues_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: murmur_hash_test
2451 build: test
2452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/core/support/murmur_hash_test.c
2455 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002458- name: nanopb_fuzzer_response_test
2459 build: fuzzer
2460 language: c
2461 src:
2462 - test/core/nanopb/fuzzer_response.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
2466 - gpr_test_util
2467 - gpr
2468 corpus_dirs:
2469 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002470 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002471- name: nanopb_fuzzer_serverlist_test
2472 build: fuzzer
2473 language: c
2474 src:
2475 - test/core/nanopb/fuzzer_serverlist.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
2482 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002483 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002485 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/end2end/no_server_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002495- name: parse_address_test
2496 build: test
2497 language: c
2498 src:
2499 - test/core/client_channel/parse_address_test.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
2503 - gpr_test_util
2504 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002505- name: percent_decode_fuzzer
2506 build: fuzzer
2507 language: c
2508 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002509 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002510 deps:
2511 - grpc_test_util
2512 - grpc
2513 - gpr_test_util
2514 - gpr
2515 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002516 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002517 maxlen: 32
2518- name: percent_encode_fuzzer
2519 build: fuzzer
2520 language: c
2521 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002522 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002523 deps:
2524 - grpc_test_util
2525 - grpc
2526 - gpr_test_util
2527 - gpr
2528 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002529 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002530 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002531- name: percent_encoding_test
2532 build: test
2533 language: c
2534 src:
2535 - test/core/slice/percent_encoding_test.c
2536 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002537 - grpc_test_util
2538 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002539 - gpr_test_util
2540 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002541- name: pollset_set_test
2542 build: test
2543 language: c
2544 src:
2545 - test/core/iomgr/pollset_set_test.c
2546 deps:
2547 - grpc_test_util
2548 - grpc
2549 - gpr_test_util
2550 - gpr
2551 exclude_iomgrs:
2552 - uv
2553 platforms:
2554 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002555- name: resolve_address_posix_test
2556 build: test
2557 language: c
2558 src:
2559 - test/core/iomgr/resolve_address_posix_test.c
2560 deps:
2561 - grpc_test_util
2562 - grpc
2563 - gpr_test_util
2564 - gpr
2565 platforms:
2566 - mac
2567 - linux
2568 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569- name: resolve_address_test
2570 build: test
2571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/core/iomgr/resolve_address_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002579- name: resource_quota_test
2580 cpu_cost: 30
2581 build: test
2582 language: c
2583 src:
2584 - test/core/iomgr/resource_quota_test.c
2585 deps:
2586 - grpc_test_util
2587 - grpc
2588 - gpr_test_util
2589 - gpr
yang-gd482e592015-12-10 14:04:00 -08002590- name: secure_channel_create_test
2591 build: test
2592 language: c
2593 src:
2594 - test/core/surface/secure_channel_create_test.c
2595 deps:
2596 - grpc_test_util
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: secure_endpoint_test
2601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/security/secure_endpoint_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002610 exclude_iomgrs:
2611 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002612- name: sequential_connectivity_test
2613 build: test
2614 language: c
2615 src:
2616 - test/core/surface/sequential_connectivity_test.c
2617 deps:
2618 - grpc_test_util
2619 - grpc
2620 - gpr_test_util
2621 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002622 exclude_iomgrs:
2623 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002624- name: server_chttp2_test
2625 build: test
2626 language: c
2627 src:
2628 - test/core/surface/server_chttp2_test.c
2629 deps:
2630 - grpc_test_util
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002634- name: server_fuzzer
2635 build: fuzzer
2636 language: c
2637 src:
2638 - test/core/end2end/fuzzers/server_fuzzer.c
2639 deps:
2640 - grpc_test_util
2641 - grpc
2642 - gpr_test_util
2643 - gpr
2644 corpus_dirs:
2645 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002646 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002647 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002648- name: server_test
2649 build: test
2650 language: c
2651 src:
2652 - test/core/surface/server_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002658- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002659 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002660 build: test
2661 language: c
2662 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002663 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002664 deps:
2665 - test_tcp_server
2666 - grpc_test_util
2667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002668 - gpr_test_util
2669 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002670 exclude_iomgrs:
2671 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002672- name: slice_buffer_test
2673 build: test
2674 language: c
2675 src:
2676 - test/core/slice/slice_buffer_test.c
2677 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002678 - grpc_test_util
2679 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002680 - gpr_test_util
2681 - gpr
2682- name: slice_string_helpers_test
2683 build: test
2684 language: c
2685 src:
2686 - test/core/slice/slice_string_helpers_test.c
2687 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002688 - grpc_test_util
2689 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002690 - gpr_test_util
2691 - gpr
2692- name: slice_test
2693 build: test
2694 language: c
2695 src:
2696 - test/core/slice/slice_test.c
2697 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002698 - grpc_test_util
2699 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002700 - gpr_test_util
2701 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002702- name: sockaddr_resolver_test
2703 build: test
2704 language: c
2705 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002706 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002707 deps:
2708 - grpc_test_util
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002712- name: sockaddr_utils_test
2713 build: test
2714 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002715 src:
2716 - test/core/iomgr/sockaddr_utils_test.c
2717 deps:
2718 - grpc_test_util
2719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002720 - gpr_test_util
2721 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002722- name: socket_utils_test
2723 build: test
2724 language: c
2725 src:
2726 - test/core/iomgr/socket_utils_test.c
2727 deps:
2728 - grpc_test_util
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr_test_util
2731 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002732 exclude_iomgrs:
2733 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002734 platforms:
2735 - mac
2736 - linux
2737 - posix
yang-g31e21282016-11-04 15:10:03 -07002738- name: ssl_server_fuzzer
2739 build: fuzzer
2740 language: c
2741 src:
2742 - test/core/security/ssl_server_fuzzer.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
2748 corpus_dirs:
2749 - test/core/security/corpus/ssl_server_corpus
2750 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002751- name: status_conversion_test
2752 build: test
2753 language: c
2754 src:
2755 - test/core/transport/status_conversion_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
2759 - gpr_test_util
2760 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002761- name: stream_owned_slice_test
2762 build: test
2763 language: c
2764 src:
2765 - test/core/transport/stream_owned_slice_test.c
2766 deps:
2767 - grpc_test_util
2768 - grpc
2769 - gpr_test_util
2770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002772 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773 build: test
2774 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002775 src:
2776 - test/core/iomgr/tcp_client_posix_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002780 - gpr_test_util
2781 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002782 exclude_iomgrs:
2783 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002784 platforms:
2785 - mac
2786 - linux
2787 - posix
murgatroid991191b722017-02-08 11:56:52 -08002788- name: tcp_client_uv_test
2789 cpu_cost: 0.5
2790 build: test
2791 language: c
2792 src:
2793 - test/core/iomgr/tcp_client_uv_test.c
2794 deps:
2795 - grpc_test_util
2796 - grpc
2797 - gpr_test_util
2798 - gpr
2799 exclude_iomgrs:
2800 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002802 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803 build: test
2804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/core/iomgr/tcp_posix_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002812 exclude_iomgrs:
2813 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002814 platforms:
2815 - mac
2816 - linux
2817 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002818- name: tcp_server_posix_test
2819 build: test
2820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002821 src:
2822 - test/core/iomgr/tcp_server_posix_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002826 - gpr_test_util
2827 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002828 exclude_iomgrs:
2829 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002830 platforms:
2831 - mac
2832 - linux
2833 - posix
murgatroid991191b722017-02-08 11:56:52 -08002834- name: tcp_server_uv_test
2835 build: test
2836 language: c
2837 src:
2838 - test/core/iomgr/tcp_server_uv_test.c
2839 deps:
2840 - grpc_test_util
2841 - grpc
2842 - gpr_test_util
2843 - gpr
2844 exclude_iomgrs:
2845 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: time_averaged_stats_test
2847 build: test
2848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
2850 - test/core/iomgr/time_averaged_stats_test.c
2851 deps:
2852 - grpc_test_util
2853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002856- name: timeout_encoding_test
2857 build: test
2858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002859 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002860 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002861 deps:
2862 - grpc_test_util
2863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002864 - gpr_test_util
2865 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002866- name: timer_heap_test
2867 build: test
2868 language: c
2869 src:
2870 - test/core/iomgr/timer_heap_test.c
2871 deps:
2872 - grpc_test_util
2873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002874 - gpr_test_util
2875 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002876 exclude_iomgrs:
2877 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002878- name: timer_list_test
2879 build: test
2880 language: c
2881 src:
2882 - test/core/iomgr/timer_list_test.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002888 exclude_iomgrs:
2889 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002890- name: transport_connectivity_state_test
2891 build: test
2892 language: c
2893 src:
2894 - test/core/transport/connectivity_state_test.c
2895 deps:
2896 - grpc_test_util
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: transport_metadata_test
2901 build: test
2902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002903 src:
2904 - test/core/transport/metadata_test.c
2905 deps:
2906 - grpc_test_util
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002910- name: transport_pid_controller_test
2911 build: test
2912 language: c
2913 src:
2914 - test/core/transport/pid_controller_test.c
2915 deps:
2916 - grpc_test_util
2917 - grpc
2918 - gpr_test_util
2919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: transport_security_test
2921 build: test
2922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/core/tsi/transport_security_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002930 platforms:
2931 - linux
2932 - posix
2933 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934- name: udp_server_test
2935 build: test
2936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002937 src:
2938 - test/core/iomgr/udp_server_test.c
2939 deps:
2940 - grpc_test_util
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002944 exclude_iomgrs:
2945 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002946 platforms:
2947 - mac
2948 - linux
2949 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002950- name: uri_fuzzer_test
2951 build: fuzzer
2952 language: c
2953 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002954 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002955 deps:
2956 - grpc_test_util
2957 - grpc
2958 - gpr_test_util
2959 - gpr
2960 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002961 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002962 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002963- name: uri_parser_test
2964 build: test
2965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002967 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002968 deps:
2969 - grpc_test_util
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr_test_util
2972 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002973- name: wakeup_fd_cv_test
2974 build: test
2975 language: c
2976 src:
2977 - test/core/iomgr/wakeup_fd_cv_test.c
2978 deps:
2979 - grpc_test_util
2980 - grpc
2981 - gpr_test_util
2982 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002983 exclude_iomgrs:
2984 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002985 platforms:
2986 - mac
2987 - linux
2988 - posix
vjpai04e992a2016-02-10 16:58:38 -08002989- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002990 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002991 build: test
2992 language: c++
2993 src:
2994 - test/cpp/common/alarm_cpp_test.cc
2995 deps:
2996 - grpc++_test_util
2997 - grpc_test_util
2998 - grpc++
2999 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003000 - gpr_test_util
3001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003003 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004 build: test
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/end2end/async_end2end_test.cc
3008 deps:
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003016 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017 build: test
3018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003019 src:
3020 - test/cpp/common/auth_property_iterator_test.cc
3021 deps:
3022 - grpc++_test_util
3023 - grpc_test_util
3024 - grpc++
3025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003026 - gpr_test_util
3027 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003028- name: bm_call_create
3029 build: test
3030 language: c++
3031 src:
3032 - test/cpp/microbenchmarks/bm_call_create.cc
3033 deps:
3034 - benchmark
3035 - grpc++_test_util
3036 - grpc_test_util
3037 - grpc++
3038 - grpc
3039 - gpr_test_util
3040 - gpr
3041 args:
3042 - --benchmark_min_time=0
3043 platforms:
3044 - mac
3045 - linux
3046 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003047- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003048 build: test
3049 language: c++
3050 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003051 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003052 deps:
3053 - benchmark
3054 - grpc++_test_util
3055 - grpc_test_util
3056 - grpc++
3057 - grpc
3058 - gpr_test_util
3059 - gpr
3060 args:
3061 - --benchmark_min_time=0
3062 platforms:
3063 - mac
3064 - linux
3065 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003066- name: bm_closure
3067 build: test
3068 language: c++
3069 src:
3070 - test/cpp/microbenchmarks/bm_closure.cc
3071 deps:
3072 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003073 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003074 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003075 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003076 - grpc
3077 - gpr_test_util
3078 - gpr
3079 args:
3080 - --benchmark_min_time=0
3081 platforms:
3082 - mac
3083 - linux
3084 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003085- name: bm_cq
3086 build: test
3087 language: c++
3088 src:
3089 - test/cpp/microbenchmarks/bm_cq.cc
3090 deps:
3091 - benchmark
3092 - grpc++_test_util
3093 - grpc_test_util
3094 - grpc++
3095 - grpc
3096 - gpr_test_util
3097 - gpr
3098 args:
3099 - --benchmark_min_time=0
3100 platforms:
3101 - mac
3102 - linux
3103 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003104- name: bm_error
3105 build: test
3106 language: c++
3107 src:
3108 - test/cpp/microbenchmarks/bm_error.cc
3109 deps:
3110 - benchmark
3111 - grpc++_test_util
3112 - grpc_test_util
3113 - grpc++
3114 - grpc
3115 - gpr_test_util
3116 - gpr
3117 args:
3118 - --benchmark_min_time=0
3119 platforms:
3120 - mac
3121 - linux
3122 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003123- name: bm_fullstack
3124 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003125 language: c++
3126 src:
3127 - test/cpp/microbenchmarks/bm_fullstack.cc
3128 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003129 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003130 - grpc++_test_util
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
3134 - gpr_test_util
3135 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003136 args:
3137 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003138 excluded_poll_engines:
3139 - poll
3140 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003141 platforms:
3142 - mac
3143 - linux
3144 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003145 timeout_seconds: 1200
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003146- name: bm_metadata
3147 build: test
3148 language: c++
3149 src:
3150 - test/cpp/microbenchmarks/bm_metadata.cc
3151 deps:
3152 - benchmark
3153 - grpc_test_util
3154 - grpc
3155 - gpr_test_util
3156 - gpr
3157 args:
3158 - --benchmark_min_time=0
3159 platforms:
3160 - mac
3161 - linux
3162 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003164 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165 build: test
3166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
yang-g52705592015-11-25 11:45:33 -08003168 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003169 deps:
3170 - grpc++
3171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003172 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003173- name: channel_filter_test
3174 gtest: true
3175 build: test
3176 language: c++
3177 src:
3178 - test/cpp/common/channel_filter_test.cc
3179 deps:
3180 - grpc++
3181 - grpc
3182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003184 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185 build: test
3186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003187 src:
3188 - test/cpp/util/cli_call_test.cc
3189 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003190 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003191 - grpc++_test_util
3192 - grpc_test_util
3193 - grpc++
3194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003195 - gpr_test_util
3196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003198 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003199 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 build: test
3201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003202 src:
3203 - test/cpp/end2end/client_crash_test.cc
3204 deps:
3205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003211 platforms:
3212 - mac
3213 - linux
3214 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003215- name: client_crash_test_server
3216 build: test
3217 run: false
3218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003219 src:
3220 - test/cpp/end2end/client_crash_test_server.cc
3221 deps:
3222 - grpc++_test_util
3223 - grpc_test_util
3224 - grpc++
3225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003226 - gpr_test_util
3227 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003228- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003229 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003230 build: test
3231 language: c++
3232 src:
3233 - src/proto/grpc/testing/control.proto
3234 - src/proto/grpc/testing/messages.proto
3235 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003236 - src/proto/grpc/testing/services.proto
3237 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003238 - test/cpp/codegen/codegen_test_full.cc
3239 deps:
3240 - grpc++
3241 - grpc
3242 - gpr
3243 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003244 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003245- name: codegen_test_minimal
3246 gtest: true
3247 build: test
3248 language: c++
3249 src:
3250 - src/proto/grpc/testing/control.proto
3251 - src/proto/grpc/testing/messages.proto
3252 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003253 - src/proto/grpc/testing/services.proto
3254 - src/proto/grpc/testing/stats.proto
3255 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003256 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003257 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003258 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003260 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261 build: test
3262 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003263 src:
3264 - test/cpp/client/credentials_test.cc
3265 deps:
3266 - grpc++
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003270 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271 build: test
3272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003273 src:
3274 - test/cpp/util/byte_buffer_test.cc
3275 deps:
3276 - grpc_test_util
3277 - grpc++
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr_test_util
3280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003281- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003282 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283 build: test
3284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
3286 - test/cpp/util/slice_test.cc
3287 deps:
3288 - grpc_test_util
3289 - grpc++
3290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003291 - gpr_test_util
3292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003293- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003294 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295 build: test
3296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003297 src:
3298 - test/cpp/util/string_ref_test.cc
3299 deps:
3300 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003302 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003303 build: test
3304 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003305 src:
3306 - test/cpp/util/time_test.cc
3307 deps:
3308 - grpc_test_util
3309 - grpc++
3310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 - gpr_test_util
3312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003313- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003314 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003315 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003316 build: test
3317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003318 src:
3319 - test/cpp/end2end/end2end_test.cc
3320 deps:
3321 - grpc++_test_util
3322 - grpc_test_util
3323 - grpc++
3324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003325 - gpr_test_util
3326 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003327- name: filter_end2end_test
3328 gtest: true
3329 build: test
3330 language: c++
3331 src:
3332 - test/cpp/end2end/filter_end2end_test.cc
3333 deps:
3334 - grpc++_test_util
3335 - grpc_test_util
3336 - grpc++
3337 - grpc
3338 - gpr_test_util
3339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003340- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003341 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342 build: test
3343 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003344 src:
3345 - test/cpp/end2end/generic_end2end_test.cc
3346 deps:
3347 - grpc++_test_util
3348 - grpc_test_util
3349 - grpc++
3350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003351 - gpr_test_util
3352 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003353- name: golden_file_test
3354 gtest: true
3355 build: test
3356 language: c++
3357 src:
3358 - src/proto/grpc/testing/compiler_test.proto
3359 - test/cpp/codegen/golden_file_test.cc
3360 deps:
3361 - grpc++
3362 - grpc
3363 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003364 args:
3365 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366- name: grpc_cli
3367 build: test
3368 run: false
3369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003370 src:
3371 - test/cpp/util/grpc_cli.cc
3372 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003373 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003374 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003375 - grpc++
3376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003378 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379- name: grpc_cpp_plugin
3380 build: protoc
3381 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003382 src:
3383 - src/compiler/cpp_plugin.cc
3384 deps:
3385 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386 secure: false
3387 vs_config_type: Application
3388 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3389- name: grpc_csharp_plugin
3390 build: protoc
3391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003392 src:
3393 - src/compiler/csharp_plugin.cc
3394 deps:
3395 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396 secure: false
3397 vs_config_type: Application
3398 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003399- name: grpc_node_plugin
3400 build: protoc
3401 language: c++
3402 src:
3403 - src/compiler/node_plugin.cc
3404 deps:
3405 - grpc_plugin_support
3406 secure: false
3407 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003408- name: grpc_objective_c_plugin
3409 build: protoc
3410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003411 src:
3412 - src/compiler/objective_c_plugin.cc
3413 deps:
3414 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003415 secure: false
3416 vs_config_type: Application
3417 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003418- name: grpc_php_plugin
3419 build: protoc
3420 language: c++
3421 src:
3422 - src/compiler/php_plugin.cc
3423 deps:
3424 - grpc_plugin_support
3425 secure: false
3426 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427- name: grpc_python_plugin
3428 build: protoc
3429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003430 src:
3431 - src/compiler/python_plugin.cc
3432 deps:
3433 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 secure: false
3435 vs_config_type: Application
3436 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3437- name: grpc_ruby_plugin
3438 build: protoc
3439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
3441 - src/compiler/ruby_plugin.cc
3442 deps:
3443 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444 secure: false
3445 vs_config_type: Application
3446 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003447- name: grpc_tool_test
3448 gtest: true
3449 build: test
3450 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003451 src:
3452 - src/proto/grpc/testing/echo.proto
3453 - src/proto/grpc/testing/echo_messages.proto
3454 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003455 deps:
3456 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003457 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003458 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003459 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003460 - grpc_test_util
3461 - grpc++
3462 - grpc
3463 - gpr_test_util
3464 - gpr
3465 filegroups:
3466 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003467- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003468 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003469 build: test
3470 language: c++
3471 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003472 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003473 - test/cpp/grpclb/grpclb_api_test.cc
3474 deps:
3475 - grpc++_test_util
3476 - grpc_test_util
3477 - grpc++
3478 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003479- name: grpclb_test
3480 gtest: false
3481 build: test
3482 language: c++
3483 src:
3484 - src/proto/grpc/lb/v1/load_balancer.proto
3485 - test/cpp/grpclb/grpclb_test.cc
3486 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003487 - grpc++_test_util
3488 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003489 - grpc++
3490 - grpc
3491 - gpr_test_util
3492 - gpr
yang-gad327642016-12-12 14:32:09 -08003493- name: health_service_end2end_test
3494 gtest: true
3495 build: test
3496 language: c++
3497 src:
3498 - test/cpp/end2end/health_service_end2end_test.cc
3499 deps:
3500 - grpc++_test_util
3501 - grpc_test_util
3502 - grpc++
3503 - grpc
3504 - gpr_test_util
3505 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003506- name: http2_client
3507 build: test
3508 run: false
3509 language: c++
3510 src: []
3511 deps:
3512 - http2_client_main
3513 - grpc++_test_util
3514 - grpc_test_util
3515 - grpc++
3516 - grpc
3517 - grpc++_test_config
3518 platforms:
3519 - mac
3520 - linux
3521 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003522- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003523 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003524 build: test
3525 language: c++
3526 src:
3527 - test/cpp/end2end/hybrid_end2end_test.cc
3528 deps:
3529 - grpc++_test_util
3530 - grpc_test_util
3531 - grpc++
3532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003533 - gpr_test_util
3534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003535- name: interop_client
3536 build: test
3537 run: false
3538 language: c++
3539 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003540 deps:
3541 - interop_client_main
3542 - interop_client_helper
3543 - grpc++_test_util
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 - gpr_test_util
3548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003549 - grpc++_test_config
3550 platforms:
3551 - mac
3552 - linux
3553 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554- name: interop_server
3555 build: test
3556 run: false
3557 language: c++
3558 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003559 deps:
3560 - interop_server_main
3561 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003562 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003563 - grpc++_test_util
3564 - grpc_test_util
3565 - grpc++
3566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003567 - gpr_test_util
3568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003569 - grpc++_test_config
3570 platforms:
3571 - mac
3572 - linux
3573 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003575 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 build: test
3577 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003578 src:
3579 - test/cpp/interop/interop_test.cc
3580 deps:
3581 - grpc_test_util
3582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003583 - gpr_test_util
3584 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003585 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003586 platforms:
3587 - mac
3588 - linux
3589 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003590- name: json_run_localhost
3591 build: test
3592 run: false
3593 language: c++
3594 src:
3595 - test/cpp/qps/json_run_localhost.cc
3596 deps:
3597 - grpc++_test_util
3598 - grpc_test_util
3599 - grpc++
3600 - grpc
3601 - gpr_test_util
3602 - gpr
3603 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003604 platforms:
3605 - mac
3606 - linux
3607 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003608- name: metrics_client
3609 build: test
3610 run: false
3611 language: c++
3612 headers:
3613 - test/cpp/util/metrics_server.h
3614 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003615 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003616 - test/cpp/interop/metrics_client.cc
3617 deps:
3618 - grpc++
3619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003620 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003621 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003622- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003623 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003624 build: test
3625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003626 src:
3627 - test/cpp/end2end/mock_test.cc
3628 deps:
3629 - grpc++_test_util
3630 - grpc_test_util
3631 - grpc++
3632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003633 - gpr_test_util
3634 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003635- name: noop-benchmark
3636 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003637 language: c++
3638 src:
3639 - test/cpp/microbenchmarks/noop-benchmark.cc
3640 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003641 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003642- name: proto_server_reflection_test
3643 gtest: true
3644 build: test
3645 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003646 src:
3647 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003648 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003649 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003650 - grpc++_reflection
3651 - grpc++_test_util
3652 - grpc_test_util
3653 - grpc++
3654 - grpc
3655 - gpr_test_util
3656 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003657- name: proto_utils_test
3658 gtest: true
3659 build: test
3660 language: c++
3661 src:
3662 - test/cpp/codegen/proto_utils_test.cc
3663 deps:
3664 - grpc++
3665 - grpc
3666 filegroups:
3667 - grpc++_codegen_base
3668 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003669- name: qps_interarrival_test
3670 build: test
3671 run: false
3672 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003673 src:
3674 - test/cpp/qps/qps_interarrival_test.cc
3675 deps:
3676 - qps
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003681 - gpr_test_util
3682 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003683 platforms:
3684 - mac
3685 - linux
3686 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003687- name: qps_json_driver
3688 build: test
3689 run: false
3690 language: c++
3691 src:
3692 - test/cpp/qps/qps_json_driver.cc
3693 deps:
3694 - qps
3695 - grpc++_test_util
3696 - grpc_test_util
3697 - grpc++
3698 - grpc
3699 - gpr_test_util
3700 - gpr
3701 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003702- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003703 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704 build: test
3705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003706 src:
3707 - test/cpp/qps/qps_openloop_test.cc
3708 deps:
3709 - qps
3710 - grpc++_test_util
3711 - grpc_test_util
3712 - grpc++
3713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003714 - gpr_test_util
3715 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003716 - grpc++_test_config
3717 platforms:
3718 - mac
3719 - linux
3720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003721- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003722 build: test
3723 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003725 headers:
3726 - test/cpp/qps/client.h
3727 - test/cpp/qps/server.h
3728 src:
3729 - test/cpp/qps/worker.cc
3730 deps:
3731 - qps
3732 - grpc++_test_util
3733 - grpc_test_util
3734 - grpc++
3735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003736 - gpr_test_util
3737 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003738 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003739- name: reconnect_interop_client
3740 build: test
3741 run: false
3742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003743 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003744 - src/proto/grpc/testing/empty.proto
3745 - src/proto/grpc/testing/messages.proto
3746 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003747 - test/cpp/interop/reconnect_interop_client.cc
3748 deps:
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 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003756- name: reconnect_interop_server
3757 build: test
3758 run: false
3759 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003760 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003761 - src/proto/grpc/testing/empty.proto
3762 - src/proto/grpc/testing/messages.proto
3763 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003764 - test/cpp/interop/reconnect_interop_server.cc
3765 deps:
3766 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003767 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003768 - grpc++_test_util
3769 - grpc_test_util
3770 - grpc++
3771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003772 - gpr_test_util
3773 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003774 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003775- name: round_robin_end2end_test
3776 gtest: true
3777 build: test
3778 language: c++
3779 src:
3780 - test/cpp/end2end/round_robin_end2end_test.cc
3781 deps:
3782 - grpc++_test_util
3783 - grpc_test_util
3784 - grpc++
3785 - grpc
3786 - gpr_test_util
3787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003788- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003789 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003790 build: test
3791 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003792 src:
3793 - test/cpp/common/secure_auth_context_test.cc
3794 deps:
3795 - grpc++_test_util
3796 - grpc_test_util
3797 - grpc++
3798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003799 - gpr_test_util
3800 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003801- name: secure_sync_unary_ping_pong_test
3802 build: test
3803 language: c++
3804 src:
3805 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3806 deps:
3807 - qps
3808 - grpc++_test_util
3809 - grpc_test_util
3810 - grpc++
3811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003812 - gpr_test_util
3813 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003814 platforms:
3815 - mac
3816 - linux
3817 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003818- name: server_builder_plugin_test
3819 gtest: true
3820 build: test
3821 language: c++
3822 src:
3823 - test/cpp/end2end/server_builder_plugin_test.cc
3824 deps:
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
3829 - gpr_test_util
3830 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003831- name: server_context_test_spouse_test
3832 gtest: true
3833 build: test
3834 language: c++
3835 src:
3836 - test/cpp/test/server_context_test_spouse_test.cc
3837 deps:
3838 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003839 - grpc++
3840 - grpc
3841 - gpr_test_util
3842 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003843 uses:
3844 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003845- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003846 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003847 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003848 build: test
3849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003850 src:
3851 - test/cpp/end2end/server_crash_test.cc
3852 deps:
3853 - grpc++_test_util
3854 - grpc_test_util
3855 - grpc++
3856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003857 - gpr_test_util
3858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003859 platforms:
3860 - mac
3861 - linux
3862 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003863- name: server_crash_test_client
3864 build: test
3865 run: false
3866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003867 src:
3868 - test/cpp/end2end/server_crash_test_client.cc
3869 deps:
3870 - grpc++_test_util
3871 - grpc_test_util
3872 - grpc++
3873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003874 - gpr_test_util
3875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003877 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003878 build: test
3879 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003880 src:
3881 - test/cpp/end2end/shutdown_test.cc
3882 deps:
3883 - grpc++_test_util
3884 - grpc_test_util
3885 - grpc++
3886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 - gpr_test_util
3888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889- name: status_test
3890 build: test
3891 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003892 src:
3893 - test/cpp/util/status_test.cc
3894 deps:
3895 - grpc_test_util
3896 - grpc++
3897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003898 - gpr_test_util
3899 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003900- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003901 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003902 build: test
3903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003904 src:
3905 - test/cpp/end2end/streaming_throughput_test.cc
3906 deps:
3907 - grpc++_test_util
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003911 - gpr_test_util
3912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003913 platforms:
3914 - mac
3915 - linux
3916 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003917- name: stress_test
3918 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003919 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003920 language: c++
3921 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003922 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003923 - test/cpp/interop/interop_client.h
3924 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003925 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003926 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003927 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003928 - src/proto/grpc/testing/empty.proto
3929 - src/proto/grpc/testing/messages.proto
3930 - src/proto/grpc/testing/metrics.proto
3931 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003932 - test/cpp/interop/interop_client.cc
3933 - test/cpp/interop/stress_interop_client.cc
3934 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003935 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003936 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003937 deps:
3938 - grpc++_test_util
3939 - grpc_test_util
3940 - grpc++
3941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003942 - gpr_test_util
3943 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003944 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003945- name: thread_manager_test
3946 build: test
3947 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003948 src:
3949 - test/cpp/thread_manager/thread_manager_test.cc
3950 deps:
3951 - grpc++
3952 - grpc
3953 - gpr
3954 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003955- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003956 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003957 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003958 build: test
3959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003960 src:
3961 - test/cpp/end2end/thread_stress_test.cc
3962 deps:
3963 - grpc++_test_util
3964 - grpc_test_util
3965 - grpc++
3966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003967 - gpr_test_util
3968 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003969- name: writes_per_rpc_test
3970 gtest: true
3971 cpu_cost: 0.5
3972 build: test
3973 language: c++
3974 src:
3975 - test/cpp/performance/writes_per_rpc_test.cc
3976 deps:
3977 - grpc++_test_util
3978 - grpc_test_util
3979 - grpc++
3980 - grpc
3981 - gpr_test_util
3982 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003983 platforms:
3984 - mac
3985 - linux
3986 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003987- name: public_headers_must_be_c89
3988 build: test
3989 language: c89
3990 src:
3991 - test/core/surface/public_headers_must_be_c89.c
3992 deps:
3993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003995vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003996- linkage: static
3997 name: grpc.dependencies.zlib
3998 props: false
3999 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004000 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004001- linkage: static
4002 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004003 props: true
4004 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004005 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004006- name: gflags
4007 props: false
4008 redist: false
4009 version: 2.1.2.1
4010- name: gtest
4011 props: false
4012 redist: false
4013 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004014configs:
4015 asan:
4016 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004017 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4018 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004019 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004020 LD: clang
4021 LDFLAGS: -fsanitize=address
4022 LDXX: clang++
4023 compile_the_world: true
4024 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004025 ASAN_OPTIONS: detect_leaks=1:color=always
4026 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004027 asan-noleaks:
4028 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004029 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4030 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004031 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004032 LD: clang
4033 LDFLAGS: -fsanitize=address
4034 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004035 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004036 test_environ:
4037 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004038 asan-trace-cmp:
4039 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004040 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4041 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004042 CXX: clang++
4043 LD: clang
4044 LDFLAGS: -fsanitize=address
4045 LDXX: clang++
4046 compile_the_world: true
4047 test_environ:
4048 ASAN_OPTIONS: detect_leaks=1:color=always
4049 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004050 basicprof:
4051 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4052 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004053 counters:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004054 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004055 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004056 dbg:
4057 CPPFLAGS: -O0
4058 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004059 gcov:
4060 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004061 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004062 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004063 DEFINES: _DEBUG DEBUG GPR_GCOV
4064 LD: gcc
4065 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4066 LDXX: g++
4067 helgrind:
4068 CPPFLAGS: -O0
4069 DEFINES: _DEBUG DEBUG
4070 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004071 valgrind: --tool=helgrind
4072 memcheck:
4073 CPPFLAGS: -O0
4074 DEFINES: _DEBUG DEBUG
4075 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004076 valgrind: --tool=memcheck --leak-check=full
4077 msan:
4078 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004079 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4080 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4081 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004082 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004083 DEFINES: NDEBUG
4084 LD: clang
4085 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4086 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4087 LDXX: clang++
4088 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004089 mutrace:
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004090 CPPFLAGS: -O3 -fno-omit-frame-pointer
Craig Tillerc3b88b02016-05-16 11:21:17 -07004091 DEFINES: NDEBUG
Craig Tiller0a3d5f92017-03-01 17:08:39 -08004092 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004093 opt:
Craig Tillerf9abb292017-03-01 13:38:37 -08004094 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08004095 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004096 stapprof:
4097 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4098 DEFINES: NDEBUG
4099 tsan:
4100 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004101 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004102 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004103 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004104 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004105 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004106 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004107 LDXX: clang++
4108 compile_the_world: true
4109 test_environ:
4110 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004111 ubsan:
4112 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004113 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4114 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004115 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004116 DEFINES: NDEBUG
4117 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004118 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004119 LDXX: clang++
4120 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004121 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004122 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004123defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004124 benchmark:
4125 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004126 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004127 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004128 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004129 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004130 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004131 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004132 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004133 LDFLAGS: -g
4134 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004135 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004136 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004137node_modules:
4138- deps:
4139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004140 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004141 - boringssl
4142 - z
murgatroid9994a75412015-11-19 14:04:53 -08004143 headers:
4144 - src/node/ext/byte_buffer.h
4145 - src/node/ext/call.h
4146 - src/node/ext/call_credentials.h
4147 - src/node/ext/channel.h
4148 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004149 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004150 - src/node/ext/server.h
4151 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004152 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004153 - src/node/ext/timeval.h
4154 js:
4155 - src/node/index.js
4156 - src/node/src/client.js
4157 - src/node/src/common.js
4158 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004159 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004160 - src/node/src/metadata.js
4161 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004162 name: grpc_node
4163 src:
4164 - src/node/ext/byte_buffer.cc
4165 - src/node/ext/call.cc
4166 - src/node/ext/call_credentials.cc
4167 - src/node/ext/channel.cc
4168 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004169 - src/node/ext/completion_queue_threadpool.cc
4170 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004171 - src/node/ext/node_grpc.cc
4172 - src/node/ext/server.cc
4173 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004174 - src/node/ext/server_generic.cc
4175 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004176 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004177 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004178openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004179 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004180 extraction_dir: openssl-1.0.2f
4181 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004182php_config_m4:
4183 deps:
4184 - grpc
4185 - gpr
4186 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004187 headers:
4188 - src/php/ext/grpc/byte_buffer.h
4189 - src/php/ext/grpc/call.h
4190 - src/php/ext/grpc/call_credentials.h
4191 - src/php/ext/grpc/channel.h
4192 - src/php/ext/grpc/channel_credentials.h
4193 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004194 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004195 - src/php/ext/grpc/php_grpc.h
4196 - src/php/ext/grpc/server.h
4197 - src/php/ext/grpc/server_credentials.h
4198 - src/php/ext/grpc/timeval.h
4199 src:
4200 - src/php/ext/grpc/byte_buffer.c
4201 - src/php/ext/grpc/call.c
4202 - src/php/ext/grpc/call_credentials.c
4203 - src/php/ext/grpc/channel.c
4204 - src/php/ext/grpc/channel_credentials.c
4205 - src/php/ext/grpc/completion_queue.c
4206 - src/php/ext/grpc/php_grpc.c
4207 - src/php/ext/grpc/server.c
4208 - src/php/ext/grpc/server_credentials.c
4209 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004210python_dependencies:
4211 deps:
4212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004213 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004214 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004215 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004216ruby_gem:
4217 deps:
4218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004220 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004221 - z