blob: 36817a55067d0911aadd7357959f9e8b7413e86e [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
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.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
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700231 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_windows.h
234 - src/core/lib/iomgr/time_averaged_stats.h
235 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700238 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/udp_server.h
240 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700241 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/wakeup_fd_pipe.h
243 - src/core/lib/iomgr/wakeup_fd_posix.h
244 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/workqueue_windows.h
247 - src/core/lib/json/json.h
248 - src/core/lib/json/json_common.h
249 - src/core/lib/json/json_reader.h
250 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800252 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800253 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/surface/api_trace.h
256 - src/core/lib/surface/call.h
257 - src/core/lib/surface/call_test_only.h
258 - src/core/lib/surface/channel.h
259 - src/core/lib/surface/channel_init.h
260 - src/core/lib/surface/channel_stack_type.h
261 - src/core/lib/surface/completion_queue.h
262 - src/core/lib/surface/event_string.h
263 - src/core/lib/surface/init.h
264 - src/core/lib/surface/lame_client.h
265 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800266 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700267 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800270 - src/core/lib/transport/error_utils.h
271 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/metadata.h
273 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700274 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700275 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400278 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/transport.h
280 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/channel_args.c
283 - src/core/lib/channel/channel_stack.c
284 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/channel/compress_filter.c
286 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700287 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700288 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800289 - src/core/lib/channel/handshaker_factory.c
290 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/http_client_filter.c
292 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700293 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700294 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/compression/message_compress.c
296 - src/core/lib/debug/trace.c
297 - src/core/lib/http/format_request.c
298 - src/core/lib/http/httpcli.c
299 - src/core/lib/http/parser.c
300 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700301 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint.c
303 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700304 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700306 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700307 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700308 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700309 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/exec_ctx.c
311 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iocp_windows.c
313 - src/core/lib/iomgr/iomgr.c
314 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700317 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700318 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700319 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/pollset_windows.c
324 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700327 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700329 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/socket_utils_common_posix.c
331 - src/core/lib/iomgr/socket_utils_linux.c
332 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700334 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/socket_windows.c
336 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/tcp_client_windows.c
339 - src/core/lib/iomgr/tcp_posix.c
340 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700341 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
342 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/tcp_windows.c
347 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/udp_server.c
352 - src/core/lib/iomgr/unix_sockets_posix.c
353 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700354 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/wakeup_fd_eventfd.c
356 - src/core/lib/iomgr/wakeup_fd_nospecial.c
357 - src/core/lib/iomgr/wakeup_fd_pipe.c
358 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700359 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/workqueue_windows.c
361 - src/core/lib/json/json.c
362 - src/core/lib/json/json_reader.c
363 - src/core/lib/json/json_string.c
364 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700365 - src/core/lib/slice/percent_encoding.c
366 - src/core/lib/slice/slice.c
367 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800368 - src/core/lib/slice/slice_hash_table.c
369 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700370 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/surface/alarm.c
372 - src/core/lib/surface/api_trace.c
373 - src/core/lib/surface/byte_buffer.c
374 - src/core/lib/surface/byte_buffer_reader.c
375 - src/core/lib/surface/call.c
376 - src/core/lib/surface/call_details.c
377 - src/core/lib/surface/call_log_batch.c
378 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/surface/channel_init.c
380 - src/core/lib/surface/channel_ping.c
381 - src/core/lib/surface/channel_stack_type.c
382 - src/core/lib/surface/completion_queue.c
383 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/lame_client.c
385 - src/core/lib/surface/metadata_array.c
386 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/surface/validate_metadata.c
388 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700389 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800392 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/transport/metadata.c
394 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700395 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700396 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800398 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400399 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/transport.c
401 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700402 deps:
403 - gpr
404 uses:
405 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700407 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700408 - src/core/ext/client_channel/client_channel.h
409 - src/core/ext/client_channel/client_channel_factory.h
410 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700411 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800412 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/initial_connect_string.h
414 - src/core/ext/client_channel/lb_policy.h
415 - src/core/ext/client_channel/lb_policy_factory.h
416 - src/core/ext/client_channel/lb_policy_registry.h
417 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800418 - src/core/ext/client_channel/proxy_mapper.h
419 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/resolver.h
421 - src/core/ext/client_channel/resolver_factory.h
422 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423 - src/core/ext/client_channel/subchannel.h
424 - src/core/ext/client_channel/subchannel_index.h
425 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700426 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700427 - src/core/ext/client_channel/channel_connectivity.c
428 - src/core/ext/client_channel/client_channel.c
429 - src/core/ext/client_channel/client_channel_factory.c
430 - src/core/ext/client_channel/client_channel_plugin.c
431 - src/core/ext/client_channel/connector.c
432 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700433 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800434 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - src/core/ext/client_channel/initial_connect_string.c
436 - src/core/ext/client_channel/lb_policy.c
437 - src/core/ext/client_channel/lb_policy_factory.c
438 - src/core/ext/client_channel/lb_policy_registry.c
439 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800440 - src/core/ext/client_channel/proxy_mapper.c
441 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - src/core/ext/client_channel/resolver.c
443 - src/core/ext/client_channel/resolver_factory.c
444 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700445 - src/core/ext/client_channel/subchannel.c
446 - src/core/ext/client_channel/subchannel_index.c
447 - src/core/ext/client_channel/uri_parser.c
448 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 uses:
450 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800451- name: grpc_codegen
452 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700453 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800455 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800456 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700460 uses:
461 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700462- name: grpc_lb_policy_grpclb
463 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700464 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800465 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700466 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700467 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700468 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700469 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800470 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
471 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
472 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
473 plugin: grpc_lb_policy_grpclb
474 uses:
475 - grpc_base
476 - grpc_client_channel
477 - nanopb
478- name: grpc_lb_policy_grpclb_secure
479 headers:
480 - src/core/ext/lb_policy/grpclb/grpclb.h
481 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
482 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
483 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
484 src:
485 - src/core/ext/lb_policy/grpclb/grpclb.c
486 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700487 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700488 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700489 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700490 uses:
491 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700492 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700493 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700494- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700495 src:
496 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700497 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700498 uses:
499 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700500 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700501- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700502 src:
503 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700504 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700505 uses:
506 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700507 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700508- name: grpc_load_reporting
509 headers:
510 - src/core/ext/load_reporting/load_reporting.h
511 - src/core/ext/load_reporting/load_reporting_filter.h
512 src:
513 - src/core/ext/load_reporting/load_reporting.c
514 - src/core/ext/load_reporting/load_reporting_filter.c
515 plugin: grpc_load_reporting_plugin
516 uses:
517 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700518- name: grpc_resolver_dns_native
519 src:
520 - src/core/ext/resolver/dns/native/dns_resolver.c
521 plugin: grpc_resolver_dns_native
522 uses:
523 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700524 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700525- name: grpc_resolver_sockaddr
526 src:
527 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
528 plugin: grpc_resolver_sockaddr
529 uses:
530 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700533 public_headers:
534 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100535 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700536 - src/core/lib/security/context/security_context.h
537 - src/core/lib/security/credentials/composite/composite_credentials.h
538 - src/core/lib/security/credentials/credentials.h
539 - src/core/lib/security/credentials/fake/fake_credentials.h
540 - src/core/lib/security/credentials/google_default/google_default_credentials.h
541 - src/core/lib/security/credentials/iam/iam_credentials.h
542 - src/core/lib/security/credentials/jwt/json_token.h
543 - src/core/lib/security/credentials/jwt/jwt_credentials.h
544 - src/core/lib/security/credentials/jwt/jwt_verifier.h
545 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
546 - src/core/lib/security/credentials/plugin/plugin_credentials.h
547 - src/core/lib/security/credentials/ssl/ssl_credentials.h
548 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800549 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700550 - src/core/lib/security/transport/secure_endpoint.h
551 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800552 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700553 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700554 - src/core/lib/security/util/b64.h
555 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100556 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700557 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700558 - src/core/lib/security/context/security_context.c
559 - src/core/lib/security/credentials/composite/composite_credentials.c
560 - src/core/lib/security/credentials/credentials.c
561 - src/core/lib/security/credentials/credentials_metadata.c
562 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700563 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700564 - src/core/lib/security/credentials/google_default/google_default_credentials.c
565 - src/core/lib/security/credentials/iam/iam_credentials.c
566 - src/core/lib/security/credentials/jwt/json_token.c
567 - src/core/lib/security/credentials/jwt/jwt_credentials.c
568 - src/core/lib/security/credentials/jwt/jwt_verifier.c
569 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
570 - src/core/lib/security/credentials/plugin/plugin_credentials.c
571 - src/core/lib/security/credentials/ssl/ssl_credentials.c
572 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800573 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/secure_endpoint.c
575 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800576 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700578 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700579 - src/core/lib/security/util/b64.c
580 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700581 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700582 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700583 uses:
584 - grpc_base
585 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700586 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700588 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700589 headers:
590 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700591 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800592 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/end2end/fixtures/proxy.h
594 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800595 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200597 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700598 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700600 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700602 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700603 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800604 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700605 src:
606 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700607 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800608 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/end2end/fixtures/proxy.c
610 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800611 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200613 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700614 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700616 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800617 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700618 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700619 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800620 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700621 deps:
622 - grpc
623 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700624- name: grpc_transport_chttp2
625 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700626 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700627 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700628 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
629 - src/core/ext/transport/chttp2/transport/frame.h
630 - src/core/ext/transport/chttp2/transport/frame_data.h
631 - src/core/ext/transport/chttp2/transport/frame_goaway.h
632 - src/core/ext/transport/chttp2/transport/frame_ping.h
633 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
634 - src/core/ext/transport/chttp2/transport/frame_settings.h
635 - src/core/ext/transport/chttp2/transport/frame_window_update.h
636 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
637 - src/core/ext/transport/chttp2/transport/hpack_parser.h
638 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/huffsyms.h
640 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
641 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700643 - src/core/ext/transport/chttp2/transport/varint.h
644 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700645 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700646 - src/core/ext/transport/chttp2/transport/bin_encoder.c
647 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700648 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
649 - src/core/ext/transport/chttp2/transport/frame_data.c
650 - src/core/ext/transport/chttp2/transport/frame_goaway.c
651 - src/core/ext/transport/chttp2/transport/frame_ping.c
652 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
653 - src/core/ext/transport/chttp2/transport/frame_settings.c
654 - src/core/ext/transport/chttp2/transport/frame_window_update.c
655 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
656 - src/core/ext/transport/chttp2/transport/hpack_parser.c
657 - src/core/ext/transport/chttp2/transport/hpack_table.c
658 - src/core/ext/transport/chttp2/transport/huffsyms.c
659 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
660 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/stream_lists.c
662 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700663 - src/core/ext/transport/chttp2/transport/varint.c
664 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700665 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700666 uses:
667 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700668 - grpc_transport_chttp2_alpn
669- name: grpc_transport_chttp2_alpn
670 headers:
671 - src/core/ext/transport/chttp2/alpn/alpn.h
672 src:
673 - src/core/ext/transport/chttp2/alpn/alpn.c
674 deps:
675 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800676- name: grpc_transport_chttp2_client_connector
677 headers:
678 - src/core/ext/transport/chttp2/client/chttp2_connector.h
679 src:
680 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800681 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800682 - grpc_transport_chttp2
683 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700684- name: grpc_transport_chttp2_client_insecure
685 src:
686 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700687 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800689 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700690 - grpc_transport_chttp2
691 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700692 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700693- name: grpc_transport_chttp2_client_secure
694 src:
695 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700696 uses:
697 - grpc_transport_chttp2
698 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700699 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700700 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800701 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800702- name: grpc_transport_chttp2_server
703 headers:
704 - src/core/ext/transport/chttp2/server/chttp2_server.h
705 src:
706 - src/core/ext/transport/chttp2/server/chttp2_server.c
707 uses:
708 - grpc_transport_chttp2
709 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700710- name: grpc_transport_chttp2_server_insecure
711 src:
712 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700713 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700714 uses:
715 - grpc_transport_chttp2
716 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800717 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700718- name: grpc_transport_chttp2_server_secure
719 src:
720 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 uses:
722 - grpc_transport_chttp2
723 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700724 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800725 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700726- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700727 public_headers:
728 - include/grpc/grpc_cronet.h
729 - include/grpc/grpc_security.h
730 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800732 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800733 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700734 src:
735 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
736 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
737 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700738 filegroups:
739 - grpc_base
740 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800741- name: nanopb
742 headers:
743 - third_party/nanopb/pb.h
744 - third_party/nanopb/pb_common.h
745 - third_party/nanopb/pb_decode.h
746 - third_party/nanopb/pb_encode.h
747 src:
748 - third_party/nanopb/pb_common.c
749 - third_party/nanopb/pb_decode.c
750 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751- name: tsi
752 headers:
753 - src/core/lib/tsi/fake_transport_security.h
754 - src/core/lib/tsi/ssl_transport_security.h
755 - src/core/lib/tsi/ssl_types.h
756 - src/core/lib/tsi/transport_security.h
757 - src/core/lib/tsi/transport_security_interface.h
758 src:
759 - src/core/lib/tsi/fake_transport_security.c
760 - src/core/lib/tsi/ssl_transport_security.c
761 - src/core/lib/tsi/transport_security.c
762 deps:
763 - gpr
764 secure: true
765- name: grpc++_base
766 language: c++
767 public_headers:
768 - include/grpc++/alarm.h
769 - include/grpc++/channel.h
770 - include/grpc++/client_context.h
771 - include/grpc++/completion_queue.h
772 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700773 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800774 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 - include/grpc++/generic/async_generic_service.h
776 - include/grpc++/generic/generic_stub.h
777 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800778 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800780 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700782 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/grpc_library.h
784 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - include/grpc++/impl/rpc_method.h
786 - include/grpc++/impl/rpc_service_method.h
787 - include/grpc++/impl/serialization_traits.h
788 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700789 - include/grpc++/impl/server_builder_plugin.h
790 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700792 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - include/grpc++/security/auth_context.h
794 - include/grpc++/security/auth_metadata_processor.h
795 - include/grpc++/security/credentials.h
796 - include/grpc++/security/server_credentials.h
797 - include/grpc++/server.h
798 - include/grpc++/server_builder.h
799 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700800 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/support/async_stream.h
802 - include/grpc++/support/async_unary_call.h
803 - include/grpc++/support/byte_buffer.h
804 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700805 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/support/slice.h
807 - include/grpc++/support/status.h
808 - include/grpc++/support/status_code_enum.h
809 - include/grpc++/support/string_ref.h
810 - include/grpc++/support/stub_options.h
811 - include/grpc++/support/sync_stream.h
812 - include/grpc++/support/time.h
813 headers:
814 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700815 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800817 - src/cpp/server/health/default_health_check_service.h
818 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700820 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700822 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/client/client_context.cc
824 - src/cpp/client/create_channel.cc
825 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700826 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700827 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700830 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700831 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700833 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700835 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800837 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - src/cpp/server/create_default_thread_pool.cc
839 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800840 - src/cpp/server/health/default_health_check_service.cc
841 - src/cpp/server/health/health.pb.c
842 - src/cpp/server/health/health_check_service.cc
843 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700845 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - src/cpp/server/server_context.cc
847 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700848 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700849 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700850 - src/cpp/util/byte_buffer_cc.cc
851 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/util/status.cc
853 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700854 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 uses:
yang-g17487f92016-06-03 15:21:15 -0700856 - grpc++_codegen_base
857- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 language: c++
859 public_headers:
860 - include/grpc++/impl/codegen/async_stream.h
861 - include/grpc++/impl/codegen/async_unary_call.h
862 - include/grpc++/impl/codegen/call.h
863 - include/grpc++/impl/codegen/call_hook.h
864 - include/grpc++/impl/codegen/channel_interface.h
865 - include/grpc++/impl/codegen/client_context.h
866 - include/grpc++/impl/codegen/client_unary_call.h
867 - include/grpc++/impl/codegen/completion_queue.h
868 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700869 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/core_codegen_interface.h
871 - include/grpc++/impl/codegen/create_auth_context.h
872 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800873 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - include/grpc++/impl/codegen/rpc_method.h
876 - include/grpc++/impl/codegen/rpc_service_method.h
877 - include/grpc++/impl/codegen/security/auth_context.h
878 - include/grpc++/impl/codegen/serialization_traits.h
879 - include/grpc++/impl/codegen/server_context.h
880 - include/grpc++/impl/codegen/server_interface.h
881 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800882 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/status.h
884 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700885 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - include/grpc++/impl/codegen/string_ref.h
887 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 - include/grpc++/impl/codegen/sync_stream.h
889 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 uses:
891 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700892- name: grpc++_codegen_base_src
893 language: c++
894 src:
895 - src/cpp/codegen/codegen_init.cc
896 uses:
897 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700898- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 language: c++
900 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700901 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700902 uses:
yang-g17487f92016-06-03 15:21:15 -0700903 - grpc++_codegen_base
904 - grpc++_config_proto
905- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 language: c++
907 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700909- name: grpc++_reflection_proto
910 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700911 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700912 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800913- name: grpc++_test
914 language: c++
915 public_headers:
916 - include/grpc++/test/server_context_test_spouse.h
917 deps:
918 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700919- name: thrift_util
920 language: c++
921 public_headers:
922 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700923 - include/grpc++/impl/codegen/thrift_utils.h
924 uses:
925 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100926libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800927- name: gpr
928 build: all
929 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700931 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 secure: false
933 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
934- name: gpr_test_util
935 build: private
936 language: c
937 headers:
938 - test/core/util/test_config.h
939 src:
940 - test/core/util/test_config.c
941 deps:
942 - gpr
943 secure: false
944 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945- name: grpc
946 build: all
947 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 src:
949 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800951 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700953 filegroups:
954 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700955 - grpc_transport_chttp2_server_secure
956 - grpc_transport_chttp2_client_secure
957 - grpc_transport_chttp2_server_insecure
958 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800959 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700960 - grpc_lb_policy_pick_first
961 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700962 - grpc_resolver_dns_native
963 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700964 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100965 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700966 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700967 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700969 vs_packages:
970 - grpc.dependencies.openssl
971 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700973- name: grpc_cronet
974 build: all
975 language: c
976 src:
977 - src/core/lib/surface/init.c
978 baselib: true
979 deps_linkage: static
980 dll: true
981 filegroups:
982 - grpc_base
983 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700984 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800985 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700986 generate_plugin_registry: true
987 platforms:
988 - linux
989 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100990- name: grpc_dll
991 build: private
992 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100994 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100995 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100996 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100997 build_system:
998 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100999 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001000 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001001 vs_config_type: DynamicLibrary
1002 vs_packages:
1003 - grpc.dependencies.openssl
1004 - grpc.dependencies.zlib
1005 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1006 vs_props:
1007 - zlib
1008 - openssl
1009 - winsock
1010 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc_test_util
1012 build: private
1013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001014 headers:
1015 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001016 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001017 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001018 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001019 - test/core/end2end/data/server1_cert.c
1020 - test/core/end2end/data/server1_key.c
1021 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001022 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001023 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001026 - grpc
1027 filegroups:
1028 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001029 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1031- name: grpc_test_util_unsecure
1032 build: private
1033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001034 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr
1036 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001037 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001038 filegroups:
1039 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040 secure: false
1041 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1042- name: grpc_unsecure
1043 build: all
1044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001045 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001047 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001049 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001051 filegroups:
1052 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001053 - grpc_transport_chttp2_server_insecure
1054 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001055 - grpc_resolver_dns_native
1056 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001057 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001058 - grpc_lb_policy_grpclb
1059 - grpc_lb_policy_pick_first
1060 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001061 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001062 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 secure: false
1064 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: reconnect_server
1066 build: private
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
1069 - test/core/util/reconnect_server.h
1070 src:
1071 - test/core/util/reconnect_server.c
1072 deps:
yang-gc9fca182015-11-06 16:41:33 -08001073 - test_tcp_server
1074 - grpc_test_util
1075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001076 - gpr_test_util
1077 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001078- name: test_tcp_server
1079 build: private
1080 language: c
1081 headers:
1082 - test/core/util/test_tcp_server.h
1083 src:
1084 - test/core/util/test_tcp_server.c
1085 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001086 - grpc_test_util
1087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001088 - gpr_test_util
1089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: grpc++
1091 build: all
1092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001093 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001094 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001095 - src/cpp/client/secure_credentials.h
1096 - src/cpp/common/secure_auth_context.h
1097 - src/cpp/server/secure_server_credentials.h
1098 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001099 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/cpp/client/secure_credentials.cc
1101 - src/cpp/common/auth_property_iterator.cc
1102 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001103 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001105 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001106 - src/cpp/server/secure_server_credentials.cc
1107 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001108 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109 baselib: true
1110 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001111 filegroups:
1112 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001113 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001114 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001115 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 secure: check
1117 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001118- name: grpc++_cronet
1119 build: all
1120 language: c++
1121 src:
1122 - src/cpp/client/cronet_credentials.cc
1123 - src/cpp/client/insecure_credentials.cc
1124 - src/cpp/common/insecure_create_auth_context.cc
1125 - src/cpp/server/insecure_server_credentials.cc
1126 deps:
1127 - gpr
1128 - grpc_cronet
1129 baselib: true
1130 dll: true
1131 filegroups:
1132 - grpc++_base
1133 - grpc++_codegen_base
1134 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001135 - grpc_transport_chttp2_client_insecure
1136 - grpc_transport_chttp2_server_insecure
1137 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001138 platforms:
1139 - linux
1140 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001141- name: grpc++_proto_reflection_desc_db
1142 build: private
1143 language: c++
1144 headers:
1145 - test/cpp/util/proto_reflection_descriptor_database.h
1146 src:
1147 - test/cpp/util/proto_reflection_descriptor_database.cc
1148 deps:
1149 - grpc++
1150 filegroups:
1151 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001152 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001153- name: grpc++_reflection
1154 build: all
1155 language: c++
1156 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001157 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001158 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001159 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001160 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001161 - src/cpp/ext/proto_server_reflection.cc
1162 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001163 deps:
1164 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001165 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001166 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: grpc++_test_config
1168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 headers:
1171 - test/cpp/util/test_config.h
1172 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001173 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174- name: grpc++_test_util
1175 build: private
1176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001177 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001178 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001179 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001180 - test/cpp/util/create_test_channel.h
1181 - test/cpp/util/string_ref_helper.h
1182 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001183 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
yang-gc8a49d22016-12-12 11:18:49 -08001185 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001186 - src/proto/grpc/testing/echo_messages.proto
1187 - src/proto/grpc/testing/echo.proto
1188 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001189 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001190 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001191 - test/cpp/util/create_test_channel.cc
1192 - test/cpp/util/string_ref_helper.cc
1193 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001194 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001195 deps:
1196 - grpc++
1197 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001198 filegroups:
1199 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001200 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001201 - grpc++_codegen_proto
1202 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001203 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: grpc++_unsecure
1205 build: all
1206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001207 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001208 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001209 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001210 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001211 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001212 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001213 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214 baselib: true
1215 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001216 filegroups:
1217 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001218 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001219 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220 secure: false
1221 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001222- name: grpc_benchmark
1223 build: test
1224 language: c++
1225 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001226 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1227 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001228 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001229 src:
1230 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001231 deps:
1232 - benchmark
1233 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001234 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001235 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001236- name: grpc_cli_libs
1237 build: private
1238 language: c++
1239 headers:
1240 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001241 - test/cpp/util/cli_credentials.h
1242 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001243 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001244 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001245 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001246 src:
1247 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001248 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001249 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001250 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001251 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001252 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001253 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001254 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001255 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001256 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001257 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258- name: grpc_plugin_support
1259 build: protoc
1260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001261 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001262 - src/compiler/config.h
1263 - src/compiler/cpp_generator.h
1264 - src/compiler/cpp_generator_helpers.h
1265 - src/compiler/csharp_generator.h
1266 - src/compiler/csharp_generator_helpers.h
1267 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001268 - src/compiler/node_generator.h
1269 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001270 - src/compiler/objective_c_generator.h
1271 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001272 - src/compiler/php_generator.h
1273 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - src/compiler/python_generator.h
1275 - src/compiler/ruby_generator.h
1276 - src/compiler/ruby_generator_helpers-inl.h
1277 - src/compiler/ruby_generator_map-inl.h
1278 - src/compiler/ruby_generator_string-inl.h
1279 src:
1280 - src/compiler/cpp_generator.cc
1281 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001282 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001283 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001284 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001285 - src/compiler/python_generator.cc
1286 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001287 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001288 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 secure: false
1290 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001291 vs_props:
1292 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001293- name: http2_client_main
1294 build: private
1295 language: c++
1296 headers:
1297 - test/cpp/interop/http2_client.h
1298 src:
1299 - src/proto/grpc/testing/empty.proto
1300 - src/proto/grpc/testing/messages.proto
1301 - src/proto/grpc/testing/test.proto
1302 - test/cpp/interop/http2_client.cc
1303 deps:
1304 - grpc++_test_util
1305 - grpc_test_util
1306 - grpc++
1307 - grpc
1308 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: interop_client_helper
1310 build: private
1311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001312 headers:
1313 - test/cpp/interop/client_helper.h
1314 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001315 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001316 - test/cpp/interop/client_helper.cc
1317 deps:
1318 - grpc++_test_util
1319 - grpc_test_util
1320 - grpc++
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: interop_client_main
1324 build: private
1325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001326 headers:
1327 - test/cpp/interop/interop_client.h
1328 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/empty.proto
1330 - src/proto/grpc/testing/messages.proto
1331 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001332 - test/cpp/interop/client.cc
1333 - test/cpp/interop/interop_client.cc
1334 deps:
1335 - interop_client_helper
1336 - grpc++_test_util
1337 - grpc_test_util
1338 - grpc++
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001342 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001343- name: interop_server_helper
1344 build: private
1345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001346 headers:
1347 - test/cpp/interop/server_helper.h
1348 src:
1349 - test/cpp/interop/server_helper.cc
1350 deps:
yang-gcc591022017-01-11 11:10:43 -08001351 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001352 - grpc_test_util
1353 - grpc++
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001356- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 build: private
1358 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001360 - src/proto/grpc/testing/empty.proto
1361 - src/proto/grpc/testing/messages.proto
1362 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001363 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001364 deps:
1365 - interop_server_helper
1366 - grpc++_test_util
1367 - grpc_test_util
1368 - grpc++
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001372 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001373- name: interop_server_main
1374 build: private
1375 language: c++
1376 src:
1377 - test/cpp/interop/interop_server_bootstrap.cc
1378 deps:
1379 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: qps
1381 build: private
1382 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001383 headers:
1384 - test/cpp/qps/client.h
1385 - test/cpp/qps/driver.h
1386 - test/cpp/qps/histogram.h
1387 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001388 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001389 - test/cpp/qps/qps_worker.h
1390 - test/cpp/qps/report.h
1391 - test/cpp/qps/server.h
1392 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001393 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001394 - test/cpp/util/benchmark_config.h
1395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001398 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001399 - src/proto/grpc/testing/control.proto
1400 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001401 - test/cpp/qps/client_async.cc
1402 - test/cpp/qps/client_sync.cc
1403 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001404 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001405 - test/cpp/qps/qps_worker.cc
1406 - test/cpp/qps/report.cc
1407 - test/cpp/qps/server_async.cc
1408 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001409 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001410 - test/cpp/util/benchmark_config.cc
1411 deps:
1412 - grpc_test_util
1413 - grpc++_test_util
1414 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc_csharp_ext
1416 build: all
1417 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - src/csharp/ext/grpc_csharp_ext.c
1420 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001423 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001424 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425 dll: only
1426 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001427 vs_packages:
1428 - grpc.dependencies.openssl
1429 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001431 vs_props:
1432 - zlib
1433 - openssl
1434 - winsock
1435 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001437- name: alarm_test
1438 build: test
1439 language: c
1440 src:
1441 - test/core/surface/alarm_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001445 - gpr_test_util
1446 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001447- name: algorithm_test
1448 build: test
1449 language: c
1450 src:
1451 - test/core/compression/algorithm_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001457- name: alloc_test
1458 build: test
1459 language: c
1460 src:
1461 - test/core/support/alloc_test.c
1462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: alpn_test
1466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/transport/chttp2/alpn_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001475- name: api_fuzzer
1476 build: fuzzer
1477 language: c
1478 src:
1479 - test/core/end2end/fuzzers/api_fuzzer.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
1483 - gpr_test_util
1484 - gpr
1485 corpus_dirs:
1486 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001487 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001488 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001489- name: bad_server_response_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/end2end/bad_server_response_test.c
1494 deps:
1495 - test_tcp_server
1496 - grpc_test_util
1497 - grpc
1498 - gpr_test_util
1499 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001500 exclude_iomgrs:
1501 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001502- name: bdp_estimator_test
1503 build: test
1504 language: c
1505 src:
1506 - test/core/transport/bdp_estimator_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
1510 - gpr_test_util
1511 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001512- name: bin_decoder_test
1513 build: test
1514 language: c
1515 src:
1516 - test/core/transport/chttp2/bin_decoder_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: bin_encoder_test
1521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/transport/chttp2/bin_encoder_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001528- name: census_context_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/census/context_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001538- name: census_resource_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/census/resource_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001548- name: census_trace_context_test
1549 build: test
1550 language: c
1551 src:
1552 - test/core/census/trace_context_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
1556 - gpr_test_util
1557 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001558- name: channel_create_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/surface/channel_create_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001568- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001572 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: chttp2_stream_map_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/transport/chttp2/stream_map_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001588- name: chttp2_varint_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/transport/chttp2/varint_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001598- name: client_fuzzer
1599 build: fuzzer
1600 language: c
1601 src:
1602 - test/core/end2end/fuzzers/client_fuzzer.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
1608 corpus_dirs:
1609 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001610 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001611 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001612- name: combiner_test
1613 cpu_cost: 30
1614 build: test
1615 language: c
1616 src:
1617 - test/core/iomgr/combiner_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
1621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: compression_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/compression/compression_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001633- name: concurrent_connectivity_test
1634 build: test
1635 language: c
1636 src:
1637 - test/core/surface/concurrent_connectivity_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
1641 - gpr_test_util
1642 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001643 exclude_iomgrs:
1644 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001645- name: connection_refused_test
1646 cpu_cost: 0.1
1647 build: test
1648 language: c
1649 src:
1650 - test/core/end2end/connection_refused_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
1654 - gpr_test_util
1655 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001656- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001657 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001658 build: test
1659 language: c
1660 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001661 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001662 deps:
1663 - grpc_test_util
1664 - grpc
1665 - gpr_test_util
1666 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001667 exclude_iomgrs:
1668 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001669- name: dns_resolver_test
1670 build: test
1671 language: c
1672 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001673 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001680 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/end2end/dualstack_socket_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001690 exclude_iomgrs:
1691 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001692 platforms:
1693 - mac
1694 - linux
1695 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001696- name: endpoint_pair_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/iomgr/endpoint_pair_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001706 exclude_iomgrs:
1707 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001708- name: error_test
1709 cpu_cost: 30
1710 build: test
1711 language: c
1712 src:
1713 - test/core/iomgr/error_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
1717 - gpr_test_util
1718 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001719- name: ev_epoll_linux_test
1720 build: test
1721 language: c
1722 src:
1723 - test/core/iomgr/ev_epoll_linux_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
1727 - gpr_test_util
1728 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001729 exclude_iomgrs:
1730 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001731 platforms:
1732 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: fd_conservation_posix_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/iomgr/fd_conservation_posix_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001745 platforms:
1746 - mac
1747 - linux
1748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: fd_posix_test
1750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/iomgr/fd_posix_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001761 platforms:
1762 - mac
1763 - linux
1764 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: fling_client
1766 build: test
1767 run: false
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/fling/client.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: fling_server
1777 build: test
1778 run: false
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/fling/server.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001788 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/fling/fling_stream_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001798 platforms:
1799 - mac
1800 - linux
1801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001803 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/fling/fling_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: gen_hpack_tables
1818 build: tool
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - tools/codegen/core/gen_hpack_tables.c
1822 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001824 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: gen_legal_metadata_characters
1826 build: tool
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001831- name: gen_percent_encoding_tables
1832 build: tool
1833 language: c
1834 src:
1835 - tools/codegen/core/gen_percent_encoding_tables.c
1836 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001837- name: goaway_server_test
1838 cpu_cost: 0.1
1839 build: test
1840 language: c
1841 src:
1842 - test/core/end2end/goaway_server_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
1846 - gpr_test_util
1847 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001848 exclude_iomgrs:
1849 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001850 platforms:
1851 - mac
1852 - linux
1853 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001854- name: gpr_avl_test
1855 build: test
1856 language: c
1857 src:
1858 - test/core/support/avl_test.c
1859 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001862- name: gpr_backoff_test
1863 build: test
1864 language: c
1865 src:
1866 - test/core/support/backoff_test.c
1867 deps:
1868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: gpr_cmdline_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/support/cmdline_test.c
1875 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001878- name: gpr_cpu_test
1879 build: test
1880 language: c
1881 src:
1882 - test/core/support/cpu_test.c
1883 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_env_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/support/env_test.c
1891 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: gpr_histogram_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/support/histogram_test.c
1899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: gpr_host_port_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/support/host_port_test.c
1907 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: gpr_log_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/support/log_test.c
1915 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001918- name: gpr_mpscq_test
1919 cpu_cost: 30
1920 build: test
1921 language: c
1922 src:
1923 - test/core/support/mpscq_test.c
1924 deps:
1925 - gpr_test_util
1926 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001927- name: gpr_spinlock_test
1928 cpu_cost: 10
1929 build: test
1930 language: c
1931 src:
1932 - test/core/support/spinlock_test.c
1933 deps:
1934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001937 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/support/stack_lockfree_test.c
1942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: gpr_string_test
1946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/support/string_test.c
1950 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001954 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/support/sync_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001963 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/support/thd_test.c
1968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: gpr_time_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/support/time_test.c
1976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: gpr_tls_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/support/tls_test.c
1984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: gpr_useful_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/support/useful_test.c
1992 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_auth_context_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/security/auth_context_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002005- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002009 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002010 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_byte_buffer_reader_test
2016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/surface/byte_buffer_reader_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: grpc_channel_args_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/channel/channel_args_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: grpc_channel_stack_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/channel/channel_stack_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_completion_queue_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/surface/completion_queue_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002055- name: grpc_completion_queue_threading_test
2056 build: test
2057 language: c
2058 src:
2059 - test/core/surface/completion_queue_threading_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002065 exclude_iomgrs:
2066 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: grpc_create_jwt
2068 build: tool
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/security/create_jwt.c
2072 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002075 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: grpc_credentials_test
2077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/security/credentials_test.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002087 build: test
2088 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/security/fetch_oauth2.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002097- name: grpc_invalid_channel_args_test
2098 build: test
2099 language: c
2100 src:
2101 - test/core/surface/invalid_channel_args_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: grpc_json_token_test
2108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/security/json_token_test.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002117 platforms:
2118 - linux
2119 - posix
2120 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: grpc_jwt_verifier_test
2122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/security/jwt_verifier_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: grpc_print_google_default_creds_token
2132 build: tool
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/security/print_google_default_creds_token.c
2136 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: grpc_security_connector_test
2140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - test/core/security/security_connector_test.c
2144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: grpc_verify_jwt
2150 build: tool
2151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/core/security/verify_jwt.c
2154 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002157- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002158 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002159 language: c
2160 src:
2161 - test/core/handshake/client_ssl.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
2165 - gpr_test_util
2166 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002167 exclude_iomgrs:
2168 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002169 platforms:
2170 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002171 secure: true
2172- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002173 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002174 language: c
2175 src:
2176 - test/core/handshake/server_ssl.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
2180 - gpr_test_util
2181 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002182 platforms:
2183 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002184 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002185- name: hpack_parser_fuzzer_test
2186 build: fuzzer
2187 language: c
2188 src:
2189 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
2193 - gpr_test_util
2194 - gpr
2195 corpus_dirs:
2196 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002197 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002198 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: hpack_parser_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/transport/chttp2/hpack_parser_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: hpack_table_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/transport/chttp2/hpack_table_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002219- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002223 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002229- name: http_request_fuzzer_test
2230 build: fuzzer
2231 language: c
2232 src:
2233 - test/core/http/request_fuzzer.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
2237 - gpr_test_util
2238 - gpr
2239 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002240 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002241 maxlen: 2048
2242- name: http_response_fuzzer_test
2243 build: fuzzer
2244 language: c
2245 src:
2246 - test/core/http/response_fuzzer.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
2252 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002253 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002254 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002255- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002259 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002266 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002270 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002276 platforms:
2277 - mac
2278 - linux
2279 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002280- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002281 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002282 build: test
2283 language: c
2284 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002285 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002291 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002292 - linux
yang-gf1183302015-12-07 16:02:05 -08002293- name: init_test
2294 build: test
2295 language: c
2296 src:
2297 - test/core/surface/init_test.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002303- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002304 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002305 build: test
2306 language: c
2307 src:
2308 - test/core/end2end/invalid_call_argument_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002314- name: json_fuzzer_test
2315 build: fuzzer
2316 language: c
2317 src:
2318 - test/core/json/fuzzer.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
2322 - gpr_test_util
2323 - gpr
2324 corpus_dirs:
2325 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002326 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: json_rewrite
2328 build: test
2329 run: false
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/json/json_rewrite.c
2333 deps:
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: json_rewrite_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/json/json_rewrite_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002346- name: json_stream_error_test
2347 build: test
2348 language: c
2349 src:
2350 - test/core/json/json_stream_error_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: json_test
2357 build: test
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/core/json/json_test.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: lame_client_test
2367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
2370 - test/core/surface/lame_client_test.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002376- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002377 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002378 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002379 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002382 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002388- name: load_file_test
2389 build: test
2390 language: c
2391 src:
2392 - test/core/iomgr/load_file_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: low_level_ping_pong_benchmark
2399 build: benchmark
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/core/network_benchmarks/low_level_ping_pong.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002408 platforms:
2409 - mac
2410 - linux
2411 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002412- name: memory_profile_client
2413 build: test
2414 run: false
2415 language: c
2416 src:
2417 - test/core/memory_usage/client.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
2421 - gpr_test_util
2422 - gpr
2423- name: memory_profile_server
2424 build: test
2425 run: false
2426 language: c
2427 src:
2428 - test/core/memory_usage/server.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
2434- name: memory_profile_test
2435 cpu_cost: 1.5
2436 build: test
2437 language: c
2438 src:
2439 - test/core/memory_usage/memory_usage_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
2445 platforms:
2446 - mac
2447 - linux
2448 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: message_compress_test
2450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/compression/message_compress_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002459- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002460 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002461 build: test
2462 language: c
2463 src:
2464 - test/core/census/mlog_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
2468 - gpr_test_util
2469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: multiple_server_queues_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/end2end/multiple_server_queues_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: murmur_hash_test
2481 build: test
2482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
2484 - test/core/support/murmur_hash_test.c
2485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002488- name: nanopb_fuzzer_response_test
2489 build: fuzzer
2490 language: c
2491 src:
2492 - test/core/nanopb/fuzzer_response.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
2496 - gpr_test_util
2497 - gpr
2498 corpus_dirs:
2499 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002500 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002501- name: nanopb_fuzzer_serverlist_test
2502 build: fuzzer
2503 language: c
2504 src:
2505 - test/core/nanopb/fuzzer_serverlist.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
2509 - gpr_test_util
2510 - gpr
2511 corpus_dirs:
2512 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002513 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002515 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/core/end2end/no_server_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002525- name: parse_address_test
2526 build: test
2527 language: c
2528 src:
2529 - test/core/client_channel/parse_address_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002535- name: percent_decode_fuzzer
2536 build: fuzzer
2537 language: c
2538 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002539 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
2545 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002546 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002547 maxlen: 32
2548- name: percent_encode_fuzzer
2549 build: fuzzer
2550 language: c
2551 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002552 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002559 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002560 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002561- name: percent_encoding_test
2562 build: test
2563 language: c
2564 src:
2565 - test/core/slice/percent_encoding_test.c
2566 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002567 - grpc_test_util
2568 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002569 - gpr_test_util
2570 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002571- name: pollset_set_test
2572 build: test
2573 language: c
2574 src:
2575 - test/core/iomgr/pollset_set_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
2579 - gpr_test_util
2580 - gpr
2581 exclude_iomgrs:
2582 - uv
2583 platforms:
2584 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002585- name: resolve_address_posix_test
2586 build: test
2587 language: c
2588 src:
2589 - test/core/iomgr/resolve_address_posix_test.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
2595 platforms:
2596 - mac
2597 - linux
2598 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: resolve_address_test
2600 build: test
2601 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002602 src:
2603 - test/core/iomgr/resolve_address_test.c
2604 deps:
2605 - grpc_test_util
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002609- name: resource_quota_test
2610 cpu_cost: 30
2611 build: test
2612 language: c
2613 src:
2614 - test/core/iomgr/resource_quota_test.c
2615 deps:
2616 - grpc_test_util
2617 - grpc
2618 - gpr_test_util
2619 - gpr
yang-gd482e592015-12-10 14:04:00 -08002620- name: secure_channel_create_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/surface/secure_channel_create_test.c
2625 deps:
2626 - grpc_test_util
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002630- name: secure_endpoint_test
2631 build: test
2632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002633 src:
2634 - test/core/security/secure_endpoint_test.c
2635 deps:
2636 - grpc_test_util
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002640 exclude_iomgrs:
2641 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002642- name: sequential_connectivity_test
2643 build: test
2644 language: c
2645 src:
2646 - test/core/surface/sequential_connectivity_test.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
2650 - gpr_test_util
2651 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002652 exclude_iomgrs:
2653 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002654- name: server_chttp2_test
2655 build: test
2656 language: c
2657 src:
2658 - test/core/surface/server_chttp2_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002664- name: server_fuzzer
2665 build: fuzzer
2666 language: c
2667 src:
2668 - test/core/end2end/fuzzers/server_fuzzer.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
2672 - gpr_test_util
2673 - gpr
2674 corpus_dirs:
2675 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002676 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002677 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002678- name: server_test
2679 build: test
2680 language: c
2681 src:
2682 - test/core/surface/server_test.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr_test_util
2687 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002688- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002689 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002690 build: test
2691 language: c
2692 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002693 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002694 deps:
2695 - test_tcp_server
2696 - grpc_test_util
2697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002698 - gpr_test_util
2699 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002700 exclude_iomgrs:
2701 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002702- name: slice_buffer_test
2703 build: test
2704 language: c
2705 src:
2706 - test/core/slice/slice_buffer_test.c
2707 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002708 - grpc_test_util
2709 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002710 - gpr_test_util
2711 - gpr
2712- name: slice_string_helpers_test
2713 build: test
2714 language: c
2715 src:
2716 - test/core/slice/slice_string_helpers_test.c
2717 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002718 - grpc_test_util
2719 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002720 - gpr_test_util
2721 - gpr
2722- name: slice_test
2723 build: test
2724 language: c
2725 src:
2726 - test/core/slice/slice_test.c
2727 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002728 - grpc_test_util
2729 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002730 - gpr_test_util
2731 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002732- name: sockaddr_resolver_test
2733 build: test
2734 language: c
2735 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002736 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002737 deps:
2738 - grpc_test_util
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: sockaddr_utils_test
2743 build: test
2744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002745 src:
2746 - test/core/iomgr/sockaddr_utils_test.c
2747 deps:
2748 - grpc_test_util
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002752- name: socket_utils_test
2753 build: test
2754 language: c
2755 src:
2756 - test/core/iomgr/socket_utils_test.c
2757 deps:
2758 - grpc_test_util
2759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002760 - gpr_test_util
2761 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002762 exclude_iomgrs:
2763 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002764 platforms:
2765 - mac
2766 - linux
2767 - posix
yang-g31e21282016-11-04 15:10:03 -07002768- name: ssl_server_fuzzer
2769 build: fuzzer
2770 language: c
2771 src:
2772 - test/core/security/ssl_server_fuzzer.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
2776 - gpr_test_util
2777 - gpr
2778 corpus_dirs:
2779 - test/core/security/corpus/ssl_server_corpus
2780 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002781- name: status_conversion_test
2782 build: test
2783 language: c
2784 src:
2785 - test/core/transport/status_conversion_test.c
2786 deps:
2787 - grpc_test_util
2788 - grpc
2789 - gpr_test_util
2790 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002791- name: stream_owned_slice_test
2792 build: test
2793 language: c
2794 src:
2795 - test/core/transport/stream_owned_slice_test.c
2796 deps:
2797 - grpc_test_util
2798 - grpc
2799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002802 cpu_cost: 0.5
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_client_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
murgatroid991191b722017-02-08 11:56:52 -08002818- name: tcp_client_uv_test
2819 cpu_cost: 0.5
2820 build: test
2821 language: c
2822 src:
2823 - test/core/iomgr/tcp_client_uv_test.c
2824 deps:
2825 - grpc_test_util
2826 - grpc
2827 - gpr_test_util
2828 - gpr
2829 exclude_iomgrs:
2830 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002832 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833 build: test
2834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002835 src:
2836 - test/core/iomgr/tcp_posix_test.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002842 exclude_iomgrs:
2843 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002844 platforms:
2845 - mac
2846 - linux
2847 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: tcp_server_posix_test
2849 build: test
2850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002851 src:
2852 - test/core/iomgr/tcp_server_posix_test.c
2853 deps:
2854 - grpc_test_util
2855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002856 - gpr_test_util
2857 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002858 exclude_iomgrs:
2859 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002860 platforms:
2861 - mac
2862 - linux
2863 - posix
murgatroid991191b722017-02-08 11:56:52 -08002864- name: tcp_server_uv_test
2865 build: test
2866 language: c
2867 src:
2868 - test/core/iomgr/tcp_server_uv_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
2874 exclude_iomgrs:
2875 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: time_averaged_stats_test
2877 build: test
2878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002879 src:
2880 - test/core/iomgr/time_averaged_stats_test.c
2881 deps:
2882 - grpc_test_util
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: timeout_encoding_test
2887 build: test
2888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002890 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002891 deps:
2892 - grpc_test_util
2893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002894 - gpr_test_util
2895 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002896- name: timer_heap_test
2897 build: test
2898 language: c
2899 src:
2900 - test/core/iomgr/timer_heap_test.c
2901 deps:
2902 - grpc_test_util
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002906 exclude_iomgrs:
2907 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002908- name: timer_list_test
2909 build: test
2910 language: c
2911 src:
2912 - test/core/iomgr/timer_list_test.c
2913 deps:
2914 - grpc_test_util
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002918 exclude_iomgrs:
2919 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002920- name: transport_connectivity_state_test
2921 build: test
2922 language: c
2923 src:
2924 - test/core/transport/connectivity_state_test.c
2925 deps:
2926 - grpc_test_util
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: transport_metadata_test
2931 build: test
2932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002933 src:
2934 - test/core/transport/metadata_test.c
2935 deps:
2936 - grpc_test_util
2937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002938 - gpr_test_util
2939 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002940- name: transport_pid_controller_test
2941 build: test
2942 language: c
2943 src:
2944 - test/core/transport/pid_controller_test.c
2945 deps:
2946 - grpc_test_util
2947 - grpc
2948 - gpr_test_util
2949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950- name: transport_security_test
2951 build: test
2952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002953 src:
2954 - test/core/tsi/transport_security_test.c
2955 deps:
2956 - grpc_test_util
2957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002958 - gpr_test_util
2959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002960 platforms:
2961 - linux
2962 - posix
2963 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964- name: udp_server_test
2965 build: test
2966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002967 src:
2968 - test/core/iomgr/udp_server_test.c
2969 deps:
2970 - grpc_test_util
2971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002972 - gpr_test_util
2973 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002974 exclude_iomgrs:
2975 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002976 platforms:
2977 - mac
2978 - linux
2979 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002980- name: uri_fuzzer_test
2981 build: fuzzer
2982 language: c
2983 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002984 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
2990 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002991 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002992 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993- name: uri_parser_test
2994 build: test
2995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002996 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002997 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002998 deps:
2999 - grpc_test_util
3000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003001 - gpr_test_util
3002 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003003- name: wakeup_fd_cv_test
3004 build: test
3005 language: c
3006 src:
3007 - test/core/iomgr/wakeup_fd_cv_test.c
3008 deps:
3009 - grpc_test_util
3010 - grpc
3011 - gpr_test_util
3012 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003013 exclude_iomgrs:
3014 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003015 platforms:
3016 - mac
3017 - linux
3018 - posix
vjpai04e992a2016-02-10 16:58:38 -08003019- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003020 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003021 build: test
3022 language: c++
3023 src:
3024 - test/cpp/common/alarm_cpp_test.cc
3025 deps:
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003030 - gpr_test_util
3031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003033 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034 build: test
3035 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003036 src:
3037 - test/cpp/end2end/async_end2end_test.cc
3038 deps:
3039 - grpc++_test_util
3040 - grpc_test_util
3041 - grpc++
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003046 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047 build: test
3048 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003049 src:
3050 - test/cpp/common/auth_property_iterator_test.cc
3051 deps:
3052 - grpc++_test_util
3053 - grpc_test_util
3054 - grpc++
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003058- name: bm_call_create
3059 build: test
3060 language: c++
3061 src:
3062 - test/cpp/microbenchmarks/bm_call_create.cc
3063 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003064 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003065 - benchmark
3066 - grpc++_test_util
3067 - grpc_test_util
3068 - grpc++
3069 - grpc
3070 - gpr_test_util
3071 - gpr
3072 args:
3073 - --benchmark_min_time=0
3074 platforms:
3075 - mac
3076 - linux
3077 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003078- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003079 build: test
3080 language: c++
3081 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003082 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003083 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003084 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003085 - benchmark
3086 - grpc++_test_util
3087 - grpc_test_util
3088 - grpc++
3089 - grpc
3090 - gpr_test_util
3091 - gpr
3092 args:
3093 - --benchmark_min_time=0
3094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003098- name: bm_closure
3099 build: test
3100 language: c++
3101 src:
3102 - test/cpp/microbenchmarks/bm_closure.cc
3103 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003104 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003105 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003106 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003107 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003108 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003109 - grpc
3110 - gpr_test_util
3111 - gpr
3112 args:
3113 - --benchmark_min_time=0
3114 platforms:
3115 - mac
3116 - linux
3117 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003118- name: bm_cq
3119 build: test
3120 language: c++
3121 src:
3122 - test/cpp/microbenchmarks/bm_cq.cc
3123 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003124 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003125 - benchmark
3126 - grpc++_test_util
3127 - grpc_test_util
3128 - grpc++
3129 - grpc
3130 - gpr_test_util
3131 - gpr
3132 args:
3133 - --benchmark_min_time=0
3134 platforms:
3135 - mac
3136 - linux
3137 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003138- name: bm_error
3139 build: test
3140 language: c++
3141 src:
3142 - test/cpp/microbenchmarks/bm_error.cc
3143 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003144 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003145 - benchmark
3146 - grpc++_test_util
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
3150 - gpr_test_util
3151 - gpr
3152 args:
3153 - --benchmark_min_time=0
3154 platforms:
3155 - mac
3156 - linux
3157 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003158- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003159 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003160 language: c++
3161 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003162 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003163 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003164 - grpc_benchmark
3165 - benchmark
3166 - grpc++_test_util
3167 - grpc_test_util
3168 - grpc++
3169 - grpc
3170 - gpr_test_util
3171 - gpr
3172 args:
3173 - --benchmark_min_time=0
3174 excluded_poll_engines:
3175 - poll
3176 - poll-cv
3177 platforms:
3178 - mac
3179 - linux
3180 - posix
3181 timeout_seconds: 1200
3182- name: bm_fullstack_streaming_pump
3183 build: test
3184 language: c++
3185 src:
3186 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003187 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003188 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003189 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003190 - grpc++_test_util
3191 - grpc_test_util
3192 - grpc++
3193 - grpc
3194 - gpr_test_util
3195 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003196 args:
3197 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003198 excluded_poll_engines:
3199 - poll
3200 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003201 platforms:
3202 - mac
3203 - linux
3204 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003205 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003206- name: bm_fullstack_trickle
3207 build: test
3208 language: c++
3209 src:
3210 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3211 deps:
3212 - grpc_benchmark
3213 - benchmark
3214 - grpc++_test_util
3215 - grpc_test_util
3216 - grpc++
3217 - grpc
3218 - gpr_test_util
3219 - gpr
3220 args:
3221 - --benchmark_min_time=0
3222 excluded_poll_engines:
3223 - poll
3224 - poll-cv
3225 platforms:
3226 - mac
3227 - linux
3228 - posix
3229 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003230- name: bm_fullstack_unary_ping_pong
3231 build: test
3232 language: c++
3233 src:
3234 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3235 deps:
3236 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003237 - benchmark
3238 - grpc++_test_util
3239 - grpc_test_util
3240 - grpc++
3241 - grpc
3242 - gpr_test_util
3243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003245 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003247 - poll
3248 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003249 platforms:
3250 - mac
3251 - linux
3252 - posix
3253 timeout_seconds: 1200
3254- name: bm_metadata
3255 build: test
3256 language: c++
3257 src:
3258 - test/cpp/microbenchmarks/bm_metadata.cc
3259 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003260 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003261 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003262 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003263 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003264 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003265 - grpc
3266 - gpr_test_util
3267 - gpr
3268 args:
3269 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003270 platforms:
3271 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003272 - linux
3273 - posix
3274- name: channel_arguments_test
yang-gabdec2d2016-05-19 10:11:24 -07003275 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003276 build: test
3277 language: c++
3278 src:
3279 - test/cpp/common/channel_arguments_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 deps:
3281 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003283 - gpr
Craig Tillerbfd05532016-01-20 09:53:15 -08003284- name: channel_filter_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285 gtest: true
3286 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003287 language: c++
3288 src:
3289 - test/cpp/common/channel_filter_test.cc
3290 deps:
3291 - grpc++
3292 - grpc
3293 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003294- name: cli_call_test
3295 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/util/cli_call_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003300 deps:
3301 - grpc_cli_libs
3302 - grpc++_test_util
3303 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003304 - grpc++
3305 - grpc
3306 - gpr_test_util
3307 - gpr
3308- name: client_crash_test
3309 gtest: true
3310 cpu_cost: 0.1
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 build: test
3312 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003313 src:
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003314 - test/cpp/end2end/client_crash_test.cc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003315 deps:
3316 - grpc++_test_util
3317 - grpc_test_util
3318 - grpc++
3319 - grpc
3320 - gpr_test_util
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003321 - gpr
3322 platforms:
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003323 - mac
3324 - linux
3325 - posix
3326- name: client_crash_test_server
3327 build: test
3328 run: false
yang-g17487f92016-06-03 15:21:15 -07003329 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003330 src:
3331 - test/cpp/end2end/client_crash_test_server.cc
3332 deps:
3333 - grpc++_test_util
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
3337 - gpr_test_util
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003338 - gpr
3339- name: codegen_test_full
3340 gtest: true
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003341 build: test
yang-g17487f92016-06-03 15:21:15 -07003342 language: c++
yang-g34b58612016-06-03 17:30:09 -07003343 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344 - src/proto/grpc/testing/control.proto
Craig Tillerca62ff02016-02-24 22:22:57 -08003345 - src/proto/grpc/testing/messages.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003346 - src/proto/grpc/testing/payloads.proto
3347 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07003348 - src/proto/grpc/testing/stats.proto
3349 - test/cpp/codegen/codegen_test_full.cc
3350 deps:
3351 - grpc++
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354 filegroups:
Craig Tillerca62ff02016-02-24 22:22:57 -08003355 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: codegen_test_minimal
3357 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003358 build: test
3359 language: c++
3360 src:
3361 - src/proto/grpc/testing/control.proto
3362 - src/proto/grpc/testing/messages.proto
3363 - src/proto/grpc/testing/payloads.proto
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - src/proto/grpc/testing/services.proto
3365 - src/proto/grpc/testing/stats.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tillerca62ff02016-02-24 22:22:57 -08003367 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368 - grpc++_codegen_base
3369 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003370- name: credentials_test
3371 gtest: true
3372 build: test
3373 language: c++
3374 src:
3375 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 deps:
3377 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380- name: cxx_byte_buffer_test
3381 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003382 build: test
3383 language: c++
3384 src:
3385 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003387 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388 - grpc++
3389 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003390 - gpr_test_util
3391 - gpr
3392- name: cxx_slice_test
3393 gtest: true
3394 build: test
3395 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003396 src:
3397 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003399 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003400 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003401 - grpc
3402 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003403 - gpr
3404- name: cxx_string_ref_test
3405 gtest: true
3406 build: test
3407 language: c++
3408 src:
3409 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003410 deps:
3411 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003412- name: cxx_time_test
3413 gtest: true
3414 build: test
3415 language: c++
3416 src:
3417 - test/cpp/util/time_test.cc
3418 deps:
3419 - grpc_test_util
3420 - grpc++
3421 - grpc
3422 - gpr_test_util
3423 - gpr
3424- name: end2end_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425 gtest: true
Craig Tillerca62ff02016-02-24 22:22:57 -08003426 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003427 build: test
3428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003429 src:
3430 - test/cpp/end2end/end2end_test.cc
3431 deps:
3432 - grpc++_test_util
3433 - grpc_test_util
3434 - grpc++
3435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 - gpr_test_util
3437 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003438- name: filter_end2end_test
3439 gtest: true
3440 build: test
3441 language: c++
3442 src:
3443 - test/cpp/end2end/filter_end2end_test.cc
3444 deps:
3445 - grpc++_test_util
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449 - gpr_test_util
3450 - gpr
3451- name: generic_end2end_test
3452 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003453 build: test
3454 language: c++
3455 src:
yang-gabdec2d2016-05-19 10:11:24 -07003456 - test/cpp/end2end/generic_end2end_test.cc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003457 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003458 - grpc++_test_util
3459 - grpc_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003461 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462 - gpr_test_util
3463 - gpr
3464- name: golden_file_test
Craig Tiller25834342015-09-25 08:08:24 -07003465 gtest: true
3466 build: test
3467 language: c++
3468 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469 - src/proto/grpc/testing/compiler_test.proto
3470 - test/cpp/codegen/golden_file_test.cc
3471 deps:
3472 - grpc++
3473 - grpc
3474 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003475 args:
3476 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477- name: grpc_cli
3478 build: test
3479 run: false
3480 language: c++
3481 src:
3482 - test/cpp/util/grpc_cli.cc
3483 deps:
3484 - grpc_cli_libs
3485 - grpc++_proto_reflection_desc_db
3486 - grpc++
3487 - grpc
3488 - gpr
3489 - grpc++_test_config
3490- name: grpc_cpp_plugin
3491 build: protoc
3492 language: c++
3493 src:
3494 - src/compiler/cpp_plugin.cc
3495 deps:
3496 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003497 secure: false
3498 vs_config_type: Application
3499 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3500- name: grpc_csharp_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501 build: protoc
3502 language: c++
3503 src:
murgatroid99d2ee81f2016-02-26 11:10:33 -08003504 - src/compiler/csharp_plugin.cc
3505 deps:
3506 - grpc_plugin_support
3507 secure: false
3508 vs_config_type: Application
3509 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
3510- name: grpc_node_plugin
3511 build: protoc
3512 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003513 src:
3514 - src/compiler/node_plugin.cc
3515 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003516 - grpc_plugin_support
3517 secure: false
3518 vs_config_type: Application
3519- name: grpc_objective_c_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520 build: protoc
3521 language: c++
3522 src:
3523 - src/compiler/objective_c_plugin.cc
3524 deps:
3525 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003526 secure: false
3527 vs_config_type: Application
3528 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003529- name: grpc_php_plugin
3530 build: protoc
3531 language: c++
3532 src:
3533 - src/compiler/php_plugin.cc
3534 deps:
3535 - grpc_plugin_support
3536 secure: false
3537 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538- name: grpc_python_plugin
3539 build: protoc
3540 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003541 src:
3542 - src/compiler/python_plugin.cc
3543 deps:
3544 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003545 secure: false
3546 vs_config_type: Application
3547 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3548- name: grpc_ruby_plugin
3549 build: protoc
3550 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003551 src:
3552 - src/compiler/ruby_plugin.cc
3553 deps:
3554 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003555 secure: false
3556 vs_config_type: Application
3557 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003558- name: grpc_tool_test
3559 gtest: true
3560 build: test
3561 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003562 src:
3563 - src/proto/grpc/testing/echo.proto
3564 - src/proto/grpc/testing/echo_messages.proto
3565 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003566 deps:
3567 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003568 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003569 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003570 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003571 - grpc_test_util
3572 - grpc++
3573 - grpc
3574 - gpr_test_util
3575 - gpr
3576 filegroups:
3577 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003578- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003579 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003580 build: test
3581 language: c++
3582 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003583 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003584 - test/cpp/grpclb/grpclb_api_test.cc
3585 deps:
3586 - grpc++_test_util
3587 - grpc_test_util
3588 - grpc++
3589 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003590- name: grpclb_test
3591 gtest: false
3592 build: test
3593 language: c++
3594 src:
3595 - src/proto/grpc/lb/v1/load_balancer.proto
3596 - test/cpp/grpclb/grpclb_test.cc
3597 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003598 - grpc++_test_util
3599 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003600 - grpc++
3601 - grpc
3602 - gpr_test_util
3603 - gpr
yang-gad327642016-12-12 14:32:09 -08003604- name: health_service_end2end_test
3605 gtest: true
3606 build: test
3607 language: c++
3608 src:
3609 - test/cpp/end2end/health_service_end2end_test.cc
3610 deps:
3611 - grpc++_test_util
3612 - grpc_test_util
3613 - grpc++
3614 - grpc
3615 - gpr_test_util
3616 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003617- name: http2_client
3618 build: test
3619 run: false
3620 language: c++
3621 src: []
3622 deps:
3623 - http2_client_main
3624 - grpc++_test_util
3625 - grpc_test_util
3626 - grpc++
3627 - grpc
3628 - grpc++_test_config
3629 platforms:
3630 - mac
3631 - linux
3632 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003633- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003634 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003635 build: test
3636 language: c++
3637 src:
3638 - test/cpp/end2end/hybrid_end2end_test.cc
3639 deps:
3640 - grpc++_test_util
3641 - grpc_test_util
3642 - grpc++
3643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003644 - gpr_test_util
3645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003646- name: interop_client
3647 build: test
3648 run: false
3649 language: c++
3650 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003651 deps:
3652 - interop_client_main
3653 - interop_client_helper
3654 - grpc++_test_util
3655 - grpc_test_util
3656 - grpc++
3657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003658 - gpr_test_util
3659 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003660 - grpc++_test_config
3661 platforms:
3662 - mac
3663 - linux
3664 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003665- name: interop_server
3666 build: test
3667 run: false
3668 language: c++
3669 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003670 deps:
3671 - interop_server_main
3672 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003673 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003674 - grpc++_test_util
3675 - grpc_test_util
3676 - grpc++
3677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003678 - gpr_test_util
3679 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003680 - grpc++_test_config
3681 platforms:
3682 - mac
3683 - linux
3684 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003685- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003686 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003687 build: test
3688 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003689 src:
3690 - test/cpp/interop/interop_test.cc
3691 deps:
3692 - grpc_test_util
3693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003694 - gpr_test_util
3695 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003696 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003697 platforms:
3698 - mac
3699 - linux
3700 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003701- name: json_run_localhost
3702 build: test
3703 run: false
3704 language: c++
3705 src:
3706 - test/cpp/qps/json_run_localhost.cc
3707 deps:
3708 - grpc++_test_util
3709 - grpc_test_util
3710 - grpc++
3711 - grpc
3712 - gpr_test_util
3713 - gpr
3714 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003715 platforms:
3716 - mac
3717 - linux
3718 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003719- name: metrics_client
3720 build: test
3721 run: false
3722 language: c++
3723 headers:
3724 - test/cpp/util/metrics_server.h
3725 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003726 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003727 - test/cpp/interop/metrics_client.cc
3728 deps:
3729 - grpc++
3730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003731 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003732 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003734 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 build: test
3736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003737 src:
3738 - test/cpp/end2end/mock_test.cc
3739 deps:
3740 - grpc++_test_util
3741 - grpc_test_util
3742 - grpc++
3743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003744 - gpr_test_util
3745 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003746- name: noop-benchmark
3747 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003748 language: c++
3749 src:
3750 - test/cpp/microbenchmarks/noop-benchmark.cc
3751 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003752 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003753- name: proto_server_reflection_test
3754 gtest: true
3755 build: test
3756 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003757 src:
3758 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003759 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003760 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003761 - grpc++_reflection
3762 - grpc++_test_util
3763 - grpc_test_util
3764 - grpc++
3765 - grpc
3766 - gpr_test_util
3767 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003768- name: proto_utils_test
3769 gtest: true
3770 build: test
3771 language: c++
3772 src:
3773 - test/cpp/codegen/proto_utils_test.cc
3774 deps:
3775 - grpc++
3776 - grpc
3777 filegroups:
3778 - grpc++_codegen_base
3779 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003780- name: qps_interarrival_test
3781 build: test
3782 run: false
3783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003784 src:
3785 - test/cpp/qps/qps_interarrival_test.cc
3786 deps:
3787 - qps
3788 - grpc++_test_util
3789 - grpc_test_util
3790 - grpc++
3791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003792 - gpr_test_util
3793 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003794 platforms:
3795 - mac
3796 - linux
3797 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003798- name: qps_json_driver
3799 build: test
3800 run: false
3801 language: c++
3802 src:
3803 - test/cpp/qps/qps_json_driver.cc
3804 deps:
3805 - qps
3806 - grpc++_test_util
3807 - grpc_test_util
3808 - grpc++
3809 - grpc
3810 - gpr_test_util
3811 - gpr
3812 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003813- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003814 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003815 build: test
3816 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003817 src:
3818 - test/cpp/qps/qps_openloop_test.cc
3819 deps:
3820 - qps
3821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003825 - gpr_test_util
3826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003827 - grpc++_test_config
3828 platforms:
3829 - mac
3830 - linux
3831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003832- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003833 build: test
3834 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003836 headers:
3837 - test/cpp/qps/client.h
3838 - test/cpp/qps/server.h
3839 src:
3840 - test/cpp/qps/worker.cc
3841 deps:
3842 - qps
3843 - grpc++_test_util
3844 - grpc_test_util
3845 - grpc++
3846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003847 - gpr_test_util
3848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003849 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003850- name: reconnect_interop_client
3851 build: test
3852 run: false
3853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003854 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003855 - src/proto/grpc/testing/empty.proto
3856 - src/proto/grpc/testing/messages.proto
3857 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003858 - test/cpp/interop/reconnect_interop_client.cc
3859 deps:
3860 - grpc++_test_util
3861 - grpc_test_util
3862 - grpc++
3863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003864 - gpr_test_util
3865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003866 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867- name: reconnect_interop_server
3868 build: test
3869 run: false
3870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003871 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003872 - src/proto/grpc/testing/empty.proto
3873 - src/proto/grpc/testing/messages.proto
3874 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003875 - test/cpp/interop/reconnect_interop_server.cc
3876 deps:
3877 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003878 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003879 - grpc++_test_util
3880 - grpc_test_util
3881 - grpc++
3882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003883 - gpr_test_util
3884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003885 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003886- name: round_robin_end2end_test
3887 gtest: true
3888 build: test
3889 language: c++
3890 src:
3891 - test/cpp/end2end/round_robin_end2end_test.cc
3892 deps:
3893 - grpc++_test_util
3894 - grpc_test_util
3895 - grpc++
3896 - grpc
3897 - gpr_test_util
3898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003899- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003900 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003901 build: test
3902 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003903 src:
3904 - test/cpp/common/secure_auth_context_test.cc
3905 deps:
3906 - grpc++_test_util
3907 - grpc_test_util
3908 - grpc++
3909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003910 - gpr_test_util
3911 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003912- name: secure_sync_unary_ping_pong_test
3913 build: test
3914 language: c++
3915 src:
3916 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3917 deps:
3918 - qps
3919 - grpc++_test_util
3920 - grpc_test_util
3921 - grpc++
3922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003923 - gpr_test_util
3924 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003925 platforms:
3926 - mac
3927 - linux
3928 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003929- name: server_builder_plugin_test
3930 gtest: true
3931 build: test
3932 language: c++
3933 src:
3934 - test/cpp/end2end/server_builder_plugin_test.cc
3935 deps:
3936 - grpc++_test_util
3937 - grpc_test_util
3938 - grpc++
3939 - grpc
3940 - gpr_test_util
3941 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003942- name: server_builder_test
3943 gtest: true
3944 build: test
3945 language: c++
3946 src:
3947 - src/proto/grpc/testing/echo_messages.proto
3948 - src/proto/grpc/testing/echo.proto
3949 - test/cpp/server/server_builder_test.cc
3950 deps:
3951 - grpc++_test_util
3952 - grpc_test_util
3953 - gpr_test_util
3954 - grpc++
3955 - grpc
3956 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003957- name: server_context_test_spouse_test
3958 gtest: true
3959 build: test
3960 language: c++
3961 src:
3962 - test/cpp/test/server_context_test_spouse_test.cc
3963 deps:
3964 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003965 - grpc++
3966 - grpc
3967 - gpr_test_util
3968 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003969 uses:
3970 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003971- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003972 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003973 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003974 build: test
3975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003976 src:
3977 - test/cpp/end2end/server_crash_test.cc
3978 deps:
3979 - grpc++_test_util
3980 - grpc_test_util
3981 - grpc++
3982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003983 - gpr_test_util
3984 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003985 platforms:
3986 - mac
3987 - linux
3988 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989- name: server_crash_test_client
3990 build: test
3991 run: false
3992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003993 src:
3994 - test/cpp/end2end/server_crash_test_client.cc
3995 deps:
3996 - grpc++_test_util
3997 - grpc_test_util
3998 - grpc++
3999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004000 - gpr_test_util
4001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004002- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004003 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004004 build: test
4005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004006 src:
4007 - test/cpp/end2end/shutdown_test.cc
4008 deps:
4009 - grpc++_test_util
4010 - grpc_test_util
4011 - grpc++
4012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004013 - gpr_test_util
4014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004015- name: status_test
4016 build: test
4017 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004018 src:
4019 - test/cpp/util/status_test.cc
4020 deps:
4021 - grpc_test_util
4022 - grpc++
4023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004024 - gpr_test_util
4025 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004026- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004027 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004028 build: test
4029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004030 src:
4031 - test/cpp/end2end/streaming_throughput_test.cc
4032 deps:
4033 - grpc++_test_util
4034 - grpc_test_util
4035 - grpc++
4036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004037 - gpr_test_util
4038 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004039 platforms:
4040 - mac
4041 - linux
4042 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004043- name: stress_test
4044 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004045 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004046 language: c++
4047 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004048 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004049 - test/cpp/interop/interop_client.h
4050 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004051 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004052 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004053 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004054 - src/proto/grpc/testing/empty.proto
4055 - src/proto/grpc/testing/messages.proto
4056 - src/proto/grpc/testing/metrics.proto
4057 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004058 - test/cpp/interop/interop_client.cc
4059 - test/cpp/interop/stress_interop_client.cc
4060 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004061 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004062 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004063 deps:
4064 - grpc++_test_util
4065 - grpc_test_util
4066 - grpc++
4067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004068 - gpr_test_util
4069 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004070 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004071- name: thread_manager_test
4072 build: test
4073 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004074 src:
4075 - test/cpp/thread_manager/thread_manager_test.cc
4076 deps:
4077 - grpc++
4078 - grpc
4079 - gpr
4080 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004082 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004083 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004084 build: test
4085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004086 src:
4087 - test/cpp/end2end/thread_stress_test.cc
4088 deps:
4089 - grpc++_test_util
4090 - grpc_test_util
4091 - grpc++
4092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004093 - gpr_test_util
4094 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004095- name: writes_per_rpc_test
4096 gtest: true
4097 cpu_cost: 0.5
4098 build: test
4099 language: c++
4100 src:
4101 - test/cpp/performance/writes_per_rpc_test.cc
4102 deps:
4103 - grpc++_test_util
4104 - grpc_test_util
4105 - grpc++
4106 - grpc
4107 - gpr_test_util
4108 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004109 platforms:
4110 - mac
4111 - linux
4112 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004113- name: public_headers_must_be_c89
4114 build: test
4115 language: c89
4116 src:
4117 - test/core/surface/public_headers_must_be_c89.c
4118 deps:
4119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004121vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004122- linkage: static
4123 name: grpc.dependencies.zlib
4124 props: false
4125 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004126 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004127- linkage: static
4128 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004129 props: true
4130 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004131 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004132- name: gflags
4133 props: false
4134 redist: false
4135 version: 2.1.2.1
4136- name: gtest
4137 props: false
4138 redist: false
4139 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004140configs:
4141 asan:
4142 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004143 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4144 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004145 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004146 LD: clang
4147 LDFLAGS: -fsanitize=address
4148 LDXX: clang++
4149 compile_the_world: true
4150 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004151 ASAN_OPTIONS: detect_leaks=1:color=always
4152 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004153 asan-noleaks:
4154 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004155 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4156 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004157 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004158 LD: clang
4159 LDFLAGS: -fsanitize=address
4160 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004161 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004162 test_environ:
4163 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004164 asan-trace-cmp:
4165 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004166 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4167 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004168 CXX: clang++
4169 LD: clang
4170 LDFLAGS: -fsanitize=address
4171 LDXX: clang++
4172 compile_the_world: true
4173 test_environ:
4174 ASAN_OPTIONS: detect_leaks=1:color=always
4175 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004176 basicprof:
4177 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4178 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004179 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004180 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004181 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004182 dbg:
4183 CPPFLAGS: -O0
4184 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004185 gcov:
4186 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004187 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004188 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004189 DEFINES: _DEBUG DEBUG GPR_GCOV
4190 LD: gcc
4191 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4192 LDXX: g++
4193 helgrind:
4194 CPPFLAGS: -O0
4195 DEFINES: _DEBUG DEBUG
4196 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004197 valgrind: --tool=helgrind
4198 memcheck:
4199 CPPFLAGS: -O0
4200 DEFINES: _DEBUG DEBUG
4201 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004202 valgrind: --tool=memcheck --leak-check=full
4203 msan:
4204 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004205 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4206 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4207 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004208 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004209 DEFINES: NDEBUG
4210 LD: clang
4211 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4212 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4213 LDXX: clang++
4214 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004215 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004216 CPPFLAGS: -O3 -fno-omit-frame-pointer
4217 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004218 LDFLAGS: -rdynamic
4219 opt:
4220 CPPFLAGS: -O2
4221 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004222 stapprof:
4223 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4224 DEFINES: NDEBUG
4225 tsan:
4226 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004227 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004228 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004229 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004230 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004231 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004232 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004233 LDXX: clang++
4234 compile_the_world: true
4235 test_environ:
4236 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004237 ubsan:
4238 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004239 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4240 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004241 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004242 DEFINES: NDEBUG
4243 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004244 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004245 LDXX: clang++
4246 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004247 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004248 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004249defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004250 benchmark:
4251 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004252 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004253 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004254 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004255 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004256 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004257 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004258 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004259 LDFLAGS: -g
4260 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004261 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004262 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004263node_modules:
4264- deps:
4265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004266 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004267 - boringssl
4268 - z
murgatroid9994a75412015-11-19 14:04:53 -08004269 headers:
4270 - src/node/ext/byte_buffer.h
4271 - src/node/ext/call.h
4272 - src/node/ext/call_credentials.h
4273 - src/node/ext/channel.h
4274 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004275 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004276 - src/node/ext/server.h
4277 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004278 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004279 - src/node/ext/timeval.h
4280 js:
4281 - src/node/index.js
4282 - src/node/src/client.js
4283 - src/node/src/common.js
4284 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004285 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004286 - src/node/src/metadata.js
4287 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004288 name: grpc_node
4289 src:
4290 - src/node/ext/byte_buffer.cc
4291 - src/node/ext/call.cc
4292 - src/node/ext/call_credentials.cc
4293 - src/node/ext/channel.cc
4294 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004295 - src/node/ext/completion_queue_threadpool.cc
4296 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004297 - src/node/ext/node_grpc.cc
4298 - src/node/ext/server.cc
4299 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004300 - src/node/ext/server_generic.cc
4301 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004302 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004303 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004304openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004305 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004306 extraction_dir: openssl-1.0.2f
4307 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004308php_config_m4:
4309 deps:
4310 - grpc
4311 - gpr
4312 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004313 headers:
4314 - src/php/ext/grpc/byte_buffer.h
4315 - src/php/ext/grpc/call.h
4316 - src/php/ext/grpc/call_credentials.h
4317 - src/php/ext/grpc/channel.h
4318 - src/php/ext/grpc/channel_credentials.h
4319 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004320 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004321 - src/php/ext/grpc/php_grpc.h
4322 - src/php/ext/grpc/server.h
4323 - src/php/ext/grpc/server_credentials.h
4324 - src/php/ext/grpc/timeval.h
4325 src:
4326 - src/php/ext/grpc/byte_buffer.c
4327 - src/php/ext/grpc/call.c
4328 - src/php/ext/grpc/call_credentials.c
4329 - src/php/ext/grpc/channel.c
4330 - src/php/ext/grpc/channel_credentials.c
4331 - src/php/ext/grpc/completion_queue.c
4332 - src/php/ext/grpc/php_grpc.c
4333 - src/php/ext/grpc/server.c
4334 - src/php/ext/grpc/server_credentials.c
4335 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004336python_dependencies:
4337 deps:
4338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004339 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004340 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004341 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004342ruby_gem:
4343 deps:
4344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004346 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004347 - z