blob: baf1eb9bd0c1c67c084e699a151d517d0e2f615c [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
209 - src/core/lib/iomgr/sockaddr.h
210 - src/core/lib/iomgr/sockaddr_posix.h
211 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700212 - src/core/lib/iomgr/sockaddr_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/socket_utils_posix.h
214 - src/core/lib/iomgr/socket_windows.h
215 - src/core/lib/iomgr/tcp_client.h
216 - src/core/lib/iomgr/tcp_posix.h
217 - src/core/lib/iomgr/tcp_server.h
218 - src/core/lib/iomgr/tcp_windows.h
219 - src/core/lib/iomgr/time_averaged_stats.h
220 - src/core/lib/iomgr/timer.h
221 - src/core/lib/iomgr/timer_heap.h
222 - src/core/lib/iomgr/udp_server.h
223 - src/core/lib/iomgr/unix_sockets_posix.h
224 - src/core/lib/iomgr/wakeup_fd_pipe.h
225 - src/core/lib/iomgr/wakeup_fd_posix.h
226 - src/core/lib/iomgr/workqueue.h
227 - src/core/lib/iomgr/workqueue_posix.h
228 - src/core/lib/iomgr/workqueue_windows.h
229 - src/core/lib/json/json.h
230 - src/core/lib/json/json_common.h
231 - src/core/lib/json/json_reader.h
232 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/surface/api_trace.h
234 - src/core/lib/surface/call.h
235 - src/core/lib/surface/call_test_only.h
236 - src/core/lib/surface/channel.h
237 - src/core/lib/surface/channel_init.h
238 - src/core/lib/surface/channel_stack_type.h
239 - src/core/lib/surface/completion_queue.h
240 - src/core/lib/surface/event_string.h
241 - src/core/lib/surface/init.h
242 - src/core/lib/surface/lame_client.h
243 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/transport/connectivity_state.h
246 - src/core/lib/transport/metadata.h
247 - src/core/lib/transport/metadata_batch.h
248 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400249 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/transport/transport.h
251 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/channel/channel_args.c
254 - src/core/lib/channel/channel_stack.c
255 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/channel/compress_filter.c
257 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700258 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700259 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/channel/http_client_filter.c
261 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700262 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700263 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/compression/message_compress.c
265 - src/core/lib/debug/trace.c
266 - src/core/lib/http/format_request.c
267 - src/core/lib/http/httpcli.c
268 - src/core/lib/http/parser.c
269 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700270 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/iomgr/endpoint.c
272 - src/core/lib/iomgr/endpoint_pair_posix.c
273 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700274 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700275 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700276 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700277 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700278 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/iomgr/exec_ctx.c
280 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/iomgr/iocp_windows.c
282 - src/core/lib/iomgr/iomgr.c
283 - src/core/lib/iomgr/iomgr_posix.c
284 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700285 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700286 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700287 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/iomgr/pollset_set_windows.c
289 - src/core/lib/iomgr/pollset_windows.c
290 - src/core/lib/iomgr/resolve_address_posix.c
291 - src/core/lib/iomgr/resolve_address_windows.c
292 - src/core/lib/iomgr/sockaddr_utils.c
293 - src/core/lib/iomgr/socket_utils_common_posix.c
294 - src/core/lib/iomgr/socket_utils_linux.c
295 - src/core/lib/iomgr/socket_utils_posix.c
296 - src/core/lib/iomgr/socket_windows.c
297 - src/core/lib/iomgr/tcp_client_posix.c
298 - src/core/lib/iomgr/tcp_client_windows.c
299 - src/core/lib/iomgr/tcp_posix.c
300 - src/core/lib/iomgr/tcp_server_posix.c
301 - src/core/lib/iomgr/tcp_server_windows.c
302 - src/core/lib/iomgr/tcp_windows.c
303 - src/core/lib/iomgr/time_averaged_stats.c
304 - src/core/lib/iomgr/timer.c
305 - src/core/lib/iomgr/timer_heap.c
306 - src/core/lib/iomgr/udp_server.c
307 - src/core/lib/iomgr/unix_sockets_posix.c
308 - src/core/lib/iomgr/unix_sockets_posix_noop.c
309 - src/core/lib/iomgr/wakeup_fd_eventfd.c
310 - src/core/lib/iomgr/wakeup_fd_nospecial.c
311 - src/core/lib/iomgr/wakeup_fd_pipe.c
312 - src/core/lib/iomgr/wakeup_fd_posix.c
313 - src/core/lib/iomgr/workqueue_posix.c
314 - src/core/lib/iomgr/workqueue_windows.c
315 - src/core/lib/json/json.c
316 - src/core/lib/json/json_reader.c
317 - src/core/lib/json/json_string.c
318 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/surface/alarm.c
320 - src/core/lib/surface/api_trace.c
321 - src/core/lib/surface/byte_buffer.c
322 - src/core/lib/surface/byte_buffer_reader.c
323 - src/core/lib/surface/call.c
324 - src/core/lib/surface/call_details.c
325 - src/core/lib/surface/call_log_batch.c
326 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/surface/channel_init.c
328 - src/core/lib/surface/channel_ping.c
329 - src/core/lib/surface/channel_stack_type.c
330 - src/core/lib/surface/completion_queue.c
331 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/surface/lame_client.c
333 - src/core/lib/surface/metadata_array.c
334 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/surface/validate_metadata.c
336 - src/core/lib/surface/version.c
337 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/transport/connectivity_state.c
339 - src/core/lib/transport/metadata.c
340 - src/core/lib/transport/metadata_batch.c
341 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400342 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/transport/transport.c
344 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700345 deps:
346 - gpr
347 uses:
348 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700349- name: grpc_client_config
350 headers:
351 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700352 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/connector.h
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700354 - src/core/ext/client_config/http_connect_handshaker.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/initial_connect_string.h
356 - src/core/ext/client_config/lb_policy.h
357 - src/core/ext/client_config/lb_policy_factory.h
358 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700359 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700360 - src/core/ext/client_config/resolver.h
361 - src/core/ext/client_config/resolver_factory.h
362 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700363 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700364 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700365 - src/core/ext/client_config/subchannel_index.h
366 - src/core/ext/client_config/uri_parser.h
367 src:
368 - src/core/ext/client_config/channel_connectivity.c
369 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700370 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700371 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700372 - src/core/ext/client_config/connector.c
373 - src/core/ext/client_config/default_initial_connect_string.c
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700374 - src/core/ext/client_config/http_connect_handshaker.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700375 - src/core/ext/client_config/initial_connect_string.c
376 - src/core/ext/client_config/lb_policy.c
377 - src/core/ext/client_config/lb_policy_factory.c
378 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700379 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700380 - src/core/ext/client_config/resolver.c
381 - src/core/ext/client_config/resolver_factory.c
382 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700383 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700384 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700385 - src/core/ext/client_config/subchannel_index.c
386 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700387 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700388 uses:
389 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800390- name: grpc_codegen
391 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700392 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800394 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800395 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800396 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800397 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700398 uses:
399 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700400- name: grpc_lb_policy_grpclb
401 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700402 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700403 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700404 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700405 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700406 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700407 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700408 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700409 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700413 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700414- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700415 src:
416 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700417 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700418 uses:
419 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700420 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700421- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700422 src:
423 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700424 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700425 uses:
426 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700428- name: grpc_load_reporting
429 headers:
430 - src/core/ext/load_reporting/load_reporting.h
431 - src/core/ext/load_reporting/load_reporting_filter.h
432 src:
433 - src/core/ext/load_reporting/load_reporting.c
434 - src/core/ext/load_reporting/load_reporting_filter.c
435 plugin: grpc_load_reporting_plugin
436 uses:
437 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700438- name: grpc_resolver_dns_native
439 src:
440 - src/core/ext/resolver/dns/native/dns_resolver.c
441 plugin: grpc_resolver_dns_native
442 uses:
443 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700444 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700445- name: grpc_resolver_sockaddr
446 src:
447 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
448 plugin: grpc_resolver_sockaddr
449 uses:
450 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100452- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 public_headers:
454 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100455 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700456 - src/core/lib/security/context/security_context.h
457 - src/core/lib/security/credentials/composite/composite_credentials.h
458 - src/core/lib/security/credentials/credentials.h
459 - src/core/lib/security/credentials/fake/fake_credentials.h
460 - src/core/lib/security/credentials/google_default/google_default_credentials.h
461 - src/core/lib/security/credentials/iam/iam_credentials.h
462 - src/core/lib/security/credentials/jwt/json_token.h
463 - src/core/lib/security/credentials/jwt/jwt_credentials.h
464 - src/core/lib/security/credentials/jwt/jwt_verifier.h
465 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
466 - src/core/lib/security/credentials/plugin/plugin_credentials.h
467 - src/core/lib/security/credentials/ssl/ssl_credentials.h
468 - src/core/lib/security/transport/auth_filters.h
469 - src/core/lib/security/transport/handshake.h
470 - src/core/lib/security/transport/secure_endpoint.h
471 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700472 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/util/b64.h
474 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100475 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700476 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700477 - src/core/lib/security/context/security_context.c
478 - src/core/lib/security/credentials/composite/composite_credentials.c
479 - src/core/lib/security/credentials/credentials.c
480 - src/core/lib/security/credentials/credentials_metadata.c
481 - src/core/lib/security/credentials/fake/fake_credentials.c
482 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700483 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/credentials/google_default/google_default_credentials.c
485 - src/core/lib/security/credentials/iam/iam_credentials.c
486 - src/core/lib/security/credentials/jwt/json_token.c
487 - src/core/lib/security/credentials/jwt/jwt_credentials.c
488 - src/core/lib/security/credentials/jwt/jwt_verifier.c
489 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
490 - src/core/lib/security/credentials/plugin/plugin_credentials.c
491 - src/core/lib/security/credentials/ssl/ssl_credentials.c
492 - src/core/lib/security/transport/client_auth_filter.c
493 - src/core/lib/security/transport/handshake.c
494 - src/core/lib/security/transport/secure_endpoint.c
495 - src/core/lib/security/transport/security_connector.c
496 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700497 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700498 - src/core/lib/security/util/b64.c
499 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700500 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700501 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700502 uses:
503 - grpc_base
504 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700505 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700506- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700507 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700508 headers:
509 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700510 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700511 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700512 - test/core/end2end/fixtures/proxy.h
513 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200515 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700516 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700518 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700520 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/slice_splitter.h
522 src:
523 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700524 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700525 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700526 - test/core/end2end/fixtures/proxy.c
527 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700528 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200529 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700530 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700532 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700533 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700534 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/util/port_windows.c
536 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700537 deps:
538 - grpc
539 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700540- name: grpc_transport_chttp2
541 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700542 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700543 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700544 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
545 - src/core/ext/transport/chttp2/transport/frame.h
546 - src/core/ext/transport/chttp2/transport/frame_data.h
547 - src/core/ext/transport/chttp2/transport/frame_goaway.h
548 - src/core/ext/transport/chttp2/transport/frame_ping.h
549 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
550 - src/core/ext/transport/chttp2/transport/frame_settings.h
551 - src/core/ext/transport/chttp2/transport/frame_window_update.h
552 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
553 - src/core/ext/transport/chttp2/transport/hpack_parser.h
554 - src/core/ext/transport/chttp2/transport/hpack_table.h
555 - src/core/ext/transport/chttp2/transport/http2_errors.h
556 - src/core/ext/transport/chttp2/transport/huffsyms.h
557 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
558 - src/core/ext/transport/chttp2/transport/internal.h
559 - src/core/ext/transport/chttp2/transport/status_conversion.h
560 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700561 - src/core/ext/transport/chttp2/transport/varint.h
562 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700563 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700564 - src/core/ext/transport/chttp2/transport/bin_encoder.c
565 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700566 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
567 - src/core/ext/transport/chttp2/transport/frame_data.c
568 - src/core/ext/transport/chttp2/transport/frame_goaway.c
569 - src/core/ext/transport/chttp2/transport/frame_ping.c
570 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
571 - src/core/ext/transport/chttp2/transport/frame_settings.c
572 - src/core/ext/transport/chttp2/transport/frame_window_update.c
573 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
574 - src/core/ext/transport/chttp2/transport/hpack_parser.c
575 - src/core/ext/transport/chttp2/transport/hpack_table.c
576 - src/core/ext/transport/chttp2/transport/huffsyms.c
577 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
578 - src/core/ext/transport/chttp2/transport/parsing.c
579 - src/core/ext/transport/chttp2/transport/status_conversion.c
580 - src/core/ext/transport/chttp2/transport/stream_lists.c
581 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700582 - src/core/ext/transport/chttp2/transport/varint.c
583 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700584 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700585 uses:
586 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 - grpc_transport_chttp2_alpn
588- name: grpc_transport_chttp2_alpn
589 headers:
590 - src/core/ext/transport/chttp2/alpn/alpn.h
591 src:
592 - src/core/ext/transport/chttp2/alpn/alpn.c
593 deps:
594 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_insecure
596 src:
597 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700598 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700599 uses:
600 - grpc_transport_chttp2
601 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700602 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700603- name: grpc_transport_chttp2_client_secure
604 src:
605 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.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
610 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700611- name: grpc_transport_chttp2_server_insecure
612 src:
613 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700614 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700615 uses:
616 - grpc_transport_chttp2
617 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700618- name: grpc_transport_chttp2_server_secure
619 src:
620 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700621 uses:
622 - grpc_transport_chttp2
623 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700624 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700625- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700626 public_headers:
627 - include/grpc/grpc_cronet.h
628 - include/grpc/grpc_security.h
629 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700630 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700631 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
632 src:
633 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
634 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
635 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700636 filegroups:
637 - grpc_base
638 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800639- name: nanopb
640 headers:
641 - third_party/nanopb/pb.h
642 - third_party/nanopb/pb_common.h
643 - third_party/nanopb/pb_decode.h
644 - third_party/nanopb/pb_encode.h
645 src:
646 - third_party/nanopb/pb_common.c
647 - third_party/nanopb/pb_decode.c
648 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649- name: tsi
650 headers:
651 - src/core/lib/tsi/fake_transport_security.h
652 - src/core/lib/tsi/ssl_transport_security.h
653 - src/core/lib/tsi/ssl_types.h
654 - src/core/lib/tsi/transport_security.h
655 - src/core/lib/tsi/transport_security_interface.h
656 src:
657 - src/core/lib/tsi/fake_transport_security.c
658 - src/core/lib/tsi/ssl_transport_security.c
659 - src/core/lib/tsi/transport_security.c
660 deps:
661 - gpr
662 secure: true
663- name: grpc++_base
664 language: c++
665 public_headers:
666 - include/grpc++/alarm.h
667 - include/grpc++/channel.h
668 - include/grpc++/client_context.h
669 - include/grpc++/completion_queue.h
670 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700671 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/generic/async_generic_service.h
673 - include/grpc++/generic/generic_stub.h
674 - include/grpc++/grpc++.h
675 - include/grpc++/impl/call.h
676 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700677 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/grpc_library.h
679 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700680 - include/grpc++/impl/rpc_method.h
681 - include/grpc++/impl/rpc_service_method.h
682 - include/grpc++/impl/serialization_traits.h
683 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700684 - include/grpc++/impl/server_builder_plugin.h
685 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - include/grpc++/impl/service_type.h
687 - include/grpc++/impl/sync.h
688 - include/grpc++/impl/sync_cxx11.h
689 - include/grpc++/impl/sync_no_cxx11.h
690 - include/grpc++/impl/thd.h
691 - include/grpc++/impl/thd_cxx11.h
692 - include/grpc++/impl/thd_no_cxx11.h
693 - include/grpc++/security/auth_context.h
694 - include/grpc++/security/auth_metadata_processor.h
695 - include/grpc++/security/credentials.h
696 - include/grpc++/security/server_credentials.h
697 - include/grpc++/server.h
698 - include/grpc++/server_builder.h
699 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700700 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 - include/grpc++/support/async_stream.h
702 - include/grpc++/support/async_unary_call.h
703 - include/grpc++/support/byte_buffer.h
704 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700705 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - include/grpc++/support/slice.h
707 - include/grpc++/support/status.h
708 - include/grpc++/support/status_code_enum.h
709 - include/grpc++/support/string_ref.h
710 - include/grpc++/support/stub_options.h
711 - include/grpc++/support/sync_stream.h
712 - include/grpc++/support/time.h
713 headers:
714 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700715 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 - src/cpp/server/dynamic_thread_pool.h
717 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700718 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700719 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700720 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - src/cpp/client/client_context.cc
722 - src/cpp/client/create_channel.cc
723 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700724 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700725 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700728 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700729 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - src/cpp/common/core_codegen.cc
731 - src/cpp/common/rpc_method.cc
732 - src/cpp/server/async_generic_service.cc
733 - src/cpp/server/create_default_thread_pool.cc
734 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700736 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700737 - src/cpp/server/server_context.cc
738 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700739 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700740 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700741 - src/cpp/util/byte_buffer_cc.cc
742 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - src/cpp/util/status.cc
744 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700745 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700746 uses:
yang-g17487f92016-06-03 15:21:15 -0700747 - grpc++_codegen_base
748- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 language: c++
750 public_headers:
751 - include/grpc++/impl/codegen/async_stream.h
752 - include/grpc++/impl/codegen/async_unary_call.h
753 - include/grpc++/impl/codegen/call.h
754 - include/grpc++/impl/codegen/call_hook.h
755 - include/grpc++/impl/codegen/channel_interface.h
756 - include/grpc++/impl/codegen/client_context.h
757 - include/grpc++/impl/codegen/client_unary_call.h
758 - include/grpc++/impl/codegen/completion_queue.h
759 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700760 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - include/grpc++/impl/codegen/core_codegen_interface.h
762 - include/grpc++/impl/codegen/create_auth_context.h
763 - include/grpc++/impl/codegen/grpc_library.h
764 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 - include/grpc++/impl/codegen/rpc_method.h
766 - include/grpc++/impl/codegen/rpc_service_method.h
767 - include/grpc++/impl/codegen/security/auth_context.h
768 - include/grpc++/impl/codegen/serialization_traits.h
769 - include/grpc++/impl/codegen/server_context.h
770 - include/grpc++/impl/codegen/server_interface.h
771 - include/grpc++/impl/codegen/service_type.h
772 - include/grpc++/impl/codegen/status.h
773 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700774 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 - include/grpc++/impl/codegen/string_ref.h
776 - include/grpc++/impl/codegen/stub_options.h
777 - include/grpc++/impl/codegen/sync.h
778 - include/grpc++/impl/codegen/sync_cxx11.h
779 - include/grpc++/impl/codegen/sync_no_cxx11.h
780 - include/grpc++/impl/codegen/sync_stream.h
781 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 uses:
783 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700784- name: grpc++_codegen_base_src
785 language: c++
786 src:
787 - src/cpp/codegen/codegen_init.cc
788 uses:
789 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700790- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 language: c++
792 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700793 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 uses:
yang-g17487f92016-06-03 15:21:15 -0700795 - grpc++_codegen_base
796 - grpc++_config_proto
797- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 language: c++
799 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700801- name: grpc++_reflection_proto
802 language: c++
803 public_headers:
804 - include/grpc++/ext/reflection.grpc.pb.h
805 - include/grpc++/ext/reflection.pb.h
806 src:
807 - src/cpp/ext/reflection.grpc.pb.cc
808 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700809 uses:
810 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700811- name: thrift_util
812 language: c++
813 public_headers:
814 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700815 - include/grpc++/impl/codegen/thrift_utils.h
816 uses:
817 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100818libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800819- name: gpr
820 build: all
821 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800822 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700823 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 secure: false
825 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
826- name: gpr_test_util
827 build: private
828 language: c
829 headers:
830 - test/core/util/test_config.h
831 src:
832 - test/core/util/test_config.c
833 deps:
834 - gpr
835 secure: false
836 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700837- name: grpc
838 build: all
839 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 src:
841 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800843 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700845 filegroups:
846 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700847 - grpc_transport_chttp2_server_secure
848 - grpc_transport_chttp2_client_secure
849 - grpc_transport_chttp2_server_insecure
850 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700851 - grpc_lb_policy_grpclb
852 - grpc_lb_policy_pick_first
853 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700854 - grpc_resolver_dns_native
855 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700856 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100857 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700858 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700859 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700861 vs_packages:
862 - grpc.dependencies.openssl
863 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700865- name: grpc_cronet
866 build: all
867 language: c
868 src:
869 - src/core/lib/surface/init.c
870 baselib: true
871 deps_linkage: static
872 dll: true
873 filegroups:
874 - grpc_base
875 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700876 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700877 generate_plugin_registry: true
878 platforms:
879 - linux
880 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100881- name: grpc_dll
882 build: private
883 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100884 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100885 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100886 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100887 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100888 build_system:
889 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100890 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100891 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100892 vs_config_type: DynamicLibrary
893 vs_packages:
894 - grpc.dependencies.openssl
895 - grpc.dependencies.zlib
896 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
897 vs_props:
898 - zlib
899 - openssl
900 - winsock
901 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700902- name: grpc_test_util
903 build: private
904 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700905 headers:
906 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800907 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700908 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700909 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700910 - test/core/end2end/data/server1_cert.c
911 - test/core/end2end/data/server1_key.c
912 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800913 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700914 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800915 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800916 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700917 - grpc
918 filegroups:
919 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700920 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
922- name: grpc_test_util_unsecure
923 build: private
924 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800926 - gpr
927 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800928 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700929 filegroups:
930 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700931 secure: false
932 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
933- name: grpc_unsecure
934 build: all
935 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700936 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700938 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800940 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700941 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700942 filegroups:
943 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700944 - grpc_transport_chttp2_server_insecure
945 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700946 - grpc_resolver_dns_native
947 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700948 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700949 - grpc_lb_policy_grpclb
950 - grpc_lb_policy_pick_first
951 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700952 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700953 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954 secure: false
955 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956- name: reconnect_server
957 build: private
958 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700959 headers:
960 - test/core/util/reconnect_server.h
961 src:
962 - test/core/util/reconnect_server.c
963 deps:
yang-gc9fca182015-11-06 16:41:33 -0800964 - test_tcp_server
965 - grpc_test_util
966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800967 - gpr_test_util
968 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800969- name: test_tcp_server
970 build: private
971 language: c
972 headers:
973 - test/core/util/test_tcp_server.h
974 src:
975 - test/core/util/test_tcp_server.c
976 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700977 - grpc_test_util
978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800979 - gpr_test_util
980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981- name: grpc++
982 build: all
983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700984 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700985 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700986 - src/cpp/client/secure_credentials.h
987 - src/cpp/common/secure_auth_context.h
988 - src/cpp/server/secure_server_credentials.h
989 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700990 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700991 - src/cpp/client/secure_credentials.cc
992 - src/cpp/common/auth_property_iterator.cc
993 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800994 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700995 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700996 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700997 - src/cpp/server/secure_server_credentials.cc
998 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700999 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000 baselib: true
1001 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001002 filegroups:
1003 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001004 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001005 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006 secure: check
1007 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001008- name: grpc++_reflection
1009 build: all
1010 language: c++
1011 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001012 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001013 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001014 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001015 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001016 - src/cpp/ext/proto_server_reflection.cc
1017 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001018 deps:
1019 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001020 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001021 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001022- name: grpc++_reflection_codegen
1023 build: private
1024 language: c++
1025 src:
1026 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001027- name: grpc++_test_config
1028 build: private
1029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001030 headers:
1031 - test/cpp/util/test_config.h
1032 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001033 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001034- name: grpc++_test_util
1035 build: private
1036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001037 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001038 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001039 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001040 - test/cpp/util/create_test_channel.h
1041 - test/cpp/util/string_ref_helper.h
1042 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001043 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001044 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001045 - src/proto/grpc/testing/echo_messages.proto
1046 - src/proto/grpc/testing/echo.proto
1047 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001048 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001049 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 - test/cpp/util/create_test_channel.cc
1051 - test/cpp/util/string_ref_helper.cc
1052 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001053 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001054 deps:
1055 - grpc++
1056 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001057 filegroups:
1058 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001059 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001060 - grpc++_codegen_proto
1061 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001062 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: grpc++_unsecure
1064 build: all
1065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001066 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001067 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001068 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001069 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001070 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001072 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001073 baselib: true
1074 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001075 filegroups:
1076 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001077 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001078 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079 secure: false
1080 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001081- name: grpc_cli_libs
1082 build: private
1083 language: c++
1084 headers:
1085 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001086 - test/cpp/util/cli_credentials.h
1087 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001088 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001089 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001090 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001091 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001092 src:
1093 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001094 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001095 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001096 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001097 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001098 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001099 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001100 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001101 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: grpc_plugin_support
1103 build: protoc
1104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001105 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001106 - src/compiler/config.h
1107 - src/compiler/cpp_generator.h
1108 - src/compiler/cpp_generator_helpers.h
1109 - src/compiler/csharp_generator.h
1110 - src/compiler/csharp_generator_helpers.h
1111 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001112 - src/compiler/node_generator.h
1113 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001114 - src/compiler/objective_c_generator.h
1115 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001116 - src/compiler/php_generator.h
1117 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001118 - src/compiler/python_generator.h
1119 - src/compiler/ruby_generator.h
1120 - src/compiler/ruby_generator_helpers-inl.h
1121 - src/compiler/ruby_generator_map-inl.h
1122 - src/compiler/ruby_generator_string-inl.h
1123 src:
1124 - src/compiler/cpp_generator.cc
1125 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001126 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001128 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001129 - src/compiler/python_generator.cc
1130 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001131 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001132 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133 secure: false
1134 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001135 vs_props:
1136 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001137- name: interop_client_helper
1138 build: private
1139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001140 headers:
1141 - test/cpp/interop/client_helper.h
1142 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001143 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001144 - test/cpp/interop/client_helper.cc
1145 deps:
1146 - grpc++_test_util
1147 - grpc_test_util
1148 - grpc++
1149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: interop_client_main
1152 build: private
1153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001154 headers:
1155 - test/cpp/interop/interop_client.h
1156 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001157 - src/proto/grpc/testing/empty.proto
1158 - src/proto/grpc/testing/messages.proto
1159 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001160 - test/cpp/interop/client.cc
1161 - test/cpp/interop/interop_client.cc
1162 deps:
1163 - interop_client_helper
1164 - grpc++_test_util
1165 - grpc_test_util
1166 - grpc++
1167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001168 - gpr_test_util
1169 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001170 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171- name: interop_server_helper
1172 build: private
1173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001174 headers:
1175 - test/cpp/interop/server_helper.h
1176 src:
1177 - test/cpp/interop/server_helper.cc
1178 deps:
1179 - grpc_test_util
1180 - grpc++
1181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001182 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001183- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 build: private
1185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001187 - src/proto/grpc/testing/empty.proto
1188 - src/proto/grpc/testing/messages.proto
1189 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001190 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001191 deps:
1192 - interop_server_helper
1193 - grpc++_test_util
1194 - grpc_test_util
1195 - grpc++
1196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001197 - gpr_test_util
1198 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001199 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001200- name: interop_server_main
1201 build: private
1202 language: c++
1203 src:
1204 - test/cpp/interop/interop_server_bootstrap.cc
1205 deps:
1206 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: qps
1208 build: private
1209 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/cpp/qps/client.h
1212 - test/cpp/qps/driver.h
1213 - test/cpp/qps/histogram.h
1214 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001215 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001216 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/qps/qps_worker.h
1218 - test/cpp/qps/report.h
1219 - test/cpp/qps/server.h
1220 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001221 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001222 - test/cpp/util/benchmark_config.h
1223 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001224 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001225 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001226 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001227 - src/proto/grpc/testing/control.proto
1228 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001229 - test/cpp/qps/client_async.cc
1230 - test/cpp/qps/client_sync.cc
1231 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001232 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001233 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001234 - test/cpp/qps/qps_worker.cc
1235 - test/cpp/qps/report.cc
1236 - test/cpp/qps/server_async.cc
1237 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001238 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001239 - test/cpp/util/benchmark_config.cc
1240 deps:
1241 - grpc_test_util
1242 - grpc++_test_util
1243 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244- name: grpc_csharp_ext
1245 build: all
1246 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001247 src:
1248 - src/csharp/ext/grpc_csharp_ext.c
1249 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001252 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001253 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 dll: only
1255 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001256 vs_packages:
1257 - grpc.dependencies.openssl
1258 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001260 vs_props:
1261 - zlib
1262 - openssl
1263 - winsock
1264 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001266- name: alarm_test
1267 build: test
1268 language: c
1269 src:
1270 - test/core/surface/alarm_test.c
1271 deps:
1272 - grpc_test_util
1273 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001274 - gpr_test_util
1275 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001276- name: algorithm_test
1277 build: test
1278 language: c
1279 src:
1280 - test/core/compression/algorithm_test.c
1281 deps:
1282 - grpc_test_util
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr_test_util
1285 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001286- name: alloc_test
1287 build: test
1288 language: c
1289 src:
1290 - test/core/support/alloc_test.c
1291 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr_test_util
1293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294- name: alpn_test
1295 build: test
1296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001297 src:
1298 - test/core/transport/chttp2/alpn_test.c
1299 deps:
1300 - grpc_test_util
1301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001304- name: api_fuzzer
1305 build: fuzzer
1306 language: c
1307 src:
1308 - test/core/end2end/fuzzers/api_fuzzer.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
1312 - gpr_test_util
1313 - gpr
1314 corpus_dirs:
1315 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001316 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001317 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001318- name: bad_server_response_test
1319 build: test
1320 language: c
1321 src:
1322 - test/core/end2end/bad_server_response_test.c
1323 deps:
1324 - test_tcp_server
1325 - grpc_test_util
1326 - grpc
1327 - gpr_test_util
1328 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001329- name: bin_decoder_test
1330 build: test
1331 language: c
1332 src:
1333 - test/core/transport/chttp2/bin_decoder_test.c
1334 deps:
1335 - grpc_test_util
1336 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337- name: bin_encoder_test
1338 build: test
1339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
1341 - test/core/transport/chttp2/bin_encoder_test.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001345- name: census_context_test
1346 build: test
1347 language: c
1348 src:
1349 - test/core/census/context_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001355- name: census_resource_test
1356 build: test
1357 language: c
1358 src:
1359 - test/core/census/resource_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
1363 - gpr_test_util
1364 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001365- name: census_trace_context_test
1366 build: test
1367 language: c
1368 src:
1369 - test/core/census/trace_context_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
1373 - gpr_test_util
1374 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001375- name: channel_create_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/surface/channel_create_test.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001385- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001386 build: test
1387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001389 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001390 deps:
1391 - grpc_test_util
1392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001393 - gpr_test_util
1394 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001395- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396 build: test
1397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001398 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001399 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001400 deps:
1401 - grpc_test_util
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr_test_util
1404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: chttp2_stream_map_test
1406 build: test
1407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001408 src:
1409 - test/core/transport/chttp2/stream_map_test.c
1410 deps:
1411 - grpc_test_util
1412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001415- name: chttp2_varint_test
1416 build: test
1417 language: c
1418 src:
1419 - test/core/transport/chttp2/varint_test.c
1420 deps:
1421 - grpc_test_util
1422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr_test_util
1424 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001425- name: client_fuzzer
1426 build: fuzzer
1427 language: c
1428 src:
1429 - test/core/end2end/fuzzers/client_fuzzer.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
1433 - gpr_test_util
1434 - gpr
1435 corpus_dirs:
1436 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001437 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001438 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001439- name: combiner_test
1440 cpu_cost: 30
1441 build: test
1442 language: c
1443 src:
1444 - test/core/iomgr/combiner_test.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
1448 - gpr_test_util
1449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: compression_test
1451 build: test
1452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001453 src:
1454 - test/core/compression/compression_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001460- name: concurrent_connectivity_test
1461 build: test
1462 language: c
1463 src:
1464 - test/core/surface/concurrent_connectivity_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
1468 - gpr_test_util
1469 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001470- name: connection_refused_test
1471 cpu_cost: 0.1
1472 build: test
1473 language: c
1474 src:
1475 - test/core/end2end/connection_refused_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001481- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001482 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001483 build: test
1484 language: c
1485 src:
1486 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
1490 - gpr_test_util
1491 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001492- name: dns_resolver_test
1493 build: test
1494 language: c
1495 src:
1496 - test/core/client_config/resolvers/dns_resolver_test.c
1497 deps:
1498 - grpc_test_util
1499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001500 - gpr_test_util
1501 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001503 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001504 build: test
1505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001506 src:
1507 - test/core/end2end/dualstack_socket_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001513 platforms:
1514 - mac
1515 - linux
1516 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001517- name: endpoint_pair_test
1518 build: test
1519 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001520 src:
1521 - test/core/iomgr/endpoint_pair_test.c
1522 deps:
1523 - grpc_test_util
1524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001525 - gpr_test_util
1526 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001527- name: ev_epoll_linux_test
1528 build: test
1529 language: c
1530 src:
1531 - test/core/iomgr/ev_epoll_linux_test.c
1532 deps:
1533 - grpc_test_util
1534 - grpc
1535 - gpr_test_util
1536 - gpr
1537 platforms:
1538 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: fd_conservation_posix_test
1540 build: test
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/iomgr/fd_conservation_posix_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001549 platforms:
1550 - mac
1551 - linux
1552 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: fd_posix_test
1554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/iomgr/fd_posix_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001563 platforms:
1564 - mac
1565 - linux
1566 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: fling_client
1568 build: test
1569 run: false
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/fling/client.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: fling_server
1579 build: test
1580 run: false
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/fling/server.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001590 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591 build: test
1592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001593 src:
1594 - test/core/fling/fling_stream_test.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr_test_util
1599 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001600 platforms:
1601 - mac
1602 - linux
1603 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001605 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606 build: test
1607 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001608 src:
1609 - test/core/fling/fling_test.c
1610 deps:
1611 - grpc_test_util
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001615 platforms:
1616 - mac
1617 - linux
1618 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: gen_hpack_tables
1620 build: tool
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - tools/codegen/core/gen_hpack_tables.c
1624 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001626 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627- name: gen_legal_metadata_characters
1628 build: tool
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001633- name: gen_percent_encoding_tables
1634 build: tool
1635 language: c
1636 src:
1637 - tools/codegen/core/gen_percent_encoding_tables.c
1638 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001639- name: goaway_server_test
1640 cpu_cost: 0.1
1641 build: test
1642 language: c
1643 src:
1644 - test/core/end2end/goaway_server_test.c
1645 deps:
1646 - grpc_test_util
1647 - grpc
1648 - gpr_test_util
1649 - gpr
1650 platforms:
1651 - mac
1652 - linux
1653 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001654- name: gpr_avl_test
1655 build: test
1656 language: c
1657 src:
1658 - test/core/support/avl_test.c
1659 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001662- name: gpr_backoff_test
1663 build: test
1664 language: c
1665 src:
1666 - test/core/support/backoff_test.c
1667 deps:
1668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: gpr_cmdline_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/support/cmdline_test.c
1675 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001678- name: gpr_cpu_test
1679 build: test
1680 language: c
1681 src:
1682 - test/core/support/cpu_test.c
1683 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: gpr_env_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/support/env_test.c
1691 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001692 - gpr_test_util
1693 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694- name: gpr_histogram_test
1695 build: test
1696 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001697 src:
1698 - test/core/support/histogram_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_host_port_test
1703 build: test
1704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001705 src:
1706 - test/core/support/host_port_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_log_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/support/log_test.c
1715 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001718- name: gpr_mpscq_test
1719 cpu_cost: 30
1720 build: test
1721 language: c
1722 src:
1723 - test/core/support/mpscq_test.c
1724 deps:
1725 - gpr_test_util
1726 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001727- name: gpr_percent_encoding_test
1728 build: test
1729 language: c
1730 src:
1731 - test/core/support/percent_encoding_test.c
1732 deps:
1733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: gpr_slice_buffer_test
1736 build: test
1737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001738 src:
1739 - test/core/support/slice_buffer_test.c
1740 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001743- name: gpr_slice_test
1744 build: test
1745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001746 src:
1747 - test/core/support/slice_test.c
1748 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001752 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753 build: test
1754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
1756 - test/core/support/stack_lockfree_test.c
1757 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760- name: gpr_string_test
1761 build: test
1762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001763 src:
1764 - test/core/support/string_test.c
1765 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001769 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/support/sync_test.c
1774 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001778 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/support/thd_test.c
1783 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr_test_util
1785 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: gpr_time_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/support/time_test.c
1791 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001792 - gpr_test_util
1793 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001794- name: gpr_tls_test
1795 build: test
1796 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001797 src:
1798 - test/core/support/tls_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_useful_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/support/useful_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: grpc_auth_context_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/security/auth_context_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001820- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001824 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: grpc_byte_buffer_reader_test
1831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/surface/byte_buffer_reader_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: grpc_channel_args_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/channel/channel_args_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: grpc_channel_stack_test
1851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/channel/channel_stack_test.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860- name: grpc_completion_queue_test
1861 build: test
1862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001863 src:
1864 - test/core/surface/completion_queue_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: grpc_create_jwt
1871 build: tool
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/security/create_jwt.c
1875 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001878 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: grpc_credentials_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/security/credentials_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001890 build: test
1891 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/security/fetch_oauth2.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001900- name: grpc_invalid_channel_args_test
1901 build: test
1902 language: c
1903 src:
1904 - test/core/surface/invalid_channel_args_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: grpc_json_token_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/security/json_token_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001920 platforms:
1921 - linux
1922 - posix
1923 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001924- name: grpc_jwt_verifier_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/security/jwt_verifier_test.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001934- name: grpc_print_google_default_creds_token
1935 build: tool
1936 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001937 src:
1938 - test/core/security/print_google_default_creds_token.c
1939 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_security_connector_test
1943 build: test
1944 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/core/security/security_connector_test.c
1947 deps:
1948 - grpc_test_util
1949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: grpc_verify_jwt
1953 build: tool
1954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/core/security/verify_jwt.c
1957 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001960- name: hpack_parser_fuzzer_test
1961 build: fuzzer
1962 language: c
1963 src:
1964 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
1968 - gpr_test_util
1969 - gpr
1970 corpus_dirs:
1971 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001972 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001973 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001974- name: hpack_parser_test
1975 build: test
1976 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001977 src:
1978 - test/core/transport/chttp2/hpack_parser_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: hpack_table_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/transport/chttp2/hpack_table_test.c
1989 deps:
1990 - grpc_test_util
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001994- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995 build: test
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001998 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002004- name: http_request_fuzzer_test
2005 build: fuzzer
2006 language: c
2007 src:
2008 - test/core/http/request_fuzzer.c
2009 deps:
2010 - grpc_test_util
2011 - grpc
2012 - gpr_test_util
2013 - gpr
2014 corpus_dirs:
2015 - test/core/http/corpus
2016 maxlen: 2048
2017- name: http_response_fuzzer_test
2018 build: fuzzer
2019 language: c
2020 src:
2021 - test/core/http/response_fuzzer.c
2022 deps:
2023 - grpc_test_util
2024 - grpc
2025 - gpr_test_util
2026 - gpr
2027 corpus_dirs:
2028 - test/core/http/corpus
2029 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002030- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031 build: test
2032 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002034 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002035 deps:
2036 - grpc_test_util
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002041 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042 build: test
2043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002045 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002046 deps:
2047 - grpc_test_util
2048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr_test_util
2050 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002051 platforms:
2052 - mac
2053 - linux
2054 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002055- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002056 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002057 build: test
2058 language: c
2059 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002060 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002061 deps:
2062 - grpc_test_util
2063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002066 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002067 - linux
yang-gf1183302015-12-07 16:02:05 -08002068- name: init_test
2069 build: test
2070 language: c
2071 src:
2072 - test/core/surface/init_test.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002076 - gpr_test_util
2077 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002078- name: internal_api_canary_iomgr_test
2079 build: test
2080 run: false
2081 language: c
2082 src:
2083 - test/core/internal_api_canaries/iomgr.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
2087 - gpr_test_util
2088 - gpr
2089- name: internal_api_canary_support_test
2090 build: test
2091 run: false
2092 language: c
2093 src:
2094 - test/core/internal_api_canaries/iomgr.c
2095 deps:
2096 - grpc_test_util
2097 - grpc
2098 - gpr_test_util
2099 - gpr
2100- name: internal_api_canary_transport_test
2101 build: test
2102 run: false
2103 language: c
2104 src:
2105 - test/core/internal_api_canaries/iomgr.c
2106 deps:
2107 - grpc_test_util
2108 - grpc
2109 - gpr_test_util
2110 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002111- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002112 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002113 build: test
2114 language: c
2115 src:
2116 - test/core/end2end/invalid_call_argument_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002122- name: json_fuzzer_test
2123 build: fuzzer
2124 language: c
2125 src:
2126 - test/core/json/fuzzer.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
2130 - gpr_test_util
2131 - gpr
2132 corpus_dirs:
2133 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002134 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002135- name: json_rewrite
2136 build: test
2137 run: false
2138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002139 src:
2140 - test/core/json/json_rewrite.c
2141 deps:
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: json_rewrite_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/json/json_rewrite_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002154- name: json_stream_error_test
2155 build: test
2156 language: c
2157 src:
2158 - test/core/json/json_stream_error_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: json_test
2165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - test/core/json/json_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: lame_client_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/surface/lame_client_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002184- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002185 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002186 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/client_config/lb_policies_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002196- name: load_file_test
2197 build: test
2198 language: c
2199 src:
2200 - test/core/iomgr/load_file_test.c
2201 deps:
2202 - grpc_test_util
2203 - grpc
2204 - gpr_test_util
2205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002206- name: low_level_ping_pong_benchmark
2207 build: benchmark
2208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - test/core/network_benchmarks/low_level_ping_pong.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002216 platforms:
2217 - mac
2218 - linux
2219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: message_compress_test
2221 build: test
2222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
2224 - test/core/compression/message_compress_test.c
2225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002230- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002231 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002232 build: test
2233 language: c
2234 src:
2235 - test/core/census/mlog_test.c
2236 deps:
2237 - grpc_test_util
2238 - grpc
2239 - gpr_test_util
2240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: multiple_server_queues_test
2242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/end2end/multiple_server_queues_test.c
2246 deps:
2247 - grpc_test_util
2248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002249 - gpr_test_util
2250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: murmur_hash_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/support/murmur_hash_test.c
2256 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002259- name: nanopb_fuzzer_response_test
2260 build: fuzzer
2261 language: c
2262 src:
2263 - test/core/nanopb/fuzzer_response.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
2267 - gpr_test_util
2268 - gpr
2269 corpus_dirs:
2270 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002271 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002272- name: nanopb_fuzzer_serverlist_test
2273 build: fuzzer
2274 language: c
2275 src:
2276 - test/core/nanopb/fuzzer_serverlist.c
2277 deps:
2278 - grpc_test_util
2279 - grpc
2280 - gpr_test_util
2281 - gpr
2282 corpus_dirs:
2283 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002284 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002286 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
2290 - test/core/end2end/no_server_test.c
2291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002296- name: percent_decode_fuzzer
2297 build: fuzzer
2298 language: c
2299 src:
2300 - test/core/support/percent_decode_fuzzer.c
2301 deps:
2302 - grpc_test_util
2303 - grpc
2304 - gpr_test_util
2305 - gpr
2306 corpus_dirs:
2307 - test/core/support/percent_decode_corpus
2308 maxlen: 32
2309- name: percent_encode_fuzzer
2310 build: fuzzer
2311 language: c
2312 src:
2313 - test/core/support/percent_encode_fuzzer.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
2317 - gpr_test_util
2318 - gpr
2319 corpus_dirs:
2320 - test/core/support/percent_encode_corpus
2321 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: resolve_address_test
2323 build: test
2324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002325 src:
2326 - test/core/iomgr/resolve_address_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002330 - gpr_test_util
2331 - gpr
yang-gd482e592015-12-10 14:04:00 -08002332- name: secure_channel_create_test
2333 build: test
2334 language: c
2335 src:
2336 - test/core/surface/secure_channel_create_test.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: secure_endpoint_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/security/secure_endpoint_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002352- name: sequential_connectivity_test
2353 build: test
2354 language: c
2355 src:
2356 - test/core/surface/sequential_connectivity_test.c
2357 deps:
2358 - grpc_test_util
2359 - grpc
2360 - gpr_test_util
2361 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002362- name: server_chttp2_test
2363 build: test
2364 language: c
2365 src:
2366 - test/core/surface/server_chttp2_test.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002372- name: server_fuzzer
2373 build: fuzzer
2374 language: c
2375 src:
2376 - test/core/end2end/fuzzers/server_fuzzer.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
2380 - gpr_test_util
2381 - gpr
2382 corpus_dirs:
2383 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002384 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002385 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002386- name: server_test
2387 build: test
2388 language: c
2389 src:
2390 - test/core/surface/server_test.c
2391 deps:
2392 - grpc_test_util
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002396- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002397 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002398 build: test
2399 language: c
2400 src:
2401 - test/core/client_config/set_initial_connect_string_test.c
2402 deps:
2403 - test_tcp_server
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002408- name: sockaddr_resolver_test
2409 build: test
2410 language: c
2411 src:
2412 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2413 deps:
2414 - grpc_test_util
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002418- name: sockaddr_utils_test
2419 build: test
2420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002421 src:
2422 - test/core/iomgr/sockaddr_utils_test.c
2423 deps:
2424 - grpc_test_util
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002428- name: socket_utils_test
2429 build: test
2430 language: c
2431 src:
2432 - test/core/iomgr/socket_utils_test.c
2433 deps:
2434 - grpc_test_util
2435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002436 - gpr_test_util
2437 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002438 platforms:
2439 - mac
2440 - linux
2441 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002443 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444 build: test
2445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002446 src:
2447 - test/core/iomgr/tcp_client_posix_test.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002451 - gpr_test_util
2452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002453 platforms:
2454 - mac
2455 - linux
2456 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002458 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
2462 - test/core/iomgr/tcp_posix_test.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002468 platforms:
2469 - mac
2470 - linux
2471 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472- name: tcp_server_posix_test
2473 build: test
2474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002475 src:
2476 - test/core/iomgr/tcp_server_posix_test.c
2477 deps:
2478 - grpc_test_util
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002482 platforms:
2483 - mac
2484 - linux
2485 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002486- name: time_averaged_stats_test
2487 build: test
2488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/core/iomgr/time_averaged_stats_test.c
2491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: timeout_encoding_test
2497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002500 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002506- name: timer_heap_test
2507 build: test
2508 language: c
2509 src:
2510 - test/core/iomgr/timer_heap_test.c
2511 deps:
2512 - grpc_test_util
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002516- name: timer_list_test
2517 build: test
2518 language: c
2519 src:
2520 - test/core/iomgr/timer_list_test.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002526- name: transport_connectivity_state_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/transport/connectivity_state_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536- name: transport_metadata_test
2537 build: test
2538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
2540 - test/core/transport/metadata_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002546- name: transport_security_test
2547 build: test
2548 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002549 src:
2550 - test/core/tsi/transport_security_test.c
2551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002556 platforms:
2557 - linux
2558 - posix
2559 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: udp_server_test
2561 build: test
2562 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/core/iomgr/udp_server_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002570 platforms:
2571 - mac
2572 - linux
2573 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002574- name: uri_fuzzer_test
2575 build: fuzzer
2576 language: c
2577 src:
2578 - test/core/client_config/uri_fuzzer_test.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
2584 corpus_dirs:
2585 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002586 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: uri_parser_test
2588 build: test
2589 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002590 src:
2591 - test/core/client_config/uri_parser_test.c
2592 deps:
2593 - grpc_test_util
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002597- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002598 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002599 build: test
2600 language: c++
2601 src:
2602 - test/cpp/common/alarm_cpp_test.cc
2603 deps:
2604 - grpc++_test_util
2605 - grpc_test_util
2606 - grpc++
2607 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002608 - gpr_test_util
2609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002611 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612 build: test
2613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002614 src:
2615 - test/cpp/end2end/async_end2end_test.cc
2616 deps:
2617 - grpc++_test_util
2618 - grpc_test_util
2619 - grpc++
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002624 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625 build: test
2626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002627 src:
2628 - test/cpp/common/auth_property_iterator_test.cc
2629 deps:
2630 - grpc++_test_util
2631 - grpc_test_util
2632 - grpc++
2633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002634 - gpr_test_util
2635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002637 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638 build: test
2639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
yang-g52705592015-11-25 11:45:33 -08002641 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002642 deps:
2643 - grpc++
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002647 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648 build: test
2649 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002650 src:
2651 - test/cpp/util/cli_call_test.cc
2652 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002653 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002654 - grpc++_test_util
2655 - grpc_test_util
2656 - grpc++
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002661 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002662 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002663 build: test
2664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002665 src:
2666 - test/cpp/end2end/client_crash_test.cc
2667 deps:
2668 - grpc++_test_util
2669 - grpc_test_util
2670 - grpc++
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002674 platforms:
2675 - mac
2676 - linux
2677 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: client_crash_test_server
2679 build: test
2680 run: false
2681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002682 src:
2683 - test/cpp/end2end/client_crash_test_server.cc
2684 deps:
2685 - grpc++_test_util
2686 - grpc_test_util
2687 - grpc++
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002691- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002692 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002693 build: test
2694 language: c++
2695 src:
2696 - src/proto/grpc/testing/control.proto
2697 - src/proto/grpc/testing/messages.proto
2698 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002699 - src/proto/grpc/testing/services.proto
2700 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002701 - test/cpp/codegen/codegen_test_full.cc
2702 deps:
2703 - grpc++
2704 - grpc
2705 - gpr
2706 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002707 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002708- name: codegen_test_minimal
2709 gtest: true
2710 build: test
2711 language: c++
2712 src:
2713 - src/proto/grpc/testing/control.proto
2714 - src/proto/grpc/testing/messages.proto
2715 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002716 - src/proto/grpc/testing/services.proto
2717 - src/proto/grpc/testing/stats.proto
2718 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002719 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002720 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002721 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002723 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002724 build: test
2725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002726 src:
2727 - test/cpp/client/credentials_test.cc
2728 deps:
2729 - grpc++
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002733 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734 build: test
2735 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
2737 - test/cpp/util/byte_buffer_test.cc
2738 deps:
2739 - grpc_test_util
2740 - grpc++
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002745 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746 build: test
2747 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/cpp/util/slice_test.cc
2750 deps:
2751 - grpc_test_util
2752 - grpc++
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002757 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758 build: test
2759 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002760 src:
2761 - test/cpp/util/string_ref_test.cc
2762 deps:
2763 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002765 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002766 build: test
2767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
2769 - test/cpp/util/time_test.cc
2770 deps:
2771 - grpc_test_util
2772 - grpc++
2773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002774 - gpr_test_util
2775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002777 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002778 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779 build: test
2780 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002781 src:
2782 - test/cpp/end2end/end2end_test.cc
2783 deps:
2784 - grpc++_test_util
2785 - grpc_test_util
2786 - grpc++
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002790- name: filter_end2end_test
2791 gtest: true
2792 build: test
2793 language: c++
2794 src:
2795 - test/cpp/end2end/filter_end2end_test.cc
2796 deps:
2797 - grpc++_test_util
2798 - grpc_test_util
2799 - grpc++
2800 - grpc
2801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002804 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805 build: test
2806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/cpp/end2end/generic_end2end_test.cc
2809 deps:
2810 - grpc++_test_util
2811 - grpc_test_util
2812 - grpc++
2813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002814 - gpr_test_util
2815 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002816- name: golden_file_test
2817 gtest: true
2818 build: test
2819 language: c++
2820 src:
2821 - src/proto/grpc/testing/compiler_test.proto
2822 - test/cpp/codegen/golden_file_test.cc
2823 deps:
2824 - grpc++
2825 - grpc
2826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827- name: grpc_cli
2828 build: test
2829 run: false
2830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
2832 - test/cpp/util/grpc_cli.cc
2833 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002834 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002835 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002836 - grpc++
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002839 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: grpc_cpp_plugin
2841 build: protoc
2842 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002843 src:
2844 - src/compiler/cpp_plugin.cc
2845 deps:
2846 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002847 secure: false
2848 vs_config_type: Application
2849 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2850- name: grpc_csharp_plugin
2851 build: protoc
2852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002853 src:
2854 - src/compiler/csharp_plugin.cc
2855 deps:
2856 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857 secure: false
2858 vs_config_type: Application
2859 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002860- name: grpc_node_plugin
2861 build: protoc
2862 language: c++
2863 src:
2864 - src/compiler/node_plugin.cc
2865 deps:
2866 - grpc_plugin_support
2867 secure: false
2868 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002869- name: grpc_objective_c_plugin
2870 build: protoc
2871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
2873 - src/compiler/objective_c_plugin.cc
2874 deps:
2875 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002876 secure: false
2877 vs_config_type: Application
2878 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002879- name: grpc_php_plugin
2880 build: protoc
2881 language: c++
2882 src:
2883 - src/compiler/php_plugin.cc
2884 deps:
2885 - grpc_plugin_support
2886 secure: false
2887 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: grpc_python_plugin
2889 build: protoc
2890 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002891 src:
2892 - src/compiler/python_plugin.cc
2893 deps:
2894 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 secure: false
2896 vs_config_type: Application
2897 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2898- name: grpc_ruby_plugin
2899 build: protoc
2900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - src/compiler/ruby_plugin.cc
2903 deps:
2904 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905 secure: false
2906 vs_config_type: Application
2907 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002908- name: grpc_tool_test
2909 gtest: true
2910 build: test
2911 language: c++
2912 headers:
2913 - test/cpp/util/string_ref_helper.h
2914 src:
2915 - src/proto/grpc/testing/echo.proto
2916 - src/proto/grpc/testing/echo_messages.proto
2917 - test/cpp/util/grpc_tool_test.cc
2918 - test/cpp/util/string_ref_helper.cc
2919 deps:
2920 - grpc_cli_libs
2921 - grpc++_reflection
2922 - grpc_test_util
2923 - grpc++
2924 - grpc
2925 - gpr_test_util
2926 - gpr
2927 filegroups:
2928 - grpc++_codegen_proto
2929 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002930- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002931 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002932 build: test
2933 language: c++
2934 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002935 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002936 - test/cpp/grpclb/grpclb_api_test.cc
2937 deps:
2938 - grpc++_test_util
2939 - grpc_test_util
2940 - grpc++
2941 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002942- name: grpclb_test
2943 gtest: false
2944 build: test
2945 language: c++
2946 src:
2947 - src/proto/grpc/lb/v1/load_balancer.proto
2948 - test/cpp/grpclb/grpclb_test.cc
2949 deps:
2950 - gpr
2951 - gpr_test_util
2952 - grpc
2953 - grpc++
2954 - grpc++_test_util
2955 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002956- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002957 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002958 build: test
2959 language: c++
2960 src:
2961 - test/cpp/end2end/hybrid_end2end_test.cc
2962 deps:
2963 - grpc++_test_util
2964 - grpc_test_util
2965 - grpc++
2966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002967 - gpr_test_util
2968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: interop_client
2970 build: test
2971 run: false
2972 language: c++
2973 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002974 deps:
2975 - interop_client_main
2976 - interop_client_helper
2977 - grpc++_test_util
2978 - grpc_test_util
2979 - grpc++
2980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002981 - gpr_test_util
2982 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002983 - grpc++_test_config
2984 platforms:
2985 - mac
2986 - linux
2987 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: interop_server
2989 build: test
2990 run: false
2991 language: c++
2992 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002993 deps:
2994 - interop_server_main
2995 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002996 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003001 - gpr_test_util
3002 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003003 - grpc++_test_config
3004 platforms:
3005 - mac
3006 - linux
3007 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003009 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010 build: test
3011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
3013 - test/cpp/interop/interop_test.cc
3014 deps:
3015 - grpc_test_util
3016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003017 - gpr_test_util
3018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003019 platforms:
3020 - mac
3021 - linux
3022 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003023- name: json_run_localhost
3024 build: test
3025 run: false
3026 language: c++
3027 src:
3028 - test/cpp/qps/json_run_localhost.cc
3029 deps:
3030 - grpc++_test_util
3031 - grpc_test_util
3032 - grpc++
3033 - grpc
3034 - gpr_test_util
3035 - gpr
3036 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003037- name: metrics_client
3038 build: test
3039 run: false
3040 language: c++
3041 headers:
3042 - test/cpp/util/metrics_server.h
3043 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003044 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003045 - test/cpp/interop/metrics_client.cc
3046 deps:
3047 - grpc++
3048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003049 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003050 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003052 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053 build: test
3054 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
3056 - test/cpp/end2end/mock_test.cc
3057 deps:
3058 - grpc++_test_util
3059 - grpc_test_util
3060 - grpc++
3061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003062 - gpr_test_util
3063 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003064- name: proto_server_reflection_test
3065 gtest: true
3066 build: test
3067 language: c++
3068 headers:
3069 - test/cpp/util/proto_reflection_descriptor_database.h
3070 src:
3071 - test/cpp/end2end/proto_server_reflection_test.cc
3072 - test/cpp/util/proto_reflection_descriptor_database.cc
3073 deps:
3074 - grpc++_reflection
3075 - grpc++_test_util
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
3079 - gpr_test_util
3080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: qps_interarrival_test
3082 build: test
3083 run: false
3084 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/cpp/qps/qps_interarrival_test.cc
3087 deps:
3088 - qps
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003099- name: qps_json_driver
3100 build: test
3101 run: false
3102 language: c++
3103 src:
3104 - test/cpp/qps/qps_json_driver.cc
3105 deps:
3106 - qps
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
3111 - gpr_test_util
3112 - gpr
3113 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003115 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116 build: test
3117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003118 src:
3119 - test/cpp/qps/qps_openloop_test.cc
3120 deps:
3121 - qps
3122 - grpc++_test_util
3123 - grpc_test_util
3124 - grpc++
3125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003126 - gpr_test_util
3127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003128 - grpc++_test_config
3129 platforms:
3130 - mac
3131 - linux
3132 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003134 build: test
3135 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003137 headers:
3138 - test/cpp/qps/client.h
3139 - test/cpp/qps/server.h
3140 src:
3141 - test/cpp/qps/worker.cc
3142 deps:
3143 - qps
3144 - grpc++_test_util
3145 - grpc_test_util
3146 - grpc++
3147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003148 - gpr_test_util
3149 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003150 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003151- name: reconnect_interop_client
3152 build: test
3153 run: false
3154 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003155 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003156 - src/proto/grpc/testing/empty.proto
3157 - src/proto/grpc/testing/messages.proto
3158 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003159 - test/cpp/interop/reconnect_interop_client.cc
3160 deps:
3161 - grpc++_test_util
3162 - grpc_test_util
3163 - grpc++
3164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003165 - gpr_test_util
3166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003167 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003168- name: reconnect_interop_server
3169 build: test
3170 run: false
3171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003172 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003173 - src/proto/grpc/testing/empty.proto
3174 - src/proto/grpc/testing/messages.proto
3175 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003176 - test/cpp/interop/reconnect_interop_server.cc
3177 deps:
3178 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003179 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003180 - grpc++_test_util
3181 - grpc_test_util
3182 - grpc++
3183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003184 - gpr_test_util
3185 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003186 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003188 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003189 build: test
3190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003191 src:
3192 - test/cpp/common/secure_auth_context_test.cc
3193 deps:
3194 - grpc++_test_util
3195 - grpc_test_util
3196 - grpc++
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr_test_util
3199 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003200- name: secure_sync_unary_ping_pong_test
3201 build: test
3202 language: c++
3203 src:
3204 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3205 deps:
3206 - qps
3207 - grpc++_test_util
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003211 - gpr_test_util
3212 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003213 platforms:
3214 - mac
3215 - linux
3216 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003217- name: server_builder_plugin_test
3218 gtest: true
3219 build: test
3220 language: c++
3221 src:
3222 - test/cpp/end2end/server_builder_plugin_test.cc
3223 deps:
3224 - grpc++_test_util
3225 - grpc_test_util
3226 - grpc++
3227 - grpc
3228 - gpr_test_util
3229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003230- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003231 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003232 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233 build: test
3234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003235 src:
3236 - test/cpp/end2end/server_crash_test.cc
3237 deps:
3238 - grpc++_test_util
3239 - grpc_test_util
3240 - grpc++
3241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003242 - gpr_test_util
3243 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003244 platforms:
3245 - mac
3246 - linux
3247 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248- name: server_crash_test_client
3249 build: test
3250 run: false
3251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003252 src:
3253 - test/cpp/end2end/server_crash_test_client.cc
3254 deps:
3255 - grpc++_test_util
3256 - grpc_test_util
3257 - grpc++
3258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003259 - gpr_test_util
3260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003262 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003263 build: test
3264 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003265 src:
3266 - test/cpp/end2end/shutdown_test.cc
3267 deps:
3268 - grpc++_test_util
3269 - grpc_test_util
3270 - grpc++
3271 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003272 - gpr_test_util
3273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274- name: status_test
3275 build: test
3276 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003277 src:
3278 - test/cpp/util/status_test.cc
3279 deps:
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003283 - gpr_test_util
3284 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003285- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003286 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003287 build: test
3288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003289 src:
3290 - test/cpp/end2end/streaming_throughput_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
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003302- name: stress_test
3303 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003304 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003305 language: c++
3306 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003307 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003308 - test/cpp/interop/interop_client.h
3309 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003310 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003312 - src/proto/grpc/testing/empty.proto
3313 - src/proto/grpc/testing/messages.proto
3314 - src/proto/grpc/testing/metrics.proto
3315 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003316 - test/cpp/interop/interop_client.cc
3317 - test/cpp/interop/stress_interop_client.cc
3318 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003319 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003320 deps:
3321 - grpc++_test_util
3322 - grpc_test_util
3323 - grpc++
3324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003325 - gpr_test_util
3326 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003327 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003328- name: thread_manager_test
3329 build: test
3330 language: c++
3331 headers:
3332 - test/cpp/thread_manager/thread_manager_test.h
3333 src:
3334 - test/cpp/thread_manager/thread_manager_test.cc
3335 deps:
3336 - grpc++
3337 - grpc
3338 - gpr
3339 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003340- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003341 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003342 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003343 build: test
3344 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
3346 - test/cpp/end2end/thread_stress_test.cc
3347 deps:
3348 - grpc++_test_util
3349 - grpc_test_util
3350 - grpc++
3351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 - gpr_test_util
3353 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003354- name: public_headers_must_be_c89
3355 build: test
3356 language: c89
3357 src:
3358 - test/core/surface/public_headers_must_be_c89.c
3359 deps:
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003363- linkage: static
3364 name: grpc.dependencies.zlib
3365 props: false
3366 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003367 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003368- linkage: static
3369 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003370 props: true
3371 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003372 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003373- name: gflags
3374 props: false
3375 redist: false
3376 version: 2.1.2.1
3377- name: gtest
3378 props: false
3379 redist: false
3380 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003381configs:
3382 asan:
3383 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003384 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3385 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003386 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003387 LD: clang
3388 LDFLAGS: -fsanitize=address
3389 LDXX: clang++
3390 compile_the_world: true
3391 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003392 ASAN_OPTIONS: detect_leaks=1:color=always
3393 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003394 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003395 asan-noleaks:
3396 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003397 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3398 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003399 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003400 LD: clang
3401 LDFLAGS: -fsanitize=address
3402 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003403 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003404 test_environ:
3405 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003406 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003407 asan-trace-cmp:
3408 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003409 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3410 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003411 CXX: clang++
3412 LD: clang
3413 LDFLAGS: -fsanitize=address
3414 LDXX: clang++
3415 compile_the_world: true
3416 test_environ:
3417 ASAN_OPTIONS: detect_leaks=1:color=always
3418 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3419 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003420 basicprof:
3421 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3422 DEFINES: NDEBUG
3423 dbg:
3424 CPPFLAGS: -O0
3425 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003426 easan:
3427 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003428 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3429 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003430 CXX: clang++
3431 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3432 LD: clang
3433 LDFLAGS: -fsanitize=address
3434 LDXX: clang++
3435 compile_the_world: true
3436 test_environ:
3437 ASAN_OPTIONS: detect_leaks=1:color=always
3438 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3439 timeout_multiplier: 3
3440 edbg:
3441 CPPFLAGS: -O0
3442 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3443 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003444 CC: clang
3445 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003446 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003447 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003448 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003449 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003450 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003451 LDXX: clang++
3452 compile_the_world: true
3453 test_environ:
3454 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3455 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003456 gcov:
3457 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003458 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003459 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003460 DEFINES: _DEBUG DEBUG GPR_GCOV
3461 LD: gcc
3462 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3463 LDXX: g++
3464 helgrind:
3465 CPPFLAGS: -O0
3466 DEFINES: _DEBUG DEBUG
3467 LDFLAGS: -rdynamic
3468 timeout_multiplier: 20
3469 valgrind: --tool=helgrind
3470 memcheck:
3471 CPPFLAGS: -O0
3472 DEFINES: _DEBUG DEBUG
3473 LDFLAGS: -rdynamic
3474 timeout_multiplier: 10
3475 valgrind: --tool=memcheck --leak-check=full
3476 msan:
3477 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003478 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3479 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3480 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003481 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003482 DEFINES: NDEBUG
3483 LD: clang
3484 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3485 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3486 LDXX: clang++
3487 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003488 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003489 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003490 CPPFLAGS: -O3 -fno-omit-frame-pointer
3491 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003492 LDFLAGS: -rdynamic
3493 opt:
3494 CPPFLAGS: -O2
3495 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003496 stapprof:
3497 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3498 DEFINES: NDEBUG
3499 tsan:
3500 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003501 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003502 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003503 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003504 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003505 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003506 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003507 LDXX: clang++
3508 compile_the_world: true
3509 test_environ:
3510 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003511 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003512 ubsan:
3513 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003514 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3515 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003516 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003517 DEFINES: NDEBUG
3518 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003519 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003520 LDXX: clang++
3521 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003522 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003523 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003524 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003525defaults:
3526 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003527 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003528 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003529 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003530 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003531 global:
3532 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3533 LDFLAGS: -g
3534 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003535 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003536 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003537node_modules:
3538- deps:
3539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003540 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003541 - boringssl
3542 - z
murgatroid9994a75412015-11-19 14:04:53 -08003543 headers:
3544 - src/node/ext/byte_buffer.h
3545 - src/node/ext/call.h
3546 - src/node/ext/call_credentials.h
3547 - src/node/ext/channel.h
3548 - src/node/ext/channel_credentials.h
3549 - src/node/ext/completion_queue_async_worker.h
3550 - src/node/ext/server.h
3551 - src/node/ext/server_credentials.h
3552 - src/node/ext/timeval.h
3553 js:
3554 - src/node/index.js
3555 - src/node/src/client.js
3556 - src/node/src/common.js
3557 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003558 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003559 - src/node/src/metadata.js
3560 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003561 name: grpc_node
3562 src:
3563 - src/node/ext/byte_buffer.cc
3564 - src/node/ext/call.cc
3565 - src/node/ext/call_credentials.cc
3566 - src/node/ext/channel.cc
3567 - src/node/ext/channel_credentials.cc
3568 - src/node/ext/completion_queue_async_worker.cc
3569 - src/node/ext/node_grpc.cc
3570 - src/node/ext/server.cc
3571 - src/node/ext/server_credentials.cc
3572 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003573openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003574 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003575 extraction_dir: openssl-1.0.2f
3576 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003577php_config_m4:
3578 deps:
3579 - grpc
3580 - gpr
3581 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003582 headers:
3583 - src/php/ext/grpc/byte_buffer.h
3584 - src/php/ext/grpc/call.h
3585 - src/php/ext/grpc/call_credentials.h
3586 - src/php/ext/grpc/channel.h
3587 - src/php/ext/grpc/channel_credentials.h
3588 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003589 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003590 - src/php/ext/grpc/php_grpc.h
3591 - src/php/ext/grpc/server.h
3592 - src/php/ext/grpc/server_credentials.h
3593 - src/php/ext/grpc/timeval.h
3594 src:
3595 - src/php/ext/grpc/byte_buffer.c
3596 - src/php/ext/grpc/call.c
3597 - src/php/ext/grpc/call_credentials.c
3598 - src/php/ext/grpc/channel.c
3599 - src/php/ext/grpc/channel_credentials.c
3600 - src/php/ext/grpc/completion_queue.c
3601 - src/php/ext/grpc/php_grpc.c
3602 - src/php/ext/grpc/server.c
3603 - src/php/ext/grpc/server_credentials.c
3604 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003605python_dependencies:
3606 deps:
3607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003608 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003609 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003610 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003611ruby_gem:
3612 deps:
3613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003615 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616 - z