blob: f2106b353b31a2c2f5216a4ac5fbac207bed2da5 [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 Tiller8dfdb7e2016-08-29 11:25:56 -070015 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020016 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070017filegroups:
18- name: census
Craig Tiller25834342015-09-25 08:08:24 -070019 public_headers:
20 - include/grpc/census.h
21 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/census_interface.h
25 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070026 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070027 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070028 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070030 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070031 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070032 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070033 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070034 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070035 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070036 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070037 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070038 - src/core/ext/census/grpc_context.c
39 - src/core/ext/census/grpc_filter.c
40 - src/core/ext/census/grpc_plugin.c
41 - src/core/ext/census/initialize.c
42 - src/core/ext/census/mlog.c
43 - src/core/ext/census/operation.c
44 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070045 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070046 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070047 - src/core/ext/census/tracing.c
48 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070049 uses:
50 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070051 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070052- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010053 public_headers:
54 - include/grpc/support/alloc.h
55 - include/grpc/support/atm.h
56 - include/grpc/support/atm_gcc_atomic.h
57 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070058 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 - include/grpc/support/avl.h
60 - include/grpc/support/cmdline.h
61 - include/grpc/support/cpu.h
62 - include/grpc/support/histogram.h
63 - include/grpc/support/host_port.h
64 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070065 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010066 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/string_util.h
68 - include/grpc/support/subprocess.h
69 - include/grpc/support/sync.h
70 - include/grpc/support/sync_generic.h
71 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070072 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/thd.h
74 - include/grpc/support/time.h
75 - include/grpc/support/tls.h
76 - include/grpc/support/tls_gcc.h
77 - include/grpc/support/tls_msvc.h
78 - include/grpc/support/tls_pthread.h
79 - include/grpc/support/useful.h
80 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/profiling/timers.h
82 - src/core/lib/support/backoff.h
83 - src/core/lib/support/block_annotate.h
84 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070085 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070086 - src/core/lib/support/murmur_hash.h
87 - src/core/lib/support/stack_lockfree.h
88 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070089 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/thd_internal.h
91 - src/core/lib/support/time_precise.h
92 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010093 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/profiling/basic_timers.c
95 - src/core/lib/profiling/stap_timers.c
96 - src/core/lib/support/alloc.c
97 - src/core/lib/support/avl.c
98 - src/core/lib/support/backoff.c
99 - src/core/lib/support/cmdline.c
100 - src/core/lib/support/cpu_iphone.c
101 - src/core/lib/support/cpu_linux.c
102 - src/core/lib/support/cpu_posix.c
103 - src/core/lib/support/cpu_windows.c
104 - src/core/lib/support/env_linux.c
105 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700106 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/histogram.c
108 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/support/log.c
110 - src/core/lib/support/log_android.c
111 - src/core/lib/support/log_linux.c
112 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700114 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/stack_lockfree.c
117 - src/core/lib/support/string.c
118 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700119 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/subprocess_posix.c
122 - src/core/lib/support/subprocess_windows.c
123 - src/core/lib/support/sync.c
124 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700125 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/thd.c
127 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700128 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/time.c
130 - src/core/lib/support/time_posix.c
131 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200134 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700137 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700138 uses:
139 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800140- name: gpr_codegen
141 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800142 - include/grpc/impl/codegen/atm.h
143 - include/grpc/impl/codegen/atm_gcc_atomic.h
144 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700145 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700146 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800147 - include/grpc/impl/codegen/port_platform.h
148 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/sync.h
150 - include/grpc/impl/codegen/sync_generic.h
151 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700153- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700154 public_headers:
155 - include/grpc/byte_buffer.h
156 - include/grpc/byte_buffer_reader.h
157 - include/grpc/compression.h
158 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700159 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200160 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700161 - include/grpc/slice.h
162 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700163 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700164 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700165 - src/core/lib/channel/channel_args.h
166 - src/core/lib/channel/channel_stack.h
167 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700168 - src/core/lib/channel/compress_filter.h
169 - src/core/lib/channel/connected_channel.h
170 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700171 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700172 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700173 - src/core/lib/channel/http_client_filter.h
174 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700175 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/compression/algorithm_metadata.h
177 - src/core/lib/compression/message_compress.h
178 - src/core/lib/debug/trace.h
179 - src/core/lib/http/format_request.h
180 - src/core/lib/http/httpcli.h
181 - src/core/lib/http/parser.h
182 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700183 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/iomgr/endpoint.h
185 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700186 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700187 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700188 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700190 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/exec_ctx.h
192 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/iocp_windows.h
194 - src/core/lib/iomgr/iomgr.h
195 - src/core/lib/iomgr/iomgr_internal.h
196 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700197 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700203 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700205 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700207 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700212 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/socket_utils_posix.h
214 - src/core/lib/iomgr/socket_windows.h
215 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700216 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/tcp_posix.h
218 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700219 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/tcp_windows.h
221 - src/core/lib/iomgr/time_averaged_stats.h
222 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/udp_server.h
227 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700228 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/wakeup_fd_pipe.h
230 - src/core/lib/iomgr/wakeup_fd_posix.h
231 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/workqueue_windows.h
234 - src/core/lib/json/json.h
235 - src/core/lib/json/json_common.h
236 - src/core/lib/json/json_reader.h
237 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700238 - src/core/lib/slice/percent_encoding.h
239 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/surface/api_trace.h
241 - src/core/lib/surface/call.h
242 - src/core/lib/surface/call_test_only.h
243 - src/core/lib/surface/channel.h
244 - src/core/lib/surface/channel_init.h
245 - src/core/lib/surface/channel_stack_type.h
246 - src/core/lib/surface/completion_queue.h
247 - src/core/lib/surface/event_string.h
248 - src/core/lib/surface/init.h
249 - src/core/lib/surface/lame_client.h
250 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700253 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/metadata.h
255 - src/core/lib/transport/metadata_batch.h
Mark D. Rothbfe56802016-10-26 12:45:20 -0700256 - src/core/lib/transport/method_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400258 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/transport.h
260 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/channel/channel_args.c
263 - src/core/lib/channel/channel_stack.c
264 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/channel/compress_filter.c
266 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700267 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700268 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/channel/http_client_filter.c
270 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700271 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700272 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/compression/message_compress.c
274 - src/core/lib/debug/trace.c
275 - src/core/lib/http/format_request.c
276 - src/core/lib/http/httpcli.c
277 - src/core/lib/http/parser.c
278 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700279 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/iomgr/endpoint.c
281 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700282 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700284 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700285 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700286 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700287 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700288 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/iomgr/exec_ctx.c
290 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/iocp_windows.c
292 - src/core/lib/iomgr/iomgr.c
293 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700294 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700296 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700297 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700298 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700299 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700300 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_windows.c
303 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700304 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700306 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/sockaddr_utils.c
308 - src/core/lib/iomgr/socket_utils_common_posix.c
309 - src/core/lib/iomgr/socket_utils_linux.c
310 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700312 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/socket_windows.c
314 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/tcp_client_windows.c
317 - src/core/lib/iomgr/tcp_posix.c
318 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/tcp_windows.c
323 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/udp_server.c
328 - src/core/lib/iomgr/unix_sockets_posix.c
329 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700330 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/wakeup_fd_eventfd.c
332 - src/core/lib/iomgr/wakeup_fd_nospecial.c
333 - src/core/lib/iomgr/wakeup_fd_pipe.c
334 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/workqueue_windows.c
337 - src/core/lib/json/json.c
338 - src/core/lib/json/json_reader.c
339 - src/core/lib/json/json_string.c
340 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700341 - src/core/lib/slice/percent_encoding.c
342 - src/core/lib/slice/slice.c
343 - src/core/lib/slice/slice_buffer.c
344 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/surface/alarm.c
346 - src/core/lib/surface/api_trace.c
347 - src/core/lib/surface/byte_buffer.c
348 - src/core/lib/surface/byte_buffer_reader.c
349 - src/core/lib/surface/call.c
350 - src/core/lib/surface/call_details.c
351 - src/core/lib/surface/call_log_batch.c
352 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/channel_init.c
354 - src/core/lib/surface/channel_ping.c
355 - src/core/lib/surface/channel_stack_type.c
356 - src/core/lib/surface/completion_queue.c
357 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/surface/lame_client.c
359 - src/core/lib/surface/metadata_array.c
360 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/validate_metadata.c
362 - src/core/lib/surface/version.c
363 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700365 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/transport/metadata.c
367 - src/core/lib/transport/metadata_batch.c
Mark D. Rothbfe56802016-10-26 12:45:20 -0700368 - src/core/lib/transport/method_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400370 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/transport/transport.c
372 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700373 deps:
374 - gpr
375 uses:
376 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700377- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700379 - src/core/ext/client_channel/client_channel.h
380 - src/core/ext/client_channel/client_channel_factory.h
381 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700382 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700383 - src/core/ext/client_channel/initial_connect_string.h
384 - src/core/ext/client_channel/lb_policy.h
385 - src/core/ext/client_channel/lb_policy_factory.h
386 - src/core/ext/client_channel/lb_policy_registry.h
387 - src/core/ext/client_channel/parse_address.h
388 - src/core/ext/client_channel/resolver.h
389 - src/core/ext/client_channel/resolver_factory.h
390 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700391 - src/core/ext/client_channel/subchannel.h
392 - src/core/ext/client_channel/subchannel_index.h
393 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700394 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700395 - src/core/ext/client_channel/channel_connectivity.c
396 - src/core/ext/client_channel/client_channel.c
397 - src/core/ext/client_channel/client_channel_factory.c
398 - src/core/ext/client_channel/client_channel_plugin.c
399 - src/core/ext/client_channel/connector.c
400 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700401 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700402 - src/core/ext/client_channel/initial_connect_string.c
403 - src/core/ext/client_channel/lb_policy.c
404 - src/core/ext/client_channel/lb_policy_factory.c
405 - src/core/ext/client_channel/lb_policy_registry.c
406 - src/core/ext/client_channel/parse_address.c
407 - src/core/ext/client_channel/resolver.c
408 - src/core/ext/client_channel/resolver_factory.c
409 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/subchannel.c
411 - src/core/ext/client_channel/subchannel_index.c
412 - src/core/ext/client_channel/uri_parser.c
413 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700414 uses:
415 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800416- name: grpc_codegen
417 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700418 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800419 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800420 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800421 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800422 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800423 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700424 uses:
425 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700426- name: grpc_lb_policy_grpclb
427 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700428 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700429 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700430 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700431 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700432 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700433 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700434 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700435 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700436 uses:
437 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700438 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700439 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700440- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700441 src:
442 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700443 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700444 uses:
445 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700447- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700448 src:
449 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700450 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700451 uses:
452 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700453 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700454- name: grpc_load_reporting
455 headers:
456 - src/core/ext/load_reporting/load_reporting.h
457 - src/core/ext/load_reporting/load_reporting_filter.h
458 src:
459 - src/core/ext/load_reporting/load_reporting.c
460 - src/core/ext/load_reporting/load_reporting_filter.c
461 plugin: grpc_load_reporting_plugin
462 uses:
463 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700464- name: grpc_resolver_dns_native
465 src:
466 - src/core/ext/resolver/dns/native/dns_resolver.c
467 plugin: grpc_resolver_dns_native
468 uses:
469 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700470 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700471- name: grpc_resolver_sockaddr
472 src:
473 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
474 plugin: grpc_resolver_sockaddr
475 uses:
476 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700477 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100478- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700479 public_headers:
480 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100481 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700482 - src/core/lib/security/context/security_context.h
483 - src/core/lib/security/credentials/composite/composite_credentials.h
484 - src/core/lib/security/credentials/credentials.h
485 - src/core/lib/security/credentials/fake/fake_credentials.h
486 - src/core/lib/security/credentials/google_default/google_default_credentials.h
487 - src/core/lib/security/credentials/iam/iam_credentials.h
488 - src/core/lib/security/credentials/jwt/json_token.h
489 - src/core/lib/security/credentials/jwt/jwt_credentials.h
490 - src/core/lib/security/credentials/jwt/jwt_verifier.h
491 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
492 - src/core/lib/security/credentials/plugin/plugin_credentials.h
493 - src/core/lib/security/credentials/ssl/ssl_credentials.h
494 - src/core/lib/security/transport/auth_filters.h
495 - src/core/lib/security/transport/handshake.h
496 - src/core/lib/security/transport/secure_endpoint.h
497 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700498 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700499 - src/core/lib/security/util/b64.h
500 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100501 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700502 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700503 - src/core/lib/security/context/security_context.c
504 - src/core/lib/security/credentials/composite/composite_credentials.c
505 - src/core/lib/security/credentials/credentials.c
506 - src/core/lib/security/credentials/credentials_metadata.c
507 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700508 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700509 - src/core/lib/security/credentials/google_default/google_default_credentials.c
510 - src/core/lib/security/credentials/iam/iam_credentials.c
511 - src/core/lib/security/credentials/jwt/json_token.c
512 - src/core/lib/security/credentials/jwt/jwt_credentials.c
513 - src/core/lib/security/credentials/jwt/jwt_verifier.c
514 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
515 - src/core/lib/security/credentials/plugin/plugin_credentials.c
516 - src/core/lib/security/credentials/ssl/ssl_credentials.c
517 - src/core/lib/security/transport/client_auth_filter.c
518 - src/core/lib/security/transport/handshake.c
519 - src/core/lib/security/transport/secure_endpoint.c
520 - src/core/lib/security/transport/security_connector.c
521 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700522 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/util/b64.c
524 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700525 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700526 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700527 uses:
528 - grpc_base
529 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700530 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700531- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700532 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700533 headers:
534 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700535 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700536 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700537 - test/core/end2end/fixtures/proxy.h
538 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700539 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200540 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700541 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700543 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700545 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700546 - test/core/util/slice_splitter.h
547 src:
548 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700549 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700550 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/end2end/fixtures/proxy.c
552 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200554 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700555 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700557 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700558 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700559 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700560 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/port_windows.c
562 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700563 deps:
564 - grpc
565 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700566- name: grpc_transport_chttp2
567 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700568 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700569 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700570 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
571 - src/core/ext/transport/chttp2/transport/frame.h
572 - src/core/ext/transport/chttp2/transport/frame_data.h
573 - src/core/ext/transport/chttp2/transport/frame_goaway.h
574 - src/core/ext/transport/chttp2/transport/frame_ping.h
575 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
576 - src/core/ext/transport/chttp2/transport/frame_settings.h
577 - src/core/ext/transport/chttp2/transport/frame_window_update.h
578 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
579 - src/core/ext/transport/chttp2/transport/hpack_parser.h
580 - src/core/ext/transport/chttp2/transport/hpack_table.h
581 - src/core/ext/transport/chttp2/transport/http2_errors.h
582 - src/core/ext/transport/chttp2/transport/huffsyms.h
583 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
584 - src/core/ext/transport/chttp2/transport/internal.h
585 - src/core/ext/transport/chttp2/transport/status_conversion.h
586 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700587 - src/core/ext/transport/chttp2/transport/varint.h
588 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700589 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700590 - src/core/ext/transport/chttp2/transport/bin_encoder.c
591 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700592 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
593 - src/core/ext/transport/chttp2/transport/frame_data.c
594 - src/core/ext/transport/chttp2/transport/frame_goaway.c
595 - src/core/ext/transport/chttp2/transport/frame_ping.c
596 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
597 - src/core/ext/transport/chttp2/transport/frame_settings.c
598 - src/core/ext/transport/chttp2/transport/frame_window_update.c
599 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
600 - src/core/ext/transport/chttp2/transport/hpack_parser.c
601 - src/core/ext/transport/chttp2/transport/hpack_table.c
602 - src/core/ext/transport/chttp2/transport/huffsyms.c
603 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
604 - src/core/ext/transport/chttp2/transport/parsing.c
605 - src/core/ext/transport/chttp2/transport/status_conversion.c
606 - src/core/ext/transport/chttp2/transport/stream_lists.c
607 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700608 - src/core/ext/transport/chttp2/transport/varint.c
609 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700610 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700611 uses:
612 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700613 - grpc_transport_chttp2_alpn
614- name: grpc_transport_chttp2_alpn
615 headers:
616 - src/core/ext/transport/chttp2/alpn/alpn.h
617 src:
618 - src/core/ext/transport/chttp2/alpn/alpn.c
619 deps:
620 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700621- name: grpc_transport_chttp2_client_insecure
622 src:
623 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700624 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700625 uses:
626 - grpc_transport_chttp2
627 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700628 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700629- name: grpc_transport_chttp2_client_secure
630 src:
631 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700632 uses:
633 - grpc_transport_chttp2
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700637- name: grpc_transport_chttp2_server_insecure
638 src:
639 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700640 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700641 uses:
642 - grpc_transport_chttp2
643 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700644- name: grpc_transport_chttp2_server_secure
645 src:
646 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700647 uses:
648 - grpc_transport_chttp2
649 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700650 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700651- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700652 public_headers:
653 - include/grpc/grpc_cronet.h
654 - include/grpc/grpc_security.h
655 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700656 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700657 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
658 src:
659 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
660 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
661 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700662 filegroups:
663 - grpc_base
664 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800665- name: nanopb
666 headers:
667 - third_party/nanopb/pb.h
668 - third_party/nanopb/pb_common.h
669 - third_party/nanopb/pb_decode.h
670 - third_party/nanopb/pb_encode.h
671 src:
672 - third_party/nanopb/pb_common.c
673 - third_party/nanopb/pb_decode.c
674 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700675- name: tsi
676 headers:
677 - src/core/lib/tsi/fake_transport_security.h
678 - src/core/lib/tsi/ssl_transport_security.h
679 - src/core/lib/tsi/ssl_types.h
680 - src/core/lib/tsi/transport_security.h
681 - src/core/lib/tsi/transport_security_interface.h
682 src:
683 - src/core/lib/tsi/fake_transport_security.c
684 - src/core/lib/tsi/ssl_transport_security.c
685 - src/core/lib/tsi/transport_security.c
686 deps:
687 - gpr
688 secure: true
murgatroid992f320ca2016-08-10 13:35:53 -0700689 uses:
690 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700691- name: grpc++_base
692 language: c++
693 public_headers:
694 - include/grpc++/alarm.h
695 - include/grpc++/channel.h
696 - include/grpc++/client_context.h
697 - include/grpc++/completion_queue.h
698 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700699 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 - include/grpc++/generic/async_generic_service.h
701 - include/grpc++/generic/generic_stub.h
702 - include/grpc++/grpc++.h
703 - include/grpc++/impl/call.h
704 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700705 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - include/grpc++/impl/grpc_library.h
707 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 - include/grpc++/impl/rpc_method.h
709 - include/grpc++/impl/rpc_service_method.h
710 - include/grpc++/impl/serialization_traits.h
711 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700712 - include/grpc++/impl/server_builder_plugin.h
713 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700714 - include/grpc++/impl/service_type.h
715 - include/grpc++/impl/sync.h
716 - include/grpc++/impl/sync_cxx11.h
717 - include/grpc++/impl/sync_no_cxx11.h
718 - include/grpc++/impl/thd.h
719 - include/grpc++/impl/thd_cxx11.h
720 - include/grpc++/impl/thd_no_cxx11.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700721 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700722 - include/grpc++/security/auth_context.h
723 - include/grpc++/security/auth_metadata_processor.h
724 - include/grpc++/security/credentials.h
725 - include/grpc++/security/server_credentials.h
726 - include/grpc++/server.h
727 - include/grpc++/server_builder.h
728 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700729 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/support/async_stream.h
731 - include/grpc++/support/async_unary_call.h
732 - include/grpc++/support/byte_buffer.h
733 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700734 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/support/slice.h
736 - include/grpc++/support/status.h
737 - include/grpc++/support/status_code_enum.h
738 - include/grpc++/support/string_ref.h
739 - include/grpc++/support/stub_options.h
740 - include/grpc++/support/sync_stream.h
741 - include/grpc++/support/time.h
742 headers:
743 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700744 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/server/dynamic_thread_pool.h
746 - src/cpp/server/thread_pool_interface.h
747 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700748 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - src/cpp/client/client_context.cc
750 - src/cpp/client/create_channel.cc
751 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700752 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700753 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700756 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700757 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700759 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700760 - src/cpp/common/rpc_method.cc
761 - src/cpp/server/async_generic_service.cc
762 - src/cpp/server/create_default_thread_pool.cc
763 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700764 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700765 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/server/server_context.cc
767 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700768 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700769 - src/cpp/util/byte_buffer_cc.cc
770 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/util/status.cc
772 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700773 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700774 uses:
yang-g17487f92016-06-03 15:21:15 -0700775 - grpc++_codegen_base
776- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 language: c++
778 public_headers:
779 - include/grpc++/impl/codegen/async_stream.h
780 - include/grpc++/impl/codegen/async_unary_call.h
781 - include/grpc++/impl/codegen/call.h
782 - include/grpc++/impl/codegen/call_hook.h
783 - include/grpc++/impl/codegen/channel_interface.h
784 - include/grpc++/impl/codegen/client_context.h
785 - include/grpc++/impl/codegen/client_unary_call.h
786 - include/grpc++/impl/codegen/completion_queue.h
787 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700788 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - include/grpc++/impl/codegen/core_codegen_interface.h
790 - include/grpc++/impl/codegen/create_auth_context.h
791 - include/grpc++/impl/codegen/grpc_library.h
792 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - include/grpc++/impl/codegen/rpc_method.h
794 - include/grpc++/impl/codegen/rpc_service_method.h
795 - include/grpc++/impl/codegen/security/auth_context.h
796 - include/grpc++/impl/codegen/serialization_traits.h
797 - include/grpc++/impl/codegen/server_context.h
798 - include/grpc++/impl/codegen/server_interface.h
799 - include/grpc++/impl/codegen/service_type.h
800 - include/grpc++/impl/codegen/status.h
801 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700802 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/impl/codegen/string_ref.h
804 - include/grpc++/impl/codegen/stub_options.h
805 - include/grpc++/impl/codegen/sync.h
806 - include/grpc++/impl/codegen/sync_cxx11.h
807 - include/grpc++/impl/codegen/sync_no_cxx11.h
808 - include/grpc++/impl/codegen/sync_stream.h
809 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 uses:
811 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700812- name: grpc++_codegen_base_src
813 language: c++
814 src:
815 - src/cpp/codegen/codegen_init.cc
816 uses:
817 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700818- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 language: c++
820 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700821 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 uses:
yang-g17487f92016-06-03 15:21:15 -0700823 - grpc++_codegen_base
824 - grpc++_config_proto
825- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 language: c++
827 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700829- name: grpc++_reflection_proto
830 language: c++
831 public_headers:
832 - include/grpc++/ext/reflection.grpc.pb.h
833 - include/grpc++/ext/reflection.pb.h
834 src:
835 - src/cpp/ext/reflection.grpc.pb.cc
836 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700837 uses:
838 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700839- name: thrift_util
840 language: c++
841 public_headers:
842 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700843 - include/grpc++/impl/codegen/thrift_utils.h
844 uses:
845 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100846libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800847- name: gpr
848 build: all
849 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800850 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700851 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800852 secure: false
853 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
854- name: gpr_test_util
855 build: private
856 language: c
857 headers:
858 - test/core/util/test_config.h
859 src:
860 - test/core/util/test_config.c
861 deps:
862 - gpr
863 secure: false
864 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700865- name: grpc
866 build: all
867 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700868 src:
869 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700870 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800871 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700872 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700873 filegroups:
874 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700875 - grpc_transport_chttp2_server_secure
876 - grpc_transport_chttp2_client_secure
877 - grpc_transport_chttp2_server_insecure
878 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700879 - grpc_lb_policy_grpclb
880 - grpc_lb_policy_pick_first
881 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700882 - grpc_resolver_dns_native
883 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700884 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100885 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700886 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700887 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700889 vs_packages:
890 - grpc.dependencies.openssl
891 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700893- name: grpc_cronet
894 build: all
895 language: c
896 src:
897 - src/core/lib/surface/init.c
898 baselib: true
899 deps_linkage: static
900 dll: true
901 filegroups:
902 - grpc_base
903 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700904 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700905 generate_plugin_registry: true
906 platforms:
907 - linux
908 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100909- name: grpc_dll
910 build: private
911 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100912 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100913 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100914 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100915 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100916 build_system:
917 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100918 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100919 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100920 vs_config_type: DynamicLibrary
921 vs_packages:
922 - grpc.dependencies.openssl
923 - grpc.dependencies.zlib
924 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
925 vs_props:
926 - zlib
927 - openssl
928 - winsock
929 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: grpc_test_util
931 build: private
932 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700933 headers:
934 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800935 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700937 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700938 - test/core/end2end/data/server1_cert.c
939 - test/core/end2end/data/server1_key.c
940 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800941 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800944 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700945 - grpc
946 filegroups:
947 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700948 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
950- name: grpc_test_util_unsecure
951 build: private
952 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700953 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800954 - gpr
955 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800956 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700957 filegroups:
958 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959 secure: false
960 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
961- name: grpc_unsecure
962 build: all
963 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700964 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700966 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800968 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700970 filegroups:
971 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700972 - grpc_transport_chttp2_server_insecure
973 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700974 - grpc_resolver_dns_native
975 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700976 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700977 - grpc_lb_policy_grpclb
978 - grpc_lb_policy_pick_first
979 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700980 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700981 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982 secure: false
983 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984- name: reconnect_server
985 build: private
986 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700987 headers:
988 - test/core/util/reconnect_server.h
989 src:
990 - test/core/util/reconnect_server.c
991 deps:
yang-gc9fca182015-11-06 16:41:33 -0800992 - test_tcp_server
993 - grpc_test_util
994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 - gpr_test_util
996 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800997- name: test_tcp_server
998 build: private
999 language: c
1000 headers:
1001 - test/core/util/test_tcp_server.h
1002 src:
1003 - test/core/util/test_tcp_server.c
1004 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001005 - grpc_test_util
1006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr_test_util
1008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: grpc++
1010 build: all
1011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001012 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001013 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 - src/cpp/client/secure_credentials.h
1015 - src/cpp/common/secure_auth_context.h
1016 - src/cpp/server/secure_server_credentials.h
1017 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001018 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001019 - src/cpp/client/secure_credentials.cc
1020 - src/cpp/common/auth_property_iterator.cc
1021 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001022 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001023 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001024 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001025 - src/cpp/server/secure_server_credentials.cc
1026 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001027 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 baselib: true
1029 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001030 filegroups:
1031 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001032 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001033 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034 secure: check
1035 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001036- name: grpc++_cronet
1037 build: all
1038 language: c++
1039 src:
1040 - src/cpp/client/cronet_credentials.cc
1041 - src/cpp/client/insecure_credentials.cc
1042 - src/cpp/common/insecure_create_auth_context.cc
1043 - src/cpp/server/insecure_server_credentials.cc
1044 deps:
1045 - gpr
1046 - grpc_cronet
1047 baselib: true
1048 dll: true
1049 filegroups:
1050 - grpc++_base
1051 - grpc++_codegen_base
1052 - grpc++_codegen_base_src
1053 platforms:
1054 - linux
1055 secure: true
Yuchen Zengc84ed682016-05-04 16:30:11 -07001056- name: grpc++_reflection
1057 build: all
1058 language: c++
1059 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001060 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001061 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001062 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001063 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001064 - src/cpp/ext/proto_server_reflection.cc
1065 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001066 deps:
1067 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001068 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001069 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001070- name: grpc++_reflection_codegen
1071 build: private
1072 language: c++
1073 src:
1074 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001075- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001076 build: private
yang-g42879982016-10-13 15:58:31 -07001077 language: c++
1078 headers:
1079 - include/grpc++/test/server_context_test_spouse.h
1080 src:
1081 - src/cpp/test/server_context_test_spouse.cc
1082 deps:
1083 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001084- name: grpc++_test_config
1085 build: private
1086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001087 headers:
1088 - test/cpp/util/test_config.h
1089 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001090 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: grpc++_test_util
1092 build: private
1093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001094 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001095 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001096 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001097 - test/cpp/util/create_test_channel.h
1098 - test/cpp/util/string_ref_helper.h
1099 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001100 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001101 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001102 - src/proto/grpc/testing/echo_messages.proto
1103 - src/proto/grpc/testing/echo.proto
1104 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001105 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001106 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 - test/cpp/util/create_test_channel.cc
1108 - test/cpp/util/string_ref_helper.cc
1109 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001110 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001111 deps:
1112 - grpc++
1113 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001114 filegroups:
1115 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001116 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001117 - grpc++_codegen_proto
1118 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001119 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120- name: grpc++_unsecure
1121 build: all
1122 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001123 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001124 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001126 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001128 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001129 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130 baselib: true
1131 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001132 filegroups:
1133 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001134 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001135 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136 secure: false
1137 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001138- name: grpc_cli_libs
1139 build: private
1140 language: c++
1141 headers:
1142 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001143 - test/cpp/util/cli_credentials.h
1144 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001145 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001146 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001147 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001148 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001149 src:
1150 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001151 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001152 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001153 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001154 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001155 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001156 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001157 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001158 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc_plugin_support
1160 build: protoc
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001163 - src/compiler/config.h
1164 - src/compiler/cpp_generator.h
1165 - src/compiler/cpp_generator_helpers.h
1166 - src/compiler/csharp_generator.h
1167 - src/compiler/csharp_generator_helpers.h
1168 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001169 - src/compiler/node_generator.h
1170 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001171 - src/compiler/objective_c_generator.h
1172 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001173 - src/compiler/php_generator.h
1174 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001175 - src/compiler/python_generator.h
1176 - src/compiler/ruby_generator.h
1177 - src/compiler/ruby_generator_helpers-inl.h
1178 - src/compiler/ruby_generator_map-inl.h
1179 - src/compiler/ruby_generator_string-inl.h
1180 src:
1181 - src/compiler/cpp_generator.cc
1182 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001183 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001184 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001185 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - src/compiler/python_generator.cc
1187 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001188 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001189 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 secure: false
1191 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001192 vs_props:
1193 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: interop_client_helper
1195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/cpp/interop/client_helper.h
1199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001200 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/interop/client_helper.cc
1202 deps:
1203 - grpc++_test_util
1204 - grpc_test_util
1205 - grpc++
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: interop_client_main
1209 build: private
1210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001211 headers:
1212 - test/cpp/interop/interop_client.h
1213 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001214 - src/proto/grpc/testing/empty.proto
1215 - src/proto/grpc/testing/messages.proto
1216 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/interop/client.cc
1218 - test/cpp/interop/interop_client.cc
1219 deps:
1220 - interop_client_helper
1221 - grpc++_test_util
1222 - grpc_test_util
1223 - grpc++
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: interop_server_helper
1229 build: private
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/cpp/interop/server_helper.h
1233 src:
1234 - test/cpp/interop/server_helper.cc
1235 deps:
1236 - grpc_test_util
1237 - grpc++
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001240- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 build: private
1242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001244 - src/proto/grpc/testing/empty.proto
1245 - src/proto/grpc/testing/messages.proto
1246 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001247 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
1249 - interop_server_helper
1250 - grpc++_test_util
1251 - grpc_test_util
1252 - grpc++
1253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001256 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001257- name: interop_server_main
1258 build: private
1259 language: c++
1260 src:
1261 - test/cpp/interop/interop_server_bootstrap.cc
1262 deps:
1263 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: qps
1265 build: private
1266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001267 headers:
1268 - test/cpp/qps/client.h
1269 - test/cpp/qps/driver.h
1270 - test/cpp/qps/histogram.h
1271 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001272 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001273 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/qps/qps_worker.h
1275 - test/cpp/qps/report.h
1276 - test/cpp/qps/server.h
1277 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001278 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001279 - test/cpp/util/benchmark_config.h
1280 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001281 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001282 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001283 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001284 - src/proto/grpc/testing/control.proto
1285 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/qps/client_async.cc
1287 - test/cpp/qps/client_sync.cc
1288 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001289 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001290 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - test/cpp/qps/qps_worker.cc
1292 - test/cpp/qps/report.cc
1293 - test/cpp/qps/server_async.cc
1294 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001295 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001296 - test/cpp/util/benchmark_config.cc
1297 deps:
1298 - grpc_test_util
1299 - grpc++_test_util
1300 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: grpc_csharp_ext
1302 build: all
1303 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - src/csharp/ext/grpc_csharp_ext.c
1306 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001309 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001310 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 dll: only
1312 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001313 vs_packages:
1314 - grpc.dependencies.openssl
1315 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001317 vs_props:
1318 - zlib
1319 - openssl
1320 - winsock
1321 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001323- name: alarm_test
1324 build: test
1325 language: c
1326 src:
1327 - test/core/surface/alarm_test.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001331 - gpr_test_util
1332 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001333- name: algorithm_test
1334 build: test
1335 language: c
1336 src:
1337 - test/core/compression/algorithm_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001343- name: alloc_test
1344 build: test
1345 language: c
1346 src:
1347 - test/core/support/alloc_test.c
1348 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: alpn_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/transport/chttp2/alpn_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001361- name: api_fuzzer
1362 build: fuzzer
1363 language: c
1364 src:
1365 - test/core/end2end/fuzzers/api_fuzzer.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
1369 - gpr_test_util
1370 - gpr
1371 corpus_dirs:
1372 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001373 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001374 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001375- name: bad_server_response_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/end2end/bad_server_response_test.c
1380 deps:
1381 - test_tcp_server
1382 - grpc_test_util
1383 - grpc
1384 - gpr_test_util
1385 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001386 exclude_iomgrs:
1387 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001388- name: bin_decoder_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/transport/chttp2/bin_decoder_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: bin_encoder_test
1397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - test/core/transport/chttp2/bin_encoder_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001404- name: census_context_test
1405 build: test
1406 language: c
1407 src:
1408 - test/core/census/context_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001414- name: census_resource_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/census/resource_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001424- name: census_trace_context_test
1425 build: test
1426 language: c
1427 src:
1428 - test/core/census/trace_context_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
1432 - gpr_test_util
1433 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001434- name: channel_create_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/channel_create_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001444- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445 build: test
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001448 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001454- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001458 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: chttp2_stream_map_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/transport/chttp2/stream_map_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001474- name: chttp2_varint_test
1475 build: test
1476 language: c
1477 src:
1478 - test/core/transport/chttp2/varint_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001484- name: client_fuzzer
1485 build: fuzzer
1486 language: c
1487 src:
1488 - test/core/end2end/fuzzers/client_fuzzer.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
1494 corpus_dirs:
1495 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001496 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001497 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001498- name: combiner_test
1499 cpu_cost: 30
1500 build: test
1501 language: c
1502 src:
1503 - test/core/iomgr/combiner_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
1507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: compression_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/compression/compression_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001519- name: concurrent_connectivity_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/surface/concurrent_connectivity_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001529 exclude_iomgrs:
1530 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001531- name: connection_refused_test
1532 cpu_cost: 0.1
1533 build: test
1534 language: c
1535 src:
1536 - test/core/end2end/connection_refused_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001542- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001543 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001544 build: test
1545 language: c
1546 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001547 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001553 exclude_iomgrs:
1554 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001555- name: dns_resolver_test
1556 build: test
1557 language: c
1558 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001559 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001566 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/end2end/dualstack_socket_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001578 platforms:
1579 - mac
1580 - linux
1581 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001582- name: endpoint_pair_test
1583 build: test
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - test/core/iomgr/endpoint_pair_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001592 exclude_iomgrs:
1593 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001594- name: ev_epoll_linux_test
1595 build: test
1596 language: c
1597 src:
1598 - test/core/iomgr/ev_epoll_linux_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
1602 - gpr_test_util
1603 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001604 exclude_iomgrs:
1605 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001606 platforms:
1607 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: fd_conservation_posix_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/iomgr/fd_conservation_posix_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001618 exclude_iomgrs:
1619 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001620 platforms:
1621 - mac
1622 - linux
1623 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: fd_posix_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/iomgr/fd_posix_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001634 exclude_iomgrs:
1635 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001636 platforms:
1637 - mac
1638 - linux
1639 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: fling_client
1641 build: test
1642 run: false
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/fling/client.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: fling_server
1652 build: test
1653 run: false
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/fling/server.c
1657 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: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001663 cpu_cost: 1.5
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/fling/fling_stream_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001678 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/fling/fling_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001688 platforms:
1689 - mac
1690 - linux
1691 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: gen_hpack_tables
1693 build: tool
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - tools/codegen/core/gen_hpack_tables.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001699 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: gen_legal_metadata_characters
1701 build: tool
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001706- name: gen_percent_encoding_tables
1707 build: tool
1708 language: c
1709 src:
1710 - tools/codegen/core/gen_percent_encoding_tables.c
1711 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001712- name: goaway_server_test
1713 cpu_cost: 0.1
1714 build: test
1715 language: c
1716 src:
1717 - test/core/end2end/goaway_server_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
1721 - gpr_test_util
1722 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001723 exclude_iomgrs:
1724 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001725 platforms:
1726 - mac
1727 - linux
1728 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001729- name: gpr_avl_test
1730 build: test
1731 language: c
1732 src:
1733 - test/core/support/avl_test.c
1734 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001737- name: gpr_backoff_test
1738 build: test
1739 language: c
1740 src:
1741 - test/core/support/backoff_test.c
1742 deps:
1743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: gpr_cmdline_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/support/cmdline_test.c
1750 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001753- name: gpr_cpu_test
1754 build: test
1755 language: c
1756 src:
1757 - test/core/support/cpu_test.c
1758 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: gpr_env_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/support/env_test.c
1766 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: gpr_histogram_test
1770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/support/histogram_test.c
1774 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: gpr_host_port_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/support/host_port_test.c
1782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: gpr_log_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/support/log_test.c
1790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001793- name: gpr_mpscq_test
1794 cpu_cost: 30
1795 build: test
1796 language: c
1797 src:
1798 - test/core/support/mpscq_test.c
1799 deps:
1800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001803 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/support/stack_lockfree_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811- name: gpr_string_test
1812 build: test
1813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/core/support/string_test.c
1816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001820 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/support/sync_test.c
1825 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001829 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/thd_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: gpr_time_test
1838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - test/core/support/time_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: gpr_tls_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/support/tls_test.c
1850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_useful_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/useful_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: grpc_auth_context_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/security/auth_context_test.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001871- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001875 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: grpc_byte_buffer_reader_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/surface/byte_buffer_reader_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: grpc_channel_args_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/channel/channel_args_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: grpc_channel_stack_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/channel/channel_stack_test.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911- name: grpc_completion_queue_test
1912 build: test
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
1915 - test/core/surface/completion_queue_test.c
1916 deps:
1917 - grpc_test_util
1918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001921 exclude_iomgrs:
1922 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: grpc_create_jwt
1924 build: tool
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/security/create_jwt.c
1928 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001931 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: grpc_credentials_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/security/credentials_test.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001943 build: test
1944 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/security/fetch_oauth2.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001953- name: grpc_invalid_channel_args_test
1954 build: test
1955 language: c
1956 src:
1957 - test/core/surface/invalid_channel_args_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: grpc_json_token_test
1964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/security/json_token_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001973 platforms:
1974 - linux
1975 - posix
1976 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: grpc_jwt_verifier_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/security/jwt_verifier_test.c
1982 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_print_google_default_creds_token
1988 build: tool
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/security/print_google_default_creds_token.c
1992 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_security_connector_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/security/security_connector_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: grpc_verify_jwt
2006 build: tool
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/security/verify_jwt.c
2010 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002013- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002014 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002015 language: c
2016 src:
2017 - test/core/handshake/client_ssl.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002023 platforms:
2024 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002025 secure: true
2026- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002027 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002028 language: c
2029 src:
2030 - test/core/handshake/server_ssl.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
2034 - gpr_test_util
2035 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002036 platforms:
2037 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002038 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002039- name: hpack_parser_fuzzer_test
2040 build: fuzzer
2041 language: c
2042 src:
2043 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
2049 corpus_dirs:
2050 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002051 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002052 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: hpack_parser_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/transport/chttp2/hpack_parser_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: hpack_table_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/transport/chttp2/hpack_table_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002073- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002077 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002083- name: http_request_fuzzer_test
2084 build: fuzzer
2085 language: c
2086 src:
2087 - test/core/http/request_fuzzer.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
2091 - gpr_test_util
2092 - gpr
2093 corpus_dirs:
2094 - test/core/http/corpus
2095 maxlen: 2048
2096- name: http_response_fuzzer_test
2097 build: fuzzer
2098 language: c
2099 src:
2100 - test/core/http/response_fuzzer.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
2104 - gpr_test_util
2105 - gpr
2106 corpus_dirs:
2107 - test/core/http/corpus
2108 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002109- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002113 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002120 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002124 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 platforms:
2131 - mac
2132 - linux
2133 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002134- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002135 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002136 build: test
2137 language: c
2138 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002139 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002145 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002146 - linux
yang-gf1183302015-12-07 16:02:05 -08002147- name: init_test
2148 build: test
2149 language: c
2150 src:
2151 - test/core/surface/init_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002157- name: internal_api_canary_iomgr_test
2158 build: test
2159 run: false
2160 language: c
2161 src:
2162 - test/core/internal_api_canaries/iomgr.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
2168- name: internal_api_canary_support_test
2169 build: test
2170 run: false
2171 language: c
2172 src:
2173 - test/core/internal_api_canaries/iomgr.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
2179- name: internal_api_canary_transport_test
2180 build: test
2181 run: false
2182 language: c
2183 src:
2184 - test/core/internal_api_canaries/iomgr.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002190- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002191 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002192 build: test
2193 language: c
2194 src:
2195 - test/core/end2end/invalid_call_argument_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002201- name: json_fuzzer_test
2202 build: fuzzer
2203 language: c
2204 src:
2205 - test/core/json/fuzzer.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
2211 corpus_dirs:
2212 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002213 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: json_rewrite
2215 build: test
2216 run: false
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/json/json_rewrite.c
2220 deps:
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: json_rewrite_test
2224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/json/json_rewrite_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002233- name: json_stream_error_test
2234 build: test
2235 language: c
2236 src:
2237 - test/core/json/json_stream_error_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: json_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/json/json_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: lame_client_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/surface/lame_client_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002263- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002264 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002265 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002269 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002275- name: load_file_test
2276 build: test
2277 language: c
2278 src:
2279 - test/core/iomgr/load_file_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: low_level_ping_pong_benchmark
2286 build: benchmark
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/network_benchmarks/low_level_ping_pong.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 platforms:
2296 - mac
2297 - linux
2298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: message_compress_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/compression/message_compress_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002309- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002310 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002311 build: test
2312 language: c
2313 src:
2314 - test/core/census/mlog_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
2318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: multiple_server_queues_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/end2end/multiple_server_queues_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: murmur_hash_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/support/murmur_hash_test.c
2335 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002338- name: nanopb_fuzzer_response_test
2339 build: fuzzer
2340 language: c
2341 src:
2342 - test/core/nanopb/fuzzer_response.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
2346 - gpr_test_util
2347 - gpr
2348 corpus_dirs:
2349 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002350 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002351- name: nanopb_fuzzer_serverlist_test
2352 build: fuzzer
2353 language: c
2354 src:
2355 - test/core/nanopb/fuzzer_serverlist.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
2359 - gpr_test_util
2360 - gpr
2361 corpus_dirs:
2362 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002363 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002365 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
2369 - test/core/end2end/no_server_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002375- name: percent_decode_fuzzer
2376 build: fuzzer
2377 language: c
2378 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002379 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
2385 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002386 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002387 maxlen: 32
2388- name: percent_encode_fuzzer
2389 build: fuzzer
2390 language: c
2391 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002392 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
2398 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002399 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002400 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002401- name: percent_encoding_test
2402 build: test
2403 language: c
2404 src:
2405 - test/core/slice/percent_encoding_test.c
2406 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002407 - grpc_test_util
2408 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: resolve_address_test
2412 build: test
2413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/iomgr/resolve_address_test.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002421 exclude_iomgrs:
2422 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002423- name: resource_quota_test
2424 cpu_cost: 30
2425 build: test
2426 language: c
2427 src:
2428 - test/core/iomgr/resource_quota_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
yang-gd482e592015-12-10 14:04:00 -08002434- name: secure_channel_create_test
2435 build: test
2436 language: c
2437 src:
2438 - test/core/surface/secure_channel_create_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: secure_endpoint_test
2445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/security/secure_endpoint_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002454 exclude_iomgrs:
2455 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002456- name: sequential_connectivity_test
2457 build: test
2458 language: c
2459 src:
2460 - test/core/surface/sequential_connectivity_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
2464 - gpr_test_util
2465 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002466 exclude_iomgrs:
2467 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002468- name: server_chttp2_test
2469 build: test
2470 language: c
2471 src:
2472 - test/core/surface/server_chttp2_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002478- name: server_fuzzer
2479 build: fuzzer
2480 language: c
2481 src:
2482 - test/core/end2end/fuzzers/server_fuzzer.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
2488 corpus_dirs:
2489 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002490 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002491 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002492- name: server_test
2493 build: test
2494 language: c
2495 src:
2496 - test/core/surface/server_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002502- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002503 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002504 build: test
2505 language: c
2506 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002507 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002508 deps:
2509 - test_tcp_server
2510 - grpc_test_util
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002514 exclude_iomgrs:
2515 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002516- name: slice_buffer_test
2517 build: test
2518 language: c
2519 src:
2520 - test/core/slice/slice_buffer_test.c
2521 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002522 - grpc_test_util
2523 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002524 - gpr_test_util
2525 - gpr
2526- name: slice_string_helpers_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/slice/slice_string_helpers_test.c
2531 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002532 - grpc_test_util
2533 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002534 - gpr_test_util
2535 - gpr
2536- name: slice_test
2537 build: test
2538 language: c
2539 src:
2540 - test/core/slice/slice_test.c
2541 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002542 - grpc_test_util
2543 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002544 - gpr_test_util
2545 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002546- name: sockaddr_resolver_test
2547 build: test
2548 language: c
2549 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002550 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: sockaddr_utils_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/iomgr/sockaddr_utils_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002566- name: socket_utils_test
2567 build: test
2568 language: c
2569 src:
2570 - test/core/iomgr/socket_utils_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002576 exclude_iomgrs:
2577 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002578 platforms:
2579 - mac
2580 - linux
2581 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002583 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002584 build: test
2585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/core/iomgr/tcp_client_posix_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002593 exclude_iomgrs:
2594 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002595 platforms:
2596 - mac
2597 - linux
2598 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002599- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002600 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/iomgr/tcp_posix_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002610 exclude_iomgrs:
2611 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002612 platforms:
2613 - mac
2614 - linux
2615 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: tcp_server_posix_test
2617 build: test
2618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002619 src:
2620 - test/core/iomgr/tcp_server_posix_test.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002624 - gpr_test_util
2625 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002626 exclude_iomgrs:
2627 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002628 platforms:
2629 - mac
2630 - linux
2631 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632- name: time_averaged_stats_test
2633 build: test
2634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - test/core/iomgr/time_averaged_stats_test.c
2637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642- name: timeout_encoding_test
2643 build: test
2644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002645 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002646 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002647 deps:
2648 - grpc_test_util
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002652- name: timer_heap_test
2653 build: test
2654 language: c
2655 src:
2656 - test/core/iomgr/timer_heap_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002662 exclude_iomgrs:
2663 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002664- name: timer_list_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/iomgr/timer_list_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002674 exclude_iomgrs:
2675 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002676- name: transport_connectivity_state_test
2677 build: test
2678 language: c
2679 src:
2680 - test/core/transport/connectivity_state_test.c
2681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: transport_metadata_test
2687 build: test
2688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002689 src:
2690 - test/core/transport/metadata_test.c
2691 deps:
2692 - grpc_test_util
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr_test_util
2695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: transport_security_test
2697 build: test
2698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
2700 - test/core/tsi/transport_security_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002706 platforms:
2707 - linux
2708 - posix
2709 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: udp_server_test
2711 build: test
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/core/iomgr/udp_server_test.c
2715 deps:
2716 - grpc_test_util
2717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002718 - gpr_test_util
2719 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002720 exclude_iomgrs:
2721 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002722 platforms:
2723 - mac
2724 - linux
2725 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002726- name: uri_fuzzer_test
2727 build: fuzzer
2728 language: c
2729 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002730 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002731 deps:
2732 - grpc_test_util
2733 - grpc
2734 - gpr_test_util
2735 - gpr
2736 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002737 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002738 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: uri_parser_test
2740 build: test
2741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002743 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002749- name: wakeup_fd_cv_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/iomgr/wakeup_fd_cv_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
2757 - gpr_test_util
2758 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002759 exclude_iomgrs:
2760 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002761 platforms:
2762 - mac
2763 - linux
2764 - posix
vjpai04e992a2016-02-10 16:58:38 -08002765- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002766 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002767 build: test
2768 language: c++
2769 src:
2770 - test/cpp/common/alarm_cpp_test.cc
2771 deps:
2772 - grpc++_test_util
2773 - grpc_test_util
2774 - grpc++
2775 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002776 - gpr_test_util
2777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002779 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780 build: test
2781 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002782 src:
2783 - test/cpp/end2end/async_end2end_test.cc
2784 deps:
2785 - grpc++_test_util
2786 - grpc_test_util
2787 - grpc++
2788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002789 - gpr_test_util
2790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002792 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793 build: test
2794 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002795 src:
2796 - test/cpp/common/auth_property_iterator_test.cc
2797 deps:
2798 - grpc++_test_util
2799 - grpc_test_util
2800 - grpc++
2801 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002802 - gpr_test_util
2803 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002805 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002806 build: test
2807 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
yang-g52705592015-11-25 11:45:33 -08002809 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002810 deps:
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002815 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816 build: test
2817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002818 src:
2819 - test/cpp/util/cli_call_test.cc
2820 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002821 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002822 - grpc++_test_util
2823 - grpc_test_util
2824 - grpc++
2825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002826 - gpr_test_util
2827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002829 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002830 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002831 build: test
2832 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002833 src:
2834 - test/cpp/end2end/client_crash_test.cc
2835 deps:
2836 - grpc++_test_util
2837 - grpc_test_util
2838 - grpc++
2839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002840 - gpr_test_util
2841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002842 platforms:
2843 - mac
2844 - linux
2845 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: client_crash_test_server
2847 build: test
2848 run: false
2849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002850 src:
2851 - test/cpp/end2end/client_crash_test_server.cc
2852 deps:
2853 - grpc++_test_util
2854 - grpc_test_util
2855 - grpc++
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002859- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002860 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002861 build: test
2862 language: c++
2863 src:
2864 - src/proto/grpc/testing/control.proto
2865 - src/proto/grpc/testing/messages.proto
2866 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002867 - src/proto/grpc/testing/services.proto
2868 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002869 - test/cpp/codegen/codegen_test_full.cc
2870 deps:
2871 - grpc++
2872 - grpc
2873 - gpr
2874 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002875 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002876- name: codegen_test_minimal
2877 gtest: true
2878 build: test
2879 language: c++
2880 src:
2881 - src/proto/grpc/testing/control.proto
2882 - src/proto/grpc/testing/messages.proto
2883 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002884 - src/proto/grpc/testing/services.proto
2885 - src/proto/grpc/testing/stats.proto
2886 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002887 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002888 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002889 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002890- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002891 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892 build: test
2893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
2895 - test/cpp/client/credentials_test.cc
2896 deps:
2897 - grpc++
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002901 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002902 build: test
2903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002904 src:
2905 - test/cpp/util/byte_buffer_test.cc
2906 deps:
2907 - grpc_test_util
2908 - grpc++
2909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002910 - gpr_test_util
2911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002913 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002914 build: test
2915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002916 src:
2917 - test/cpp/util/slice_test.cc
2918 deps:
2919 - grpc_test_util
2920 - grpc++
2921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002922 - gpr_test_util
2923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002925 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926 build: test
2927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
2929 - test/cpp/util/string_ref_test.cc
2930 deps:
2931 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002933 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934 build: test
2935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
2937 - test/cpp/util/time_test.cc
2938 deps:
2939 - grpc_test_util
2940 - grpc++
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002945 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002946 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002947 build: test
2948 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002949 src:
2950 - test/cpp/end2end/end2end_test.cc
2951 deps:
2952 - grpc++_test_util
2953 - grpc_test_util
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002958- name: filter_end2end_test
2959 gtest: true
2960 build: test
2961 language: c++
2962 src:
2963 - test/cpp/end2end/filter_end2end_test.cc
2964 deps:
2965 - grpc++_test_util
2966 - grpc_test_util
2967 - grpc++
2968 - grpc
2969 - gpr_test_util
2970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002971- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002972 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973 build: test
2974 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002975 src:
2976 - test/cpp/end2end/generic_end2end_test.cc
2977 deps:
2978 - grpc++_test_util
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002984- name: golden_file_test
2985 gtest: true
2986 build: test
2987 language: c++
2988 src:
2989 - src/proto/grpc/testing/compiler_test.proto
2990 - test/cpp/codegen/golden_file_test.cc
2991 deps:
2992 - grpc++
2993 - grpc
2994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: grpc_cli
2996 build: test
2997 run: false
2998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
3000 - test/cpp/util/grpc_cli.cc
3001 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003002 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07003003 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07003004 - grpc++
3005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003007 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: grpc_cpp_plugin
3009 build: protoc
3010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003011 src:
3012 - src/compiler/cpp_plugin.cc
3013 deps:
3014 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003015 secure: false
3016 vs_config_type: Application
3017 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3018- name: grpc_csharp_plugin
3019 build: protoc
3020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003021 src:
3022 - src/compiler/csharp_plugin.cc
3023 deps:
3024 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003025 secure: false
3026 vs_config_type: Application
3027 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003028- name: grpc_node_plugin
3029 build: protoc
3030 language: c++
3031 src:
3032 - src/compiler/node_plugin.cc
3033 deps:
3034 - grpc_plugin_support
3035 secure: false
3036 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: grpc_objective_c_plugin
3038 build: protoc
3039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003040 src:
3041 - src/compiler/objective_c_plugin.cc
3042 deps:
3043 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 secure: false
3045 vs_config_type: Application
3046 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003047- name: grpc_php_plugin
3048 build: protoc
3049 language: c++
3050 src:
3051 - src/compiler/php_plugin.cc
3052 deps:
3053 - grpc_plugin_support
3054 secure: false
3055 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: grpc_python_plugin
3057 build: protoc
3058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003059 src:
3060 - src/compiler/python_plugin.cc
3061 deps:
3062 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063 secure: false
3064 vs_config_type: Application
3065 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3066- name: grpc_ruby_plugin
3067 build: protoc
3068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003069 src:
3070 - src/compiler/ruby_plugin.cc
3071 deps:
3072 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073 secure: false
3074 vs_config_type: Application
3075 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003076- name: grpc_tool_test
3077 gtest: true
3078 build: test
3079 language: c++
3080 headers:
3081 - test/cpp/util/string_ref_helper.h
3082 src:
3083 - src/proto/grpc/testing/echo.proto
3084 - src/proto/grpc/testing/echo_messages.proto
3085 - test/cpp/util/grpc_tool_test.cc
3086 - test/cpp/util/string_ref_helper.cc
3087 deps:
3088 - grpc_cli_libs
3089 - grpc++_reflection
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
3093 - gpr_test_util
3094 - gpr
3095 filegroups:
3096 - grpc++_codegen_proto
3097 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003098- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003099 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003100 build: test
3101 language: c++
3102 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003103 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003104 - test/cpp/grpclb/grpclb_api_test.cc
3105 deps:
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003110- name: grpclb_test
3111 gtest: false
3112 build: test
3113 language: c++
3114 src:
3115 - src/proto/grpc/lb/v1/load_balancer.proto
3116 - test/cpp/grpclb/grpclb_test.cc
3117 deps:
3118 - gpr
3119 - gpr_test_util
3120 - grpc
3121 - grpc++
3122 - grpc++_test_util
3123 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003124- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003125 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003126 build: test
3127 language: c++
3128 src:
3129 - test/cpp/end2end/hybrid_end2end_test.cc
3130 deps:
3131 - grpc++_test_util
3132 - grpc_test_util
3133 - grpc++
3134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003135 - gpr_test_util
3136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003137- name: interop_client
3138 build: test
3139 run: false
3140 language: c++
3141 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003142 deps:
3143 - interop_client_main
3144 - interop_client_helper
3145 - grpc++_test_util
3146 - grpc_test_util
3147 - grpc++
3148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 - gpr_test_util
3150 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003151 - grpc++_test_config
3152 platforms:
3153 - mac
3154 - linux
3155 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003156- name: interop_server
3157 build: test
3158 run: false
3159 language: c++
3160 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003161 deps:
3162 - interop_server_main
3163 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003164 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003165 - grpc++_test_util
3166 - grpc_test_util
3167 - grpc++
3168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003169 - gpr_test_util
3170 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003171 - grpc++_test_config
3172 platforms:
3173 - mac
3174 - linux
3175 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003176- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003177 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003178 build: test
3179 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003180 src:
3181 - test/cpp/interop/interop_test.cc
3182 deps:
3183 - grpc_test_util
3184 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003185 - gpr_test_util
3186 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003187 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003188 platforms:
3189 - mac
3190 - linux
3191 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003192- name: json_run_localhost
3193 build: test
3194 run: false
3195 language: c++
3196 src:
3197 - test/cpp/qps/json_run_localhost.cc
3198 deps:
3199 - grpc++_test_util
3200 - grpc_test_util
3201 - grpc++
3202 - grpc
3203 - gpr_test_util
3204 - gpr
3205 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003206- name: metrics_client
3207 build: test
3208 run: false
3209 language: c++
3210 headers:
3211 - test/cpp/util/metrics_server.h
3212 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003213 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003214 - test/cpp/interop/metrics_client.cc
3215 deps:
3216 - grpc++
3217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003218 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003219 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003220- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003221 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003222 build: test
3223 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003224 src:
3225 - test/cpp/end2end/mock_test.cc
3226 deps:
3227 - grpc++_test_util
3228 - grpc_test_util
3229 - grpc++
3230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003231 - gpr_test_util
3232 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003233- name: proto_server_reflection_test
3234 gtest: true
3235 build: test
3236 language: c++
3237 headers:
3238 - test/cpp/util/proto_reflection_descriptor_database.h
3239 src:
3240 - test/cpp/end2end/proto_server_reflection_test.cc
3241 - test/cpp/util/proto_reflection_descriptor_database.cc
3242 deps:
3243 - grpc++_reflection
3244 - grpc++_test_util
3245 - grpc_test_util
3246 - grpc++
3247 - grpc
3248 - gpr_test_util
3249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003250- name: qps_interarrival_test
3251 build: test
3252 run: false
3253 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003254 src:
3255 - test/cpp/qps/qps_interarrival_test.cc
3256 deps:
3257 - qps
3258 - grpc++_test_util
3259 - grpc_test_util
3260 - grpc++
3261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003262 - gpr_test_util
3263 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003264 platforms:
3265 - mac
3266 - linux
3267 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003268- name: qps_json_driver
3269 build: test
3270 run: false
3271 language: c++
3272 src:
3273 - test/cpp/qps/qps_json_driver.cc
3274 deps:
3275 - qps
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
3280 - gpr_test_util
3281 - gpr
3282 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003284 cpu_cost: 0.5
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/qps/qps_openloop_test.cc
3289 deps:
3290 - qps
3291 - grpc++_test_util
3292 - grpc_test_util
3293 - grpc++
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr_test_util
3296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003297 - grpc++_test_config
3298 platforms:
3299 - mac
3300 - linux
3301 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003303 build: test
3304 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003306 headers:
3307 - test/cpp/qps/client.h
3308 - test/cpp/qps/server.h
3309 src:
3310 - test/cpp/qps/worker.cc
3311 deps:
3312 - qps
3313 - grpc++_test_util
3314 - grpc_test_util
3315 - grpc++
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003319 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003320- name: reconnect_interop_client
3321 build: test
3322 run: false
3323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003324 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003325 - src/proto/grpc/testing/empty.proto
3326 - src/proto/grpc/testing/messages.proto
3327 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003328 - test/cpp/interop/reconnect_interop_client.cc
3329 deps:
3330 - grpc++_test_util
3331 - grpc_test_util
3332 - grpc++
3333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003334 - gpr_test_util
3335 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003336 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003337- name: reconnect_interop_server
3338 build: test
3339 run: false
3340 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003341 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003342 - src/proto/grpc/testing/empty.proto
3343 - src/proto/grpc/testing/messages.proto
3344 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003345 - test/cpp/interop/reconnect_interop_server.cc
3346 deps:
3347 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003348 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003349 - grpc++_test_util
3350 - grpc_test_util
3351 - grpc++
3352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003353 - gpr_test_util
3354 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003355 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003357 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003358 build: test
3359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003360 src:
3361 - test/cpp/common/secure_auth_context_test.cc
3362 deps:
3363 - grpc++_test_util
3364 - grpc_test_util
3365 - grpc++
3366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003367 - gpr_test_util
3368 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003369- name: secure_sync_unary_ping_pong_test
3370 build: test
3371 language: c++
3372 src:
3373 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3374 deps:
3375 - qps
3376 - grpc++_test_util
3377 - grpc_test_util
3378 - grpc++
3379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003380 - gpr_test_util
3381 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003382 platforms:
3383 - mac
3384 - linux
3385 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003386- name: server_builder_plugin_test
3387 gtest: true
3388 build: test
3389 language: c++
3390 src:
3391 - test/cpp/end2end/server_builder_plugin_test.cc
3392 deps:
3393 - grpc++_test_util
3394 - grpc_test_util
3395 - grpc++
3396 - grpc
3397 - gpr_test_util
3398 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003399- name: server_context_test_spouse_test
3400 gtest: true
3401 build: test
3402 language: c++
3403 src:
3404 - test/cpp/test/server_context_test_spouse_test.cc
3405 deps:
3406 - grpc_test_util
3407 - grpc++_test
3408 - grpc++
3409 - grpc
3410 - gpr_test_util
3411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003413 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003414 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003415 build: test
3416 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003417 src:
3418 - test/cpp/end2end/server_crash_test.cc
3419 deps:
3420 - grpc++_test_util
3421 - grpc_test_util
3422 - grpc++
3423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003424 - gpr_test_util
3425 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003426 platforms:
3427 - mac
3428 - linux
3429 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003430- name: server_crash_test_client
3431 build: test
3432 run: false
3433 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003434 src:
3435 - test/cpp/end2end/server_crash_test_client.cc
3436 deps:
3437 - grpc++_test_util
3438 - grpc_test_util
3439 - grpc++
3440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003441 - gpr_test_util
3442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003444 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 build: test
3446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003447 src:
3448 - test/cpp/end2end/shutdown_test.cc
3449 deps:
3450 - grpc++_test_util
3451 - grpc_test_util
3452 - grpc++
3453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003454 - gpr_test_util
3455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003456- name: status_test
3457 build: test
3458 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003459 src:
3460 - test/cpp/util/status_test.cc
3461 deps:
3462 - grpc_test_util
3463 - grpc++
3464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003465 - gpr_test_util
3466 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003467- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003468 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003469 build: test
3470 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003471 src:
3472 - test/cpp/end2end/streaming_throughput_test.cc
3473 deps:
3474 - grpc++_test_util
3475 - grpc_test_util
3476 - grpc++
3477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003478 - gpr_test_util
3479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003480 platforms:
3481 - mac
3482 - linux
3483 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003484- name: stress_test
3485 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003486 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003487 language: c++
3488 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003489 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003490 - test/cpp/interop/interop_client.h
3491 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003492 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003493 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003494 - src/proto/grpc/testing/empty.proto
3495 - src/proto/grpc/testing/messages.proto
3496 - src/proto/grpc/testing/metrics.proto
3497 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003498 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003499 - test/cpp/interop/interop_client.cc
3500 - test/cpp/interop/stress_interop_client.cc
3501 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003502 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003503 deps:
3504 - grpc++_test_util
3505 - grpc_test_util
3506 - grpc++
3507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003508 - gpr_test_util
3509 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003510 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003511- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003512 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003513 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 build: test
3515 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003516 src:
3517 - test/cpp/end2end/thread_stress_test.cc
3518 deps:
3519 - grpc++_test_util
3520 - grpc_test_util
3521 - grpc++
3522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003523 - gpr_test_util
3524 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003525- name: public_headers_must_be_c89
3526 build: test
3527 language: c89
3528 src:
3529 - test/core/surface/public_headers_must_be_c89.c
3530 deps:
3531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003533vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003534- linkage: static
3535 name: grpc.dependencies.zlib
3536 props: false
3537 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003538 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003539- linkage: static
3540 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003541 props: true
3542 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003543 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003544- name: gflags
3545 props: false
3546 redist: false
3547 version: 2.1.2.1
3548- name: gtest
3549 props: false
3550 redist: false
3551 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003552configs:
3553 asan:
3554 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003555 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3556 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003557 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003558 LD: clang
3559 LDFLAGS: -fsanitize=address
3560 LDXX: clang++
3561 compile_the_world: true
3562 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003563 ASAN_OPTIONS: detect_leaks=1:color=always
3564 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003565 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003566 asan-noleaks:
3567 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003568 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3569 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003570 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003571 LD: clang
3572 LDFLAGS: -fsanitize=address
3573 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003574 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003575 test_environ:
3576 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003577 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003578 asan-trace-cmp:
3579 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003580 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3581 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003582 CXX: clang++
3583 LD: clang
3584 LDFLAGS: -fsanitize=address
3585 LDXX: clang++
3586 compile_the_world: true
3587 test_environ:
3588 ASAN_OPTIONS: detect_leaks=1:color=always
3589 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3590 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003591 basicprof:
3592 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3593 DEFINES: NDEBUG
3594 dbg:
3595 CPPFLAGS: -O0
3596 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003597 easan:
3598 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003599 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3600 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003601 CXX: clang++
3602 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3603 LD: clang
3604 LDFLAGS: -fsanitize=address
3605 LDXX: clang++
3606 compile_the_world: true
3607 test_environ:
3608 ASAN_OPTIONS: detect_leaks=1:color=always
3609 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3610 timeout_multiplier: 3
3611 edbg:
3612 CPPFLAGS: -O0
3613 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3614 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003615 CC: clang
3616 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003617 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003618 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003619 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003620 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003621 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003622 LDXX: clang++
3623 compile_the_world: true
3624 test_environ:
3625 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3626 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003627 gcov:
3628 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003629 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003630 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003631 DEFINES: _DEBUG DEBUG GPR_GCOV
3632 LD: gcc
3633 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3634 LDXX: g++
3635 helgrind:
3636 CPPFLAGS: -O0
3637 DEFINES: _DEBUG DEBUG
3638 LDFLAGS: -rdynamic
3639 timeout_multiplier: 20
3640 valgrind: --tool=helgrind
3641 memcheck:
3642 CPPFLAGS: -O0
3643 DEFINES: _DEBUG DEBUG
3644 LDFLAGS: -rdynamic
3645 timeout_multiplier: 10
3646 valgrind: --tool=memcheck --leak-check=full
3647 msan:
3648 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003649 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3650 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3651 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003652 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003653 DEFINES: NDEBUG
3654 LD: clang
3655 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3656 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3657 LDXX: clang++
3658 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003659 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003660 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003661 CPPFLAGS: -O3 -fno-omit-frame-pointer
3662 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003663 LDFLAGS: -rdynamic
3664 opt:
3665 CPPFLAGS: -O2
3666 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003667 stapprof:
3668 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3669 DEFINES: NDEBUG
3670 tsan:
3671 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003672 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003673 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003674 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003675 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003676 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003677 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003678 LDXX: clang++
3679 compile_the_world: true
3680 test_environ:
3681 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003682 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003683 ubsan:
3684 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003685 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3686 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003687 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003688 DEFINES: NDEBUG
3689 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003690 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003691 LDXX: clang++
3692 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003693 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003694 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003695 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003696defaults:
3697 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003698 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003699 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003700 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003701 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003702 global:
3703 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3704 LDFLAGS: -g
3705 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003706 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003707 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003708node_modules:
3709- deps:
3710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003711 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003712 - boringssl
3713 - z
murgatroid9994a75412015-11-19 14:04:53 -08003714 headers:
3715 - src/node/ext/byte_buffer.h
3716 - src/node/ext/call.h
3717 - src/node/ext/call_credentials.h
3718 - src/node/ext/channel.h
3719 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003720 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003721 - src/node/ext/completion_queue_async_worker.h
3722 - src/node/ext/server.h
3723 - src/node/ext/server_credentials.h
3724 - src/node/ext/timeval.h
3725 js:
3726 - src/node/index.js
3727 - src/node/src/client.js
3728 - src/node/src/common.js
3729 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003730 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003731 - src/node/src/metadata.js
3732 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003733 name: grpc_node
3734 src:
3735 - src/node/ext/byte_buffer.cc
3736 - src/node/ext/call.cc
3737 - src/node/ext/call_credentials.cc
3738 - src/node/ext/channel.cc
3739 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003740 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003741 - src/node/ext/completion_queue_async_worker.cc
3742 - src/node/ext/node_grpc.cc
3743 - src/node/ext/server.cc
3744 - src/node/ext/server_credentials.cc
3745 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003746openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003747 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003748 extraction_dir: openssl-1.0.2f
3749 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003750php_config_m4:
3751 deps:
3752 - grpc
3753 - gpr
3754 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003755 headers:
3756 - src/php/ext/grpc/byte_buffer.h
3757 - src/php/ext/grpc/call.h
3758 - src/php/ext/grpc/call_credentials.h
3759 - src/php/ext/grpc/channel.h
3760 - src/php/ext/grpc/channel_credentials.h
3761 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003762 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003763 - src/php/ext/grpc/php_grpc.h
3764 - src/php/ext/grpc/server.h
3765 - src/php/ext/grpc/server_credentials.h
3766 - src/php/ext/grpc/timeval.h
3767 src:
3768 - src/php/ext/grpc/byte_buffer.c
3769 - src/php/ext/grpc/call.c
3770 - src/php/ext/grpc/call_credentials.c
3771 - src/php/ext/grpc/channel.c
3772 - src/php/ext/grpc/channel_credentials.c
3773 - src/php/ext/grpc/completion_queue.c
3774 - src/php/ext/grpc/php_grpc.c
3775 - src/php/ext/grpc/server.c
3776 - src/php/ext/grpc/server_credentials.c
3777 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003778python_dependencies:
3779 deps:
3780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003781 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003782 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003783 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003784ruby_gem:
3785 deps:
3786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003788 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003789 - z