blob: 9ff37d59e173715c23be98b0f01f1f2702e190b9 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080093 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/stack_lockfree.h
95 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd_internal.h
98 - src/core/lib/support/time_precise.h
99 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/profiling/basic_timers.c
102 - src/core/lib/profiling/stap_timers.c
103 - src/core/lib/support/alloc.c
104 - src/core/lib/support/avl.c
105 - src/core/lib/support/backoff.c
106 - src/core/lib/support/cmdline.c
107 - src/core/lib/support/cpu_iphone.c
108 - src/core/lib/support/cpu_linux.c
109 - src/core/lib/support/cpu_posix.c
110 - src/core/lib/support/cpu_windows.c
111 - src/core/lib/support/env_linux.c
112 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/histogram.c
115 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/log.c
117 - src/core/lib/support/log_android.c
118 - src/core/lib/support/log_linux.c
119 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700121 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/stack_lockfree.c
124 - src/core/lib/support/string.c
125 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700126 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700128 - src/core/lib/support/subprocess_posix.c
129 - src/core/lib/support/subprocess_windows.c
130 - src/core/lib/support/sync.c
131 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/thd.c
134 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/time.c
137 - src/core/lib/support/time_posix.c
138 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200141 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700145 uses:
146 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800147- name: gpr_codegen
148 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/atm.h
150 - include/grpc/impl/codegen/atm_gcc_atomic.h
151 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800153 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700154 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/port_platform.h
156 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/sync.h
158 - include/grpc/impl/codegen/sync_generic.h
159 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700160 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700161- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700162 public_headers:
163 - include/grpc/byte_buffer.h
164 - include/grpc/byte_buffer_reader.h
165 - include/grpc/compression.h
166 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700167 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200168 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800169 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700170 - include/grpc/slice.h
171 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700172 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700173 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/channel_args.h
175 - src/core/lib/channel/channel_stack.h
176 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/compress_filter.h
178 - src/core/lib/channel/connected_channel.h
179 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700180 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/http_client_filter.h
185 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700186 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/compression/algorithm_metadata.h
188 - src/core/lib/compression/message_compress.h
189 - src/core/lib/debug/trace.h
190 - src/core/lib/http/format_request.h
191 - src/core/lib/http/httpcli.h
192 - src/core/lib/http/parser.h
193 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700194 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/endpoint.h
196 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700197 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800198 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700199 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700200 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700201 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/exec_ctx.h
203 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/iocp_windows.h
205 - src/core/lib/iomgr/iomgr.h
206 - src/core/lib/iomgr/iomgr_internal.h
207 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700208 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700209 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700210 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700214 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700216 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700218 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/sockaddr.h
220 - src/core/lib/iomgr/sockaddr_posix.h
221 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700222 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700223 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700224 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/socket_utils_posix.h
226 - src/core/lib/iomgr/socket_windows.h
227 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700228 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/tcp_posix.h
230 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700231 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/tcp_windows.h
233 - src/core/lib/iomgr/time_averaged_stats.h
234 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/udp_server.h
239 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700240 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/wakeup_fd_pipe.h
242 - src/core/lib/iomgr/wakeup_fd_posix.h
243 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700244 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/iomgr/workqueue_windows.h
246 - src/core/lib/json/json.h
247 - src/core/lib/json/json_common.h
248 - src/core/lib/json/json_reader.h
249 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700250 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800251 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800252 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700253 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/surface/api_trace.h
255 - src/core/lib/surface/call.h
256 - src/core/lib/surface/call_test_only.h
257 - src/core/lib/surface/channel.h
258 - src/core/lib/surface/channel_init.h
259 - src/core/lib/surface/channel_stack_type.h
260 - src/core/lib/surface/completion_queue.h
261 - src/core/lib/surface/event_string.h
262 - src/core/lib/surface/init.h
263 - src/core/lib/surface/lame_client.h
264 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800265 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700266 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/transport/error_utils.h
270 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/metadata.h
272 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700273 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700274 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400277 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/transport.h
279 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/channel/channel_args.c
282 - src/core/lib/channel/channel_stack.c
283 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/channel/compress_filter.c
285 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700286 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700287 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800288 - src/core/lib/channel/handshaker_factory.c
289 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/channel/http_client_filter.c
291 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700292 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700293 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/compression/message_compress.c
295 - src/core/lib/debug/trace.c
296 - src/core/lib/http/format_request.c
297 - src/core/lib/http/httpcli.c
298 - src/core/lib/http/parser.c
299 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700300 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/endpoint.c
302 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700303 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700305 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700306 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700307 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700308 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/exec_ctx.c
310 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/iocp_windows.c
312 - src/core/lib/iomgr/iomgr.c
313 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700316 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700317 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700318 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/pollset_windows.c
323 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700326 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700328 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/socket_utils_common_posix.c
330 - src/core/lib/iomgr/socket_utils_linux.c
331 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700333 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_windows.c
335 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/tcp_client_windows.c
338 - src/core/lib/iomgr/tcp_posix.c
339 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_windows.c
344 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700345 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700347 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/iomgr/udp_server.c
349 - src/core/lib/iomgr/unix_sockets_posix.c
350 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700351 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/wakeup_fd_eventfd.c
353 - src/core/lib/iomgr/wakeup_fd_nospecial.c
354 - src/core/lib/iomgr/wakeup_fd_pipe.c
355 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/workqueue_windows.c
358 - src/core/lib/json/json.c
359 - src/core/lib/json/json_reader.c
360 - src/core/lib/json/json_string.c
361 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700362 - src/core/lib/slice/percent_encoding.c
363 - src/core/lib/slice/slice.c
364 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800365 - src/core/lib/slice/slice_hash_table.c
366 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700367 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/surface/alarm.c
369 - src/core/lib/surface/api_trace.c
370 - src/core/lib/surface/byte_buffer.c
371 - src/core/lib/surface/byte_buffer_reader.c
372 - src/core/lib/surface/call.c
373 - src/core/lib/surface/call_details.c
374 - src/core/lib/surface/call_log_batch.c
375 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700376 - src/core/lib/surface/channel_init.c
377 - src/core/lib/surface/channel_ping.c
378 - src/core/lib/surface/channel_stack_type.c
379 - src/core/lib/surface/completion_queue.c
380 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/surface/lame_client.c
382 - src/core/lib/surface/metadata_array.c
383 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700384 - src/core/lib/surface/validate_metadata.c
385 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700386 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800389 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/metadata.c
391 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700392 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700393 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800395 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400396 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/transport.c
398 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700399 deps:
400 - gpr
401 uses:
402 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/client_channel.h
406 - src/core/ext/client_channel/client_channel_factory.h
407 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700408 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800409 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/initial_connect_string.h
411 - src/core/ext/client_channel/lb_policy.h
412 - src/core/ext/client_channel/lb_policy_factory.h
413 - src/core/ext/client_channel/lb_policy_registry.h
414 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800415 - src/core/ext/client_channel/proxy_mapper.h
416 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/resolver.h
418 - src/core/ext/client_channel/resolver_factory.h
419 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/subchannel.h
421 - src/core/ext/client_channel/subchannel_index.h
422 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700423 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/channel_connectivity.c
425 - src/core/ext/client_channel/client_channel.c
426 - src/core/ext/client_channel/client_channel_factory.c
427 - src/core/ext/client_channel/client_channel_plugin.c
428 - src/core/ext/client_channel/connector.c
429 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700430 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800431 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/initial_connect_string.c
433 - src/core/ext/client_channel/lb_policy.c
434 - src/core/ext/client_channel/lb_policy_factory.c
435 - src/core/ext/client_channel/lb_policy_registry.c
436 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800437 - src/core/ext/client_channel/proxy_mapper.c
438 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439 - src/core/ext/client_channel/resolver.c
440 - src/core/ext/client_channel/resolver_factory.c
441 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700442 - src/core/ext/client_channel/subchannel.c
443 - src/core/ext/client_channel/subchannel_index.c
444 - src/core/ext/client_channel/uri_parser.c
445 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700446 uses:
447 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800448- name: grpc_codegen
449 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700450 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800451 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800453 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800456 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700457 uses:
458 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700459- name: grpc_lb_policy_grpclb
460 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700461 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800462 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700463 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700464 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700465 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700466 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800467 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
468 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
469 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
470 plugin: grpc_lb_policy_grpclb
471 uses:
472 - grpc_base
473 - grpc_client_channel
474 - nanopb
475- name: grpc_lb_policy_grpclb_secure
476 headers:
477 - src/core/ext/lb_policy/grpclb/grpclb.h
478 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
479 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
480 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
481 src:
482 - src/core/ext/lb_policy/grpclb/grpclb.c
483 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700484 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700485 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700486 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700487 uses:
488 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700489 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700490 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700492 src:
493 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700494 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700495 uses:
496 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700497 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700498- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700499 src:
500 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700501 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700502 uses:
503 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700504 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700505- name: grpc_load_reporting
506 headers:
507 - src/core/ext/load_reporting/load_reporting.h
508 - src/core/ext/load_reporting/load_reporting_filter.h
509 src:
510 - src/core/ext/load_reporting/load_reporting.c
511 - src/core/ext/load_reporting/load_reporting_filter.c
512 plugin: grpc_load_reporting_plugin
513 uses:
514 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700515- name: grpc_resolver_dns_native
516 src:
517 - src/core/ext/resolver/dns/native/dns_resolver.c
518 plugin: grpc_resolver_dns_native
519 uses:
520 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700521 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700522- name: grpc_resolver_sockaddr
523 src:
524 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
525 plugin: grpc_resolver_sockaddr
526 uses:
527 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700528 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100529- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 public_headers:
531 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/context/security_context.h
534 - src/core/lib/security/credentials/composite/composite_credentials.h
535 - src/core/lib/security/credentials/credentials.h
536 - src/core/lib/security/credentials/fake/fake_credentials.h
537 - src/core/lib/security/credentials/google_default/google_default_credentials.h
538 - src/core/lib/security/credentials/iam/iam_credentials.h
539 - src/core/lib/security/credentials/jwt/json_token.h
540 - src/core/lib/security/credentials/jwt/jwt_credentials.h
541 - src/core/lib/security/credentials/jwt/jwt_verifier.h
542 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
543 - src/core/lib/security/credentials/plugin/plugin_credentials.h
544 - src/core/lib/security/credentials/ssl/ssl_credentials.h
545 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800546 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/transport/secure_endpoint.h
548 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800549 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700550 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700551 - src/core/lib/security/util/b64.h
552 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100553 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700554 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700555 - src/core/lib/security/context/security_context.c
556 - src/core/lib/security/credentials/composite/composite_credentials.c
557 - src/core/lib/security/credentials/credentials.c
558 - src/core/lib/security/credentials/credentials_metadata.c
559 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700560 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700561 - src/core/lib/security/credentials/google_default/google_default_credentials.c
562 - src/core/lib/security/credentials/iam/iam_credentials.c
563 - src/core/lib/security/credentials/jwt/json_token.c
564 - src/core/lib/security/credentials/jwt/jwt_credentials.c
565 - src/core/lib/security/credentials/jwt/jwt_verifier.c
566 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
567 - src/core/lib/security/credentials/plugin/plugin_credentials.c
568 - src/core/lib/security/credentials/ssl/ssl_credentials.c
569 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800570 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700571 - src/core/lib/security/transport/secure_endpoint.c
572 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800573 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700575 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700576 - src/core/lib/security/util/b64.c
577 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700578 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700579 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700580 uses:
581 - grpc_base
582 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700584- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700585 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700586 headers:
587 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700588 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700589 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700590 - test/core/end2end/fixtures/proxy.h
591 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800592 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200594 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700595 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700597 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700599 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800601 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 src:
603 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700604 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700605 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/end2end/fixtures/proxy.c
607 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800608 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200610 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700611 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700613 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700614 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700615 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700616 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700617 - test/core/util/port_windows.c
618 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800619 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700620 deps:
621 - grpc
622 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700623- name: grpc_transport_chttp2
624 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700625 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700626 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700627 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
628 - src/core/ext/transport/chttp2/transport/frame.h
629 - src/core/ext/transport/chttp2/transport/frame_data.h
630 - src/core/ext/transport/chttp2/transport/frame_goaway.h
631 - src/core/ext/transport/chttp2/transport/frame_ping.h
632 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
633 - src/core/ext/transport/chttp2/transport/frame_settings.h
634 - src/core/ext/transport/chttp2/transport/frame_window_update.h
635 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
636 - src/core/ext/transport/chttp2/transport/hpack_parser.h
637 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700638 - src/core/ext/transport/chttp2/transport/huffsyms.h
639 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
640 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700641 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/varint.h
643 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700644 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700645 - src/core/ext/transport/chttp2/transport/bin_encoder.c
646 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700647 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
648 - src/core/ext/transport/chttp2/transport/frame_data.c
649 - src/core/ext/transport/chttp2/transport/frame_goaway.c
650 - src/core/ext/transport/chttp2/transport/frame_ping.c
651 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
652 - src/core/ext/transport/chttp2/transport/frame_settings.c
653 - src/core/ext/transport/chttp2/transport/frame_window_update.c
654 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
655 - src/core/ext/transport/chttp2/transport/hpack_parser.c
656 - src/core/ext/transport/chttp2/transport/hpack_table.c
657 - src/core/ext/transport/chttp2/transport/huffsyms.c
658 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
659 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700660 - src/core/ext/transport/chttp2/transport/stream_lists.c
661 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/varint.c
663 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700664 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700665 uses:
666 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700667 - grpc_transport_chttp2_alpn
668- name: grpc_transport_chttp2_alpn
669 headers:
670 - src/core/ext/transport/chttp2/alpn/alpn.h
671 src:
672 - src/core/ext/transport/chttp2/alpn/alpn.c
673 deps:
674 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800675- name: grpc_transport_chttp2_client_connector
676 headers:
677 - src/core/ext/transport/chttp2/client/chttp2_connector.h
678 src:
679 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800680 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800681 - grpc_transport_chttp2
682 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700683- name: grpc_transport_chttp2_client_insecure
684 src:
685 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700686 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800688 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700689 - grpc_transport_chttp2
690 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700691 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700692- name: grpc_transport_chttp2_client_secure
693 src:
694 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700695 uses:
696 - grpc_transport_chttp2
697 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700698 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700699 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800700 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800701- name: grpc_transport_chttp2_server
702 headers:
703 - src/core/ext/transport/chttp2/server/chttp2_server.h
704 src:
705 - src/core/ext/transport/chttp2/server/chttp2_server.c
706 uses:
707 - grpc_transport_chttp2
708 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700709- name: grpc_transport_chttp2_server_insecure
710 src:
711 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700712 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700713 uses:
714 - grpc_transport_chttp2
715 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800716 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700717- name: grpc_transport_chttp2_server_secure
718 src:
719 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700720 uses:
721 - grpc_transport_chttp2
722 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700723 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800724 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700725- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700726 public_headers:
727 - include/grpc/grpc_cronet.h
728 - include/grpc/grpc_security.h
729 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700730 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800731 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800732 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700733 src:
734 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
735 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
736 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700737 filegroups:
738 - grpc_base
739 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800740- name: nanopb
741 headers:
742 - third_party/nanopb/pb.h
743 - third_party/nanopb/pb_common.h
744 - third_party/nanopb/pb_decode.h
745 - third_party/nanopb/pb_encode.h
746 src:
747 - third_party/nanopb/pb_common.c
748 - third_party/nanopb/pb_decode.c
749 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750- name: tsi
751 headers:
752 - src/core/lib/tsi/fake_transport_security.h
753 - src/core/lib/tsi/ssl_transport_security.h
754 - src/core/lib/tsi/ssl_types.h
755 - src/core/lib/tsi/transport_security.h
756 - src/core/lib/tsi/transport_security_interface.h
757 src:
758 - src/core/lib/tsi/fake_transport_security.c
759 - src/core/lib/tsi/ssl_transport_security.c
760 - src/core/lib/tsi/transport_security.c
761 deps:
762 - gpr
763 secure: true
764- name: grpc++_base
765 language: c++
766 public_headers:
767 - include/grpc++/alarm.h
768 - include/grpc++/channel.h
769 - include/grpc++/client_context.h
770 - include/grpc++/completion_queue.h
771 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700772 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800773 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 - include/grpc++/generic/async_generic_service.h
775 - include/grpc++/generic/generic_stub.h
776 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800777 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - include/grpc++/impl/call.h
779 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700780 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/grpc_library.h
782 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/rpc_method.h
784 - include/grpc++/impl/rpc_service_method.h
785 - include/grpc++/impl/serialization_traits.h
786 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700787 - include/grpc++/impl/server_builder_plugin.h
788 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700790 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/security/auth_context.h
792 - include/grpc++/security/auth_metadata_processor.h
793 - include/grpc++/security/credentials.h
794 - include/grpc++/security/server_credentials.h
795 - include/grpc++/server.h
796 - include/grpc++/server_builder.h
797 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700798 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - include/grpc++/support/async_stream.h
800 - include/grpc++/support/async_unary_call.h
801 - include/grpc++/support/byte_buffer.h
802 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700803 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 - include/grpc++/support/slice.h
805 - include/grpc++/support/status.h
806 - include/grpc++/support/status_code_enum.h
807 - include/grpc++/support/string_ref.h
808 - include/grpc++/support/stub_options.h
809 - include/grpc++/support/sync_stream.h
810 - include/grpc++/support/time.h
811 headers:
812 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700813 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800815 - src/cpp/server/health/default_health_check_service.h
816 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700818 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700820 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/client/client_context.cc
822 - src/cpp/client/create_channel.cc
823 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700824 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700825 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700828 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700829 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700831 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700833 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/server/async_generic_service.cc
835 - src/cpp/server/create_default_thread_pool.cc
836 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800837 - src/cpp/server/health/default_health_check_service.cc
838 - src/cpp/server/health/health.pb.c
839 - src/cpp/server/health/health_check_service.cc
840 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700842 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/server_context.cc
844 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700845 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700846 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700847 - src/cpp/util/byte_buffer_cc.cc
848 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/util/status.cc
850 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 uses:
yang-g17487f92016-06-03 15:21:15 -0700853 - grpc++_codegen_base
854- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 language: c++
856 public_headers:
857 - include/grpc++/impl/codegen/async_stream.h
858 - include/grpc++/impl/codegen/async_unary_call.h
859 - include/grpc++/impl/codegen/call.h
860 - include/grpc++/impl/codegen/call_hook.h
861 - include/grpc++/impl/codegen/channel_interface.h
862 - include/grpc++/impl/codegen/client_context.h
863 - include/grpc++/impl/codegen/client_unary_call.h
864 - include/grpc++/impl/codegen/completion_queue.h
865 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700866 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/core_codegen_interface.h
868 - include/grpc++/impl/codegen/create_auth_context.h
869 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800870 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/impl/codegen/rpc_method.h
873 - include/grpc++/impl/codegen/rpc_service_method.h
874 - include/grpc++/impl/codegen/security/auth_context.h
875 - include/grpc++/impl/codegen/serialization_traits.h
876 - include/grpc++/impl/codegen/server_context.h
877 - include/grpc++/impl/codegen/server_interface.h
878 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800879 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - include/grpc++/impl/codegen/status.h
881 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700882 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/string_ref.h
884 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 - include/grpc++/impl/codegen/sync_stream.h
886 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 uses:
888 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700889- name: grpc++_codegen_base_src
890 language: c++
891 src:
892 - src/cpp/codegen/codegen_init.cc
893 uses:
894 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700895- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896 language: c++
897 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700898 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 uses:
yang-g17487f92016-06-03 15:21:15 -0700900 - grpc++_codegen_base
901 - grpc++_config_proto
902- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 language: c++
904 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700906- name: grpc++_reflection_proto
907 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700908 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700909 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800910- name: grpc++_test
911 language: c++
912 public_headers:
913 - include/grpc++/test/server_context_test_spouse.h
914 deps:
915 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700916- name: thrift_util
917 language: c++
918 public_headers:
919 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700920 - include/grpc++/impl/codegen/thrift_utils.h
921 uses:
922 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100923libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924- name: gpr
925 build: all
926 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800927 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700928 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800929 secure: false
930 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
931- name: gpr_test_util
932 build: private
933 language: c
934 headers:
935 - test/core/util/test_config.h
936 src:
937 - test/core/util/test_config.c
938 deps:
939 - gpr
940 secure: false
941 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: grpc
943 build: all
944 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 src:
946 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800948 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700950 filegroups:
951 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700952 - grpc_transport_chttp2_server_secure
953 - grpc_transport_chttp2_client_secure
954 - grpc_transport_chttp2_server_insecure
955 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800956 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700957 - grpc_lb_policy_pick_first
958 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700959 - grpc_resolver_dns_native
960 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700961 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100962 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700963 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700964 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700966 vs_packages:
967 - grpc.dependencies.openssl
968 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700970- name: grpc_cronet
971 build: all
972 language: c
973 src:
974 - src/core/lib/surface/init.c
975 baselib: true
976 deps_linkage: static
977 dll: true
978 filegroups:
979 - grpc_base
980 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700981 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800982 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700983 generate_plugin_registry: true
984 platforms:
985 - linux
986 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100987- name: grpc_dll
988 build: private
989 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100990 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100992 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100994 build_system:
995 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100998 vs_config_type: DynamicLibrary
999 vs_packages:
1000 - grpc.dependencies.openssl
1001 - grpc.dependencies.zlib
1002 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1003 vs_props:
1004 - zlib
1005 - openssl
1006 - winsock
1007 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc_test_util
1009 build: private
1010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
1012 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001013 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001015 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001016 - test/core/end2end/data/server1_cert.c
1017 - test/core/end2end/data/server1_key.c
1018 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001019 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001020 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001022 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001023 - grpc
1024 filegroups:
1025 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001026 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1028- name: grpc_test_util_unsecure
1029 build: private
1030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001031 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001032 - gpr
1033 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001034 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001035 filegroups:
1036 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037 secure: false
1038 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1039- name: grpc_unsecure
1040 build: all
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001044 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001046 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001047 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001048 filegroups:
1049 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001050 - grpc_transport_chttp2_server_insecure
1051 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001052 - grpc_resolver_dns_native
1053 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001054 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001055 - grpc_lb_policy_grpclb
1056 - grpc_lb_policy_pick_first
1057 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001058 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001059 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 secure: false
1061 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062- name: reconnect_server
1063 build: private
1064 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001065 headers:
1066 - test/core/util/reconnect_server.h
1067 src:
1068 - test/core/util/reconnect_server.c
1069 deps:
yang-gc9fca182015-11-06 16:41:33 -08001070 - test_tcp_server
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001075- name: test_tcp_server
1076 build: private
1077 language: c
1078 headers:
1079 - test/core/util/test_tcp_server.h
1080 src:
1081 - test/core/util/test_tcp_server.c
1082 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001087- name: grpc++
1088 build: all
1089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001090 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001091 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001092 - src/cpp/client/secure_credentials.h
1093 - src/cpp/common/secure_auth_context.h
1094 - src/cpp/server/secure_server_credentials.h
1095 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001096 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001097 - src/cpp/client/secure_credentials.cc
1098 - src/cpp/common/auth_property_iterator.cc
1099 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001100 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001102 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001103 - src/cpp/server/secure_server_credentials.cc
1104 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001105 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 baselib: true
1107 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001111 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001112 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113 secure: check
1114 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001115- name: grpc++_cronet
1116 build: all
1117 language: c++
1118 src:
1119 - src/cpp/client/cronet_credentials.cc
1120 - src/cpp/client/insecure_credentials.cc
1121 - src/cpp/common/insecure_create_auth_context.cc
1122 - src/cpp/server/insecure_server_credentials.cc
1123 deps:
1124 - gpr
1125 - grpc_cronet
1126 baselib: true
1127 dll: true
1128 filegroups:
1129 - grpc++_base
1130 - grpc++_codegen_base
1131 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001132 - grpc_transport_chttp2_client_insecure
1133 - grpc_transport_chttp2_server_insecure
1134 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001135 platforms:
1136 - linux
1137 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001138- name: grpc++_proto_reflection_desc_db
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/proto_reflection_descriptor_database.h
1143 src:
1144 - test/cpp/util/proto_reflection_descriptor_database.cc
1145 deps:
1146 - grpc++
1147 filegroups:
1148 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001149 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001150- name: grpc++_reflection
1151 build: all
1152 language: c++
1153 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001154 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001155 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001156 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001157 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - src/cpp/ext/proto_server_reflection.cc
1159 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001160 deps:
1161 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001162 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001163 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: grpc++_test_config
1165 build: private
1166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001167 headers:
1168 - test/cpp/util/test_config.h
1169 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001170 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: grpc++_test_util
1172 build: private
1173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001174 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001175 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001176 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - test/cpp/util/create_test_channel.h
1178 - test/cpp/util/string_ref_helper.h
1179 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001180 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 src:
yang-gc8a49d22016-12-12 11:18:49 -08001182 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001183 - src/proto/grpc/testing/echo_messages.proto
1184 - src/proto/grpc/testing/echo.proto
1185 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001186 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001187 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - test/cpp/util/create_test_channel.cc
1189 - test/cpp/util/string_ref_helper.cc
1190 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001191 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001192 deps:
1193 - grpc++
1194 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001195 filegroups:
1196 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001197 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001198 - grpc++_codegen_proto
1199 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001200 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc++_unsecure
1202 build: all
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001205 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001206 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001207 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001208 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001210 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001211 baselib: true
1212 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001213 filegroups:
1214 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001215 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001216 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217 secure: false
1218 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001219- name: grpc_cli_libs
1220 build: private
1221 language: c++
1222 headers:
1223 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001224 - test/cpp/util/cli_credentials.h
1225 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001226 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001227 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001228 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001229 src:
1230 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001231 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001232 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001233 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001234 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001235 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001236 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001237 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001238 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001239 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001240 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: grpc_plugin_support
1242 build: protoc
1243 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001244 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001245 - src/compiler/config.h
1246 - src/compiler/cpp_generator.h
1247 - src/compiler/cpp_generator_helpers.h
1248 - src/compiler/csharp_generator.h
1249 - src/compiler/csharp_generator_helpers.h
1250 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001251 - src/compiler/node_generator.h
1252 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001253 - src/compiler/objective_c_generator.h
1254 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001255 - src/compiler/php_generator.h
1256 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001257 - src/compiler/python_generator.h
1258 - src/compiler/ruby_generator.h
1259 - src/compiler/ruby_generator_helpers-inl.h
1260 - src/compiler/ruby_generator_map-inl.h
1261 - src/compiler/ruby_generator_string-inl.h
1262 src:
1263 - src/compiler/cpp_generator.cc
1264 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001265 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001266 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001267 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001268 - src/compiler/python_generator.cc
1269 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001270 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001271 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272 secure: false
1273 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001274 vs_props:
1275 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001276- name: http2_client_main
1277 build: private
1278 language: c++
1279 headers:
1280 - test/cpp/interop/http2_client.h
1281 src:
1282 - src/proto/grpc/testing/empty.proto
1283 - src/proto/grpc/testing/messages.proto
1284 - src/proto/grpc/testing/test.proto
1285 - test/cpp/interop/http2_client.cc
1286 deps:
1287 - grpc++_test_util
1288 - grpc_test_util
1289 - grpc++
1290 - grpc
1291 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: interop_client_helper
1293 build: private
1294 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001295 headers:
1296 - test/cpp/interop/client_helper.h
1297 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001298 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001299 - test/cpp/interop/client_helper.cc
1300 deps:
1301 - grpc++_test_util
1302 - grpc_test_util
1303 - grpc++
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: interop_client_main
1307 build: private
1308 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001309 headers:
1310 - test/cpp/interop/interop_client.h
1311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001312 - src/proto/grpc/testing/empty.proto
1313 - src/proto/grpc/testing/messages.proto
1314 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001315 - test/cpp/interop/client.cc
1316 - test/cpp/interop/interop_client.cc
1317 deps:
1318 - interop_client_helper
1319 - grpc++_test_util
1320 - grpc_test_util
1321 - grpc++
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: interop_server_helper
1327 build: private
1328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001329 headers:
1330 - test/cpp/interop/server_helper.h
1331 src:
1332 - test/cpp/interop/server_helper.cc
1333 deps:
yang-gcc591022017-01-11 11:10:43 -08001334 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001335 - grpc_test_util
1336 - grpc++
1337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001339- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340 build: private
1341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001343 - src/proto/grpc/testing/empty.proto
1344 - src/proto/grpc/testing/messages.proto
1345 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001346 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001347 deps:
1348 - interop_server_helper
1349 - grpc++_test_util
1350 - grpc_test_util
1351 - grpc++
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001355 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001356- name: interop_server_main
1357 build: private
1358 language: c++
1359 src:
1360 - test/cpp/interop/interop_server_bootstrap.cc
1361 deps:
1362 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363- name: qps
1364 build: private
1365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001366 headers:
1367 - test/cpp/qps/client.h
1368 - test/cpp/qps/driver.h
1369 - test/cpp/qps/histogram.h
1370 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001371 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001372 - test/cpp/qps/qps_worker.h
1373 - test/cpp/qps/report.h
1374 - test/cpp/qps/server.h
1375 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001376 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001377 - test/cpp/util/benchmark_config.h
1378 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001379 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001380 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001381 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001382 - src/proto/grpc/testing/control.proto
1383 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001384 - test/cpp/qps/client_async.cc
1385 - test/cpp/qps/client_sync.cc
1386 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001387 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001388 - test/cpp/qps/qps_worker.cc
1389 - test/cpp/qps/report.cc
1390 - test/cpp/qps/server_async.cc
1391 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001392 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001393 - test/cpp/util/benchmark_config.cc
1394 deps:
1395 - grpc_test_util
1396 - grpc++_test_util
1397 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc_csharp_ext
1399 build: all
1400 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - src/csharp/ext/grpc_csharp_ext.c
1403 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001406 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001407 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408 dll: only
1409 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001410 vs_packages:
1411 - grpc.dependencies.openssl
1412 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001414 vs_props:
1415 - zlib
1416 - openssl
1417 - winsock
1418 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001419targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001420- name: alarm_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/surface/alarm_test.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001428 - gpr_test_util
1429 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001430- name: algorithm_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/compression/algorithm_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001440- name: alloc_test
1441 build: test
1442 language: c
1443 src:
1444 - test/core/support/alloc_test.c
1445 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: alpn_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/transport/chttp2/alpn_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001458- name: api_fuzzer
1459 build: fuzzer
1460 language: c
1461 src:
1462 - test/core/end2end/fuzzers/api_fuzzer.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
1466 - gpr_test_util
1467 - gpr
1468 corpus_dirs:
1469 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001470 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001471 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001472- name: bad_server_response_test
1473 build: test
1474 language: c
1475 src:
1476 - test/core/end2end/bad_server_response_test.c
1477 deps:
1478 - test_tcp_server
1479 - grpc_test_util
1480 - grpc
1481 - gpr_test_util
1482 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001483 exclude_iomgrs:
1484 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001485- name: bdp_estimator_test
1486 build: test
1487 language: c
1488 src:
1489 - test/core/transport/bdp_estimator_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
1493 - gpr_test_util
1494 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001495- name: bin_decoder_test
1496 build: test
1497 language: c
1498 src:
1499 - test/core/transport/chttp2/bin_decoder_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503- name: bin_encoder_test
1504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/transport/chttp2/bin_encoder_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001511- name: census_context_test
1512 build: test
1513 language: c
1514 src:
1515 - test/core/census/context_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001521- name: census_resource_test
1522 build: test
1523 language: c
1524 src:
1525 - test/core/census/resource_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
1529 - gpr_test_util
1530 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001531- name: census_trace_context_test
1532 build: test
1533 language: c
1534 src:
1535 - test/core/census/trace_context_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
1539 - gpr_test_util
1540 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001541- name: channel_create_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/surface/channel_create_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001551- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001555 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001561- name: chttp2_stream_map_test
1562 build: test
1563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001564 src:
1565 - test/core/transport/chttp2/stream_map_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001571- name: chttp2_varint_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/transport/chttp2/varint_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001581- name: client_fuzzer
1582 build: fuzzer
1583 language: c
1584 src:
1585 - test/core/end2end/fuzzers/client_fuzzer.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
1589 - gpr_test_util
1590 - gpr
1591 corpus_dirs:
1592 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001593 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001594 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001595- name: combiner_test
1596 cpu_cost: 30
1597 build: test
1598 language: c
1599 src:
1600 - test/core/iomgr/combiner_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
1604 - gpr_test_util
1605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: compression_test
1607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/compression/compression_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001616- name: concurrent_connectivity_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/surface/concurrent_connectivity_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
1624 - gpr_test_util
1625 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001626 exclude_iomgrs:
1627 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001628- name: connection_refused_test
1629 cpu_cost: 0.1
1630 build: test
1631 language: c
1632 src:
1633 - test/core/end2end/connection_refused_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
1637 - gpr_test_util
1638 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001639- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001640 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001641 build: test
1642 language: c
1643 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001644 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001650 exclude_iomgrs:
1651 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001652- name: dns_resolver_test
1653 build: test
1654 language: c
1655 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001656 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001663 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/end2end/dualstack_socket_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001673 exclude_iomgrs:
1674 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001675 platforms:
1676 - mac
1677 - linux
1678 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001679- name: endpoint_pair_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/iomgr/endpoint_pair_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001689 exclude_iomgrs:
1690 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001691- name: ev_epoll_linux_test
1692 build: test
1693 language: c
1694 src:
1695 - test/core/iomgr/ev_epoll_linux_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
1699 - gpr_test_util
1700 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001701 exclude_iomgrs:
1702 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001703 platforms:
1704 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705- name: fd_conservation_posix_test
1706 build: test
1707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001708 src:
1709 - test/core/iomgr/fd_conservation_posix_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001715 exclude_iomgrs:
1716 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001717 platforms:
1718 - mac
1719 - linux
1720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: fd_posix_test
1722 build: test
1723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001724 src:
1725 - test/core/iomgr/fd_posix_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001731 exclude_iomgrs:
1732 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001733 platforms:
1734 - mac
1735 - linux
1736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: fling_client
1738 build: test
1739 run: false
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/fling/client.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: fling_server
1749 build: test
1750 run: false
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/fling/server.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001760 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/fling/fling_stream_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001768 - gpr_test_util
1769 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001770 platforms:
1771 - mac
1772 - linux
1773 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001775 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776 build: test
1777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001778 src:
1779 - test/core/fling/fling_test.c
1780 deps:
1781 - grpc_test_util
1782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001785 platforms:
1786 - mac
1787 - linux
1788 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: gen_hpack_tables
1790 build: tool
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - tools/codegen/core/gen_hpack_tables.c
1794 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001796 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: gen_legal_metadata_characters
1798 build: tool
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001803- name: gen_percent_encoding_tables
1804 build: tool
1805 language: c
1806 src:
1807 - tools/codegen/core/gen_percent_encoding_tables.c
1808 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001809- name: goaway_server_test
1810 cpu_cost: 0.1
1811 build: test
1812 language: c
1813 src:
1814 - test/core/end2end/goaway_server_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
1818 - gpr_test_util
1819 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001820 exclude_iomgrs:
1821 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001822 platforms:
1823 - mac
1824 - linux
1825 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001826- name: gpr_avl_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/support/avl_test.c
1831 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001832 - gpr_test_util
1833 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001834- name: gpr_backoff_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/support/backoff_test.c
1839 deps:
1840 - gpr_test_util
1841 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001842- name: gpr_cmdline_test
1843 build: test
1844 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001845 src:
1846 - test/core/support/cmdline_test.c
1847 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001850- name: gpr_cpu_test
1851 build: test
1852 language: c
1853 src:
1854 - test/core/support/cpu_test.c
1855 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: gpr_env_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/env_test.c
1863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gpr_histogram_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/support/histogram_test.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gpr_host_port_test
1875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/support/host_port_test.c
1879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: gpr_log_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/support/log_test.c
1887 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001890- name: gpr_mpscq_test
1891 cpu_cost: 30
1892 build: test
1893 language: c
1894 src:
1895 - test/core/support/mpscq_test.c
1896 deps:
1897 - gpr_test_util
1898 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001899- name: gpr_spinlock_test
1900 cpu_cost: 10
1901 build: test
1902 language: c
1903 src:
1904 - test/core/support/spinlock_test.c
1905 deps:
1906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001909 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/support/stack_lockfree_test.c
1914 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: gpr_string_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/support/string_test.c
1922 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001926 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/support/sync_test.c
1931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001935 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/support/thd_test.c
1940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001943- name: gpr_time_test
1944 build: test
1945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/support/time_test.c
1948 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: gpr_tls_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/support/tls_test.c
1956 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr_test_util
1958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: gpr_useful_test
1960 build: test
1961 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/core/support/useful_test.c
1964 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: grpc_auth_context_test
1968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/security/auth_context_test.c
1972 deps:
1973 - grpc_test_util
1974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr_test_util
1976 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001977- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001981 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_byte_buffer_reader_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/surface/byte_buffer_reader_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: grpc_channel_args_test
1998 build: test
1999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002000 src:
2001 - test/core/channel/channel_args_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: grpc_channel_stack_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/channel/channel_stack_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: grpc_completion_queue_test
2018 build: test
2019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/core/surface/completion_queue_test.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr_test_util
2026 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002027- name: grpc_completion_queue_threading_test
2028 build: test
2029 language: c
2030 src:
2031 - test/core/surface/completion_queue_threading_test.c
2032 deps:
2033 - grpc_test_util
2034 - grpc
2035 - gpr_test_util
2036 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002037 exclude_iomgrs:
2038 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: grpc_create_jwt
2040 build: tool
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/security/create_jwt.c
2044 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002047 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: grpc_credentials_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/security/credentials_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002059 build: test
2060 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/core/security/fetch_oauth2.c
2064 deps:
2065 - grpc_test_util
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002069- name: grpc_invalid_channel_args_test
2070 build: test
2071 language: c
2072 src:
2073 - test/core/surface/invalid_channel_args_test.c
2074 deps:
2075 - grpc_test_util
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: grpc_json_token_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/security/json_token_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002089 platforms:
2090 - linux
2091 - posix
2092 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093- name: grpc_jwt_verifier_test
2094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/security/jwt_verifier_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: grpc_print_google_default_creds_token
2104 build: tool
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/security/print_google_default_creds_token.c
2108 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: grpc_security_connector_test
2112 build: test
2113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/core/security/security_connector_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: grpc_verify_jwt
2122 build: tool
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/security/verify_jwt.c
2126 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002129- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002130 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002131 language: c
2132 src:
2133 - test/core/handshake/client_ssl.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
2137 - gpr_test_util
2138 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002139 exclude_iomgrs:
2140 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002141 platforms:
2142 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002143 secure: true
2144- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002145 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002146 language: c
2147 src:
2148 - test/core/handshake/server_ssl.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
2152 - gpr_test_util
2153 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002154 platforms:
2155 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002156 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002157- name: hpack_parser_fuzzer_test
2158 build: fuzzer
2159 language: c
2160 src:
2161 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
2165 - gpr_test_util
2166 - gpr
2167 corpus_dirs:
2168 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002169 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002170 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: hpack_parser_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - test/core/transport/chttp2/hpack_parser_test.c
2176 deps:
2177 - grpc_test_util
2178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002179 - gpr_test_util
2180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181- name: hpack_table_test
2182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/transport/chttp2/hpack_table_test.c
2186 deps:
2187 - grpc_test_util
2188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002191- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192 build: test
2193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002194 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002195 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002201- name: http_request_fuzzer_test
2202 build: fuzzer
2203 language: c
2204 src:
2205 - test/core/http/request_fuzzer.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
2211 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002212 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002213 maxlen: 2048
2214- name: http_response_fuzzer_test
2215 build: fuzzer
2216 language: c
2217 src:
2218 - test/core/http/response_fuzzer.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
2222 - gpr_test_util
2223 - gpr
2224 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002225 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002226 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002227- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228 build: test
2229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002231 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002232 deps:
2233 - grpc_test_util
2234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002238 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002242 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002248 platforms:
2249 - mac
2250 - linux
2251 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002252- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002253 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002254 build: test
2255 language: c
2256 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002257 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002263 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002264 - linux
yang-gf1183302015-12-07 16:02:05 -08002265- name: init_test
2266 build: test
2267 language: c
2268 src:
2269 - test/core/surface/init_test.c
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002275- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002276 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002277 build: test
2278 language: c
2279 src:
2280 - test/core/end2end/invalid_call_argument_test.c
2281 deps:
2282 - grpc_test_util
2283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002284 - gpr_test_util
2285 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002286- name: json_fuzzer_test
2287 build: fuzzer
2288 language: c
2289 src:
2290 - test/core/json/fuzzer.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
2294 - gpr_test_util
2295 - gpr
2296 corpus_dirs:
2297 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002298 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: json_rewrite
2300 build: test
2301 run: false
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/json/json_rewrite.c
2305 deps:
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: json_rewrite_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/json/json_rewrite_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002318- name: json_stream_error_test
2319 build: test
2320 language: c
2321 src:
2322 - test/core/json/json_stream_error_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: json_test
2329 build: test
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/json/json_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: lame_client_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/surface/lame_client_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002348- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002349 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002350 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002351 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002354 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002355 deps:
2356 - grpc_test_util
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002360- name: load_file_test
2361 build: test
2362 language: c
2363 src:
2364 - test/core/iomgr/load_file_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
2368 - gpr_test_util
2369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: low_level_ping_pong_benchmark
2371 build: benchmark
2372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/core/network_benchmarks/low_level_ping_pong.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002378 - gpr_test_util
2379 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002380 platforms:
2381 - mac
2382 - linux
2383 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002384- name: memory_profile_client
2385 build: test
2386 run: false
2387 language: c
2388 src:
2389 - test/core/memory_usage/client.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
2393 - gpr_test_util
2394 - gpr
2395- name: memory_profile_server
2396 build: test
2397 run: false
2398 language: c
2399 src:
2400 - test/core/memory_usage/server.c
2401 deps:
2402 - grpc_test_util
2403 - grpc
2404 - gpr_test_util
2405 - gpr
2406- name: memory_profile_test
2407 cpu_cost: 1.5
2408 build: test
2409 language: c
2410 src:
2411 - test/core/memory_usage/memory_usage_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
2415 - gpr_test_util
2416 - gpr
2417 platforms:
2418 - mac
2419 - linux
2420 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002421- name: message_compress_test
2422 build: test
2423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/core/compression/message_compress_test.c
2426 deps:
2427 - grpc_test_util
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002431- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002432 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002433 build: test
2434 language: c
2435 src:
2436 - test/core/census/mlog_test.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442- name: multiple_server_queues_test
2443 build: test
2444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/end2end/multiple_server_queues_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: murmur_hash_test
2453 build: test
2454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
2456 - test/core/support/murmur_hash_test.c
2457 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002460- name: nanopb_fuzzer_response_test
2461 build: fuzzer
2462 language: c
2463 src:
2464 - test/core/nanopb/fuzzer_response.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
2468 - gpr_test_util
2469 - gpr
2470 corpus_dirs:
2471 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002472 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002473- name: nanopb_fuzzer_serverlist_test
2474 build: fuzzer
2475 language: c
2476 src:
2477 - test/core/nanopb/fuzzer_serverlist.c
2478 deps:
2479 - grpc_test_util
2480 - grpc
2481 - gpr_test_util
2482 - gpr
2483 corpus_dirs:
2484 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002485 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002487 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488 build: test
2489 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002490 src:
2491 - test/core/end2end/no_server_test.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002497- name: percent_decode_fuzzer
2498 build: fuzzer
2499 language: c
2500 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002501 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002502 deps:
2503 - grpc_test_util
2504 - grpc
2505 - gpr_test_util
2506 - gpr
2507 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002508 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002509 maxlen: 32
2510- name: percent_encode_fuzzer
2511 build: fuzzer
2512 language: c
2513 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002514 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002515 deps:
2516 - grpc_test_util
2517 - grpc
2518 - gpr_test_util
2519 - gpr
2520 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002521 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002522 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002523- name: percent_encoding_test
2524 build: test
2525 language: c
2526 src:
2527 - test/core/slice/percent_encoding_test.c
2528 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002529 - grpc_test_util
2530 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002531 - gpr_test_util
2532 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002533- name: pollset_set_test
2534 build: test
2535 language: c
2536 src:
2537 - test/core/iomgr/pollset_set_test.c
2538 deps:
2539 - grpc_test_util
2540 - grpc
2541 - gpr_test_util
2542 - gpr
2543 exclude_iomgrs:
2544 - uv
2545 platforms:
2546 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002547- name: resolve_address_posix_test
2548 build: test
2549 language: c
2550 src:
2551 - test/core/iomgr/resolve_address_posix_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
2555 - gpr_test_util
2556 - gpr
2557 platforms:
2558 - mac
2559 - linux
2560 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: resolve_address_test
2562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/core/iomgr/resolve_address_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002571- name: resource_quota_test
2572 cpu_cost: 30
2573 build: test
2574 language: c
2575 src:
2576 - test/core/iomgr/resource_quota_test.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
yang-gd482e592015-12-10 14:04:00 -08002582- name: secure_channel_create_test
2583 build: test
2584 language: c
2585 src:
2586 - test/core/surface/secure_channel_create_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: secure_endpoint_test
2593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
2596 - test/core/security/secure_endpoint_test.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002602 exclude_iomgrs:
2603 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002604- name: sequential_connectivity_test
2605 build: test
2606 language: c
2607 src:
2608 - test/core/surface/sequential_connectivity_test.c
2609 deps:
2610 - grpc_test_util
2611 - grpc
2612 - gpr_test_util
2613 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002614 exclude_iomgrs:
2615 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002616- name: server_chttp2_test
2617 build: test
2618 language: c
2619 src:
2620 - test/core/surface/server_chttp2_test.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002626- name: server_fuzzer
2627 build: fuzzer
2628 language: c
2629 src:
2630 - test/core/end2end/fuzzers/server_fuzzer.c
2631 deps:
2632 - grpc_test_util
2633 - grpc
2634 - gpr_test_util
2635 - gpr
2636 corpus_dirs:
2637 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002638 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002639 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002640- name: server_test
2641 build: test
2642 language: c
2643 src:
2644 - test/core/surface/server_test.c
2645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002650- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002651 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002652 build: test
2653 language: c
2654 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002655 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002656 deps:
2657 - test_tcp_server
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002662 exclude_iomgrs:
2663 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002664- name: slice_buffer_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/slice/slice_buffer_test.c
2669 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002670 - grpc_test_util
2671 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002672 - gpr_test_util
2673 - gpr
2674- name: slice_string_helpers_test
2675 build: test
2676 language: c
2677 src:
2678 - test/core/slice/slice_string_helpers_test.c
2679 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002680 - grpc_test_util
2681 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002682 - gpr_test_util
2683 - gpr
2684- name: slice_test
2685 build: test
2686 language: c
2687 src:
2688 - test/core/slice/slice_test.c
2689 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002690 - grpc_test_util
2691 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002692 - gpr_test_util
2693 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002694- name: sockaddr_resolver_test
2695 build: test
2696 language: c
2697 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002698 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002699 deps:
2700 - grpc_test_util
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: sockaddr_utils_test
2705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/core/iomgr/sockaddr_utils_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002714- name: socket_utils_test
2715 build: test
2716 language: c
2717 src:
2718 - test/core/iomgr/socket_utils_test.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr_test_util
2723 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002724 exclude_iomgrs:
2725 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002726 platforms:
2727 - mac
2728 - linux
2729 - posix
yang-g31e21282016-11-04 15:10:03 -07002730- name: ssl_server_fuzzer
2731 build: fuzzer
2732 language: c
2733 src:
2734 - test/core/security/ssl_server_fuzzer.c
2735 deps:
2736 - grpc_test_util
2737 - grpc
2738 - gpr_test_util
2739 - gpr
2740 corpus_dirs:
2741 - test/core/security/corpus/ssl_server_corpus
2742 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002743- name: status_conversion_test
2744 build: test
2745 language: c
2746 src:
2747 - test/core/transport/status_conversion_test.c
2748 deps:
2749 - grpc_test_util
2750 - grpc
2751 - gpr_test_util
2752 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002753- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002754 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755 build: test
2756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
2758 - test/core/iomgr/tcp_client_posix_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002764 exclude_iomgrs:
2765 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002766 platforms:
2767 - mac
2768 - linux
2769 - posix
murgatroid991191b722017-02-08 11:56:52 -08002770- name: tcp_client_uv_test
2771 cpu_cost: 0.5
2772 build: test
2773 language: c
2774 src:
2775 - test/core/iomgr/tcp_client_uv_test.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
2779 - gpr_test_util
2780 - gpr
2781 exclude_iomgrs:
2782 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002784 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785 build: test
2786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002787 src:
2788 - test/core/iomgr/tcp_posix_test.c
2789 deps:
2790 - grpc_test_util
2791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002792 - gpr_test_util
2793 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002794 exclude_iomgrs:
2795 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002796 platforms:
2797 - mac
2798 - linux
2799 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: tcp_server_posix_test
2801 build: test
2802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
2804 - test/core/iomgr/tcp_server_posix_test.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002810 exclude_iomgrs:
2811 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002812 platforms:
2813 - mac
2814 - linux
2815 - posix
murgatroid991191b722017-02-08 11:56:52 -08002816- name: tcp_server_uv_test
2817 build: test
2818 language: c
2819 src:
2820 - test/core/iomgr/tcp_server_uv_test.c
2821 deps:
2822 - grpc_test_util
2823 - grpc
2824 - gpr_test_util
2825 - gpr
2826 exclude_iomgrs:
2827 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: time_averaged_stats_test
2829 build: test
2830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
2832 - test/core/iomgr/time_averaged_stats_test.c
2833 deps:
2834 - grpc_test_util
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: timeout_encoding_test
2839 build: test
2840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002842 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002843 deps:
2844 - grpc_test_util
2845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002846 - gpr_test_util
2847 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002848- name: timer_heap_test
2849 build: test
2850 language: c
2851 src:
2852 - test/core/iomgr/timer_heap_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
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002860- name: timer_list_test
2861 build: test
2862 language: c
2863 src:
2864 - test/core/iomgr/timer_list_test.c
2865 deps:
2866 - grpc_test_util
2867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002868 - gpr_test_util
2869 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002870 exclude_iomgrs:
2871 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002872- name: transport_connectivity_state_test
2873 build: test
2874 language: c
2875 src:
2876 - test/core/transport/connectivity_state_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: transport_metadata_test
2883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
2886 - test/core/transport/metadata_test.c
2887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002892- name: transport_pid_controller_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/transport/pid_controller_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902- name: transport_security_test
2903 build: test
2904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
2906 - test/core/tsi/transport_security_test.c
2907 deps:
2908 - grpc_test_util
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002912 platforms:
2913 - linux
2914 - posix
2915 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002916- name: udp_server_test
2917 build: test
2918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002919 src:
2920 - test/core/iomgr/udp_server_test.c
2921 deps:
2922 - grpc_test_util
2923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002924 - gpr_test_util
2925 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002926 exclude_iomgrs:
2927 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002928 platforms:
2929 - mac
2930 - linux
2931 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002932- name: uri_fuzzer_test
2933 build: fuzzer
2934 language: c
2935 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002936 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002937 deps:
2938 - grpc_test_util
2939 - grpc
2940 - gpr_test_util
2941 - gpr
2942 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002943 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002944 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002945- name: uri_parser_test
2946 build: test
2947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002948 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002949 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002950 deps:
2951 - grpc_test_util
2952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002953 - gpr_test_util
2954 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002955- name: wakeup_fd_cv_test
2956 build: test
2957 language: c
2958 src:
2959 - test/core/iomgr/wakeup_fd_cv_test.c
2960 deps:
2961 - grpc_test_util
2962 - grpc
2963 - gpr_test_util
2964 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002965 exclude_iomgrs:
2966 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002967 platforms:
2968 - mac
2969 - linux
2970 - posix
vjpai04e992a2016-02-10 16:58:38 -08002971- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002972 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002973 build: test
2974 language: c++
2975 src:
2976 - test/cpp/common/alarm_cpp_test.cc
2977 deps:
2978 - grpc++_test_util
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002982 - gpr_test_util
2983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002985 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986 build: test
2987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 src:
2989 - test/cpp/end2end/async_end2end_test.cc
2990 deps:
2991 - grpc++_test_util
2992 - grpc_test_util
2993 - grpc++
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002997- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002998 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999 build: test
3000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003001 src:
3002 - test/cpp/common/auth_property_iterator_test.cc
3003 deps:
3004 - grpc++_test_util
3005 - grpc_test_util
3006 - grpc++
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003010- name: bm_call_create
3011 build: test
3012 language: c++
3013 src:
3014 - test/cpp/microbenchmarks/bm_call_create.cc
3015 deps:
3016 - benchmark
3017 - grpc++_test_util
3018 - grpc_test_util
3019 - grpc++
3020 - grpc
3021 - gpr_test_util
3022 - gpr
3023 args:
3024 - --benchmark_min_time=0
3025 platforms:
3026 - mac
3027 - linux
3028 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003029- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003030 build: test
3031 language: c++
3032 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003033 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003034 deps:
3035 - benchmark
3036 - grpc++_test_util
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
3040 - gpr_test_util
3041 - gpr
3042 args:
3043 - --benchmark_min_time=0
3044 platforms:
3045 - mac
3046 - linux
3047 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003048- name: bm_closure
3049 build: test
3050 language: c++
3051 src:
3052 - test/cpp/microbenchmarks/bm_closure.cc
3053 deps:
3054 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003055 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003056 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003057 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003058 - grpc
3059 - gpr_test_util
3060 - gpr
3061 args:
3062 - --benchmark_min_time=0
3063 platforms:
3064 - mac
3065 - linux
3066 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003067- name: bm_cq
3068 build: test
3069 language: c++
3070 src:
3071 - test/cpp/microbenchmarks/bm_cq.cc
3072 deps:
3073 - benchmark
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
3078 - gpr_test_util
3079 - gpr
3080 args:
3081 - --benchmark_min_time=0
3082 platforms:
3083 - mac
3084 - linux
3085 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003086- name: bm_error
3087 build: test
3088 language: c++
3089 src:
3090 - test/cpp/microbenchmarks/bm_error.cc
3091 deps:
3092 - benchmark
3093 - grpc++_test_util
3094 - grpc_test_util
3095 - grpc++
3096 - grpc
3097 - gpr_test_util
3098 - gpr
3099 args:
3100 - --benchmark_min_time=0
3101 platforms:
3102 - mac
3103 - linux
3104 - posix
Craig Tiller93d802b2016-10-25 21:05:49 -07003105- name: bm_fullstack
3106 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003107 language: c++
3108 src:
3109 - test/cpp/microbenchmarks/bm_fullstack.cc
3110 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003111 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003112 - grpc++_test_util
3113 - grpc_test_util
3114 - grpc++
3115 - grpc
3116 - gpr_test_util
3117 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003118 args:
3119 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003120 excluded_poll_engines:
3121 - poll
3122 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003123 platforms:
3124 - mac
3125 - linux
3126 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003127 timeout_seconds: 1200
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003128- name: bm_metadata
3129 build: test
3130 language: c++
3131 src:
3132 - test/cpp/microbenchmarks/bm_metadata.cc
3133 deps:
3134 - benchmark
3135 - grpc_test_util
3136 - grpc
3137 - gpr_test_util
3138 - gpr
3139 args:
3140 - --benchmark_min_time=0
3141 platforms:
3142 - mac
3143 - linux
3144 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003146 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003147 build: test
3148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003149 src:
yang-g52705592015-11-25 11:45:33 -08003150 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003151 deps:
3152 - grpc++
3153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08003155- name: channel_filter_test
3156 gtest: true
3157 build: test
3158 language: c++
3159 src:
3160 - test/cpp/common/channel_filter_test.cc
3161 deps:
3162 - grpc++
3163 - grpc
3164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003166 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167 build: test
3168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003169 src:
3170 - test/cpp/util/cli_call_test.cc
3171 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003172 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07003173 - grpc++_test_util
3174 - grpc_test_util
3175 - grpc++
3176 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003177 - gpr_test_util
3178 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003179- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003180 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003181 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182 build: test
3183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003184 src:
3185 - test/cpp/end2end/client_crash_test.cc
3186 deps:
3187 - grpc++_test_util
3188 - grpc_test_util
3189 - grpc++
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003193 platforms:
3194 - mac
3195 - linux
3196 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: client_crash_test_server
3198 build: test
3199 run: false
3200 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003201 src:
3202 - test/cpp/end2end/client_crash_test_server.cc
3203 deps:
3204 - grpc++_test_util
3205 - grpc_test_util
3206 - grpc++
3207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 - gpr_test_util
3209 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003210- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003211 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003212 build: test
3213 language: c++
3214 src:
3215 - src/proto/grpc/testing/control.proto
3216 - src/proto/grpc/testing/messages.proto
3217 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003218 - src/proto/grpc/testing/services.proto
3219 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003220 - test/cpp/codegen/codegen_test_full.cc
3221 deps:
3222 - grpc++
3223 - grpc
3224 - gpr
3225 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003226 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003227- name: codegen_test_minimal
3228 gtest: true
3229 build: test
3230 language: c++
3231 src:
3232 - src/proto/grpc/testing/control.proto
3233 - src/proto/grpc/testing/messages.proto
3234 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003235 - src/proto/grpc/testing/services.proto
3236 - src/proto/grpc/testing/stats.proto
3237 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003238 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003239 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003240 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003241- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003242 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243 build: test
3244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003245 src:
3246 - test/cpp/client/credentials_test.cc
3247 deps:
3248 - grpc++
3249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003251- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003252 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003253 build: test
3254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
3256 - test/cpp/util/byte_buffer_test.cc
3257 deps:
3258 - grpc_test_util
3259 - grpc++
3260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003261 - gpr_test_util
3262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003263- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003264 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265 build: test
3266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003267 src:
3268 - test/cpp/util/slice_test.cc
3269 deps:
3270 - grpc_test_util
3271 - grpc++
3272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003273 - gpr_test_util
3274 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003275- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003276 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003277 build: test
3278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
3280 - test/cpp/util/string_ref_test.cc
3281 deps:
3282 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003284 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285 build: test
3286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003287 src:
3288 - test/cpp/util/time_test.cc
3289 deps:
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003296 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003297 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003298 build: test
3299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003300 src:
3301 - test/cpp/end2end/end2end_test.cc
3302 deps:
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003309- name: filter_end2end_test
3310 gtest: true
3311 build: test
3312 language: c++
3313 src:
3314 - test/cpp/end2end/filter_end2end_test.cc
3315 deps:
3316 - grpc++_test_util
3317 - grpc_test_util
3318 - grpc++
3319 - grpc
3320 - gpr_test_util
3321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003322- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003323 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003324 build: test
3325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003326 src:
3327 - test/cpp/end2end/generic_end2end_test.cc
3328 deps:
3329 - grpc++_test_util
3330 - grpc_test_util
3331 - grpc++
3332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 - gpr_test_util
3334 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003335- name: golden_file_test
3336 gtest: true
3337 build: test
3338 language: c++
3339 src:
3340 - src/proto/grpc/testing/compiler_test.proto
3341 - test/cpp/codegen/golden_file_test.cc
3342 deps:
3343 - grpc++
3344 - grpc
3345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003346- name: grpc_cli
3347 build: test
3348 run: false
3349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003350 src:
3351 - test/cpp/util/grpc_cli.cc
3352 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003353 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003354 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003355 - grpc++
3356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003358 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359- name: grpc_cpp_plugin
3360 build: protoc
3361 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003362 src:
3363 - src/compiler/cpp_plugin.cc
3364 deps:
3365 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 secure: false
3367 vs_config_type: Application
3368 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3369- name: grpc_csharp_plugin
3370 build: protoc
3371 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003372 src:
3373 - src/compiler/csharp_plugin.cc
3374 deps:
3375 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 secure: false
3377 vs_config_type: Application
3378 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003379- name: grpc_node_plugin
3380 build: protoc
3381 language: c++
3382 src:
3383 - src/compiler/node_plugin.cc
3384 deps:
3385 - grpc_plugin_support
3386 secure: false
3387 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388- name: grpc_objective_c_plugin
3389 build: protoc
3390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003391 src:
3392 - src/compiler/objective_c_plugin.cc
3393 deps:
3394 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003395 secure: false
3396 vs_config_type: Application
3397 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003398- name: grpc_php_plugin
3399 build: protoc
3400 language: c++
3401 src:
3402 - src/compiler/php_plugin.cc
3403 deps:
3404 - grpc_plugin_support
3405 secure: false
3406 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: grpc_python_plugin
3408 build: protoc
3409 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003410 src:
3411 - src/compiler/python_plugin.cc
3412 deps:
3413 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003414 secure: false
3415 vs_config_type: Application
3416 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3417- name: grpc_ruby_plugin
3418 build: protoc
3419 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003420 src:
3421 - src/compiler/ruby_plugin.cc
3422 deps:
3423 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424 secure: false
3425 vs_config_type: Application
3426 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003427- name: grpc_tool_test
3428 gtest: true
3429 build: test
3430 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003431 src:
3432 - src/proto/grpc/testing/echo.proto
3433 - src/proto/grpc/testing/echo_messages.proto
3434 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003435 deps:
3436 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003437 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003438 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003439 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003440 - grpc_test_util
3441 - grpc++
3442 - grpc
3443 - gpr_test_util
3444 - gpr
3445 filegroups:
3446 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003447- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003448 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003449 build: test
3450 language: c++
3451 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003452 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003453 - test/cpp/grpclb/grpclb_api_test.cc
3454 deps:
3455 - grpc++_test_util
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003459- name: grpclb_test
3460 gtest: false
3461 build: test
3462 language: c++
3463 src:
3464 - src/proto/grpc/lb/v1/load_balancer.proto
3465 - test/cpp/grpclb/grpclb_test.cc
3466 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003467 - grpc++_test_util
3468 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003469 - grpc++
3470 - grpc
3471 - gpr_test_util
3472 - gpr
yang-gad327642016-12-12 14:32:09 -08003473- name: health_service_end2end_test
3474 gtest: true
3475 build: test
3476 language: c++
3477 src:
3478 - test/cpp/end2end/health_service_end2end_test.cc
3479 deps:
3480 - grpc++_test_util
3481 - grpc_test_util
3482 - grpc++
3483 - grpc
3484 - gpr_test_util
3485 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003486- name: http2_client
3487 build: test
3488 run: false
3489 language: c++
3490 src: []
3491 deps:
3492 - http2_client_main
3493 - grpc++_test_util
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
3497 - grpc++_test_config
3498 platforms:
3499 - mac
3500 - linux
3501 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003502- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003503 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003504 build: test
3505 language: c++
3506 src:
3507 - test/cpp/end2end/hybrid_end2end_test.cc
3508 deps:
3509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr_test_util
3514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: interop_client
3516 build: test
3517 run: false
3518 language: c++
3519 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003520 deps:
3521 - interop_client_main
3522 - interop_client_helper
3523 - grpc++_test_util
3524 - grpc_test_util
3525 - grpc++
3526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003527 - gpr_test_util
3528 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003529 - grpc++_test_config
3530 platforms:
3531 - mac
3532 - linux
3533 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003534- name: interop_server
3535 build: test
3536 run: false
3537 language: c++
3538 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003539 deps:
3540 - interop_server_main
3541 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003542 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003543 - grpc++_test_util
3544 - grpc_test_util
3545 - grpc++
3546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003547 - gpr_test_util
3548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003549 - grpc++_test_config
3550 platforms:
3551 - mac
3552 - linux
3553 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003554- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003555 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556 build: test
3557 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003558 src:
3559 - test/cpp/interop/interop_test.cc
3560 deps:
3561 - grpc_test_util
3562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003563 - gpr_test_util
3564 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003565 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003566 platforms:
3567 - mac
3568 - linux
3569 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003570- name: json_run_localhost
3571 build: test
3572 run: false
3573 language: c++
3574 src:
3575 - test/cpp/qps/json_run_localhost.cc
3576 deps:
3577 - grpc++_test_util
3578 - grpc_test_util
3579 - grpc++
3580 - grpc
3581 - gpr_test_util
3582 - gpr
3583 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003584 platforms:
3585 - mac
3586 - linux
3587 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003588- name: metrics_client
3589 build: test
3590 run: false
3591 language: c++
3592 headers:
3593 - test/cpp/util/metrics_server.h
3594 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003595 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003596 - test/cpp/interop/metrics_client.cc
3597 deps:
3598 - grpc++
3599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003600 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003601 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003603 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604 build: test
3605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003606 src:
3607 - test/cpp/end2end/mock_test.cc
3608 deps:
3609 - grpc++_test_util
3610 - grpc_test_util
3611 - grpc++
3612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003613 - gpr_test_util
3614 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003615- name: noop-benchmark
3616 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003617 language: c++
3618 src:
3619 - test/cpp/microbenchmarks/noop-benchmark.cc
3620 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003621 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003622- name: proto_server_reflection_test
3623 gtest: true
3624 build: test
3625 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003626 src:
3627 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003628 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003629 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003630 - grpc++_reflection
3631 - grpc++_test_util
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
3635 - gpr_test_util
3636 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003637- name: proto_utils_test
3638 gtest: true
3639 build: test
3640 language: c++
3641 src:
3642 - test/cpp/codegen/proto_utils_test.cc
3643 deps:
3644 - grpc++
3645 - grpc
3646 filegroups:
3647 - grpc++_codegen_base
3648 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003649- name: qps_interarrival_test
3650 build: test
3651 run: false
3652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003653 src:
3654 - test/cpp/qps/qps_interarrival_test.cc
3655 deps:
3656 - qps
3657 - grpc++_test_util
3658 - grpc_test_util
3659 - grpc++
3660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003661 - gpr_test_util
3662 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003663 platforms:
3664 - mac
3665 - linux
3666 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003667- name: qps_json_driver
3668 build: test
3669 run: false
3670 language: c++
3671 src:
3672 - test/cpp/qps/qps_json_driver.cc
3673 deps:
3674 - qps
3675 - grpc++_test_util
3676 - grpc_test_util
3677 - grpc++
3678 - grpc
3679 - gpr_test_util
3680 - gpr
3681 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003682- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003683 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003684 build: test
3685 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003686 src:
3687 - test/cpp/qps/qps_openloop_test.cc
3688 deps:
3689 - qps
3690 - grpc++_test_util
3691 - grpc_test_util
3692 - grpc++
3693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003694 - gpr_test_util
3695 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003696 - grpc++_test_config
3697 platforms:
3698 - mac
3699 - linux
3700 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003701- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003702 build: test
3703 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003705 headers:
3706 - test/cpp/qps/client.h
3707 - test/cpp/qps/server.h
3708 src:
3709 - test/cpp/qps/worker.cc
3710 deps:
3711 - qps
3712 - grpc++_test_util
3713 - grpc_test_util
3714 - grpc++
3715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003716 - gpr_test_util
3717 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003718 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003719- name: reconnect_interop_client
3720 build: test
3721 run: false
3722 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003723 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003724 - src/proto/grpc/testing/empty.proto
3725 - src/proto/grpc/testing/messages.proto
3726 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003727 - test/cpp/interop/reconnect_interop_client.cc
3728 deps:
3729 - grpc++_test_util
3730 - grpc_test_util
3731 - grpc++
3732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003733 - gpr_test_util
3734 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003735 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736- name: reconnect_interop_server
3737 build: test
3738 run: false
3739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003740 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003741 - src/proto/grpc/testing/empty.proto
3742 - src/proto/grpc/testing/messages.proto
3743 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003744 - test/cpp/interop/reconnect_interop_server.cc
3745 deps:
3746 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003747 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003748 - grpc++_test_util
3749 - grpc_test_util
3750 - grpc++
3751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003752 - gpr_test_util
3753 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003754 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003755- name: round_robin_end2end_test
3756 gtest: true
3757 build: test
3758 language: c++
3759 src:
3760 - test/cpp/end2end/round_robin_end2end_test.cc
3761 deps:
3762 - grpc++_test_util
3763 - grpc_test_util
3764 - grpc++
3765 - grpc
3766 - gpr_test_util
3767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003768- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003769 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003770 build: test
3771 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003772 src:
3773 - test/cpp/common/secure_auth_context_test.cc
3774 deps:
3775 - grpc++_test_util
3776 - grpc_test_util
3777 - grpc++
3778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003779 - gpr_test_util
3780 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003781- name: secure_sync_unary_ping_pong_test
3782 build: test
3783 language: c++
3784 src:
3785 - test/cpp/qps/secure_sync_unary_ping_pong_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
vjpaif8603ad2015-11-04 12:49:33 -08003794 platforms:
3795 - mac
3796 - linux
3797 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003798- name: server_builder_plugin_test
3799 gtest: true
3800 build: test
3801 language: c++
3802 src:
3803 - test/cpp/end2end/server_builder_plugin_test.cc
3804 deps:
3805 - grpc++_test_util
3806 - grpc_test_util
3807 - grpc++
3808 - grpc
3809 - gpr_test_util
3810 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003811- name: server_context_test_spouse_test
3812 gtest: true
3813 build: test
3814 language: c++
3815 src:
3816 - test/cpp/test/server_context_test_spouse_test.cc
3817 deps:
3818 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003819 - grpc++
3820 - grpc
3821 - gpr_test_util
3822 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003823 uses:
3824 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003825- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003826 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003827 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003828 build: test
3829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003830 src:
3831 - test/cpp/end2end/server_crash_test.cc
3832 deps:
3833 - grpc++_test_util
3834 - grpc_test_util
3835 - grpc++
3836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003837 - gpr_test_util
3838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003839 platforms:
3840 - mac
3841 - linux
3842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003843- name: server_crash_test_client
3844 build: test
3845 run: false
3846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003847 src:
3848 - test/cpp/end2end/server_crash_test_client.cc
3849 deps:
3850 - grpc++_test_util
3851 - grpc_test_util
3852 - grpc++
3853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003854 - gpr_test_util
3855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003856- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003857 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003858 build: test
3859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003860 src:
3861 - test/cpp/end2end/shutdown_test.cc
3862 deps:
3863 - grpc++_test_util
3864 - grpc_test_util
3865 - grpc++
3866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003867 - gpr_test_util
3868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003869- name: status_test
3870 build: test
3871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003872 src:
3873 - test/cpp/util/status_test.cc
3874 deps:
3875 - grpc_test_util
3876 - grpc++
3877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003878 - gpr_test_util
3879 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003880- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003881 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003882 build: test
3883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003884 src:
3885 - test/cpp/end2end/streaming_throughput_test.cc
3886 deps:
3887 - grpc++_test_util
3888 - grpc_test_util
3889 - grpc++
3890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003891 - gpr_test_util
3892 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003893 platforms:
3894 - mac
3895 - linux
3896 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003897- name: stress_test
3898 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003899 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003900 language: c++
3901 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003902 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003903 - test/cpp/interop/interop_client.h
3904 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003905 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003906 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003907 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003908 - src/proto/grpc/testing/empty.proto
3909 - src/proto/grpc/testing/messages.proto
3910 - src/proto/grpc/testing/metrics.proto
3911 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003912 - test/cpp/interop/interop_client.cc
3913 - test/cpp/interop/stress_interop_client.cc
3914 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003915 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003916 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003917 deps:
3918 - grpc++_test_util
3919 - grpc_test_util
3920 - grpc++
3921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003922 - gpr_test_util
3923 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003924 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003925- name: thread_manager_test
3926 build: test
3927 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003928 src:
3929 - test/cpp/thread_manager/thread_manager_test.cc
3930 deps:
3931 - grpc++
3932 - grpc
3933 - gpr
3934 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003935- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003936 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003937 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003938 build: test
3939 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003940 src:
3941 - test/cpp/end2end/thread_stress_test.cc
3942 deps:
3943 - grpc++_test_util
3944 - grpc_test_util
3945 - grpc++
3946 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003947 - gpr_test_util
3948 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003949- name: writes_per_rpc_test
3950 gtest: true
3951 cpu_cost: 0.5
3952 build: test
3953 language: c++
3954 src:
3955 - test/cpp/performance/writes_per_rpc_test.cc
3956 deps:
3957 - grpc++_test_util
3958 - grpc_test_util
3959 - grpc++
3960 - grpc
3961 - gpr_test_util
3962 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003963 platforms:
3964 - mac
3965 - linux
3966 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003967- name: public_headers_must_be_c89
3968 build: test
3969 language: c89
3970 src:
3971 - test/core/surface/public_headers_must_be_c89.c
3972 deps:
3973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003976- linkage: static
3977 name: grpc.dependencies.zlib
3978 props: false
3979 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003980 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003981- linkage: static
3982 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003983 props: true
3984 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003985 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003986- name: gflags
3987 props: false
3988 redist: false
3989 version: 2.1.2.1
3990- name: gtest
3991 props: false
3992 redist: false
3993 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003994configs:
3995 asan:
3996 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003997 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3998 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003999 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004000 LD: clang
4001 LDFLAGS: -fsanitize=address
4002 LDXX: clang++
4003 compile_the_world: true
4004 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004005 ASAN_OPTIONS: detect_leaks=1:color=always
4006 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004007 asan-noleaks:
4008 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004009 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4010 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004011 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004012 LD: clang
4013 LDFLAGS: -fsanitize=address
4014 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004015 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004016 test_environ:
4017 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004018 asan-trace-cmp:
4019 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004020 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4021 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004022 CXX: clang++
4023 LD: clang
4024 LDFLAGS: -fsanitize=address
4025 LDXX: clang++
4026 compile_the_world: true
4027 test_environ:
4028 ASAN_OPTIONS: detect_leaks=1:color=always
4029 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004030 basicprof:
4031 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4032 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004033 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004034 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004035 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004036 dbg:
4037 CPPFLAGS: -O0
4038 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004039 gcov:
4040 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004041 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004042 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004043 DEFINES: _DEBUG DEBUG GPR_GCOV
4044 LD: gcc
4045 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4046 LDXX: g++
4047 helgrind:
4048 CPPFLAGS: -O0
4049 DEFINES: _DEBUG DEBUG
4050 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004051 valgrind: --tool=helgrind
4052 memcheck:
4053 CPPFLAGS: -O0
4054 DEFINES: _DEBUG DEBUG
4055 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004056 valgrind: --tool=memcheck --leak-check=full
4057 msan:
4058 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004059 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4060 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4061 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004062 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004063 DEFINES: NDEBUG
4064 LD: clang
4065 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4066 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4067 LDXX: clang++
4068 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004069 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004070 CPPFLAGS: -O3 -fno-omit-frame-pointer
4071 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004072 LDFLAGS: -rdynamic
4073 opt:
4074 CPPFLAGS: -O2
4075 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004076 stapprof:
4077 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4078 DEFINES: NDEBUG
4079 tsan:
4080 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004081 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004082 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004083 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004084 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004085 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004086 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004087 LDXX: clang++
4088 compile_the_world: true
4089 test_environ:
4090 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004091 ubsan:
4092 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004093 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4094 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004095 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004096 DEFINES: NDEBUG
4097 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004098 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004099 LDXX: clang++
4100 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004101 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004102 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004103defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004104 benchmark:
4105 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004106 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004107 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004108 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004109 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004110 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004111 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004112 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004113 LDFLAGS: -g
4114 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004115 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004116 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004117node_modules:
4118- deps:
4119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004120 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004121 - boringssl
4122 - z
murgatroid9994a75412015-11-19 14:04:53 -08004123 headers:
4124 - src/node/ext/byte_buffer.h
4125 - src/node/ext/call.h
4126 - src/node/ext/call_credentials.h
4127 - src/node/ext/channel.h
4128 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004129 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004130 - src/node/ext/server.h
4131 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004132 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004133 - src/node/ext/timeval.h
4134 js:
4135 - src/node/index.js
4136 - src/node/src/client.js
4137 - src/node/src/common.js
4138 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004139 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004140 - src/node/src/metadata.js
4141 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004142 name: grpc_node
4143 src:
4144 - src/node/ext/byte_buffer.cc
4145 - src/node/ext/call.cc
4146 - src/node/ext/call_credentials.cc
4147 - src/node/ext/channel.cc
4148 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004149 - src/node/ext/completion_queue_threadpool.cc
4150 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004151 - src/node/ext/node_grpc.cc
4152 - src/node/ext/server.cc
4153 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004154 - src/node/ext/server_generic.cc
4155 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004156 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004157 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004158openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004159 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004160 extraction_dir: openssl-1.0.2f
4161 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004162php_config_m4:
4163 deps:
4164 - grpc
4165 - gpr
4166 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004167 headers:
4168 - src/php/ext/grpc/byte_buffer.h
4169 - src/php/ext/grpc/call.h
4170 - src/php/ext/grpc/call_credentials.h
4171 - src/php/ext/grpc/channel.h
4172 - src/php/ext/grpc/channel_credentials.h
4173 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004174 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004175 - src/php/ext/grpc/php_grpc.h
4176 - src/php/ext/grpc/server.h
4177 - src/php/ext/grpc/server_credentials.h
4178 - src/php/ext/grpc/timeval.h
4179 src:
4180 - src/php/ext/grpc/byte_buffer.c
4181 - src/php/ext/grpc/call.c
4182 - src/php/ext/grpc/call_credentials.c
4183 - src/php/ext/grpc/channel.c
4184 - src/php/ext/grpc/channel_credentials.c
4185 - src/php/ext/grpc/completion_queue.c
4186 - src/php/ext/grpc/php_grpc.c
4187 - src/php/ext/grpc/server.c
4188 - src/php/ext/grpc/server_credentials.c
4189 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004190python_dependencies:
4191 deps:
4192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004193 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004194 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004195 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004196ruby_gem:
4197 deps:
4198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004200 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004201 - z