blob: 5cf4f5e953bcf70136a7c69751126cba5fa03f49 [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
67 - include/grpc/support/slice.h
68 - include/grpc/support/slice_buffer.h
69 - include/grpc/support/string_util.h
70 - include/grpc/support/subprocess.h
71 - include/grpc/support/sync.h
72 - include/grpc/support/sync_generic.h
73 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/thd.h
76 - include/grpc/support/time.h
77 - include/grpc/support/tls.h
78 - include/grpc/support/tls_gcc.h
79 - include/grpc/support/tls_msvc.h
80 - include/grpc/support/tls_pthread.h
81 - include/grpc/support/useful.h
82 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070083 - src/core/lib/profiling/timers.h
84 - src/core/lib/support/backoff.h
85 - src/core/lib/support/block_annotate.h
86 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070087 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070088 - src/core/lib/support/murmur_hash.h
Craig Tiller17ed6b12016-08-18 09:33:33 -070089 - src/core/lib/support/percent_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/support/stack_lockfree.h
91 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070092 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/thd_internal.h
94 - src/core/lib/support/time_precise.h
95 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010096 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/profiling/basic_timers.c
98 - src/core/lib/profiling/stap_timers.c
99 - src/core/lib/support/alloc.c
100 - src/core/lib/support/avl.c
101 - src/core/lib/support/backoff.c
102 - src/core/lib/support/cmdline.c
103 - src/core/lib/support/cpu_iphone.c
104 - src/core/lib/support/cpu_linux.c
105 - src/core/lib/support/cpu_posix.c
106 - src/core/lib/support/cpu_windows.c
107 - src/core/lib/support/env_linux.c
108 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700109 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/histogram.c
111 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700112 - src/core/lib/support/log.c
113 - src/core/lib/support/log_android.c
114 - src/core/lib/support/log_linux.c
115 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700117 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/murmur_hash.c
Craig Tiller17ed6b12016-08-18 09:33:33 -0700119 - src/core/lib/support/percent_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700120 - src/core/lib/support/slice.c
121 - src/core/lib/support/slice_buffer.c
122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700152 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800153 - include/grpc/impl/codegen/port_platform.h
154 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/sync.h
156 - include/grpc/impl/codegen/sync_generic.h
157 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700158 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700159- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700160 public_headers:
161 - include/grpc/byte_buffer.h
162 - include/grpc/byte_buffer_reader.h
163 - include/grpc/compression.h
164 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700165 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200166 - include/grpc/grpc_security_constants.h
Craig Tiller25834342015-09-25 08:08:24 -0700167 - include/grpc/status.h
168 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/channel_args.h
170 - src/core/lib/channel/channel_stack.h
171 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/compress_filter.h
173 - src/core/lib/channel/connected_channel.h
174 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700175 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700176 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700191 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700192 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700216 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/socket_utils_posix.h
218 - src/core/lib/iomgr/socket_windows.h
219 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700220 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_posix.h
222 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700223 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/tcp_windows.h
225 - src/core/lib/iomgr/time_averaged_stats.h
226 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700227 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700229 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/udp_server.h
231 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700232 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/wakeup_fd_pipe.h
234 - src/core/lib/iomgr/wakeup_fd_posix.h
235 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/workqueue_windows.h
238 - src/core/lib/json/json.h
239 - src/core/lib/json/json_common.h
240 - src/core/lib/json/json_reader.h
241 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/surface/api_trace.h
243 - src/core/lib/surface/call.h
244 - src/core/lib/surface/call_test_only.h
245 - src/core/lib/surface/channel.h
246 - src/core/lib/surface/channel_init.h
247 - src/core/lib/surface/channel_stack_type.h
248 - src/core/lib/surface/completion_queue.h
249 - src/core/lib/surface/event_string.h
250 - src/core/lib/surface/init.h
251 - src/core/lib/surface/lame_client.h
252 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700255 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/metadata.h
257 - src/core/lib/transport/metadata_batch.h
Mark D. Rothbfe56802016-10-26 12:45:20 -0700258 - src/core/lib/transport/method_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400260 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/transport.h
262 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700263 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/channel/channel_args.c
265 - src/core/lib/channel/channel_stack.c
266 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/channel/compress_filter.c
268 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700269 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700270 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/http_client_filter.c
272 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700273 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700274 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/compression/message_compress.c
276 - src/core/lib/debug/trace.c
277 - src/core/lib/http/format_request.c
278 - src/core/lib/http/httpcli.c
279 - src/core/lib/http/parser.c
280 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700281 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/endpoint.c
283 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700284 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700286 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700287 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700288 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700289 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700290 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/exec_ctx.c
292 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/iocp_windows.c
294 - src/core/lib/iomgr/iomgr.c
295 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700296 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700298 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700299 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700300 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700303 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/pollset_windows.c
305 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700308 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/sockaddr_utils.c
310 - src/core/lib/iomgr/socket_utils_common_posix.c
311 - src/core/lib/iomgr/socket_utils_linux.c
312 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700314 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/socket_windows.c
316 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/tcp_client_windows.c
319 - src/core/lib/iomgr/tcp_posix.c
320 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_windows.c
325 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/udp_server.c
330 - src/core/lib/iomgr/unix_sockets_posix.c
331 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700332 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/wakeup_fd_eventfd.c
334 - src/core/lib/iomgr/wakeup_fd_nospecial.c
335 - src/core/lib/iomgr/wakeup_fd_pipe.c
336 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/workqueue_windows.c
339 - src/core/lib/json/json.c
340 - src/core/lib/json/json_reader.c
341 - src/core/lib/json/json_string.c
342 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/surface/alarm.c
344 - src/core/lib/surface/api_trace.c
345 - src/core/lib/surface/byte_buffer.c
346 - src/core/lib/surface/byte_buffer_reader.c
347 - src/core/lib/surface/call.c
348 - src/core/lib/surface/call_details.c
349 - src/core/lib/surface/call_log_batch.c
350 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/surface/channel_init.c
352 - src/core/lib/surface/channel_ping.c
353 - src/core/lib/surface/channel_stack_type.c
354 - src/core/lib/surface/completion_queue.c
355 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/surface/lame_client.c
357 - src/core/lib/surface/metadata_array.c
358 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700359 - src/core/lib/surface/validate_metadata.c
360 - src/core/lib/surface/version.c
361 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700363 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/transport/metadata.c
365 - src/core/lib/transport/metadata_batch.c
Mark D. Rothbfe56802016-10-26 12:45:20 -0700366 - src/core/lib/transport/method_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400368 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/transport/transport.c
370 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700371 deps:
372 - gpr
373 uses:
374 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700375- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700376 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700377 - src/core/ext/client_channel/client_channel.h
378 - src/core/ext/client_channel/client_channel_factory.h
379 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700380 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700381 - src/core/ext/client_channel/initial_connect_string.h
382 - src/core/ext/client_channel/lb_policy.h
383 - src/core/ext/client_channel/lb_policy_factory.h
384 - src/core/ext/client_channel/lb_policy_registry.h
385 - src/core/ext/client_channel/parse_address.h
386 - src/core/ext/client_channel/resolver.h
387 - src/core/ext/client_channel/resolver_factory.h
388 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700389 - src/core/ext/client_channel/subchannel.h
390 - src/core/ext/client_channel/subchannel_index.h
391 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700393 - src/core/ext/client_channel/channel_connectivity.c
394 - src/core/ext/client_channel/client_channel.c
395 - src/core/ext/client_channel/client_channel_factory.c
396 - src/core/ext/client_channel/client_channel_plugin.c
397 - src/core/ext/client_channel/connector.c
398 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700399 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700400 - src/core/ext/client_channel/initial_connect_string.c
401 - src/core/ext/client_channel/lb_policy.c
402 - src/core/ext/client_channel/lb_policy_factory.c
403 - src/core/ext/client_channel/lb_policy_registry.c
404 - src/core/ext/client_channel/parse_address.c
405 - src/core/ext/client_channel/resolver.c
406 - src/core/ext/client_channel/resolver_factory.c
407 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700408 - src/core/ext/client_channel/subchannel.c
409 - src/core/ext/client_channel/subchannel_index.c
410 - src/core/ext/client_channel/uri_parser.c
411 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700412 uses:
413 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800414- name: grpc_codegen
415 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700416 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800417 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800418 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800419 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800420 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800421 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700422 uses:
423 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700424- name: grpc_lb_policy_grpclb
425 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700426 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700427 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700428 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700429 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700430 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700431 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700432 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700433 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700434 uses:
435 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700436 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700437 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700438- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700439 src:
440 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700441 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700442 uses:
443 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700444 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700445- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700446 src:
447 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700448 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700449 uses:
450 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700451 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700452- name: grpc_load_reporting
453 headers:
454 - src/core/ext/load_reporting/load_reporting.h
455 - src/core/ext/load_reporting/load_reporting_filter.h
456 src:
457 - src/core/ext/load_reporting/load_reporting.c
458 - src/core/ext/load_reporting/load_reporting_filter.c
459 plugin: grpc_load_reporting_plugin
460 uses:
461 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700462- name: grpc_resolver_dns_native
463 src:
464 - src/core/ext/resolver/dns/native/dns_resolver.c
465 plugin: grpc_resolver_dns_native
466 uses:
467 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700468 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700469- name: grpc_resolver_sockaddr
470 src:
471 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
472 plugin: grpc_resolver_sockaddr
473 uses:
474 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700475 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100476- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700477 public_headers:
478 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100479 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700480 - src/core/lib/security/context/security_context.h
481 - src/core/lib/security/credentials/composite/composite_credentials.h
482 - src/core/lib/security/credentials/credentials.h
483 - src/core/lib/security/credentials/fake/fake_credentials.h
484 - src/core/lib/security/credentials/google_default/google_default_credentials.h
485 - src/core/lib/security/credentials/iam/iam_credentials.h
486 - src/core/lib/security/credentials/jwt/json_token.h
487 - src/core/lib/security/credentials/jwt/jwt_credentials.h
488 - src/core/lib/security/credentials/jwt/jwt_verifier.h
489 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
490 - src/core/lib/security/credentials/plugin/plugin_credentials.h
491 - src/core/lib/security/credentials/ssl/ssl_credentials.h
492 - src/core/lib/security/transport/auth_filters.h
493 - src/core/lib/security/transport/handshake.h
494 - src/core/lib/security/transport/secure_endpoint.h
495 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700496 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700497 - src/core/lib/security/util/b64.h
498 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100499 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700500 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700501 - src/core/lib/security/context/security_context.c
502 - src/core/lib/security/credentials/composite/composite_credentials.c
503 - src/core/lib/security/credentials/credentials.c
504 - src/core/lib/security/credentials/credentials_metadata.c
505 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700506 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700507 - src/core/lib/security/credentials/google_default/google_default_credentials.c
508 - src/core/lib/security/credentials/iam/iam_credentials.c
509 - src/core/lib/security/credentials/jwt/json_token.c
510 - src/core/lib/security/credentials/jwt/jwt_credentials.c
511 - src/core/lib/security/credentials/jwt/jwt_verifier.c
512 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
513 - src/core/lib/security/credentials/plugin/plugin_credentials.c
514 - src/core/lib/security/credentials/ssl/ssl_credentials.c
515 - src/core/lib/security/transport/client_auth_filter.c
516 - src/core/lib/security/transport/handshake.c
517 - src/core/lib/security/transport/secure_endpoint.c
518 - src/core/lib/security/transport/security_connector.c
519 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700520 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700521 - src/core/lib/security/util/b64.c
522 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700523 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700524 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700525 uses:
526 - grpc_base
527 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700528 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700529- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700530 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700531 headers:
532 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700533 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700534 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/end2end/fixtures/proxy.h
536 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700537 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200538 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700539 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700541 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700543 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700544 - test/core/util/slice_splitter.h
545 src:
546 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700547 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700548 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/end2end/fixtures/proxy.c
550 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200552 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700553 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700555 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700557 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700558 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/port_windows.c
560 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700561 deps:
562 - grpc
563 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700564- name: grpc_transport_chttp2
565 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700566 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700567 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700568 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
569 - src/core/ext/transport/chttp2/transport/frame.h
570 - src/core/ext/transport/chttp2/transport/frame_data.h
571 - src/core/ext/transport/chttp2/transport/frame_goaway.h
572 - src/core/ext/transport/chttp2/transport/frame_ping.h
573 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
574 - src/core/ext/transport/chttp2/transport/frame_settings.h
575 - src/core/ext/transport/chttp2/transport/frame_window_update.h
576 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
577 - src/core/ext/transport/chttp2/transport/hpack_parser.h
578 - src/core/ext/transport/chttp2/transport/hpack_table.h
579 - src/core/ext/transport/chttp2/transport/http2_errors.h
580 - src/core/ext/transport/chttp2/transport/huffsyms.h
581 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
582 - src/core/ext/transport/chttp2/transport/internal.h
583 - src/core/ext/transport/chttp2/transport/status_conversion.h
584 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700585 - src/core/ext/transport/chttp2/transport/varint.h
586 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700587 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700588 - src/core/ext/transport/chttp2/transport/bin_encoder.c
589 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700590 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
591 - src/core/ext/transport/chttp2/transport/frame_data.c
592 - src/core/ext/transport/chttp2/transport/frame_goaway.c
593 - src/core/ext/transport/chttp2/transport/frame_ping.c
594 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
595 - src/core/ext/transport/chttp2/transport/frame_settings.c
596 - src/core/ext/transport/chttp2/transport/frame_window_update.c
597 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
598 - src/core/ext/transport/chttp2/transport/hpack_parser.c
599 - src/core/ext/transport/chttp2/transport/hpack_table.c
600 - src/core/ext/transport/chttp2/transport/huffsyms.c
601 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
602 - src/core/ext/transport/chttp2/transport/parsing.c
603 - src/core/ext/transport/chttp2/transport/status_conversion.c
604 - src/core/ext/transport/chttp2/transport/stream_lists.c
605 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700606 - src/core/ext/transport/chttp2/transport/varint.c
607 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700608 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700609 uses:
610 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700611 - grpc_transport_chttp2_alpn
612- name: grpc_transport_chttp2_alpn
613 headers:
614 - src/core/ext/transport/chttp2/alpn/alpn.h
615 src:
616 - src/core/ext/transport/chttp2/alpn/alpn.c
617 deps:
618 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700619- name: grpc_transport_chttp2_client_insecure
620 src:
621 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700622 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700623 uses:
624 - grpc_transport_chttp2
625 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700626 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700627- name: grpc_transport_chttp2_client_secure
628 src:
629 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700630 uses:
631 - grpc_transport_chttp2
632 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700633 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700634 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700635- name: grpc_transport_chttp2_server_insecure
636 src:
637 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700638 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700639 uses:
640 - grpc_transport_chttp2
641 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700642- name: grpc_transport_chttp2_server_secure
643 src:
644 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700645 uses:
646 - grpc_transport_chttp2
647 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700648 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700649- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700650 public_headers:
651 - include/grpc/grpc_cronet.h
652 - include/grpc/grpc_security.h
653 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700654 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700655 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
656 src:
657 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
658 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
659 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700660 filegroups:
661 - grpc_base
662 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800663- name: nanopb
664 headers:
665 - third_party/nanopb/pb.h
666 - third_party/nanopb/pb_common.h
667 - third_party/nanopb/pb_decode.h
668 - third_party/nanopb/pb_encode.h
669 src:
670 - third_party/nanopb/pb_common.c
671 - third_party/nanopb/pb_decode.c
672 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700673- name: tsi
674 headers:
675 - src/core/lib/tsi/fake_transport_security.h
676 - src/core/lib/tsi/ssl_transport_security.h
677 - src/core/lib/tsi/ssl_types.h
678 - src/core/lib/tsi/transport_security.h
679 - src/core/lib/tsi/transport_security_interface.h
680 src:
681 - src/core/lib/tsi/fake_transport_security.c
682 - src/core/lib/tsi/ssl_transport_security.c
683 - src/core/lib/tsi/transport_security.c
684 deps:
685 - gpr
686 secure: true
murgatroid992f320ca2016-08-10 13:35:53 -0700687 uses:
688 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700689- name: grpc++_base
690 language: c++
691 public_headers:
692 - include/grpc++/alarm.h
693 - include/grpc++/channel.h
694 - include/grpc++/client_context.h
695 - include/grpc++/completion_queue.h
696 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700697 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 - include/grpc++/generic/async_generic_service.h
699 - include/grpc++/generic/generic_stub.h
700 - include/grpc++/grpc++.h
701 - include/grpc++/impl/call.h
702 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700703 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - include/grpc++/impl/grpc_library.h
705 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - include/grpc++/impl/rpc_method.h
707 - include/grpc++/impl/rpc_service_method.h
708 - include/grpc++/impl/serialization_traits.h
709 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700710 - include/grpc++/impl/server_builder_plugin.h
711 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700712 - include/grpc++/impl/service_type.h
713 - include/grpc++/impl/sync.h
714 - include/grpc++/impl/sync_cxx11.h
715 - include/grpc++/impl/sync_no_cxx11.h
716 - include/grpc++/impl/thd.h
717 - include/grpc++/impl/thd_cxx11.h
718 - include/grpc++/impl/thd_no_cxx11.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700719 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 - include/grpc++/security/auth_context.h
721 - include/grpc++/security/auth_metadata_processor.h
722 - include/grpc++/security/credentials.h
723 - include/grpc++/security/server_credentials.h
724 - include/grpc++/server.h
725 - include/grpc++/server_builder.h
726 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700727 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - include/grpc++/support/async_stream.h
729 - include/grpc++/support/async_unary_call.h
730 - include/grpc++/support/byte_buffer.h
731 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700732 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - include/grpc++/support/slice.h
734 - include/grpc++/support/status.h
735 - include/grpc++/support/status_code_enum.h
736 - include/grpc++/support/string_ref.h
737 - include/grpc++/support/stub_options.h
738 - include/grpc++/support/sync_stream.h
739 - include/grpc++/support/time.h
740 headers:
741 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700742 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - src/cpp/server/dynamic_thread_pool.h
744 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700745 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700747 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700748 - src/cpp/client/client_context.cc
749 - src/cpp/client/create_channel.cc
750 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700751 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700752 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700755 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700756 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700758 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - src/cpp/common/rpc_method.cc
760 - src/cpp/server/async_generic_service.cc
761 - src/cpp/server/create_default_thread_pool.cc
762 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700764 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 - src/cpp/server/server_context.cc
766 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700767 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700768 - src/cpp/thread_manager/thread_manager.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++
Yuchen Zeng13184792016-07-18 13:07:42 -0700831 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700832 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700833- name: thrift_util
834 language: c++
835 public_headers:
836 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700837 - include/grpc++/impl/codegen/thrift_utils.h
838 uses:
839 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100840libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800841- name: gpr
842 build: all
843 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800844 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700845 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800846 secure: false
847 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
848- name: gpr_test_util
849 build: private
850 language: c
851 headers:
852 - test/core/util/test_config.h
853 src:
854 - test/core/util/test_config.c
855 deps:
856 - gpr
857 secure: false
858 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700859- name: grpc
860 build: all
861 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 src:
863 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800865 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700866 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700867 filegroups:
868 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700869 - grpc_transport_chttp2_server_secure
870 - grpc_transport_chttp2_client_secure
871 - grpc_transport_chttp2_server_insecure
872 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700873 - grpc_lb_policy_grpclb
874 - grpc_lb_policy_pick_first
875 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700876 - grpc_resolver_dns_native
877 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700878 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100879 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700880 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700881 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700883 vs_packages:
884 - grpc.dependencies.openssl
885 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700887- name: grpc_cronet
888 build: all
889 language: c
890 src:
891 - src/core/lib/surface/init.c
892 baselib: true
893 deps_linkage: static
894 dll: true
895 filegroups:
896 - grpc_base
897 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700898 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700899 generate_plugin_registry: true
900 platforms:
901 - linux
902 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100903- name: grpc_dll
904 build: private
905 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100906 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100907 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100908 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100909 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100910 build_system:
911 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100912 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100913 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100914 vs_config_type: DynamicLibrary
915 vs_packages:
916 - grpc.dependencies.openssl
917 - grpc.dependencies.zlib
918 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
919 vs_props:
920 - zlib
921 - openssl
922 - winsock
923 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700924- name: grpc_test_util
925 build: private
926 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700927 headers:
928 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800929 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700930 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700931 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700932 - test/core/end2end/data/server1_cert.c
933 - test/core/end2end/data/server1_key.c
934 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800935 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700936 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800938 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700939 - grpc
940 filegroups:
941 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700942 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
944- name: grpc_test_util_unsecure
945 build: private
946 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700947 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800948 - gpr
949 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800950 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700951 filegroups:
952 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953 secure: false
954 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
955- name: grpc_unsecure
956 build: all
957 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700958 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700959 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700960 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800962 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700964 filegroups:
965 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700966 - grpc_transport_chttp2_server_insecure
967 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700968 - grpc_resolver_dns_native
969 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700970 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700971 - grpc_lb_policy_grpclb
972 - grpc_lb_policy_pick_first
973 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700974 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700975 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976 secure: false
977 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978- name: reconnect_server
979 build: private
980 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700981 headers:
982 - test/core/util/reconnect_server.h
983 src:
984 - test/core/util/reconnect_server.c
985 deps:
yang-gc9fca182015-11-06 16:41:33 -0800986 - test_tcp_server
987 - grpc_test_util
988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 - gpr_test_util
990 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800991- name: test_tcp_server
992 build: private
993 language: c
994 headers:
995 - test/core/util/test_tcp_server.h
996 src:
997 - test/core/util/test_tcp_server.c
998 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700999 - grpc_test_util
1000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr_test_util
1002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003- name: grpc++
1004 build: all
1005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001006 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001007 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001008 - src/cpp/client/secure_credentials.h
1009 - src/cpp/common/secure_auth_context.h
1010 - src/cpp/server/secure_server_credentials.h
1011 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001012 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001013 - src/cpp/client/secure_credentials.cc
1014 - src/cpp/common/auth_property_iterator.cc
1015 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001016 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001017 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001018 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001019 - src/cpp/server/secure_server_credentials.cc
1020 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001021 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022 baselib: true
1023 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001024 filegroups:
1025 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001026 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001027 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 secure: check
1029 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001030- name: grpc++_cronet
1031 build: all
1032 language: c++
1033 src:
1034 - src/cpp/client/cronet_credentials.cc
1035 - src/cpp/client/insecure_credentials.cc
1036 - src/cpp/common/insecure_create_auth_context.cc
1037 - src/cpp/server/insecure_server_credentials.cc
1038 deps:
1039 - gpr
1040 - grpc_cronet
1041 baselib: true
1042 dll: true
1043 filegroups:
1044 - grpc++_base
1045 - grpc++_codegen_base
1046 - grpc++_codegen_base_src
1047 platforms:
1048 - linux
1049 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001050- name: grpc++_proto_reflection_desc_db
1051 build: private
1052 language: c++
1053 headers:
1054 - test/cpp/util/proto_reflection_descriptor_database.h
1055 src:
1056 - test/cpp/util/proto_reflection_descriptor_database.cc
1057 deps:
1058 - grpc++
1059 filegroups:
1060 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001061 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001062- name: grpc++_reflection
1063 build: all
1064 language: c++
1065 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001066 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001067 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001068 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001069 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001070 - src/cpp/ext/proto_server_reflection.cc
1071 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001072 deps:
1073 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001074 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001075 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001076- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001077 build: private
yang-g42879982016-10-13 15:58:31 -07001078 language: c++
1079 headers:
1080 - include/grpc++/test/server_context_test_spouse.h
1081 src:
1082 - src/cpp/test/server_context_test_spouse.cc
1083 deps:
1084 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: grpc++_test_config
1086 build: private
1087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001088 headers:
1089 - test/cpp/util/test_config.h
1090 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001091 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: grpc++_test_util
1093 build: private
1094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001095 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001096 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001097 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001098 - test/cpp/util/create_test_channel.h
1099 - test/cpp/util/string_ref_helper.h
1100 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001101 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001102 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001103 - src/proto/grpc/testing/echo_messages.proto
1104 - src/proto/grpc/testing/echo.proto
1105 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001106 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001107 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001108 - test/cpp/util/create_test_channel.cc
1109 - test/cpp/util/string_ref_helper.cc
1110 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001111 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001112 deps:
1113 - grpc++
1114 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001115 filegroups:
1116 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001117 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001118 - grpc++_codegen_proto
1119 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001120 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: grpc++_unsecure
1122 build: all
1123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001124 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001125 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001126 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001127 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001128 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001130 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131 baselib: true
1132 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001133 filegroups:
1134 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001135 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001136 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001137 secure: false
1138 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001139- name: grpc_cli_libs
1140 build: private
1141 language: c++
1142 headers:
1143 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001144 - test/cpp/util/cli_credentials.h
1145 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001146 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001147 - test/cpp/util/proto_file_parser.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 Zeng387afd72016-08-26 14:25:21 -07001154 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001155 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001156 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001157 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001158 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001159 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001160 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161- name: grpc_plugin_support
1162 build: protoc
1163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001164 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001165 - src/compiler/config.h
1166 - src/compiler/cpp_generator.h
1167 - src/compiler/cpp_generator_helpers.h
1168 - src/compiler/csharp_generator.h
1169 - src/compiler/csharp_generator_helpers.h
1170 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001171 - src/compiler/node_generator.h
1172 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001173 - src/compiler/objective_c_generator.h
1174 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001175 - src/compiler/php_generator.h
1176 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001177 - src/compiler/python_generator.h
1178 - src/compiler/ruby_generator.h
1179 - src/compiler/ruby_generator_helpers-inl.h
1180 - src/compiler/ruby_generator_map-inl.h
1181 - src/compiler/ruby_generator_string-inl.h
1182 src:
1183 - src/compiler/cpp_generator.cc
1184 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001185 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001187 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001188 - src/compiler/python_generator.cc
1189 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001190 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001191 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192 secure: false
1193 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001194 vs_props:
1195 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: interop_client_helper
1197 build: private
1198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001199 headers:
1200 - test/cpp/interop/client_helper.h
1201 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001202 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001203 - test/cpp/interop/client_helper.cc
1204 deps:
1205 - grpc++_test_util
1206 - grpc_test_util
1207 - grpc++
1208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: interop_client_main
1211 build: private
1212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001213 headers:
1214 - test/cpp/interop/interop_client.h
1215 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001216 - src/proto/grpc/testing/empty.proto
1217 - src/proto/grpc/testing/messages.proto
1218 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001219 - test/cpp/interop/client.cc
1220 - test/cpp/interop/interop_client.cc
1221 deps:
1222 - interop_client_helper
1223 - grpc++_test_util
1224 - grpc_test_util
1225 - grpc++
1226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001229 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: interop_server_helper
1231 build: private
1232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001233 headers:
1234 - test/cpp/interop/server_helper.h
1235 src:
1236 - test/cpp/interop/server_helper.cc
1237 deps:
1238 - grpc_test_util
1239 - grpc++
1240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001241 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001242- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 build: private
1244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001246 - src/proto/grpc/testing/empty.proto
1247 - src/proto/grpc/testing/messages.proto
1248 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001249 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 deps:
1251 - interop_server_helper
1252 - grpc++_test_util
1253 - grpc_test_util
1254 - grpc++
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001258 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001259- name: interop_server_main
1260 build: private
1261 language: c++
1262 src:
1263 - test/cpp/interop/interop_server_bootstrap.cc
1264 deps:
1265 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: qps
1267 build: private
1268 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001269 headers:
1270 - test/cpp/qps/client.h
1271 - test/cpp/qps/driver.h
1272 - test/cpp/qps/histogram.h
1273 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001274 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001275 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001276 - test/cpp/qps/qps_worker.h
1277 - test/cpp/qps/report.h
1278 - test/cpp/qps/server.h
1279 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001280 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001281 - test/cpp/util/benchmark_config.h
1282 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001283 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001284 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001285 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001286 - src/proto/grpc/testing/control.proto
1287 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001288 - test/cpp/qps/client_async.cc
1289 - test/cpp/qps/client_sync.cc
1290 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001291 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001292 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001293 - test/cpp/qps/qps_worker.cc
1294 - test/cpp/qps/report.cc
1295 - test/cpp/qps/server_async.cc
1296 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001297 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001298 - test/cpp/util/benchmark_config.cc
1299 deps:
1300 - grpc_test_util
1301 - grpc++_test_util
1302 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303- name: grpc_csharp_ext
1304 build: all
1305 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001306 src:
1307 - src/csharp/ext/grpc_csharp_ext.c
1308 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001311 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001312 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313 dll: only
1314 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001315 vs_packages:
1316 - grpc.dependencies.openssl
1317 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001318 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001319 vs_props:
1320 - zlib
1321 - openssl
1322 - winsock
1323 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001325- name: alarm_test
1326 build: test
1327 language: c
1328 src:
1329 - test/core/surface/alarm_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001333 - gpr_test_util
1334 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001335- name: algorithm_test
1336 build: test
1337 language: c
1338 src:
1339 - test/core/compression/algorithm_test.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001343 - gpr_test_util
1344 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001345- name: alloc_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/support/alloc_test.c
1350 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: alpn_test
1354 build: test
1355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
1357 - test/core/transport/chttp2/alpn_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001361 - gpr_test_util
1362 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001363- name: api_fuzzer
1364 build: fuzzer
1365 language: c
1366 src:
1367 - test/core/end2end/fuzzers/api_fuzzer.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
1371 - gpr_test_util
1372 - gpr
1373 corpus_dirs:
1374 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001375 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001376 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001377- name: bad_server_response_test
1378 build: test
1379 language: c
1380 src:
1381 - test/core/end2end/bad_server_response_test.c
1382 deps:
1383 - test_tcp_server
1384 - grpc_test_util
1385 - grpc
1386 - gpr_test_util
1387 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001388 exclude_iomgrs:
1389 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001390- name: bin_decoder_test
1391 build: test
1392 language: c
1393 src:
1394 - test/core/transport/chttp2/bin_decoder_test.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: bin_encoder_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/transport/chttp2/bin_encoder_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001406- name: census_context_test
1407 build: test
1408 language: c
1409 src:
1410 - test/core/census/context_test.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001416- name: census_resource_test
1417 build: test
1418 language: c
1419 src:
1420 - test/core/census/resource_test.c
1421 deps:
1422 - grpc_test_util
1423 - grpc
1424 - gpr_test_util
1425 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001426- name: census_trace_context_test
1427 build: test
1428 language: c
1429 src:
1430 - test/core/census/trace_context_test.c
1431 deps:
1432 - grpc_test_util
1433 - grpc
1434 - gpr_test_util
1435 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001436- name: channel_create_test
1437 build: test
1438 language: c
1439 src:
1440 - test/core/surface/channel_create_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001444 - gpr_test_util
1445 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001446- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001450 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001456- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457 build: test
1458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001459 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001460 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001461 deps:
1462 - grpc_test_util
1463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr_test_util
1465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: chttp2_stream_map_test
1467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/transport/chttp2/stream_map_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001476- name: chttp2_varint_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/transport/chttp2/varint_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr_test_util
1485 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001486- name: client_fuzzer
1487 build: fuzzer
1488 language: c
1489 src:
1490 - test/core/end2end/fuzzers/client_fuzzer.c
1491 deps:
1492 - grpc_test_util
1493 - grpc
1494 - gpr_test_util
1495 - gpr
1496 corpus_dirs:
1497 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001498 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001499 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001500- name: combiner_test
1501 cpu_cost: 30
1502 build: test
1503 language: c
1504 src:
1505 - test/core/iomgr/combiner_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
1509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: compression_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/compression/compression_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001521- name: concurrent_connectivity_test
1522 build: test
1523 language: c
1524 src:
1525 - test/core/surface/concurrent_connectivity_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
1529 - gpr_test_util
1530 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001531 exclude_iomgrs:
1532 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001533- name: connection_refused_test
1534 cpu_cost: 0.1
1535 build: test
1536 language: c
1537 src:
1538 - test/core/end2end/connection_refused_test.c
1539 deps:
1540 - grpc_test_util
1541 - grpc
1542 - gpr_test_util
1543 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001544- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001545 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001546 build: test
1547 language: c
1548 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001549 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001555 exclude_iomgrs:
1556 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001557- name: dns_resolver_test
1558 build: test
1559 language: c
1560 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001561 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001568 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/end2end/dualstack_socket_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001578 exclude_iomgrs:
1579 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001580 platforms:
1581 - mac
1582 - linux
1583 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001584- name: endpoint_pair_test
1585 build: test
1586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001587 src:
1588 - test/core/iomgr/endpoint_pair_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001594 exclude_iomgrs:
1595 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001596- name: ev_epoll_linux_test
1597 build: test
1598 language: c
1599 src:
1600 - test/core/iomgr/ev_epoll_linux_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
1604 - gpr_test_util
1605 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001606 exclude_iomgrs:
1607 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001608 platforms:
1609 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: fd_conservation_posix_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/iomgr/fd_conservation_posix_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001620 exclude_iomgrs:
1621 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001622 platforms:
1623 - mac
1624 - linux
1625 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: fd_posix_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/iomgr/fd_posix_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001636 exclude_iomgrs:
1637 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001638 platforms:
1639 - mac
1640 - linux
1641 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: fling_client
1643 build: test
1644 run: false
1645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001646 src:
1647 - test/core/fling/client.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: fling_server
1654 build: test
1655 run: false
1656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001657 src:
1658 - test/core/fling/server.c
1659 deps:
1660 - grpc_test_util
1661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001662 - gpr_test_util
1663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001665 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/fling/fling_stream_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001675 platforms:
1676 - mac
1677 - linux
1678 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001680 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/fling/fling_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001690 platforms:
1691 - mac
1692 - linux
1693 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: gen_hpack_tables
1695 build: tool
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - tools/codegen/core/gen_hpack_tables.c
1699 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001701 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702- name: gen_legal_metadata_characters
1703 build: tool
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001708- name: gen_percent_encoding_tables
1709 build: tool
1710 language: c
1711 src:
1712 - tools/codegen/core/gen_percent_encoding_tables.c
1713 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001714- name: goaway_server_test
1715 cpu_cost: 0.1
1716 build: test
1717 language: c
1718 src:
1719 - test/core/end2end/goaway_server_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
1723 - gpr_test_util
1724 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001725 exclude_iomgrs:
1726 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001727 platforms:
1728 - mac
1729 - linux
1730 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001731- name: gpr_avl_test
1732 build: test
1733 language: c
1734 src:
1735 - test/core/support/avl_test.c
1736 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001739- name: gpr_backoff_test
1740 build: test
1741 language: c
1742 src:
1743 - test/core/support/backoff_test.c
1744 deps:
1745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: gpr_cmdline_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/support/cmdline_test.c
1752 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr_test_util
1754 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001755- name: gpr_cpu_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/support/cpu_test.c
1760 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001763- name: gpr_env_test
1764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/support/env_test.c
1768 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: gpr_histogram_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/support/histogram_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: gpr_host_port_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/support/host_port_test.c
1784 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gpr_log_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/support/log_test.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001795- name: gpr_mpscq_test
1796 cpu_cost: 30
1797 build: test
1798 language: c
1799 src:
1800 - test/core/support/mpscq_test.c
1801 deps:
1802 - gpr_test_util
1803 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001804- name: gpr_percent_encoding_test
1805 build: test
1806 language: c
1807 src:
1808 - test/core/support/percent_encoding_test.c
1809 deps:
1810 - gpr_test_util
1811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: gpr_slice_buffer_test
1813 build: test
1814 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001815 src:
1816 - test/core/support/slice_buffer_test.c
1817 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: gpr_slice_test
1821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/support/slice_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_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001829 cpu_cost: 7
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/stack_lockfree_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_string_test
1838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001846 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/support/sync_test.c
1851 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001855 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/support/thd_test.c
1860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: gpr_time_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/support/time_test.c
1868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gpr_tls_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/tls_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: gpr_useful_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/support/useful_test.c
1884 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: grpc_auth_context_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/security/auth_context_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001897- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001901 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: grpc_byte_buffer_reader_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/surface/byte_buffer_reader_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: grpc_channel_args_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/channel/channel_args_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: grpc_channel_stack_test
1928 build: test
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/core/channel/channel_stack_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: grpc_completion_queue_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/surface/completion_queue_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001947 exclude_iomgrs:
1948 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: grpc_create_jwt
1950 build: tool
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/security/create_jwt.c
1954 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001957 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_credentials_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/security/credentials_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001969 build: test
1970 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/security/fetch_oauth2.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001979- name: grpc_invalid_channel_args_test
1980 build: test
1981 language: c
1982 src:
1983 - test/core/surface/invalid_channel_args_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: grpc_json_token_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/security/json_token_test.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001999 platforms:
2000 - linux
2001 - posix
2002 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: grpc_jwt_verifier_test
2004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/security/jwt_verifier_test.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: grpc_print_google_default_creds_token
2014 build: tool
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/security/print_google_default_creds_token.c
2018 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: grpc_security_connector_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/security/security_connector_test.c
2026 deps:
2027 - grpc_test_util
2028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: grpc_verify_jwt
2032 build: tool
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/security/verify_jwt.c
2036 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002039- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002040 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002041 language: c
2042 src:
2043 - test/core/handshake/client_ssl.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002049 platforms:
2050 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002051 secure: true
2052- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002053 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002054 language: c
2055 src:
2056 - test/core/handshake/server_ssl.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002062 platforms:
2063 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002064 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002065- name: hpack_parser_fuzzer_test
2066 build: fuzzer
2067 language: c
2068 src:
2069 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
2073 - gpr_test_util
2074 - gpr
2075 corpus_dirs:
2076 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002077 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002078 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: hpack_parser_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/transport/chttp2/hpack_parser_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: hpack_table_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/transport/chttp2/hpack_table_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002099- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002103 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002109- name: http_request_fuzzer_test
2110 build: fuzzer
2111 language: c
2112 src:
2113 - test/core/http/request_fuzzer.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
2119 corpus_dirs:
2120 - test/core/http/corpus
2121 maxlen: 2048
2122- name: http_response_fuzzer_test
2123 build: fuzzer
2124 language: c
2125 src:
2126 - test/core/http/response_fuzzer.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
2130 - gpr_test_util
2131 - gpr
2132 corpus_dirs:
2133 - test/core/http/corpus
2134 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002135- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002139 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002146 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002150 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002156 platforms:
2157 - mac
2158 - linux
2159 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002160- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002161 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002162 build: test
2163 language: c
2164 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002165 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002171 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002172 - linux
yang-gf1183302015-12-07 16:02:05 -08002173- name: init_test
2174 build: test
2175 language: c
2176 src:
2177 - test/core/surface/init_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002183- name: internal_api_canary_iomgr_test
2184 build: test
2185 run: false
2186 language: c
2187 src:
2188 - test/core/internal_api_canaries/iomgr.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
2192 - gpr_test_util
2193 - gpr
2194- name: internal_api_canary_support_test
2195 build: test
2196 run: false
2197 language: c
2198 src:
2199 - test/core/internal_api_canaries/iomgr.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
2203 - gpr_test_util
2204 - gpr
2205- name: internal_api_canary_transport_test
2206 build: test
2207 run: false
2208 language: c
2209 src:
2210 - test/core/internal_api_canaries/iomgr.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002216- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002217 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002218 build: test
2219 language: c
2220 src:
2221 - test/core/end2end/invalid_call_argument_test.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002227- name: json_fuzzer_test
2228 build: fuzzer
2229 language: c
2230 src:
2231 - test/core/json/fuzzer.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
2237 corpus_dirs:
2238 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002239 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: json_rewrite
2241 build: test
2242 run: false
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/json/json_rewrite.c
2246 deps:
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: json_rewrite_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/json/json_rewrite_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002259- name: json_stream_error_test
2260 build: test
2261 language: c
2262 src:
2263 - test/core/json/json_stream_error_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: json_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
2273 - test/core/json/json_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: lame_client_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/surface/lame_client_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002289- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002290 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002291 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002295 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002301- name: load_file_test
2302 build: test
2303 language: c
2304 src:
2305 - test/core/iomgr/load_file_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
2309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: low_level_ping_pong_benchmark
2312 build: benchmark
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/network_benchmarks/low_level_ping_pong.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002321 platforms:
2322 - mac
2323 - linux
2324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: message_compress_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/compression/message_compress_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002335- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002336 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002337 build: test
2338 language: c
2339 src:
2340 - test/core/census/mlog_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: multiple_server_queues_test
2347 build: test
2348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
2350 - test/core/end2end/multiple_server_queues_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: murmur_hash_test
2357 build: test
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/core/support/murmur_hash_test.c
2361 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002364- name: nanopb_fuzzer_response_test
2365 build: fuzzer
2366 language: c
2367 src:
2368 - test/core/nanopb/fuzzer_response.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 corpus_dirs:
2375 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002376 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002377- name: nanopb_fuzzer_serverlist_test
2378 build: fuzzer
2379 language: c
2380 src:
2381 - test/core/nanopb/fuzzer_serverlist.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
2385 - gpr_test_util
2386 - gpr
2387 corpus_dirs:
2388 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002389 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002391 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/end2end/no_server_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002401- name: percent_decode_fuzzer
2402 build: fuzzer
2403 language: c
2404 src:
2405 - test/core/support/percent_decode_fuzzer.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
2409 - gpr_test_util
2410 - gpr
2411 corpus_dirs:
2412 - test/core/support/percent_decode_corpus
2413 maxlen: 32
2414- name: percent_encode_fuzzer
2415 build: fuzzer
2416 language: c
2417 src:
2418 - test/core/support/percent_encode_fuzzer.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
2422 - gpr_test_util
2423 - gpr
2424 corpus_dirs:
2425 - test/core/support/percent_encode_corpus
2426 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: resolve_address_test
2428 build: test
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/core/iomgr/resolve_address_test.c
2432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002437 exclude_iomgrs:
2438 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002439- name: resource_quota_test
2440 cpu_cost: 30
2441 build: test
2442 language: c
2443 src:
2444 - test/core/iomgr/resource_quota_test.c
2445 deps:
2446 - grpc_test_util
2447 - grpc
2448 - gpr_test_util
2449 - gpr
yang-gd482e592015-12-10 14:04:00 -08002450- name: secure_channel_create_test
2451 build: test
2452 language: c
2453 src:
2454 - test/core/surface/secure_channel_create_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: secure_endpoint_test
2461 build: test
2462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002463 src:
2464 - test/core/security/secure_endpoint_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002470 exclude_iomgrs:
2471 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002472- name: sequential_connectivity_test
2473 build: test
2474 language: c
2475 src:
2476 - test/core/surface/sequential_connectivity_test.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002482 exclude_iomgrs:
2483 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002484- name: server_chttp2_test
2485 build: test
2486 language: c
2487 src:
2488 - test/core/surface/server_chttp2_test.c
2489 deps:
2490 - grpc_test_util
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002494- name: server_fuzzer
2495 build: fuzzer
2496 language: c
2497 src:
2498 - test/core/end2end/fuzzers/server_fuzzer.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
2502 - gpr_test_util
2503 - gpr
2504 corpus_dirs:
2505 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002506 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002507 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002508- name: server_test
2509 build: test
2510 language: c
2511 src:
2512 - test/core/surface/server_test.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002516 - gpr_test_util
2517 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002518- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002519 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002520 build: test
2521 language: c
2522 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002523 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002524 deps:
2525 - test_tcp_server
2526 - grpc_test_util
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002530 exclude_iomgrs:
2531 - uv
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002532- name: sockaddr_resolver_test
2533 build: test
2534 language: c
2535 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002536 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002537 deps:
2538 - grpc_test_util
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: sockaddr_utils_test
2543 build: test
2544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/core/iomgr/sockaddr_utils_test.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002552- name: socket_utils_test
2553 build: test
2554 language: c
2555 src:
2556 - test/core/iomgr/socket_utils_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002562 exclude_iomgrs:
2563 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002564 platforms:
2565 - mac
2566 - linux
2567 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002569 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570 build: test
2571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/core/iomgr/tcp_client_posix_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002579 exclude_iomgrs:
2580 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002581 platforms:
2582 - mac
2583 - linux
2584 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002586 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 build: test
2588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/core/iomgr/tcp_posix_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002596 exclude_iomgrs:
2597 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002598 platforms:
2599 - mac
2600 - linux
2601 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: tcp_server_posix_test
2603 build: test
2604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
2606 - test/core/iomgr/tcp_server_posix_test.c
2607 deps:
2608 - grpc_test_util
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002612 exclude_iomgrs:
2613 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002614 platforms:
2615 - mac
2616 - linux
2617 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618- name: time_averaged_stats_test
2619 build: test
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - test/core/iomgr/time_averaged_stats_test.c
2623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002628- name: timeout_encoding_test
2629 build: test
2630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002631 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002632 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002633 deps:
2634 - grpc_test_util
2635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002636 - gpr_test_util
2637 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002638- name: timer_heap_test
2639 build: test
2640 language: c
2641 src:
2642 - test/core/iomgr/timer_heap_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002648 exclude_iomgrs:
2649 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002650- name: timer_list_test
2651 build: test
2652 language: c
2653 src:
2654 - test/core/iomgr/timer_list_test.c
2655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002660 exclude_iomgrs:
2661 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002662- name: transport_connectivity_state_test
2663 build: test
2664 language: c
2665 src:
2666 - test/core/transport/connectivity_state_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002672- name: transport_metadata_test
2673 build: test
2674 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - test/core/transport/metadata_test.c
2677 deps:
2678 - grpc_test_util
2679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002680 - gpr_test_util
2681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002682- name: transport_security_test
2683 build: test
2684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002685 src:
2686 - test/core/tsi/transport_security_test.c
2687 deps:
2688 - grpc_test_util
2689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002690 - gpr_test_util
2691 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002692 platforms:
2693 - linux
2694 - posix
2695 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: udp_server_test
2697 build: test
2698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
2700 - test/core/iomgr/udp_server_test.c
2701 deps:
2702 - grpc_test_util
2703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002704 - gpr_test_util
2705 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002706 exclude_iomgrs:
2707 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002708 platforms:
2709 - mac
2710 - linux
2711 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002712- name: uri_fuzzer_test
2713 build: fuzzer
2714 language: c
2715 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002716 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002717 deps:
2718 - grpc_test_util
2719 - grpc
2720 - gpr_test_util
2721 - gpr
2722 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002723 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002724 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002725- name: uri_parser_test
2726 build: test
2727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002729 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002730 deps:
2731 - grpc_test_util
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002735- name: wakeup_fd_cv_test
2736 build: test
2737 language: c
2738 src:
2739 - test/core/iomgr/wakeup_fd_cv_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
2743 - gpr_test_util
2744 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002745 exclude_iomgrs:
2746 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002747 platforms:
2748 - mac
2749 - linux
2750 - posix
vjpai04e992a2016-02-10 16:58:38 -08002751- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002752 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002753 build: test
2754 language: c++
2755 src:
2756 - test/cpp/common/alarm_cpp_test.cc
2757 deps:
2758 - grpc++_test_util
2759 - grpc_test_util
2760 - grpc++
2761 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002762 - gpr_test_util
2763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002765 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766 build: test
2767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
2769 - test/cpp/end2end/async_end2end_test.cc
2770 deps:
2771 - grpc++_test_util
2772 - grpc_test_util
2773 - grpc++
2774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002775 - gpr_test_util
2776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002778 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779 build: test
2780 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
2782 - test/cpp/common/auth_property_iterator_test.cc
2783 deps:
2784 - grpc++_test_util
2785 - grpc_test_util
2786 - grpc++
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002791 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002792 build: test
2793 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002794 src:
yang-g52705592015-11-25 11:45:33 -08002795 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002796 deps:
2797 - grpc++
2798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002800- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002801 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802 build: test
2803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
2805 - test/cpp/util/cli_call_test.cc
2806 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002807 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002815 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002816 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817 build: test
2818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
2820 - test/cpp/end2end/client_crash_test.cc
2821 deps:
2822 - 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 Tiller25834342015-09-25 08:08:24 -07002828 platforms:
2829 - mac
2830 - linux
2831 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: client_crash_test_server
2833 build: test
2834 run: false
2835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/cpp/end2end/client_crash_test_server.cc
2838 deps:
2839 - grpc++_test_util
2840 - grpc_test_util
2841 - grpc++
2842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002843 - gpr_test_util
2844 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002845- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002846 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002847 build: test
2848 language: c++
2849 src:
2850 - src/proto/grpc/testing/control.proto
2851 - src/proto/grpc/testing/messages.proto
2852 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002853 - src/proto/grpc/testing/services.proto
2854 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002855 - test/cpp/codegen/codegen_test_full.cc
2856 deps:
2857 - grpc++
2858 - grpc
2859 - gpr
2860 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002861 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002862- name: codegen_test_minimal
2863 gtest: true
2864 build: test
2865 language: c++
2866 src:
2867 - src/proto/grpc/testing/control.proto
2868 - src/proto/grpc/testing/messages.proto
2869 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002870 - src/proto/grpc/testing/services.proto
2871 - src/proto/grpc/testing/stats.proto
2872 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002873 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002874 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002875 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002877 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878 build: test
2879 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002880 src:
2881 - test/cpp/client/credentials_test.cc
2882 deps:
2883 - grpc++
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002887 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888 build: test
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - test/cpp/util/byte_buffer_test.cc
2892 deps:
2893 - grpc_test_util
2894 - grpc++
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002899 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900 build: test
2901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
2903 - test/cpp/util/slice_test.cc
2904 deps:
2905 - grpc_test_util
2906 - grpc++
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002911 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002912 build: test
2913 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002914 src:
2915 - test/cpp/util/string_ref_test.cc
2916 deps:
2917 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002918- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002919 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920 build: test
2921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002922 src:
2923 - test/cpp/util/time_test.cc
2924 deps:
2925 - grpc_test_util
2926 - grpc++
2927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002928 - gpr_test_util
2929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002930- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002931 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002932 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933 build: test
2934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
2936 - test/cpp/end2end/end2end_test.cc
2937 deps:
2938 - grpc++_test_util
2939 - grpc_test_util
2940 - grpc++
2941 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002942 - gpr_test_util
2943 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002944- name: filter_end2end_test
2945 gtest: true
2946 build: test
2947 language: c++
2948 src:
2949 - test/cpp/end2end/filter_end2end_test.cc
2950 deps:
2951 - grpc++_test_util
2952 - grpc_test_util
2953 - grpc++
2954 - grpc
2955 - gpr_test_util
2956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002958 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002959 build: test
2960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/cpp/end2end/generic_end2end_test.cc
2963 deps:
2964 - grpc++_test_util
2965 - grpc_test_util
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002970- name: golden_file_test
2971 gtest: true
2972 build: test
2973 language: c++
2974 src:
2975 - src/proto/grpc/testing/compiler_test.proto
2976 - test/cpp/codegen/golden_file_test.cc
2977 deps:
2978 - grpc++
2979 - grpc
2980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002981- name: grpc_cli
2982 build: test
2983 run: false
2984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/cpp/util/grpc_cli.cc
2987 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002988 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07002989 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07002990 - grpc++
2991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002992 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002993 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: grpc_cpp_plugin
2995 build: protoc
2996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - src/compiler/cpp_plugin.cc
2999 deps:
3000 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003001 secure: false
3002 vs_config_type: Application
3003 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3004- name: grpc_csharp_plugin
3005 build: protoc
3006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003007 src:
3008 - src/compiler/csharp_plugin.cc
3009 deps:
3010 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003011 secure: false
3012 vs_config_type: Application
3013 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003014- name: grpc_node_plugin
3015 build: protoc
3016 language: c++
3017 src:
3018 - src/compiler/node_plugin.cc
3019 deps:
3020 - grpc_plugin_support
3021 secure: false
3022 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003023- name: grpc_objective_c_plugin
3024 build: protoc
3025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003026 src:
3027 - src/compiler/objective_c_plugin.cc
3028 deps:
3029 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030 secure: false
3031 vs_config_type: Application
3032 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003033- name: grpc_php_plugin
3034 build: protoc
3035 language: c++
3036 src:
3037 - src/compiler/php_plugin.cc
3038 deps:
3039 - grpc_plugin_support
3040 secure: false
3041 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: grpc_python_plugin
3043 build: protoc
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - src/compiler/python_plugin.cc
3047 deps:
3048 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049 secure: false
3050 vs_config_type: Application
3051 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3052- name: grpc_ruby_plugin
3053 build: protoc
3054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
3056 - src/compiler/ruby_plugin.cc
3057 deps:
3058 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003059 secure: false
3060 vs_config_type: Application
3061 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003062- name: grpc_tool_test
3063 gtest: true
3064 build: test
3065 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003066 src:
3067 - src/proto/grpc/testing/echo.proto
3068 - src/proto/grpc/testing/echo_messages.proto
3069 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003070 deps:
3071 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003072 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003073 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003074 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003075 - grpc_test_util
3076 - grpc++
3077 - grpc
3078 - gpr_test_util
3079 - gpr
3080 filegroups:
3081 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003082- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003084 build: test
3085 language: c++
3086 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003087 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003088 - test/cpp/grpclb/grpclb_api_test.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003094- name: grpclb_test
3095 gtest: false
3096 build: test
3097 language: c++
3098 src:
3099 - src/proto/grpc/lb/v1/load_balancer.proto
3100 - test/cpp/grpclb/grpclb_test.cc
3101 deps:
3102 - gpr
3103 - gpr_test_util
3104 - grpc
3105 - grpc++
3106 - grpc++_test_util
3107 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003108- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003109 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003110 build: test
3111 language: c++
3112 src:
3113 - test/cpp/end2end/hybrid_end2end_test.cc
3114 deps:
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121- name: interop_client
3122 build: test
3123 run: false
3124 language: c++
3125 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003126 deps:
3127 - interop_client_main
3128 - interop_client_helper
3129 - grpc++_test_util
3130 - grpc_test_util
3131 - grpc++
3132 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003133 - gpr_test_util
3134 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003135 - grpc++_test_config
3136 platforms:
3137 - mac
3138 - linux
3139 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003140- name: interop_server
3141 build: test
3142 run: false
3143 language: c++
3144 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003145 deps:
3146 - interop_server_main
3147 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003148 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003149 - grpc++_test_util
3150 - grpc_test_util
3151 - grpc++
3152 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003153 - gpr_test_util
3154 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003155 - grpc++_test_config
3156 platforms:
3157 - mac
3158 - linux
3159 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003160- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003161 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162 build: test
3163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003164 src:
3165 - test/cpp/interop/interop_test.cc
3166 deps:
3167 - grpc_test_util
3168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003169 - gpr_test_util
3170 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003171 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003172 platforms:
3173 - mac
3174 - linux
3175 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003176- name: json_run_localhost
3177 build: test
3178 run: false
3179 language: c++
3180 src:
3181 - test/cpp/qps/json_run_localhost.cc
3182 deps:
3183 - grpc++_test_util
3184 - grpc_test_util
3185 - grpc++
3186 - grpc
3187 - gpr_test_util
3188 - gpr
3189 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003190- name: metrics_client
3191 build: test
3192 run: false
3193 language: c++
3194 headers:
3195 - test/cpp/util/metrics_server.h
3196 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003197 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003198 - test/cpp/interop/metrics_client.cc
3199 deps:
3200 - grpc++
3201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003202 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003203 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003204- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003205 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003206 build: test
3207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003208 src:
3209 - test/cpp/end2end/mock_test.cc
3210 deps:
3211 - grpc++_test_util
3212 - grpc_test_util
3213 - grpc++
3214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003215 - gpr_test_util
3216 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003217- name: proto_server_reflection_test
3218 gtest: true
3219 build: test
3220 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003221 src:
3222 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003223 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003224 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003225 - grpc++_reflection
3226 - grpc++_test_util
3227 - grpc_test_util
3228 - grpc++
3229 - grpc
3230 - gpr_test_util
3231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232- name: qps_interarrival_test
3233 build: test
3234 run: false
3235 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003236 src:
3237 - test/cpp/qps/qps_interarrival_test.cc
3238 deps:
3239 - qps
3240 - grpc++_test_util
3241 - grpc_test_util
3242 - grpc++
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003246 platforms:
3247 - mac
3248 - linux
3249 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003250- name: qps_json_driver
3251 build: test
3252 run: false
3253 language: c++
3254 src:
3255 - test/cpp/qps/qps_json_driver.cc
3256 deps:
3257 - qps
3258 - grpc++_test_util
3259 - grpc_test_util
3260 - grpc++
3261 - grpc
3262 - gpr_test_util
3263 - gpr
3264 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003266 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267 build: test
3268 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003269 src:
3270 - test/cpp/qps/qps_openloop_test.cc
3271 deps:
3272 - qps
3273 - grpc++_test_util
3274 - grpc_test_util
3275 - grpc++
3276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003277 - gpr_test_util
3278 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003279 - grpc++_test_config
3280 platforms:
3281 - mac
3282 - linux
3283 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003285 build: test
3286 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003288 headers:
3289 - test/cpp/qps/client.h
3290 - test/cpp/qps/server.h
3291 src:
3292 - test/cpp/qps/worker.cc
3293 deps:
3294 - qps
3295 - grpc++_test_util
3296 - grpc_test_util
3297 - grpc++
3298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003299 - gpr_test_util
3300 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003301 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302- name: reconnect_interop_client
3303 build: test
3304 run: false
3305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003306 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003307 - src/proto/grpc/testing/empty.proto
3308 - src/proto/grpc/testing/messages.proto
3309 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003310 - test/cpp/interop/reconnect_interop_client.cc
3311 deps:
3312 - grpc++_test_util
3313 - grpc_test_util
3314 - grpc++
3315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003316 - gpr_test_util
3317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003318 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003319- name: reconnect_interop_server
3320 build: test
3321 run: false
3322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003323 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003324 - src/proto/grpc/testing/empty.proto
3325 - src/proto/grpc/testing/messages.proto
3326 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003327 - test/cpp/interop/reconnect_interop_server.cc
3328 deps:
3329 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003330 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003331 - grpc++_test_util
3332 - grpc_test_util
3333 - grpc++
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003337 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003338- name: round_robin_end2end_test
3339 gtest: true
3340 build: test
3341 language: c++
3342 src:
3343 - test/cpp/end2end/round_robin_end2end_test.cc
3344 deps:
3345 - grpc++_test_util
3346 - grpc_test_util
3347 - grpc++
3348 - grpc
3349 - gpr_test_util
3350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003351- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003352 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353 build: test
3354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003355 src:
3356 - test/cpp/common/secure_auth_context_test.cc
3357 deps:
3358 - grpc++_test_util
3359 - grpc_test_util
3360 - grpc++
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003364- name: secure_sync_unary_ping_pong_test
3365 build: test
3366 language: c++
3367 src:
3368 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3369 deps:
3370 - qps
3371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr_test_util
3376 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003377 platforms:
3378 - mac
3379 - linux
3380 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003381- name: server_builder_plugin_test
3382 gtest: true
3383 build: test
3384 language: c++
3385 src:
3386 - test/cpp/end2end/server_builder_plugin_test.cc
3387 deps:
3388 - grpc++_test_util
3389 - grpc_test_util
3390 - grpc++
3391 - grpc
3392 - gpr_test_util
3393 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003394- name: server_context_test_spouse_test
3395 gtest: true
3396 build: test
3397 language: c++
3398 src:
3399 - test/cpp/test/server_context_test_spouse_test.cc
3400 deps:
3401 - grpc_test_util
3402 - grpc++_test
3403 - grpc++
3404 - grpc
3405 - gpr_test_util
3406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003408 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003409 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410 build: test
3411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003412 src:
3413 - test/cpp/end2end/server_crash_test.cc
3414 deps:
3415 - grpc++_test_util
3416 - grpc_test_util
3417 - grpc++
3418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 - gpr_test_util
3420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003421 platforms:
3422 - mac
3423 - linux
3424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003425- name: server_crash_test_client
3426 build: test
3427 run: false
3428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003429 src:
3430 - test/cpp/end2end/server_crash_test_client.cc
3431 deps:
3432 - grpc++_test_util
3433 - grpc_test_util
3434 - grpc++
3435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 - gpr_test_util
3437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003439 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440 build: test
3441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003442 src:
3443 - test/cpp/end2end/shutdown_test.cc
3444 deps:
3445 - grpc++_test_util
3446 - grpc_test_util
3447 - grpc++
3448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003449 - gpr_test_util
3450 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: status_test
3452 build: test
3453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003454 src:
3455 - test/cpp/util/status_test.cc
3456 deps:
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003462- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003463 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003464 build: test
3465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003466 src:
3467 - test/cpp/end2end/streaming_throughput_test.cc
3468 deps:
3469 - grpc++_test_util
3470 - grpc_test_util
3471 - grpc++
3472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003473 - gpr_test_util
3474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003475 platforms:
3476 - mac
3477 - linux
3478 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003479- name: stress_test
3480 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003481 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003482 language: c++
3483 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003484 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003485 - test/cpp/interop/interop_client.h
3486 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003487 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003488 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003489 - src/proto/grpc/testing/empty.proto
3490 - src/proto/grpc/testing/messages.proto
3491 - src/proto/grpc/testing/metrics.proto
3492 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003493 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003494 - test/cpp/interop/interop_client.cc
3495 - test/cpp/interop/stress_interop_client.cc
3496 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003497 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003498 deps:
3499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003503 - gpr_test_util
3504 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003505 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003506- name: thread_manager_test
3507 build: test
3508 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003509 src:
3510 - test/cpp/thread_manager/thread_manager_test.cc
3511 deps:
3512 - grpc++
3513 - grpc
3514 - gpr
3515 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003516- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003517 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003518 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003519 build: test
3520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003521 src:
3522 - test/cpp/end2end/thread_stress_test.cc
3523 deps:
3524 - grpc++_test_util
3525 - grpc_test_util
3526 - grpc++
3527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003528 - gpr_test_util
3529 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003530- name: public_headers_must_be_c89
3531 build: test
3532 language: c89
3533 src:
3534 - test/core/surface/public_headers_must_be_c89.c
3535 deps:
3536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003539- linkage: static
3540 name: grpc.dependencies.zlib
3541 props: false
3542 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003543 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003544- linkage: static
3545 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003546 props: true
3547 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003548 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003549- name: gflags
3550 props: false
3551 redist: false
3552 version: 2.1.2.1
3553- name: gtest
3554 props: false
3555 redist: false
3556 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003557configs:
3558 asan:
3559 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003560 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3561 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003562 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003563 LD: clang
3564 LDFLAGS: -fsanitize=address
3565 LDXX: clang++
3566 compile_the_world: true
3567 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003568 ASAN_OPTIONS: detect_leaks=1:color=always
3569 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003570 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003571 asan-noleaks:
3572 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003573 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3574 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003575 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003576 LD: clang
3577 LDFLAGS: -fsanitize=address
3578 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003579 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003580 test_environ:
3581 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003582 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003583 asan-trace-cmp:
3584 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003585 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3586 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003587 CXX: clang++
3588 LD: clang
3589 LDFLAGS: -fsanitize=address
3590 LDXX: clang++
3591 compile_the_world: true
3592 test_environ:
3593 ASAN_OPTIONS: detect_leaks=1:color=always
3594 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3595 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003596 basicprof:
3597 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3598 DEFINES: NDEBUG
3599 dbg:
3600 CPPFLAGS: -O0
3601 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003602 easan:
3603 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003604 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3605 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003606 CXX: clang++
3607 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3608 LD: clang
3609 LDFLAGS: -fsanitize=address
3610 LDXX: clang++
3611 compile_the_world: true
3612 test_environ:
3613 ASAN_OPTIONS: detect_leaks=1:color=always
3614 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3615 timeout_multiplier: 3
3616 edbg:
3617 CPPFLAGS: -O0
3618 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3619 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003620 CC: clang
3621 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003622 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003623 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003624 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003625 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003626 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003627 LDXX: clang++
3628 compile_the_world: true
3629 test_environ:
3630 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3631 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003632 gcov:
3633 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003634 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003635 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003636 DEFINES: _DEBUG DEBUG GPR_GCOV
3637 LD: gcc
3638 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3639 LDXX: g++
3640 helgrind:
3641 CPPFLAGS: -O0
3642 DEFINES: _DEBUG DEBUG
3643 LDFLAGS: -rdynamic
3644 timeout_multiplier: 20
3645 valgrind: --tool=helgrind
3646 memcheck:
3647 CPPFLAGS: -O0
3648 DEFINES: _DEBUG DEBUG
3649 LDFLAGS: -rdynamic
3650 timeout_multiplier: 10
3651 valgrind: --tool=memcheck --leak-check=full
3652 msan:
3653 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003654 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3655 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3656 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003657 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003658 DEFINES: NDEBUG
3659 LD: clang
3660 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3661 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3662 LDXX: clang++
3663 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003664 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003665 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003666 CPPFLAGS: -O3 -fno-omit-frame-pointer
3667 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003668 LDFLAGS: -rdynamic
3669 opt:
3670 CPPFLAGS: -O2
3671 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003672 stapprof:
3673 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3674 DEFINES: NDEBUG
3675 tsan:
3676 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003677 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003678 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003679 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003680 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003681 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003682 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003683 LDXX: clang++
3684 compile_the_world: true
3685 test_environ:
3686 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003687 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003688 ubsan:
3689 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003690 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3691 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003692 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003693 DEFINES: NDEBUG
3694 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003695 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003696 LDXX: clang++
3697 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003698 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003699 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003700 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003701defaults:
3702 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003703 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003704 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003705 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003706 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003707 global:
3708 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3709 LDFLAGS: -g
3710 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003711 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003712 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003713node_modules:
3714- deps:
3715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003716 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003717 - boringssl
3718 - z
murgatroid9994a75412015-11-19 14:04:53 -08003719 headers:
3720 - src/node/ext/byte_buffer.h
3721 - src/node/ext/call.h
3722 - src/node/ext/call_credentials.h
3723 - src/node/ext/channel.h
3724 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003725 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003726 - src/node/ext/completion_queue_async_worker.h
3727 - src/node/ext/server.h
3728 - src/node/ext/server_credentials.h
3729 - src/node/ext/timeval.h
3730 js:
3731 - src/node/index.js
3732 - src/node/src/client.js
3733 - src/node/src/common.js
3734 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003735 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003736 - src/node/src/metadata.js
3737 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003738 name: grpc_node
3739 src:
3740 - src/node/ext/byte_buffer.cc
3741 - src/node/ext/call.cc
3742 - src/node/ext/call_credentials.cc
3743 - src/node/ext/channel.cc
3744 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003745 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003746 - src/node/ext/completion_queue_async_worker.cc
3747 - src/node/ext/node_grpc.cc
3748 - src/node/ext/server.cc
3749 - src/node/ext/server_credentials.cc
3750 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003751openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003752 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003753 extraction_dir: openssl-1.0.2f
3754 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003755php_config_m4:
3756 deps:
3757 - grpc
3758 - gpr
3759 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003760 headers:
3761 - src/php/ext/grpc/byte_buffer.h
3762 - src/php/ext/grpc/call.h
3763 - src/php/ext/grpc/call_credentials.h
3764 - src/php/ext/grpc/channel.h
3765 - src/php/ext/grpc/channel_credentials.h
3766 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003767 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003768 - src/php/ext/grpc/php_grpc.h
3769 - src/php/ext/grpc/server.h
3770 - src/php/ext/grpc/server_credentials.h
3771 - src/php/ext/grpc/timeval.h
3772 src:
3773 - src/php/ext/grpc/byte_buffer.c
3774 - src/php/ext/grpc/call.c
3775 - src/php/ext/grpc/call_credentials.c
3776 - src/php/ext/grpc/channel.c
3777 - src/php/ext/grpc/channel_credentials.c
3778 - src/php/ext/grpc/completion_queue.c
3779 - src/php/ext/grpc/php_grpc.c
3780 - src/php/ext/grpc/server.c
3781 - src/php/ext/grpc/server_credentials.c
3782 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003783python_dependencies:
3784 deps:
3785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003786 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003787 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003788 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003789ruby_gem:
3790 deps:
3791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003793 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003794 - z