blob: 104dc0102be00a70311994a0dee094691e510fb9 [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
207 - src/core/lib/iomgr/pollset_windows.h
208 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700209 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/sockaddr.h
211 - src/core/lib/iomgr/sockaddr_posix.h
212 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700213 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/socket_utils_posix.h
215 - src/core/lib/iomgr/socket_windows.h
216 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700217 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/tcp_posix.h
219 - src/core/lib/iomgr/tcp_server.h
220 - src/core/lib/iomgr/tcp_windows.h
221 - src/core/lib/iomgr/time_averaged_stats.h
222 - src/core/lib/iomgr/timer.h
223 - src/core/lib/iomgr/timer_heap.h
224 - src/core/lib/iomgr/udp_server.h
225 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700226 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/wakeup_fd_pipe.h
228 - src/core/lib/iomgr/wakeup_fd_posix.h
229 - src/core/lib/iomgr/workqueue.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/workqueue_windows.h
231 - src/core/lib/json/json.h
232 - src/core/lib/json/json_common.h
233 - src/core/lib/json/json_reader.h
234 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/surface/api_trace.h
236 - src/core/lib/surface/call.h
237 - src/core/lib/surface/call_test_only.h
238 - src/core/lib/surface/channel.h
239 - src/core/lib/surface/channel_init.h
240 - src/core/lib/surface/channel_stack_type.h
241 - src/core/lib/surface/completion_queue.h
242 - src/core/lib/surface/event_string.h
243 - src/core/lib/surface/init.h
244 - src/core/lib/surface/lame_client.h
245 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700248 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/transport/metadata.h
250 - src/core/lib/transport/metadata_batch.h
251 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400252 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/transport.h
254 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/channel/channel_args.c
257 - src/core/lib/channel/channel_stack.c
258 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/channel/compress_filter.c
260 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700261 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700262 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/channel/http_client_filter.c
264 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700265 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700266 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/compression/message_compress.c
268 - src/core/lib/debug/trace.c
269 - src/core/lib/http/format_request.c
270 - src/core/lib/http/httpcli.c
271 - src/core/lib/http/parser.c
272 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700273 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/iomgr/endpoint.c
275 - src/core/lib/iomgr/endpoint_pair_posix.c
276 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700277 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700278 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700279 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700280 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700281 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/exec_ctx.c
283 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700284 - src/core/lib/iomgr/iocp_windows.c
285 - src/core/lib/iomgr/iomgr.c
286 - src/core/lib/iomgr/iomgr_posix.c
287 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700288 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700289 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700290 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/pollset_set_windows.c
292 - src/core/lib/iomgr/pollset_windows.c
293 - src/core/lib/iomgr/resolve_address_posix.c
294 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700295 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/sockaddr_utils.c
297 - src/core/lib/iomgr/socket_utils_common_posix.c
298 - src/core/lib/iomgr/socket_utils_linux.c
299 - src/core/lib/iomgr/socket_utils_posix.c
300 - src/core/lib/iomgr/socket_windows.c
301 - src/core/lib/iomgr/tcp_client_posix.c
302 - src/core/lib/iomgr/tcp_client_windows.c
303 - src/core/lib/iomgr/tcp_posix.c
304 - src/core/lib/iomgr/tcp_server_posix.c
305 - src/core/lib/iomgr/tcp_server_windows.c
306 - src/core/lib/iomgr/tcp_windows.c
307 - src/core/lib/iomgr/time_averaged_stats.c
308 - src/core/lib/iomgr/timer.c
309 - src/core/lib/iomgr/timer_heap.c
310 - src/core/lib/iomgr/udp_server.c
311 - src/core/lib/iomgr/unix_sockets_posix.c
312 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700313 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/wakeup_fd_eventfd.c
315 - src/core/lib/iomgr/wakeup_fd_nospecial.c
316 - src/core/lib/iomgr/wakeup_fd_pipe.c
317 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/workqueue_windows.c
319 - src/core/lib/json/json.c
320 - src/core/lib/json/json_reader.c
321 - src/core/lib/json/json_string.c
322 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/surface/alarm.c
324 - src/core/lib/surface/api_trace.c
325 - src/core/lib/surface/byte_buffer.c
326 - src/core/lib/surface/byte_buffer_reader.c
327 - src/core/lib/surface/call.c
328 - src/core/lib/surface/call_details.c
329 - src/core/lib/surface/call_log_batch.c
330 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/surface/channel_init.c
332 - src/core/lib/surface/channel_ping.c
333 - src/core/lib/surface/channel_stack_type.c
334 - src/core/lib/surface/completion_queue.c
335 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/surface/lame_client.c
337 - src/core/lib/surface/metadata_array.c
338 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/surface/validate_metadata.c
340 - src/core/lib/surface/version.c
341 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700343 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/transport/metadata.c
345 - src/core/lib/transport/metadata_batch.c
346 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400347 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700348 - src/core/lib/transport/transport.c
349 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700350 deps:
351 - gpr
352 uses:
353 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700354- name: grpc_client_config
355 headers:
356 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700357 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700358 - src/core/ext/client_config/connector.h
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700359 - src/core/ext/client_config/http_connect_handshaker.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700360 - src/core/ext/client_config/initial_connect_string.h
361 - src/core/ext/client_config/lb_policy.h
362 - src/core/ext/client_config/lb_policy_factory.h
363 - src/core/ext/client_config/lb_policy_registry.h
Mark D. Roth4c3a4682016-09-23 15:19:26 -0700364 - src/core/ext/client_config/method_config.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700365 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700366 - src/core/ext/client_config/resolver.h
367 - src/core/ext/client_config/resolver_factory.h
368 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700369 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700371 - src/core/ext/client_config/subchannel_index.h
372 - src/core/ext/client_config/uri_parser.h
373 src:
374 - src/core/ext/client_config/channel_connectivity.c
375 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700376 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700377 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - src/core/ext/client_config/connector.c
379 - src/core/ext/client_config/default_initial_connect_string.c
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700380 - src/core/ext/client_config/http_connect_handshaker.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 - src/core/ext/client_config/initial_connect_string.c
382 - src/core/ext/client_config/lb_policy.c
383 - src/core/ext/client_config/lb_policy_factory.c
384 - src/core/ext/client_config/lb_policy_registry.c
Mark D. Roth4c3a4682016-09-23 15:19:26 -0700385 - src/core/ext/client_config/method_config.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700386 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700387 - src/core/ext/client_config/resolver.c
388 - src/core/ext/client_config/resolver_factory.c
389 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700390 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700391 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 - src/core/ext/client_config/subchannel_index.c
393 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700394 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700395 uses:
396 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800397- name: grpc_codegen
398 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700399 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800400 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800401 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800402 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800403 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800404 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700405 uses:
406 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700407- name: grpc_lb_policy_grpclb
408 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700409 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700410 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700411 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700412 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700413 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700414 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700415 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700416 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700417 uses:
418 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700419 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700420 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700421- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700422 src:
423 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700424 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700425 uses:
426 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700428- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700429 src:
430 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700431 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700432 uses:
433 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700434 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700435- name: grpc_load_reporting
436 headers:
437 - src/core/ext/load_reporting/load_reporting.h
438 - src/core/ext/load_reporting/load_reporting_filter.h
439 src:
440 - src/core/ext/load_reporting/load_reporting.c
441 - src/core/ext/load_reporting/load_reporting_filter.c
442 plugin: grpc_load_reporting_plugin
443 uses:
444 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700445- name: grpc_resolver_dns_native
446 src:
447 - src/core/ext/resolver/dns/native/dns_resolver.c
448 plugin: grpc_resolver_dns_native
449 uses:
450 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700452- name: grpc_resolver_sockaddr
453 src:
454 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
455 plugin: grpc_resolver_sockaddr
456 uses:
457 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700458 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100459- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700460 public_headers:
461 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100462 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 - src/core/lib/security/context/security_context.h
464 - src/core/lib/security/credentials/composite/composite_credentials.h
465 - src/core/lib/security/credentials/credentials.h
466 - src/core/lib/security/credentials/fake/fake_credentials.h
467 - src/core/lib/security/credentials/google_default/google_default_credentials.h
468 - src/core/lib/security/credentials/iam/iam_credentials.h
469 - src/core/lib/security/credentials/jwt/json_token.h
470 - src/core/lib/security/credentials/jwt/jwt_credentials.h
471 - src/core/lib/security/credentials/jwt/jwt_verifier.h
472 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
473 - src/core/lib/security/credentials/plugin/plugin_credentials.h
474 - src/core/lib/security/credentials/ssl/ssl_credentials.h
475 - src/core/lib/security/transport/auth_filters.h
476 - src/core/lib/security/transport/handshake.h
477 - src/core/lib/security/transport/secure_endpoint.h
478 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700479 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700480 - src/core/lib/security/util/b64.h
481 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100482 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700483 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/context/security_context.c
485 - src/core/lib/security/credentials/composite/composite_credentials.c
486 - src/core/lib/security/credentials/credentials.c
487 - src/core/lib/security/credentials/credentials_metadata.c
488 - src/core/lib/security/credentials/fake/fake_credentials.c
489 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700490 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700491 - src/core/lib/security/credentials/google_default/google_default_credentials.c
492 - src/core/lib/security/credentials/iam/iam_credentials.c
493 - src/core/lib/security/credentials/jwt/json_token.c
494 - src/core/lib/security/credentials/jwt/jwt_credentials.c
495 - src/core/lib/security/credentials/jwt/jwt_verifier.c
496 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
497 - src/core/lib/security/credentials/plugin/plugin_credentials.c
498 - src/core/lib/security/credentials/ssl/ssl_credentials.c
499 - src/core/lib/security/transport/client_auth_filter.c
500 - src/core/lib/security/transport/handshake.c
501 - src/core/lib/security/transport/secure_endpoint.c
502 - src/core/lib/security/transport/security_connector.c
503 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700504 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700505 - src/core/lib/security/util/b64.c
506 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700507 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700508 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700509 uses:
510 - grpc_base
511 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700512 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700513- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700514 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700515 headers:
516 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700517 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700518 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/end2end/fixtures/proxy.h
520 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200522 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700523 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700524 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700525 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700526 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700527 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700528 - test/core/util/slice_splitter.h
529 src:
530 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700531 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700532 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700533 - test/core/end2end/fixtures/proxy.c
534 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200536 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700537 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700538 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700539 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700541 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/port_windows.c
543 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700544 deps:
545 - grpc
546 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700547- name: grpc_transport_chttp2
548 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700549 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700550 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700551 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
552 - src/core/ext/transport/chttp2/transport/frame.h
553 - src/core/ext/transport/chttp2/transport/frame_data.h
554 - src/core/ext/transport/chttp2/transport/frame_goaway.h
555 - src/core/ext/transport/chttp2/transport/frame_ping.h
556 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
557 - src/core/ext/transport/chttp2/transport/frame_settings.h
558 - src/core/ext/transport/chttp2/transport/frame_window_update.h
559 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
560 - src/core/ext/transport/chttp2/transport/hpack_parser.h
561 - src/core/ext/transport/chttp2/transport/hpack_table.h
562 - src/core/ext/transport/chttp2/transport/http2_errors.h
563 - src/core/ext/transport/chttp2/transport/huffsyms.h
564 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
565 - src/core/ext/transport/chttp2/transport/internal.h
566 - src/core/ext/transport/chttp2/transport/status_conversion.h
567 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700568 - src/core/ext/transport/chttp2/transport/varint.h
569 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700570 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700571 - src/core/ext/transport/chttp2/transport/bin_encoder.c
572 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700573 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
574 - src/core/ext/transport/chttp2/transport/frame_data.c
575 - src/core/ext/transport/chttp2/transport/frame_goaway.c
576 - src/core/ext/transport/chttp2/transport/frame_ping.c
577 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
578 - src/core/ext/transport/chttp2/transport/frame_settings.c
579 - src/core/ext/transport/chttp2/transport/frame_window_update.c
580 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
581 - src/core/ext/transport/chttp2/transport/hpack_parser.c
582 - src/core/ext/transport/chttp2/transport/hpack_table.c
583 - src/core/ext/transport/chttp2/transport/huffsyms.c
584 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
585 - src/core/ext/transport/chttp2/transport/parsing.c
586 - src/core/ext/transport/chttp2/transport/status_conversion.c
587 - src/core/ext/transport/chttp2/transport/stream_lists.c
588 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700589 - src/core/ext/transport/chttp2/transport/varint.c
590 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700591 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700592 uses:
593 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700594 - grpc_transport_chttp2_alpn
595- name: grpc_transport_chttp2_alpn
596 headers:
597 - src/core/ext/transport/chttp2/alpn/alpn.h
598 src:
599 - src/core/ext/transport/chttp2/alpn/alpn.c
600 deps:
601 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700602- name: grpc_transport_chttp2_client_insecure
603 src:
604 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700605 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700606 uses:
607 - grpc_transport_chttp2
608 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700609 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700610- name: grpc_transport_chttp2_client_secure
611 src:
612 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700613 uses:
614 - grpc_transport_chttp2
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_client_config
617 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700618- name: grpc_transport_chttp2_server_insecure
619 src:
620 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700621 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700622 uses:
623 - grpc_transport_chttp2
624 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700625- name: grpc_transport_chttp2_server_secure
626 src:
627 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700628 uses:
629 - grpc_transport_chttp2
630 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700631 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700632- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700633 public_headers:
634 - include/grpc/grpc_cronet.h
635 - include/grpc/grpc_security.h
636 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700637 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700638 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
639 src:
640 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
641 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
642 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700643 filegroups:
644 - grpc_base
645 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800646- name: nanopb
647 headers:
648 - third_party/nanopb/pb.h
649 - third_party/nanopb/pb_common.h
650 - third_party/nanopb/pb_decode.h
651 - third_party/nanopb/pb_encode.h
652 src:
653 - third_party/nanopb/pb_common.c
654 - third_party/nanopb/pb_decode.c
655 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700656- name: tsi
657 headers:
658 - src/core/lib/tsi/fake_transport_security.h
659 - src/core/lib/tsi/ssl_transport_security.h
660 - src/core/lib/tsi/ssl_types.h
661 - src/core/lib/tsi/transport_security.h
662 - src/core/lib/tsi/transport_security_interface.h
663 src:
664 - src/core/lib/tsi/fake_transport_security.c
665 - src/core/lib/tsi/ssl_transport_security.c
666 - src/core/lib/tsi/transport_security.c
667 deps:
668 - gpr
669 secure: true
670- name: grpc++_base
671 language: c++
672 public_headers:
673 - include/grpc++/alarm.h
674 - include/grpc++/channel.h
675 - include/grpc++/client_context.h
676 - include/grpc++/completion_queue.h
677 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700678 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700679 - include/grpc++/generic/async_generic_service.h
680 - include/grpc++/generic/generic_stub.h
681 - include/grpc++/grpc++.h
682 - include/grpc++/impl/call.h
683 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700684 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700685 - include/grpc++/impl/grpc_library.h
686 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700687 - include/grpc++/impl/rpc_method.h
688 - include/grpc++/impl/rpc_service_method.h
689 - include/grpc++/impl/serialization_traits.h
690 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700691 - include/grpc++/impl/server_builder_plugin.h
692 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700693 - include/grpc++/impl/service_type.h
694 - include/grpc++/impl/sync.h
695 - include/grpc++/impl/sync_cxx11.h
696 - include/grpc++/impl/sync_no_cxx11.h
697 - include/grpc++/impl/thd.h
698 - include/grpc++/impl/thd_cxx11.h
699 - include/grpc++/impl/thd_no_cxx11.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700700 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 - include/grpc++/security/auth_context.h
702 - include/grpc++/security/auth_metadata_processor.h
703 - include/grpc++/security/credentials.h
704 - include/grpc++/security/server_credentials.h
705 - include/grpc++/server.h
706 - include/grpc++/server_builder.h
707 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700708 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 - include/grpc++/support/async_stream.h
710 - include/grpc++/support/async_unary_call.h
711 - include/grpc++/support/byte_buffer.h
712 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700713 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700714 - include/grpc++/support/slice.h
715 - include/grpc++/support/status.h
716 - include/grpc++/support/status_code_enum.h
717 - include/grpc++/support/string_ref.h
718 - include/grpc++/support/stub_options.h
719 - include/grpc++/support/sync_stream.h
720 - include/grpc++/support/time.h
721 headers:
722 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700723 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700724 - src/cpp/server/dynamic_thread_pool.h
725 - src/cpp/server/thread_pool_interface.h
726 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700727 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 - src/cpp/client/client_context.cc
729 - src/cpp/client/create_channel.cc
730 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700731 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700732 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700735 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700736 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700737 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700738 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - src/cpp/common/rpc_method.cc
740 - src/cpp/server/async_generic_service.cc
741 - src/cpp/server/create_default_thread_pool.cc
742 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700744 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/server/server_context.cc
746 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700747 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700748 - src/cpp/util/byte_buffer_cc.cc
749 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - src/cpp/util/status.cc
751 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700752 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 uses:
yang-g17487f92016-06-03 15:21:15 -0700754 - grpc++_codegen_base
755- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 language: c++
757 public_headers:
758 - include/grpc++/impl/codegen/async_stream.h
759 - include/grpc++/impl/codegen/async_unary_call.h
760 - include/grpc++/impl/codegen/call.h
761 - include/grpc++/impl/codegen/call_hook.h
762 - include/grpc++/impl/codegen/channel_interface.h
763 - include/grpc++/impl/codegen/client_context.h
764 - include/grpc++/impl/codegen/client_unary_call.h
765 - include/grpc++/impl/codegen/completion_queue.h
766 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700767 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - include/grpc++/impl/codegen/core_codegen_interface.h
769 - include/grpc++/impl/codegen/create_auth_context.h
770 - include/grpc++/impl/codegen/grpc_library.h
771 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/impl/codegen/rpc_method.h
773 - include/grpc++/impl/codegen/rpc_service_method.h
774 - include/grpc++/impl/codegen/security/auth_context.h
775 - include/grpc++/impl/codegen/serialization_traits.h
776 - include/grpc++/impl/codegen/server_context.h
777 - include/grpc++/impl/codegen/server_interface.h
778 - include/grpc++/impl/codegen/service_type.h
779 - include/grpc++/impl/codegen/status.h
780 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700781 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/codegen/string_ref.h
783 - include/grpc++/impl/codegen/stub_options.h
784 - include/grpc++/impl/codegen/sync.h
785 - include/grpc++/impl/codegen/sync_cxx11.h
786 - include/grpc++/impl/codegen/sync_no_cxx11.h
787 - include/grpc++/impl/codegen/sync_stream.h
788 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 uses:
790 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700791- name: grpc++_codegen_base_src
792 language: c++
793 src:
794 - src/cpp/codegen/codegen_init.cc
795 uses:
796 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700797- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 language: c++
799 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700800 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 uses:
yang-g17487f92016-06-03 15:21:15 -0700802 - grpc++_codegen_base
803 - grpc++_config_proto
804- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 language: c++
806 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700808- name: grpc++_reflection_proto
809 language: c++
810 public_headers:
811 - include/grpc++/ext/reflection.grpc.pb.h
812 - include/grpc++/ext/reflection.pb.h
813 src:
814 - src/cpp/ext/reflection.grpc.pb.cc
815 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700816 uses:
817 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700818- name: thrift_util
819 language: c++
820 public_headers:
821 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700822 - include/grpc++/impl/codegen/thrift_utils.h
823 uses:
824 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100825libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800826- name: gpr
827 build: all
828 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800829 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700830 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800831 secure: false
832 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
833- name: gpr_test_util
834 build: private
835 language: c
836 headers:
837 - test/core/util/test_config.h
838 src:
839 - test/core/util/test_config.c
840 deps:
841 - gpr
842 secure: false
843 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844- name: grpc
845 build: all
846 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 src:
848 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800850 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700851 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700852 filegroups:
853 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700854 - grpc_transport_chttp2_server_secure
855 - grpc_transport_chttp2_client_secure
856 - grpc_transport_chttp2_server_insecure
857 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700858 - grpc_lb_policy_grpclb
859 - grpc_lb_policy_pick_first
860 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700861 - grpc_resolver_dns_native
862 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700863 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100864 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700865 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700866 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700868 vs_packages:
869 - grpc.dependencies.openssl
870 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700872- name: grpc_cronet
873 build: all
874 language: c
875 src:
876 - src/core/lib/surface/init.c
877 baselib: true
878 deps_linkage: static
879 dll: true
880 filegroups:
881 - grpc_base
882 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700883 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700884 generate_plugin_registry: true
885 platforms:
886 - linux
887 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100888- name: grpc_dll
889 build: private
890 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100891 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100892 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100893 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100894 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100895 build_system:
896 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100897 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100898 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100899 vs_config_type: DynamicLibrary
900 vs_packages:
901 - grpc.dependencies.openssl
902 - grpc.dependencies.zlib
903 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
904 vs_props:
905 - zlib
906 - openssl
907 - winsock
908 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909- name: grpc_test_util
910 build: private
911 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700912 headers:
913 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800914 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700915 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700916 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700917 - test/core/end2end/data/server1_cert.c
918 - test/core/end2end/data/server1_key.c
919 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800920 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800922 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700924 - grpc
925 filegroups:
926 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700927 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
929- name: grpc_test_util_unsecure
930 build: private
931 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700932 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800933 - gpr
934 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800935 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700936 filegroups:
937 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 secure: false
939 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
940- name: grpc_unsecure
941 build: all
942 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700943 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700945 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800947 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700949 filegroups:
950 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700951 - grpc_transport_chttp2_server_insecure
952 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700953 - grpc_resolver_dns_native
954 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700955 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700956 - grpc_lb_policy_grpclb
957 - grpc_lb_policy_pick_first
958 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700959 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700960 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 secure: false
962 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: reconnect_server
964 build: private
965 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
967 - test/core/util/reconnect_server.h
968 src:
969 - test/core/util/reconnect_server.c
970 deps:
yang-gc9fca182015-11-06 16:41:33 -0800971 - test_tcp_server
972 - grpc_test_util
973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800974 - gpr_test_util
975 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800976- name: test_tcp_server
977 build: private
978 language: c
979 headers:
980 - test/core/util/test_tcp_server.h
981 src:
982 - test/core/util/test_tcp_server.c
983 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700984 - grpc_test_util
985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 - gpr_test_util
987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988- name: grpc++
989 build: all
990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700991 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700992 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700993 - src/cpp/client/secure_credentials.h
994 - src/cpp/common/secure_auth_context.h
995 - src/cpp/server/secure_server_credentials.h
996 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700997 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700998 - src/cpp/client/secure_credentials.cc
999 - src/cpp/common/auth_property_iterator.cc
1000 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001001 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001002 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001003 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001004 - src/cpp/server/secure_server_credentials.cc
1005 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001006 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001007 baselib: true
1008 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001009 filegroups:
1010 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001011 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001012 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013 secure: check
1014 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001015- name: grpc++_reflection
1016 build: all
1017 language: c++
1018 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001019 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001020 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001021 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001022 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001023 - src/cpp/ext/proto_server_reflection.cc
1024 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001025 deps:
1026 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001027 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001028 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001029- name: grpc++_reflection_codegen
1030 build: private
1031 language: c++
1032 src:
1033 - src/proto/grpc/reflection/v1alpha/reflection.proto
yang-g42879982016-10-13 15:58:31 -07001034- name: grpc++_test
1035 build: test
1036 language: c++
1037 headers:
1038 - include/grpc++/test/server_context_test_spouse.h
1039 src:
1040 - src/cpp/test/server_context_test_spouse.cc
1041 deps:
1042 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043- name: grpc++_test_config
1044 build: private
1045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001046 headers:
1047 - test/cpp/util/test_config.h
1048 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001049 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: grpc++_test_util
1051 build: private
1052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001053 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001054 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001055 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001056 - test/cpp/util/create_test_channel.h
1057 - test/cpp/util/string_ref_helper.h
1058 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001059 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001060 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001061 - src/proto/grpc/testing/echo_messages.proto
1062 - src/proto/grpc/testing/echo.proto
1063 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001064 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001065 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001066 - test/cpp/util/create_test_channel.cc
1067 - test/cpp/util/string_ref_helper.cc
1068 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001069 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001070 deps:
1071 - grpc++
1072 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001073 filegroups:
1074 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001075 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001076 - grpc++_codegen_proto
1077 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001078 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079- name: grpc++_unsecure
1080 build: all
1081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001082 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001083 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001084 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001085 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001086 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001088 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001089 baselib: true
1090 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001091 filegroups:
1092 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001093 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001094 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095 secure: false
1096 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001097- name: grpc_cli_libs
1098 build: private
1099 language: c++
1100 headers:
1101 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001102 - test/cpp/util/cli_credentials.h
1103 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001104 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001105 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001106 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001107 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001108 src:
1109 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001110 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001111 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001112 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001113 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001114 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001115 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001116 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001117 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001118- name: grpc_plugin_support
1119 build: protoc
1120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001121 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001122 - src/compiler/config.h
1123 - src/compiler/cpp_generator.h
1124 - src/compiler/cpp_generator_helpers.h
1125 - src/compiler/csharp_generator.h
1126 - src/compiler/csharp_generator_helpers.h
1127 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001128 - src/compiler/node_generator.h
1129 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001130 - src/compiler/objective_c_generator.h
1131 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001132 - src/compiler/php_generator.h
1133 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001134 - src/compiler/python_generator.h
1135 - src/compiler/ruby_generator.h
1136 - src/compiler/ruby_generator_helpers-inl.h
1137 - src/compiler/ruby_generator_map-inl.h
1138 - src/compiler/ruby_generator_string-inl.h
1139 src:
1140 - src/compiler/cpp_generator.cc
1141 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001142 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001143 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001144 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001145 - src/compiler/python_generator.cc
1146 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001147 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001148 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 secure: false
1150 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001151 vs_props:
1152 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: interop_client_helper
1154 build: private
1155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001156 headers:
1157 - test/cpp/interop/client_helper.h
1158 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001159 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001160 - test/cpp/interop/client_helper.cc
1161 deps:
1162 - grpc++_test_util
1163 - grpc_test_util
1164 - grpc++
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: interop_client_main
1168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 headers:
1171 - test/cpp/interop/interop_client.h
1172 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001173 - src/proto/grpc/testing/empty.proto
1174 - src/proto/grpc/testing/messages.proto
1175 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001176 - test/cpp/interop/client.cc
1177 - test/cpp/interop/interop_client.cc
1178 deps:
1179 - interop_client_helper
1180 - grpc++_test_util
1181 - grpc_test_util
1182 - grpc++
1183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001184 - gpr_test_util
1185 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001186 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187- name: interop_server_helper
1188 build: private
1189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001190 headers:
1191 - test/cpp/interop/server_helper.h
1192 src:
1193 - test/cpp/interop/server_helper.cc
1194 deps:
1195 - grpc_test_util
1196 - grpc++
1197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001199- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200 build: private
1201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001203 - src/proto/grpc/testing/empty.proto
1204 - src/proto/grpc/testing/messages.proto
1205 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001206 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001207 deps:
1208 - interop_server_helper
1209 - grpc++_test_util
1210 - grpc_test_util
1211 - grpc++
1212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001213 - gpr_test_util
1214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001215 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001216- name: interop_server_main
1217 build: private
1218 language: c++
1219 src:
1220 - test/cpp/interop/interop_server_bootstrap.cc
1221 deps:
1222 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: qps
1224 build: private
1225 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001226 headers:
1227 - test/cpp/qps/client.h
1228 - test/cpp/qps/driver.h
1229 - test/cpp/qps/histogram.h
1230 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001231 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001232 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001233 - test/cpp/qps/qps_worker.h
1234 - test/cpp/qps/report.h
1235 - test/cpp/qps/server.h
1236 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001237 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001238 - test/cpp/util/benchmark_config.h
1239 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001240 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001241 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001242 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001243 - src/proto/grpc/testing/control.proto
1244 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001245 - test/cpp/qps/client_async.cc
1246 - test/cpp/qps/client_sync.cc
1247 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001248 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001249 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001250 - test/cpp/qps/qps_worker.cc
1251 - test/cpp/qps/report.cc
1252 - test/cpp/qps/server_async.cc
1253 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001254 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001255 - test/cpp/util/benchmark_config.cc
1256 deps:
1257 - grpc_test_util
1258 - grpc++_test_util
1259 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: grpc_csharp_ext
1261 build: all
1262 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
1264 - src/csharp/ext/grpc_csharp_ext.c
1265 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001268 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001269 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270 dll: only
1271 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001272 vs_packages:
1273 - grpc.dependencies.openssl
1274 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001276 vs_props:
1277 - zlib
1278 - openssl
1279 - winsock
1280 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001282- name: alarm_test
1283 build: test
1284 language: c
1285 src:
1286 - test/core/surface/alarm_test.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001290 - gpr_test_util
1291 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001292- name: algorithm_test
1293 build: test
1294 language: c
1295 src:
1296 - test/core/compression/algorithm_test.c
1297 deps:
1298 - grpc_test_util
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001302- name: alloc_test
1303 build: test
1304 language: c
1305 src:
1306 - test/core/support/alloc_test.c
1307 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: alpn_test
1311 build: test
1312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001313 src:
1314 - test/core/transport/chttp2/alpn_test.c
1315 deps:
1316 - grpc_test_util
1317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 - gpr_test_util
1319 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001320- name: api_fuzzer
1321 build: fuzzer
1322 language: c
1323 src:
1324 - test/core/end2end/fuzzers/api_fuzzer.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
1328 - gpr_test_util
1329 - gpr
1330 corpus_dirs:
1331 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001332 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001333 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001334- name: bad_server_response_test
1335 build: test
1336 language: c
1337 src:
1338 - test/core/end2end/bad_server_response_test.c
1339 deps:
1340 - test_tcp_server
1341 - grpc_test_util
1342 - grpc
1343 - gpr_test_util
1344 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001345- name: bin_decoder_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/transport/chttp2/bin_decoder_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001353- name: bin_encoder_test
1354 build: test
1355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001356 src:
1357 - test/core/transport/chttp2/bin_encoder_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001361- name: census_context_test
1362 build: test
1363 language: c
1364 src:
1365 - test/core/census/context_test.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr_test_util
1370 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001371- name: census_resource_test
1372 build: test
1373 language: c
1374 src:
1375 - test/core/census/resource_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
1379 - gpr_test_util
1380 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001381- name: census_trace_context_test
1382 build: test
1383 language: c
1384 src:
1385 - test/core/census/trace_context_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
1389 - gpr_test_util
1390 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001391- name: channel_create_test
1392 build: test
1393 language: c
1394 src:
1395 - test/core/surface/channel_create_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001401- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001405 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001411- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001415 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: chttp2_stream_map_test
1422 build: test
1423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001424 src:
1425 - test/core/transport/chttp2/stream_map_test.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001431- name: chttp2_varint_test
1432 build: test
1433 language: c
1434 src:
1435 - test/core/transport/chttp2/varint_test.c
1436 deps:
1437 - grpc_test_util
1438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001439 - gpr_test_util
1440 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001441- name: client_fuzzer
1442 build: fuzzer
1443 language: c
1444 src:
1445 - test/core/end2end/fuzzers/client_fuzzer.c
1446 deps:
1447 - grpc_test_util
1448 - grpc
1449 - gpr_test_util
1450 - gpr
1451 corpus_dirs:
1452 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001453 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001454 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001455- name: combiner_test
1456 cpu_cost: 30
1457 build: test
1458 language: c
1459 src:
1460 - test/core/iomgr/combiner_test.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: compression_test
1467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/compression/compression_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001476- name: concurrent_connectivity_test
1477 build: test
1478 language: c
1479 src:
1480 - test/core/surface/concurrent_connectivity_test.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
1484 - gpr_test_util
1485 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001486- name: connection_refused_test
1487 cpu_cost: 0.1
1488 build: test
1489 language: c
1490 src:
1491 - test/core/end2end/connection_refused_test.c
1492 deps:
1493 - grpc_test_util
1494 - grpc
1495 - gpr_test_util
1496 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001497- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001498 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001499 build: test
1500 language: c
1501 src:
1502 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
1506 - gpr_test_util
1507 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001508- name: dns_resolver_test
1509 build: test
1510 language: c
1511 src:
1512 - test/core/client_config/resolvers/dns_resolver_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001519 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520 build: test
1521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001522 src:
1523 - test/core/end2end/dualstack_socket_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001529 platforms:
1530 - mac
1531 - linux
1532 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001533- name: endpoint_pair_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/iomgr/endpoint_pair_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001543- name: ev_epoll_linux_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/iomgr/ev_epoll_linux_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
1553 platforms:
1554 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: fd_conservation_posix_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/iomgr/fd_conservation_posix_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001565 platforms:
1566 - mac
1567 - linux
1568 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: fd_posix_test
1570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/iomgr/fd_posix_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001579 platforms:
1580 - mac
1581 - linux
1582 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: fling_client
1584 build: test
1585 run: false
1586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001587 src:
1588 - test/core/fling/client.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: fling_server
1595 build: test
1596 run: false
1597 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001598 src:
1599 - test/core/fling/server.c
1600 deps:
1601 - grpc_test_util
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr_test_util
1604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001606 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/fling/fling_stream_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001616 platforms:
1617 - mac
1618 - linux
1619 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001621 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/fling/fling_test.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001631 platforms:
1632 - mac
1633 - linux
1634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635- name: gen_hpack_tables
1636 build: tool
1637 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001638 src:
1639 - tools/codegen/core/gen_hpack_tables.c
1640 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001642 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001643- name: gen_legal_metadata_characters
1644 build: tool
1645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001646 src:
1647 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001649- name: gen_percent_encoding_tables
1650 build: tool
1651 language: c
1652 src:
1653 - tools/codegen/core/gen_percent_encoding_tables.c
1654 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001655- name: goaway_server_test
1656 cpu_cost: 0.1
1657 build: test
1658 language: c
1659 src:
1660 - test/core/end2end/goaway_server_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
1664 - gpr_test_util
1665 - gpr
1666 platforms:
1667 - mac
1668 - linux
1669 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001670- name: gpr_avl_test
1671 build: test
1672 language: c
1673 src:
1674 - test/core/support/avl_test.c
1675 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001678- name: gpr_backoff_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/support/backoff_test.c
1683 deps:
1684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: gpr_cmdline_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/support/cmdline_test.c
1691 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001694- name: gpr_cpu_test
1695 build: test
1696 language: c
1697 src:
1698 - test/core/support/cpu_test.c
1699 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001702- name: gpr_env_test
1703 build: test
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/support/env_test.c
1707 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: gpr_histogram_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/support/histogram_test.c
1715 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: gpr_host_port_test
1719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/support/host_port_test.c
1723 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: gpr_log_test
1727 build: test
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - test/core/support/log_test.c
1731 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001734- name: gpr_mpscq_test
1735 cpu_cost: 30
1736 build: test
1737 language: c
1738 src:
1739 - test/core/support/mpscq_test.c
1740 deps:
1741 - gpr_test_util
1742 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001743- name: gpr_percent_encoding_test
1744 build: test
1745 language: c
1746 src:
1747 - test/core/support/percent_encoding_test.c
1748 deps:
1749 - gpr_test_util
1750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: gpr_slice_buffer_test
1752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/support/slice_buffer_test.c
1756 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: gpr_slice_test
1760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/support/slice_test.c
1764 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001768 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769 build: test
1770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/support/stack_lockfree_test.c
1773 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: gpr_string_test
1777 build: test
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - test/core/support/string_test.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001785 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/support/sync_test.c
1790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001794 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/support/thd_test.c
1799 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: gpr_time_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/support/time_test.c
1807 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001808 - gpr_test_util
1809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: gpr_tls_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/support/tls_test.c
1815 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: gpr_useful_test
1819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - test/core/support/useful_test.c
1823 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: grpc_auth_context_test
1827 build: test
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/security/auth_context_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001836- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001840 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: grpc_byte_buffer_reader_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/surface/byte_buffer_reader_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: grpc_channel_args_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/channel/channel_args_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: grpc_channel_stack_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/channel/channel_stack_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: grpc_completion_queue_test
1877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/surface/completion_queue_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: grpc_create_jwt
1887 build: tool
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/security/create_jwt.c
1891 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001894 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: grpc_credentials_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/security/credentials_test.c
1900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001906 build: test
1907 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/security/fetch_oauth2.c
1911 deps:
1912 - grpc_test_util
1913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001916- name: grpc_invalid_channel_args_test
1917 build: test
1918 language: c
1919 src:
1920 - test/core/surface/invalid_channel_args_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: grpc_json_token_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/security/json_token_test.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001936 platforms:
1937 - linux
1938 - posix
1939 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: grpc_jwt_verifier_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/security/jwt_verifier_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: grpc_print_google_default_creds_token
1951 build: tool
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/security/print_google_default_creds_token.c
1955 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_security_connector_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/security/security_connector_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_verify_jwt
1969 build: tool
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/security/verify_jwt.c
1973 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001976- name: hpack_parser_fuzzer_test
1977 build: fuzzer
1978 language: c
1979 src:
1980 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
1984 - gpr_test_util
1985 - gpr
1986 corpus_dirs:
1987 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001988 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001989 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: hpack_parser_test
1991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/transport/chttp2/hpack_parser_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: hpack_table_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/transport/chttp2/hpack_table_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002010- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002014 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002020- name: http_request_fuzzer_test
2021 build: fuzzer
2022 language: c
2023 src:
2024 - test/core/http/request_fuzzer.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
2028 - gpr_test_util
2029 - gpr
2030 corpus_dirs:
2031 - test/core/http/corpus
2032 maxlen: 2048
2033- name: http_response_fuzzer_test
2034 build: fuzzer
2035 language: c
2036 src:
2037 - test/core/http/response_fuzzer.c
2038 deps:
2039 - grpc_test_util
2040 - grpc
2041 - gpr_test_util
2042 - gpr
2043 corpus_dirs:
2044 - test/core/http/corpus
2045 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002046- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002050 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002057 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002061 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002062 deps:
2063 - grpc_test_util
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002071- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002072 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002073 build: test
2074 language: c
2075 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002076 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002077 deps:
2078 - grpc_test_util
2079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002080 - gpr_test_util
2081 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002082 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002083 - linux
yang-gf1183302015-12-07 16:02:05 -08002084- name: init_test
2085 build: test
2086 language: c
2087 src:
2088 - test/core/surface/init_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002092 - gpr_test_util
2093 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002094- name: internal_api_canary_iomgr_test
2095 build: test
2096 run: false
2097 language: c
2098 src:
2099 - test/core/internal_api_canaries/iomgr.c
2100 deps:
2101 - grpc_test_util
2102 - grpc
2103 - gpr_test_util
2104 - gpr
2105- name: internal_api_canary_support_test
2106 build: test
2107 run: false
2108 language: c
2109 src:
2110 - test/core/internal_api_canaries/iomgr.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
2114 - gpr_test_util
2115 - gpr
2116- name: internal_api_canary_transport_test
2117 build: test
2118 run: false
2119 language: c
2120 src:
2121 - test/core/internal_api_canaries/iomgr.c
2122 deps:
2123 - grpc_test_util
2124 - grpc
2125 - gpr_test_util
2126 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002127- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002128 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002129 build: test
2130 language: c
2131 src:
2132 - test/core/end2end/invalid_call_argument_test.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002138- name: json_fuzzer_test
2139 build: fuzzer
2140 language: c
2141 src:
2142 - test/core/json/fuzzer.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
2148 corpus_dirs:
2149 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002150 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002151- name: json_rewrite
2152 build: test
2153 run: false
2154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002155 src:
2156 - test/core/json/json_rewrite.c
2157 deps:
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: json_rewrite_test
2161 build: test
2162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002163 src:
2164 - test/core/json/json_rewrite_test.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002170- name: json_stream_error_test
2171 build: test
2172 language: c
2173 src:
2174 - test/core/json/json_stream_error_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: json_test
2181 build: test
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - test/core/json/json_test.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: lame_client_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/surface/lame_client_test.c
2195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002200- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002201 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002202 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002203 build: test
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/client_config/lb_policies_test.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002212- name: load_file_test
2213 build: test
2214 language: c
2215 src:
2216 - test/core/iomgr/load_file_test.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
2220 - gpr_test_util
2221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: low_level_ping_pong_benchmark
2223 build: benchmark
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/core/network_benchmarks/low_level_ping_pong.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002232 platforms:
2233 - mac
2234 - linux
2235 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002236- name: message_compress_test
2237 build: test
2238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - test/core/compression/message_compress_test.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002246- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002247 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002248 build: test
2249 language: c
2250 src:
2251 - test/core/census/mlog_test.c
2252 deps:
2253 - grpc_test_util
2254 - grpc
2255 - gpr_test_util
2256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: multiple_server_queues_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/end2end/multiple_server_queues_test.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002265 - gpr_test_util
2266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: murmur_hash_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/support/murmur_hash_test.c
2272 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002275- name: nanopb_fuzzer_response_test
2276 build: fuzzer
2277 language: c
2278 src:
2279 - test/core/nanopb/fuzzer_response.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
2285 corpus_dirs:
2286 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002287 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002288- name: nanopb_fuzzer_serverlist_test
2289 build: fuzzer
2290 language: c
2291 src:
2292 - test/core/nanopb/fuzzer_serverlist.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
2296 - gpr_test_util
2297 - gpr
2298 corpus_dirs:
2299 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002300 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002301- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002302 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/end2end/no_server_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002312- name: percent_decode_fuzzer
2313 build: fuzzer
2314 language: c
2315 src:
2316 - test/core/support/percent_decode_fuzzer.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
2320 - gpr_test_util
2321 - gpr
2322 corpus_dirs:
2323 - test/core/support/percent_decode_corpus
2324 maxlen: 32
2325- name: percent_encode_fuzzer
2326 build: fuzzer
2327 language: c
2328 src:
2329 - test/core/support/percent_encode_fuzzer.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
2333 - gpr_test_util
2334 - gpr
2335 corpus_dirs:
2336 - test/core/support/percent_encode_corpus
2337 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: resolve_address_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/iomgr/resolve_address_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002348- name: resource_quota_test
2349 cpu_cost: 30
2350 build: test
2351 language: c
2352 src:
2353 - test/core/iomgr/resource_quota_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
2357 - gpr_test_util
2358 - gpr
yang-gd482e592015-12-10 14:04:00 -08002359- name: secure_channel_create_test
2360 build: test
2361 language: c
2362 src:
2363 - test/core/surface/secure_channel_create_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: secure_endpoint_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/security/secure_endpoint_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002379- name: sequential_connectivity_test
2380 build: test
2381 language: c
2382 src:
2383 - test/core/surface/sequential_connectivity_test.c
2384 deps:
2385 - grpc_test_util
2386 - grpc
2387 - gpr_test_util
2388 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002389- name: server_chttp2_test
2390 build: test
2391 language: c
2392 src:
2393 - test/core/surface/server_chttp2_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002399- name: server_fuzzer
2400 build: fuzzer
2401 language: c
2402 src:
2403 - test/core/end2end/fuzzers/server_fuzzer.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
2407 - gpr_test_util
2408 - gpr
2409 corpus_dirs:
2410 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002411 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002412 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002413- name: server_test
2414 build: test
2415 language: c
2416 src:
2417 - test/core/surface/server_test.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002421 - gpr_test_util
2422 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002423- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002424 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002425 build: test
2426 language: c
2427 src:
2428 - test/core/client_config/set_initial_connect_string_test.c
2429 deps:
2430 - test_tcp_server
2431 - grpc_test_util
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002435- name: sockaddr_resolver_test
2436 build: test
2437 language: c
2438 src:
2439 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: sockaddr_utils_test
2446 build: test
2447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
2449 - test/core/iomgr/sockaddr_utils_test.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002453 - gpr_test_util
2454 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002455- name: socket_utils_test
2456 build: test
2457 language: c
2458 src:
2459 - test/core/iomgr/socket_utils_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002465 platforms:
2466 - mac
2467 - linux
2468 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002470 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/iomgr/tcp_client_posix_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002480 platforms:
2481 - mac
2482 - linux
2483 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002485 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/iomgr/tcp_posix_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002495 platforms:
2496 - mac
2497 - linux
2498 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002499- name: tcp_server_posix_test
2500 build: test
2501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002502 src:
2503 - test/core/iomgr/tcp_server_posix_test.c
2504 deps:
2505 - grpc_test_util
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002509 platforms:
2510 - mac
2511 - linux
2512 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513- name: time_averaged_stats_test
2514 build: test
2515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002516 src:
2517 - test/core/iomgr/time_averaged_stats_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002523- name: timeout_encoding_test
2524 build: test
2525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002526 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002527 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002528 deps:
2529 - grpc_test_util
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002533- name: timer_heap_test
2534 build: test
2535 language: c
2536 src:
2537 - test/core/iomgr/timer_heap_test.c
2538 deps:
2539 - grpc_test_util
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002543- name: timer_list_test
2544 build: test
2545 language: c
2546 src:
2547 - test/core/iomgr/timer_list_test.c
2548 deps:
2549 - grpc_test_util
2550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002551 - gpr_test_util
2552 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002553- name: transport_connectivity_state_test
2554 build: test
2555 language: c
2556 src:
2557 - test/core/transport/connectivity_state_test.c
2558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002563- name: transport_metadata_test
2564 build: test
2565 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/core/transport/metadata_test.c
2568 deps:
2569 - grpc_test_util
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002573- name: transport_security_test
2574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
2577 - test/core/tsi/transport_security_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002583 platforms:
2584 - linux
2585 - posix
2586 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: udp_server_test
2588 build: test
2589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
2591 - test/core/iomgr/udp_server_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002597 platforms:
2598 - mac
2599 - linux
2600 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002601- name: uri_fuzzer_test
2602 build: fuzzer
2603 language: c
2604 src:
2605 - test/core/client_config/uri_fuzzer_test.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 corpus_dirs:
2612 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002613 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: uri_parser_test
2615 build: test
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/core/client_config/uri_parser_test.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002624- name: wakeup_fd_cv_test
2625 build: test
2626 language: c
2627 src:
2628 - test/core/iomgr/wakeup_fd_cv_test.c
2629 deps:
2630 - grpc_test_util
2631 - grpc
2632 - gpr_test_util
2633 - gpr
2634 platforms:
2635 - mac
2636 - linux
2637 - posix
vjpai04e992a2016-02-10 16:58:38 -08002638- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002639 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002640 build: test
2641 language: c++
2642 src:
2643 - test/cpp/common/alarm_cpp_test.cc
2644 deps:
2645 - grpc++_test_util
2646 - grpc_test_util
2647 - grpc++
2648 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002649 - gpr_test_util
2650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002651- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002652 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653 build: test
2654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - test/cpp/end2end/async_end2end_test.cc
2657 deps:
2658 - grpc++_test_util
2659 - grpc_test_util
2660 - grpc++
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002664- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002665 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666 build: test
2667 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002668 src:
2669 - test/cpp/common/auth_property_iterator_test.cc
2670 deps:
2671 - grpc++_test_util
2672 - grpc_test_util
2673 - grpc++
2674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002675 - gpr_test_util
2676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002678 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679 build: test
2680 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
yang-g52705592015-11-25 11:45:33 -08002682 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002683 deps:
2684 - grpc++
2685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002688 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002689 build: test
2690 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002691 src:
2692 - test/cpp/util/cli_call_test.cc
2693 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002694 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002695 - grpc++_test_util
2696 - grpc_test_util
2697 - grpc++
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002702 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002703 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704 build: test
2705 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002706 src:
2707 - test/cpp/end2end/client_crash_test.cc
2708 deps:
2709 - grpc++_test_util
2710 - grpc_test_util
2711 - grpc++
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002715 platforms:
2716 - mac
2717 - linux
2718 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719- name: client_crash_test_server
2720 build: test
2721 run: false
2722 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002723 src:
2724 - test/cpp/end2end/client_crash_test_server.cc
2725 deps:
2726 - grpc++_test_util
2727 - grpc_test_util
2728 - grpc++
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr_test_util
2731 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002732- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002733 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002734 build: test
2735 language: c++
2736 src:
2737 - src/proto/grpc/testing/control.proto
2738 - src/proto/grpc/testing/messages.proto
2739 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002740 - src/proto/grpc/testing/services.proto
2741 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002742 - test/cpp/codegen/codegen_test_full.cc
2743 deps:
2744 - grpc++
2745 - grpc
2746 - gpr
2747 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002748 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002749- name: codegen_test_minimal
2750 gtest: true
2751 build: test
2752 language: c++
2753 src:
2754 - src/proto/grpc/testing/control.proto
2755 - src/proto/grpc/testing/messages.proto
2756 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002757 - src/proto/grpc/testing/services.proto
2758 - src/proto/grpc/testing/stats.proto
2759 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002760 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002761 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002762 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002764 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765 build: test
2766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
2768 - test/cpp/client/credentials_test.cc
2769 deps:
2770 - grpc++
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002773- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002774 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 build: test
2776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002777 src:
2778 - test/cpp/util/byte_buffer_test.cc
2779 deps:
2780 - grpc_test_util
2781 - grpc++
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr_test_util
2784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002786 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002787 build: test
2788 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002789 src:
2790 - test/cpp/util/slice_test.cc
2791 deps:
2792 - grpc_test_util
2793 - grpc++
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002797- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002798 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799 build: test
2800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002801 src:
2802 - test/cpp/util/string_ref_test.cc
2803 deps:
2804 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002806 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807 build: test
2808 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002809 src:
2810 - test/cpp/util/time_test.cc
2811 deps:
2812 - grpc_test_util
2813 - grpc++
2814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002815 - gpr_test_util
2816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002818 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002819 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002820 build: test
2821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002822 src:
2823 - test/cpp/end2end/end2end_test.cc
2824 deps:
2825 - grpc++_test_util
2826 - grpc_test_util
2827 - grpc++
2828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002829 - gpr_test_util
2830 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002831- name: filter_end2end_test
2832 gtest: true
2833 build: test
2834 language: c++
2835 src:
2836 - test/cpp/end2end/filter_end2end_test.cc
2837 deps:
2838 - grpc++_test_util
2839 - grpc_test_util
2840 - grpc++
2841 - grpc
2842 - gpr_test_util
2843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002844- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002845 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846 build: test
2847 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002848 src:
2849 - test/cpp/end2end/generic_end2end_test.cc
2850 deps:
2851 - grpc++_test_util
2852 - grpc_test_util
2853 - grpc++
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002857- name: golden_file_test
2858 gtest: true
2859 build: test
2860 language: c++
2861 src:
2862 - src/proto/grpc/testing/compiler_test.proto
2863 - test/cpp/codegen/golden_file_test.cc
2864 deps:
2865 - grpc++
2866 - grpc
2867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: grpc_cli
2869 build: test
2870 run: false
2871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - test/cpp/util/grpc_cli.cc
2874 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002875 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002876 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002877 - grpc++
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002880 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002881- name: grpc_cpp_plugin
2882 build: protoc
2883 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002884 src:
2885 - src/compiler/cpp_plugin.cc
2886 deps:
2887 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888 secure: false
2889 vs_config_type: Application
2890 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2891- name: grpc_csharp_plugin
2892 build: protoc
2893 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
2895 - src/compiler/csharp_plugin.cc
2896 deps:
2897 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898 secure: false
2899 vs_config_type: Application
2900 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002901- name: grpc_node_plugin
2902 build: protoc
2903 language: c++
2904 src:
2905 - src/compiler/node_plugin.cc
2906 deps:
2907 - grpc_plugin_support
2908 secure: false
2909 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002910- name: grpc_objective_c_plugin
2911 build: protoc
2912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
2914 - src/compiler/objective_c_plugin.cc
2915 deps:
2916 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002917 secure: false
2918 vs_config_type: Application
2919 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002920- name: grpc_php_plugin
2921 build: protoc
2922 language: c++
2923 src:
2924 - src/compiler/php_plugin.cc
2925 deps:
2926 - grpc_plugin_support
2927 secure: false
2928 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002929- name: grpc_python_plugin
2930 build: protoc
2931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002932 src:
2933 - src/compiler/python_plugin.cc
2934 deps:
2935 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936 secure: false
2937 vs_config_type: Application
2938 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2939- name: grpc_ruby_plugin
2940 build: protoc
2941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002942 src:
2943 - src/compiler/ruby_plugin.cc
2944 deps:
2945 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946 secure: false
2947 vs_config_type: Application
2948 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002949- name: grpc_tool_test
2950 gtest: true
2951 build: test
2952 language: c++
2953 headers:
2954 - test/cpp/util/string_ref_helper.h
2955 src:
2956 - src/proto/grpc/testing/echo.proto
2957 - src/proto/grpc/testing/echo_messages.proto
2958 - test/cpp/util/grpc_tool_test.cc
2959 - test/cpp/util/string_ref_helper.cc
2960 deps:
2961 - grpc_cli_libs
2962 - grpc++_reflection
2963 - grpc_test_util
2964 - grpc++
2965 - grpc
2966 - gpr_test_util
2967 - gpr
2968 filegroups:
2969 - grpc++_codegen_proto
2970 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002971- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002972 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002973 build: test
2974 language: c++
2975 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002976 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002977 - test/cpp/grpclb/grpclb_api_test.cc
2978 deps:
2979 - grpc++_test_util
2980 - grpc_test_util
2981 - grpc++
2982 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002983- name: grpclb_test
2984 gtest: false
2985 build: test
2986 language: c++
2987 src:
2988 - src/proto/grpc/lb/v1/load_balancer.proto
2989 - test/cpp/grpclb/grpclb_test.cc
2990 deps:
2991 - gpr
2992 - gpr_test_util
2993 - grpc
2994 - grpc++
2995 - grpc++_test_util
2996 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002997- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002998 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002999 build: test
3000 language: c++
3001 src:
3002 - test/cpp/end2end/hybrid_end2end_test.cc
3003 deps:
3004 - grpc++_test_util
3005 - grpc_test_util
3006 - grpc++
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010- name: interop_client
3011 build: test
3012 run: false
3013 language: c++
3014 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003015 deps:
3016 - interop_client_main
3017 - interop_client_helper
3018 - grpc++_test_util
3019 - grpc_test_util
3020 - grpc++
3021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003022 - gpr_test_util
3023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003024 - grpc++_test_config
3025 platforms:
3026 - mac
3027 - linux
3028 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029- name: interop_server
3030 build: test
3031 run: false
3032 language: c++
3033 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003034 deps:
3035 - interop_server_main
3036 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003037 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003038 - grpc++_test_util
3039 - grpc_test_util
3040 - grpc++
3041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003042 - gpr_test_util
3043 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003044 - grpc++_test_config
3045 platforms:
3046 - mac
3047 - linux
3048 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003050 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051 build: test
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/cpp/interop/interop_test.cc
3055 deps:
3056 - grpc_test_util
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003060 platforms:
3061 - mac
3062 - linux
3063 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003064- name: json_run_localhost
3065 build: test
3066 run: false
3067 language: c++
3068 src:
3069 - test/cpp/qps/json_run_localhost.cc
3070 deps:
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc
3075 - gpr_test_util
3076 - gpr
3077 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003078- name: metrics_client
3079 build: test
3080 run: false
3081 language: c++
3082 headers:
3083 - test/cpp/util/metrics_server.h
3084 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003085 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003086 - test/cpp/interop/metrics_client.cc
3087 deps:
3088 - grpc++
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003091 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003093 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003094 build: test
3095 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003096 src:
3097 - test/cpp/end2end/mock_test.cc
3098 deps:
3099 - grpc++_test_util
3100 - grpc_test_util
3101 - grpc++
3102 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003103 - gpr_test_util
3104 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003105- name: proto_server_reflection_test
3106 gtest: true
3107 build: test
3108 language: c++
3109 headers:
3110 - test/cpp/util/proto_reflection_descriptor_database.h
3111 src:
3112 - test/cpp/end2end/proto_server_reflection_test.cc
3113 - test/cpp/util/proto_reflection_descriptor_database.cc
3114 deps:
3115 - grpc++_reflection
3116 - grpc++_test_util
3117 - grpc_test_util
3118 - grpc++
3119 - grpc
3120 - gpr_test_util
3121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003122- name: qps_interarrival_test
3123 build: test
3124 run: false
3125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003126 src:
3127 - test/cpp/qps/qps_interarrival_test.cc
3128 deps:
3129 - qps
3130 - grpc++_test_util
3131 - grpc_test_util
3132 - grpc++
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003136 platforms:
3137 - mac
3138 - linux
3139 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003140- name: qps_json_driver
3141 build: test
3142 run: false
3143 language: c++
3144 src:
3145 - test/cpp/qps/qps_json_driver.cc
3146 deps:
3147 - qps
3148 - grpc++_test_util
3149 - grpc_test_util
3150 - grpc++
3151 - grpc
3152 - gpr_test_util
3153 - gpr
3154 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003156 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003157 build: test
3158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003159 src:
3160 - test/cpp/qps/qps_openloop_test.cc
3161 deps:
3162 - qps
3163 - grpc++_test_util
3164 - grpc_test_util
3165 - grpc++
3166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003167 - gpr_test_util
3168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003169 - grpc++_test_config
3170 platforms:
3171 - mac
3172 - linux
3173 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003175 build: test
3176 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003178 headers:
3179 - test/cpp/qps/client.h
3180 - test/cpp/qps/server.h
3181 src:
3182 - test/cpp/qps/worker.cc
3183 deps:
3184 - qps
3185 - grpc++_test_util
3186 - grpc_test_util
3187 - grpc++
3188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003189 - gpr_test_util
3190 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003191 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003192- name: reconnect_interop_client
3193 build: test
3194 run: false
3195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003196 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003197 - src/proto/grpc/testing/empty.proto
3198 - src/proto/grpc/testing/messages.proto
3199 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003200 - test/cpp/interop/reconnect_interop_client.cc
3201 deps:
3202 - grpc++_test_util
3203 - grpc_test_util
3204 - grpc++
3205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003206 - gpr_test_util
3207 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003208 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003209- name: reconnect_interop_server
3210 build: test
3211 run: false
3212 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003213 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003214 - src/proto/grpc/testing/empty.proto
3215 - src/proto/grpc/testing/messages.proto
3216 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003217 - test/cpp/interop/reconnect_interop_server.cc
3218 deps:
3219 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003220 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003221 - grpc++_test_util
3222 - grpc_test_util
3223 - grpc++
3224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003225 - gpr_test_util
3226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003227 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003229 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230 build: test
3231 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003232 src:
3233 - test/cpp/common/secure_auth_context_test.cc
3234 deps:
3235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003241- name: secure_sync_unary_ping_pong_test
3242 build: test
3243 language: c++
3244 src:
3245 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3246 deps:
3247 - qps
3248 - grpc++_test_util
3249 - grpc_test_util
3250 - grpc++
3251 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003252 - gpr_test_util
3253 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003254 platforms:
3255 - mac
3256 - linux
3257 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003258- name: server_builder_plugin_test
3259 gtest: true
3260 build: test
3261 language: c++
3262 src:
3263 - test/cpp/end2end/server_builder_plugin_test.cc
3264 deps:
3265 - grpc++_test_util
3266 - grpc_test_util
3267 - grpc++
3268 - grpc
3269 - gpr_test_util
3270 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003271- name: server_context_test_spouse_test
3272 gtest: true
3273 build: test
3274 language: c++
3275 src:
3276 - test/cpp/test/server_context_test_spouse_test.cc
3277 deps:
3278 - grpc_test_util
3279 - grpc++_test
3280 - grpc++
3281 - grpc
3282 - gpr_test_util
3283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003285 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003286 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 build: test
3288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
3290 - test/cpp/end2end/server_crash_test.cc
3291 deps:
3292 - grpc++_test_util
3293 - grpc_test_util
3294 - grpc++
3295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003296 - gpr_test_util
3297 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003298 platforms:
3299 - mac
3300 - linux
3301 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003302- name: server_crash_test_client
3303 build: test
3304 run: false
3305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003306 src:
3307 - test/cpp/end2end/server_crash_test_client.cc
3308 deps:
3309 - grpc++_test_util
3310 - grpc_test_util
3311 - grpc++
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr_test_util
3314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003315- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003316 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003317 build: test
3318 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003319 src:
3320 - test/cpp/end2end/shutdown_test.cc
3321 deps:
3322 - grpc++_test_util
3323 - grpc_test_util
3324 - grpc++
3325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003326 - gpr_test_util
3327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328- name: status_test
3329 build: test
3330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003331 src:
3332 - test/cpp/util/status_test.cc
3333 deps:
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003339- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003340 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003341 build: test
3342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003343 src:
3344 - test/cpp/end2end/streaming_throughput_test.cc
3345 deps:
3346 - grpc++_test_util
3347 - grpc_test_util
3348 - grpc++
3349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 - gpr_test_util
3351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003352 platforms:
3353 - mac
3354 - linux
3355 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003356- name: stress_test
3357 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003358 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003359 language: c++
3360 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003361 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003362 - test/cpp/interop/interop_client.h
3363 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003364 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003365 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003366 - src/proto/grpc/testing/empty.proto
3367 - src/proto/grpc/testing/messages.proto
3368 - src/proto/grpc/testing/metrics.proto
3369 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003370 - test/cpp/interop/interop_client.cc
3371 - test/cpp/interop/stress_interop_client.cc
3372 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003373 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003374 deps:
3375 - grpc++_test_util
3376 - grpc_test_util
3377 - grpc++
3378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003379 - gpr_test_util
3380 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003381 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003382- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003383 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003384 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385 build: test
3386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003387 src:
3388 - test/cpp/end2end/thread_stress_test.cc
3389 deps:
3390 - grpc++_test_util
3391 - grpc_test_util
3392 - grpc++
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr_test_util
3395 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003396- name: public_headers_must_be_c89
3397 build: test
3398 language: c89
3399 src:
3400 - test/core/surface/public_headers_must_be_c89.c
3401 deps:
3402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003404vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003405- linkage: static
3406 name: grpc.dependencies.zlib
3407 props: false
3408 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003409 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003410- linkage: static
3411 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003412 props: true
3413 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003414 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003415- name: gflags
3416 props: false
3417 redist: false
3418 version: 2.1.2.1
3419- name: gtest
3420 props: false
3421 redist: false
3422 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003423configs:
3424 asan:
3425 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003426 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3427 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003428 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003429 LD: clang
3430 LDFLAGS: -fsanitize=address
3431 LDXX: clang++
3432 compile_the_world: true
3433 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003434 ASAN_OPTIONS: detect_leaks=1:color=always
3435 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003436 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003437 asan-noleaks:
3438 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003439 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3440 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003441 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003442 LD: clang
3443 LDFLAGS: -fsanitize=address
3444 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003445 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003446 test_environ:
3447 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003448 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003449 asan-trace-cmp:
3450 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003451 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3452 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003453 CXX: clang++
3454 LD: clang
3455 LDFLAGS: -fsanitize=address
3456 LDXX: clang++
3457 compile_the_world: true
3458 test_environ:
3459 ASAN_OPTIONS: detect_leaks=1:color=always
3460 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3461 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003462 basicprof:
3463 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3464 DEFINES: NDEBUG
3465 dbg:
3466 CPPFLAGS: -O0
3467 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003468 easan:
3469 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003470 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3471 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003472 CXX: clang++
3473 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3474 LD: clang
3475 LDFLAGS: -fsanitize=address
3476 LDXX: clang++
3477 compile_the_world: true
3478 test_environ:
3479 ASAN_OPTIONS: detect_leaks=1:color=always
3480 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3481 timeout_multiplier: 3
3482 edbg:
3483 CPPFLAGS: -O0
3484 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3485 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003486 CC: clang
3487 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003488 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003489 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003490 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003491 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003492 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003493 LDXX: clang++
3494 compile_the_world: true
3495 test_environ:
3496 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3497 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003498 gcov:
3499 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003500 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003501 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003502 DEFINES: _DEBUG DEBUG GPR_GCOV
3503 LD: gcc
3504 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3505 LDXX: g++
3506 helgrind:
3507 CPPFLAGS: -O0
3508 DEFINES: _DEBUG DEBUG
3509 LDFLAGS: -rdynamic
3510 timeout_multiplier: 20
3511 valgrind: --tool=helgrind
3512 memcheck:
3513 CPPFLAGS: -O0
3514 DEFINES: _DEBUG DEBUG
3515 LDFLAGS: -rdynamic
3516 timeout_multiplier: 10
3517 valgrind: --tool=memcheck --leak-check=full
3518 msan:
3519 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003520 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3521 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3522 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003523 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003524 DEFINES: NDEBUG
3525 LD: clang
3526 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3527 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3528 LDXX: clang++
3529 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003530 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003531 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003532 CPPFLAGS: -O3 -fno-omit-frame-pointer
3533 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003534 LDFLAGS: -rdynamic
3535 opt:
3536 CPPFLAGS: -O2
3537 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003538 stapprof:
3539 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3540 DEFINES: NDEBUG
3541 tsan:
3542 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003543 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003544 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003545 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003546 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003547 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003548 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003549 LDXX: clang++
3550 compile_the_world: true
3551 test_environ:
3552 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003553 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003554 ubsan:
3555 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003556 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3557 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003558 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003559 DEFINES: NDEBUG
3560 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003561 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003562 LDXX: clang++
3563 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003564 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003565 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003566 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003567defaults:
3568 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003569 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003570 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003571 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003572 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003573 global:
3574 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3575 LDFLAGS: -g
3576 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003577 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003578 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003579node_modules:
3580- deps:
3581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003582 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003583 - boringssl
3584 - z
murgatroid9994a75412015-11-19 14:04:53 -08003585 headers:
3586 - src/node/ext/byte_buffer.h
3587 - src/node/ext/call.h
3588 - src/node/ext/call_credentials.h
3589 - src/node/ext/channel.h
3590 - src/node/ext/channel_credentials.h
3591 - src/node/ext/completion_queue_async_worker.h
3592 - src/node/ext/server.h
3593 - src/node/ext/server_credentials.h
3594 - src/node/ext/timeval.h
3595 js:
3596 - src/node/index.js
3597 - src/node/src/client.js
3598 - src/node/src/common.js
3599 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003600 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003601 - src/node/src/metadata.js
3602 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003603 name: grpc_node
3604 src:
3605 - src/node/ext/byte_buffer.cc
3606 - src/node/ext/call.cc
3607 - src/node/ext/call_credentials.cc
3608 - src/node/ext/channel.cc
3609 - src/node/ext/channel_credentials.cc
3610 - src/node/ext/completion_queue_async_worker.cc
3611 - src/node/ext/node_grpc.cc
3612 - src/node/ext/server.cc
3613 - src/node/ext/server_credentials.cc
3614 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003615openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003616 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003617 extraction_dir: openssl-1.0.2f
3618 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003619php_config_m4:
3620 deps:
3621 - grpc
3622 - gpr
3623 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003624 headers:
3625 - src/php/ext/grpc/byte_buffer.h
3626 - src/php/ext/grpc/call.h
3627 - src/php/ext/grpc/call_credentials.h
3628 - src/php/ext/grpc/channel.h
3629 - src/php/ext/grpc/channel_credentials.h
3630 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003631 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003632 - src/php/ext/grpc/php_grpc.h
3633 - src/php/ext/grpc/server.h
3634 - src/php/ext/grpc/server_credentials.h
3635 - src/php/ext/grpc/timeval.h
3636 src:
3637 - src/php/ext/grpc/byte_buffer.c
3638 - src/php/ext/grpc/call.c
3639 - src/php/ext/grpc/call_credentials.c
3640 - src/php/ext/grpc/channel.c
3641 - src/php/ext/grpc/channel_credentials.c
3642 - src/php/ext/grpc/completion_queue.c
3643 - src/php/ext/grpc/php_grpc.c
3644 - src/php/ext/grpc/server.c
3645 - src/php/ext/grpc/server_credentials.c
3646 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003647python_dependencies:
3648 deps:
3649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003650 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003651 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003652 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003653ruby_gem:
3654 deps:
3655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003657 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003658 - z