blob: 7a70f0dabe60b8587da90bae3c49420c033c6f44 [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 Tiller0bc11712016-05-02 21:22:46 -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 Tiller0bc11712016-05-02 21:22:46 -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 Tillerf7cade12016-07-07 21:41:10 -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 Tillerf7cade12016-07-07 21:41:10 -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
718 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700719 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 - src/cpp/client/client_context.cc
721 - src/cpp/client/create_channel.cc
722 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700723 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700724 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700727 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700728 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - src/cpp/common/core_codegen.cc
730 - src/cpp/common/rpc_method.cc
731 - src/cpp/server/async_generic_service.cc
732 - src/cpp/server/create_default_thread_pool.cc
733 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700735 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - src/cpp/server/server_context.cc
737 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700738 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700739 - src/cpp/util/byte_buffer_cc.cc
740 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - src/cpp/util/status.cc
742 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700743 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 uses:
yang-g17487f92016-06-03 15:21:15 -0700745 - grpc++_codegen_base
746- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 language: c++
748 public_headers:
749 - include/grpc++/impl/codegen/async_stream.h
750 - include/grpc++/impl/codegen/async_unary_call.h
751 - include/grpc++/impl/codegen/call.h
752 - include/grpc++/impl/codegen/call_hook.h
753 - include/grpc++/impl/codegen/channel_interface.h
754 - include/grpc++/impl/codegen/client_context.h
755 - include/grpc++/impl/codegen/client_unary_call.h
756 - include/grpc++/impl/codegen/completion_queue.h
757 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700758 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - include/grpc++/impl/codegen/core_codegen_interface.h
760 - include/grpc++/impl/codegen/create_auth_context.h
761 - include/grpc++/impl/codegen/grpc_library.h
762 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/impl/codegen/rpc_method.h
764 - include/grpc++/impl/codegen/rpc_service_method.h
765 - include/grpc++/impl/codegen/security/auth_context.h
766 - include/grpc++/impl/codegen/serialization_traits.h
767 - include/grpc++/impl/codegen/server_context.h
768 - include/grpc++/impl/codegen/server_interface.h
769 - include/grpc++/impl/codegen/service_type.h
770 - include/grpc++/impl/codegen/status.h
771 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700772 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - include/grpc++/impl/codegen/string_ref.h
774 - include/grpc++/impl/codegen/stub_options.h
775 - include/grpc++/impl/codegen/sync.h
776 - include/grpc++/impl/codegen/sync_cxx11.h
777 - include/grpc++/impl/codegen/sync_no_cxx11.h
778 - include/grpc++/impl/codegen/sync_stream.h
779 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 uses:
781 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700782- name: grpc++_codegen_base_src
783 language: c++
784 src:
785 - src/cpp/codegen/codegen_init.cc
786 uses:
787 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700788- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 language: c++
790 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700791 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 uses:
yang-g17487f92016-06-03 15:21:15 -0700793 - grpc++_codegen_base
794 - grpc++_config_proto
795- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 language: c++
797 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700799- name: grpc++_reflection_proto
800 language: c++
801 public_headers:
802 - include/grpc++/ext/reflection.grpc.pb.h
803 - include/grpc++/ext/reflection.pb.h
804 src:
805 - src/cpp/ext/reflection.grpc.pb.cc
806 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700807 uses:
808 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700809- name: thrift_util
810 language: c++
811 public_headers:
812 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700813 - include/grpc++/impl/codegen/thrift_utils.h
814 uses:
815 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100816libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800817- name: gpr
818 build: all
819 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800820 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700821 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800822 secure: false
823 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
824- name: gpr_test_util
825 build: private
826 language: c
827 headers:
828 - test/core/util/test_config.h
829 src:
830 - test/core/util/test_config.c
831 deps:
832 - gpr
833 secure: false
834 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835- name: grpc
836 build: all
837 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 src:
839 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800841 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700843 filegroups:
844 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700845 - grpc_transport_chttp2_server_secure
846 - grpc_transport_chttp2_client_secure
847 - grpc_transport_chttp2_server_insecure
848 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700849 - grpc_lb_policy_grpclb
850 - grpc_lb_policy_pick_first
851 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700852 - grpc_resolver_dns_native
853 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700854 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100855 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700856 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700857 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700859 vs_packages:
860 - grpc.dependencies.openssl
861 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700862 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700863- name: grpc_cronet
864 build: all
865 language: c
866 src:
867 - src/core/lib/surface/init.c
868 baselib: true
869 deps_linkage: static
870 dll: true
871 filegroups:
872 - grpc_base
873 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700874 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700875 generate_plugin_registry: true
876 platforms:
877 - linux
878 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100879- name: grpc_dll
880 build: private
881 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100882 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100883 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100884 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100885 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100886 build_system:
887 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100888 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100889 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100890 vs_config_type: DynamicLibrary
891 vs_packages:
892 - grpc.dependencies.openssl
893 - grpc.dependencies.zlib
894 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
895 vs_props:
896 - zlib
897 - openssl
898 - winsock
899 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700900- name: grpc_test_util
901 build: private
902 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700903 headers:
904 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800905 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700906 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700907 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700908 - test/core/end2end/data/server1_cert.c
909 - test/core/end2end/data/server1_key.c
910 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800911 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800913 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700915 - grpc
916 filegroups:
917 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700918 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
920- name: grpc_test_util_unsecure
921 build: private
922 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924 - gpr
925 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800926 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700927 filegroups:
928 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929 secure: false
930 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
931- name: grpc_unsecure
932 build: all
933 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700934 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700936 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800938 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700940 filegroups:
941 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700942 - grpc_transport_chttp2_server_insecure
943 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700944 - grpc_resolver_dns_native
945 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700946 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700947 - grpc_lb_policy_grpclb
948 - grpc_lb_policy_pick_first
949 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700950 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700951 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 secure: false
953 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954- name: reconnect_server
955 build: private
956 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700957 headers:
958 - test/core/util/reconnect_server.h
959 src:
960 - test/core/util/reconnect_server.c
961 deps:
yang-gc9fca182015-11-06 16:41:33 -0800962 - test_tcp_server
963 - grpc_test_util
964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr_test_util
966 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800967- name: test_tcp_server
968 build: private
969 language: c
970 headers:
971 - test/core/util/test_tcp_server.h
972 src:
973 - test/core/util/test_tcp_server.c
974 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700975 - grpc_test_util
976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800977 - gpr_test_util
978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979- name: grpc++
980 build: all
981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700982 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700983 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700984 - src/cpp/client/secure_credentials.h
985 - src/cpp/common/secure_auth_context.h
986 - src/cpp/server/secure_server_credentials.h
987 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700988 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700989 - src/cpp/client/secure_credentials.cc
990 - src/cpp/common/auth_property_iterator.cc
991 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800992 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700993 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700994 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700995 - src/cpp/server/secure_server_credentials.cc
996 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700997 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 baselib: true
999 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001000 filegroups:
1001 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001002 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001003 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004 secure: check
1005 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001006- name: grpc++_reflection
1007 build: all
1008 language: c++
1009 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001010 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001011 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001012 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001013 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001014 - src/cpp/ext/proto_server_reflection.cc
1015 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001016 deps:
1017 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001018 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001019 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001020- name: grpc++_reflection_codegen
1021 build: private
1022 language: c++
1023 src:
1024 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025- name: grpc++_test_config
1026 build: private
1027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001028 headers:
1029 - test/cpp/util/test_config.h
1030 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001031 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032- name: grpc++_test_util
1033 build: private
1034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001035 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001036 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001037 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 - test/cpp/util/create_test_channel.h
1039 - test/cpp/util/string_ref_helper.h
1040 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001041 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001043 - src/proto/grpc/testing/echo_messages.proto
1044 - src/proto/grpc/testing/echo.proto
1045 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001046 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001047 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001048 - test/cpp/util/create_test_channel.cc
1049 - test/cpp/util/string_ref_helper.cc
1050 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001051 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001052 deps:
1053 - grpc++
1054 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001055 filegroups:
1056 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001057 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001058 - grpc++_codegen_proto
1059 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001060 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061- name: grpc++_unsecure
1062 build: all
1063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001064 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001065 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001066 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001067 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001068 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001069 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001070 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071 baselib: true
1072 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001073 filegroups:
1074 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001075 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001076 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 secure: false
1078 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001079- name: grpc_cli_libs
1080 build: private
1081 language: c++
1082 headers:
1083 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001084 - test/cpp/util/cli_credentials.h
1085 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001086 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001087 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001088 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001089 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001090 src:
1091 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001092 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001093 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001094 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001095 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001096 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001097 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001098 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001099 - grpc++
Yuchen Zeng28263272016-07-25 14:38:07 -07001100 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: grpc_plugin_support
1102 build: protoc
1103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001104 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001105 - src/compiler/config.h
1106 - src/compiler/cpp_generator.h
1107 - src/compiler/cpp_generator_helpers.h
1108 - src/compiler/csharp_generator.h
1109 - src/compiler/csharp_generator_helpers.h
1110 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001111 - src/compiler/node_generator.h
1112 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001113 - src/compiler/objective_c_generator.h
1114 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001115 - src/compiler/php_generator.h
1116 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001117 - src/compiler/python_generator.h
1118 - src/compiler/ruby_generator.h
1119 - src/compiler/ruby_generator_helpers-inl.h
1120 - src/compiler/ruby_generator_map-inl.h
1121 - src/compiler/ruby_generator_string-inl.h
1122 src:
1123 - src/compiler/cpp_generator.cc
1124 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001125 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001126 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001127 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001128 - src/compiler/python_generator.cc
1129 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001130 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001131 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132 secure: false
1133 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001134 vs_props:
1135 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136- name: interop_client_helper
1137 build: private
1138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001139 headers:
1140 - test/cpp/interop/client_helper.h
1141 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001142 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001143 - test/cpp/interop/client_helper.cc
1144 deps:
1145 - grpc++_test_util
1146 - grpc_test_util
1147 - grpc++
1148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: interop_client_main
1151 build: private
1152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001153 headers:
1154 - test/cpp/interop/interop_client.h
1155 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001156 - src/proto/grpc/testing/empty.proto
1157 - src/proto/grpc/testing/messages.proto
1158 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001159 - test/cpp/interop/client.cc
1160 - test/cpp/interop/interop_client.cc
1161 deps:
1162 - interop_client_helper
1163 - grpc++_test_util
1164 - grpc_test_util
1165 - grpc++
1166 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001167 - gpr_test_util
1168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001169 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: interop_server_helper
1171 build: private
1172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001173 headers:
1174 - test/cpp/interop/server_helper.h
1175 src:
1176 - test/cpp/interop/server_helper.cc
1177 deps:
1178 - grpc_test_util
1179 - grpc++
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001182- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 build: private
1184 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001186 - src/proto/grpc/testing/empty.proto
1187 - src/proto/grpc/testing/messages.proto
1188 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001189 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001190 deps:
1191 - interop_server_helper
1192 - grpc++_test_util
1193 - grpc_test_util
1194 - grpc++
1195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001196 - gpr_test_util
1197 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001198 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001199- name: interop_server_main
1200 build: private
1201 language: c++
1202 src:
1203 - test/cpp/interop/interop_server_bootstrap.cc
1204 deps:
1205 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001206- name: qps
1207 build: private
1208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001209 headers:
1210 - test/cpp/qps/client.h
1211 - test/cpp/qps/driver.h
1212 - test/cpp/qps/histogram.h
1213 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001214 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001215 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001216 - test/cpp/qps/qps_worker.h
1217 - test/cpp/qps/report.h
1218 - test/cpp/qps/server.h
1219 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001220 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001221 - test/cpp/util/benchmark_config.h
1222 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001223 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001224 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001225 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001226 - src/proto/grpc/testing/control.proto
1227 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001228 - test/cpp/qps/client_async.cc
1229 - test/cpp/qps/client_sync.cc
1230 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001231 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001232 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 - test/cpp/qps/qps_worker.cc
1234 - test/cpp/qps/report.cc
1235 - test/cpp/qps/server_async.cc
1236 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001237 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001238 - test/cpp/util/benchmark_config.cc
1239 deps:
1240 - grpc_test_util
1241 - grpc++_test_util
1242 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243- name: grpc_csharp_ext
1244 build: all
1245 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001246 src:
1247 - src/csharp/ext/grpc_csharp_ext.c
1248 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001251 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001252 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 dll: only
1254 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001255 vs_packages:
1256 - grpc.dependencies.openssl
1257 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001259 vs_props:
1260 - zlib
1261 - openssl
1262 - winsock
1263 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001265- name: alarm_test
1266 build: test
1267 language: c
1268 src:
1269 - test/core/surface/alarm_test.c
1270 deps:
1271 - grpc_test_util
1272 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001273 - gpr_test_util
1274 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001275- name: algorithm_test
1276 build: test
1277 language: c
1278 src:
1279 - test/core/compression/algorithm_test.c
1280 deps:
1281 - grpc_test_util
1282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr_test_util
1284 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001285- name: alloc_test
1286 build: test
1287 language: c
1288 src:
1289 - test/core/support/alloc_test.c
1290 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001291 - gpr_test_util
1292 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001293- name: alpn_test
1294 build: test
1295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001296 src:
1297 - test/core/transport/chttp2/alpn_test.c
1298 deps:
1299 - grpc_test_util
1300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001303- name: api_fuzzer
1304 build: fuzzer
1305 language: c
1306 src:
1307 - test/core/end2end/fuzzers/api_fuzzer.c
1308 deps:
1309 - grpc_test_util
1310 - grpc
1311 - gpr_test_util
1312 - gpr
1313 corpus_dirs:
1314 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001315 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001316 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001317- name: bad_server_response_test
1318 build: test
1319 language: c
1320 src:
1321 - test/core/end2end/bad_server_response_test.c
1322 deps:
1323 - test_tcp_server
1324 - grpc_test_util
1325 - grpc
1326 - gpr_test_util
1327 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001328- name: bin_decoder_test
1329 build: test
1330 language: c
1331 src:
1332 - test/core/transport/chttp2/bin_decoder_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: bin_encoder_test
1337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/transport/chttp2/bin_encoder_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001344- name: census_context_test
1345 build: test
1346 language: c
1347 src:
1348 - test/core/census/context_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001354- name: census_resource_test
1355 build: test
1356 language: c
1357 src:
1358 - test/core/census/resource_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
1362 - gpr_test_util
1363 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001364- name: census_trace_context_test
1365 build: test
1366 language: c
1367 src:
1368 - test/core/census/trace_context_test.c
1369 deps:
1370 - grpc_test_util
1371 - grpc
1372 - gpr_test_util
1373 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001374- name: channel_create_test
1375 build: test
1376 language: c
1377 src:
1378 - test/core/surface/channel_create_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001384- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385 build: test
1386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001388 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001389 deps:
1390 - grpc_test_util
1391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr_test_util
1393 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001394- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395 build: test
1396 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001397 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001398 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001399 deps:
1400 - grpc_test_util
1401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001402 - gpr_test_util
1403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: chttp2_stream_map_test
1405 build: test
1406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001407 src:
1408 - test/core/transport/chttp2/stream_map_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001414- name: chttp2_varint_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/transport/chttp2/varint_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001424- name: client_fuzzer
1425 build: fuzzer
1426 language: c
1427 src:
1428 - test/core/end2end/fuzzers/client_fuzzer.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
1432 - gpr_test_util
1433 - gpr
1434 corpus_dirs:
1435 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001436 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001437 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001438- name: combiner_test
1439 cpu_cost: 30
1440 build: test
1441 language: c
1442 src:
1443 - test/core/iomgr/combiner_test.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
1447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: compression_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/compression/compression_test.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001459- name: concurrent_connectivity_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/surface/concurrent_connectivity_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
1467 - gpr_test_util
1468 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001469- name: connection_refused_test
1470 cpu_cost: 0.1
1471 build: test
1472 language: c
1473 src:
1474 - test/core/end2end/connection_refused_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
1478 - gpr_test_util
1479 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001480- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001481 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001482 build: test
1483 language: c
1484 src:
1485 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
1489 - gpr_test_util
1490 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001491- name: dns_resolver_test
1492 build: test
1493 language: c
1494 src:
1495 - test/core/client_config/resolvers/dns_resolver_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001501- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001502 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001503 build: test
1504 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001505 src:
1506 - test/core/end2end/dualstack_socket_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001510 - gpr_test_util
1511 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001512 platforms:
1513 - mac
1514 - linux
1515 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001516- name: endpoint_pair_test
1517 build: test
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 src:
1520 - test/core/iomgr/endpoint_pair_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001526- name: ev_epoll_linux_test
1527 build: test
1528 language: c
1529 src:
1530 - test/core/iomgr/ev_epoll_linux_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
1534 - gpr_test_util
1535 - gpr
1536 platforms:
1537 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: fd_conservation_posix_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/iomgr/fd_conservation_posix_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001548 platforms:
1549 - mac
1550 - linux
1551 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001552- name: fd_posix_test
1553 build: test
1554 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - test/core/iomgr/fd_posix_test.c
1557 deps:
1558 - grpc_test_util
1559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001560 - gpr_test_util
1561 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001562 platforms:
1563 - mac
1564 - linux
1565 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566- name: fling_client
1567 build: test
1568 run: false
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/fling/client.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: fling_server
1578 build: test
1579 run: false
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/fling/server.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001589 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590 build: test
1591 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001592 src:
1593 - test/core/fling/fling_stream_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001599 platforms:
1600 - mac
1601 - linux
1602 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001603- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001604 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001605 build: test
1606 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001607 src:
1608 - test/core/fling/fling_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001614 platforms:
1615 - mac
1616 - linux
1617 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: gen_hpack_tables
1619 build: tool
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - tools/codegen/core/gen_hpack_tables.c
1623 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001625 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: gen_legal_metadata_characters
1627 build: tool
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001632- name: gen_percent_encoding_tables
1633 build: tool
1634 language: c
1635 src:
1636 - tools/codegen/core/gen_percent_encoding_tables.c
1637 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001638- name: goaway_server_test
1639 cpu_cost: 0.1
1640 build: test
1641 language: c
1642 src:
1643 - test/core/end2end/goaway_server_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
1647 - gpr_test_util
1648 - gpr
1649 platforms:
1650 - mac
1651 - linux
1652 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001653- name: gpr_avl_test
1654 build: test
1655 language: c
1656 src:
1657 - test/core/support/avl_test.c
1658 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001659 - gpr_test_util
1660 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001661- name: gpr_backoff_test
1662 build: test
1663 language: c
1664 src:
1665 - test/core/support/backoff_test.c
1666 deps:
1667 - gpr_test_util
1668 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001669- name: gpr_cmdline_test
1670 build: test
1671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
1673 - test/core/support/cmdline_test.c
1674 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001677- name: gpr_cpu_test
1678 build: test
1679 language: c
1680 src:
1681 - test/core/support/cpu_test.c
1682 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: gpr_env_test
1686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/support/env_test.c
1690 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: gpr_histogram_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/support/histogram_test.c
1698 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: gpr_host_port_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/support/host_port_test.c
1706 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: gpr_log_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/support/log_test.c
1714 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001717- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001718 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001719 build: test
1720 language: c
1721 src:
1722 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001723 deps:
1724 - gpr_test_util
1725 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001726- name: gpr_percent_encoding_test
1727 build: test
1728 language: c
1729 src:
1730 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001731 deps:
1732 - gpr_test_util
1733 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: gpr_slice_buffer_test
1735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/support/slice_buffer_test.c
1739 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001742- name: gpr_slice_test
1743 build: test
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
1746 - test/core/support/slice_test.c
1747 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001751 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/support/stack_lockfree_test.c
1756 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: gpr_string_test
1760 build: test
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - test/core/support/string_test.c
1764 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001768 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769 build: test
1770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/support/sync_test.c
1773 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001777 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/support/thd_test.c
1782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: gpr_time_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/support/time_test.c
1790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: gpr_tls_test
1794 build: test
1795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001796 src:
1797 - test/core/support/tls_test.c
1798 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001799 - gpr_test_util
1800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: gpr_useful_test
1802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - test/core/support/useful_test.c
1806 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: grpc_auth_context_test
1810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/security/auth_context_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001819- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001823 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: grpc_byte_buffer_reader_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/surface/byte_buffer_reader_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: grpc_channel_args_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/channel/channel_args_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: grpc_channel_stack_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/channel/channel_stack_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: grpc_completion_queue_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/surface/completion_queue_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: grpc_create_jwt
1870 build: tool
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/security/create_jwt.c
1874 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001877 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: grpc_credentials_test
1879 build: test
1880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001881 src:
1882 - test/core/security/credentials_test.c
1883 deps:
1884 - grpc_test_util
1885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001886 - gpr_test_util
1887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001889 build: test
1890 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/security/fetch_oauth2.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001899- name: grpc_invalid_channel_args_test
1900 build: test
1901 language: c
1902 src:
1903 - test/core/surface/invalid_channel_args_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001909- name: grpc_json_token_test
1910 build: test
1911 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001912 src:
1913 - test/core/security/json_token_test.c
1914 deps:
1915 - grpc_test_util
1916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001919 platforms:
1920 - linux
1921 - posix
1922 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: grpc_jwt_verifier_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/security/jwt_verifier_test.c
1928 deps:
1929 - grpc_test_util
1930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: grpc_print_google_default_creds_token
1934 build: tool
1935 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/core/security/print_google_default_creds_token.c
1938 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: grpc_security_connector_test
1942 build: test
1943 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/core/security/security_connector_test.c
1946 deps:
1947 - grpc_test_util
1948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001949 - gpr_test_util
1950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: grpc_verify_jwt
1952 build: tool
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/security/verify_jwt.c
1956 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001959- name: hpack_parser_fuzzer_test
1960 build: fuzzer
1961 language: c
1962 src:
1963 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1964 deps:
1965 - grpc_test_util
1966 - grpc
1967 - gpr_test_util
1968 - gpr
1969 corpus_dirs:
1970 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001971 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001972 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: hpack_parser_test
1974 build: test
1975 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/core/transport/chttp2/hpack_parser_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: hpack_table_test
1984 build: test
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/transport/chttp2/hpack_table_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001993- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994 build: test
1995 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001997 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002003- name: http_request_fuzzer_test
2004 build: fuzzer
2005 language: c
2006 src:
2007 - test/core/http/request_fuzzer.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
2011 - gpr_test_util
2012 - gpr
2013 corpus_dirs:
2014 - test/core/http/corpus
2015 maxlen: 2048
2016- name: http_response_fuzzer_test
2017 build: fuzzer
2018 language: c
2019 src:
2020 - test/core/http/response_fuzzer.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
2024 - gpr_test_util
2025 - gpr
2026 corpus_dirs:
2027 - test/core/http/corpus
2028 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002029- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002030 build: test
2031 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002032 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002033 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002034 deps:
2035 - grpc_test_util
2036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002037 - gpr_test_util
2038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002040 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002044 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002050 platforms:
2051 - mac
2052 - linux
2053 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002054- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002055 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002056 build: test
2057 language: c
2058 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002059 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002060 deps:
2061 - grpc_test_util
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002065 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002066 - linux
yang-gf1183302015-12-07 16:02:05 -08002067- name: init_test
2068 build: test
2069 language: c
2070 src:
2071 - test/core/surface/init_test.c
2072 deps:
2073 - grpc_test_util
2074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr_test_util
2076 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002077- name: internal_api_canary_iomgr_test
2078 build: test
2079 run: false
2080 language: c
2081 src:
2082 - test/core/internal_api_canaries/iomgr.c
2083 deps:
2084 - grpc_test_util
2085 - grpc
2086 - gpr_test_util
2087 - gpr
2088- name: internal_api_canary_support_test
2089 build: test
2090 run: false
2091 language: c
2092 src:
2093 - test/core/internal_api_canaries/iomgr.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
2097 - gpr_test_util
2098 - gpr
2099- name: internal_api_canary_transport_test
2100 build: test
2101 run: false
2102 language: c
2103 src:
2104 - test/core/internal_api_canaries/iomgr.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
2108 - gpr_test_util
2109 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002110- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002111 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002112 build: test
2113 language: c
2114 src:
2115 - test/core/end2end/invalid_call_argument_test.c
2116 deps:
2117 - grpc_test_util
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002121- name: json_fuzzer_test
2122 build: fuzzer
2123 language: c
2124 src:
2125 - test/core/json/fuzzer.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
2129 - gpr_test_util
2130 - gpr
2131 corpus_dirs:
2132 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002133 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: json_rewrite
2135 build: test
2136 run: false
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
2139 - test/core/json/json_rewrite.c
2140 deps:
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: json_rewrite_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - test/core/json/json_rewrite_test.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002153- name: json_stream_error_test
2154 build: test
2155 language: c
2156 src:
2157 - test/core/json/json_stream_error_test.c
2158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: json_test
2164 build: test
2165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/core/json/json_test.c
2168 deps:
2169 - grpc_test_util
2170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173- name: lame_client_test
2174 build: test
2175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - test/core/surface/lame_client_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002183- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002184 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002185 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002186 build: test
2187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002188 src:
2189 - test/core/client_config/lb_policies_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002195- name: load_file_test
2196 build: test
2197 language: c
2198 src:
2199 - test/core/iomgr/load_file_test.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
2203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: low_level_ping_pong_benchmark
2206 build: benchmark
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/core/network_benchmarks/low_level_ping_pong.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002215 platforms:
2216 - mac
2217 - linux
2218 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: message_compress_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/compression/message_compress_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002229- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002230 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002231 build: test
2232 language: c
2233 src:
2234 - test/core/census/mlog_test.c
2235 deps:
2236 - grpc_test_util
2237 - grpc
2238 - gpr_test_util
2239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: multiple_server_queues_test
2241 build: test
2242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
2244 - test/core/end2end/multiple_server_queues_test.c
2245 deps:
2246 - grpc_test_util
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002250- name: murmur_hash_test
2251 build: test
2252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002253 src:
2254 - test/core/support/murmur_hash_test.c
2255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002258- name: nanopb_fuzzer_response_test
2259 build: fuzzer
2260 language: c
2261 src:
2262 - test/core/nanopb/fuzzer_response.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
2266 - gpr_test_util
2267 - gpr
2268 corpus_dirs:
2269 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002270 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002271- name: nanopb_fuzzer_serverlist_test
2272 build: fuzzer
2273 language: c
2274 src:
2275 - test/core/nanopb/fuzzer_serverlist.c
2276 deps:
2277 - grpc_test_util
2278 - grpc
2279 - gpr_test_util
2280 - gpr
2281 corpus_dirs:
2282 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002283 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002285 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002286 build: test
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/end2end/no_server_test.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002295- name: percent_decode_fuzzer
2296 build: fuzzer
2297 language: c
2298 src:
2299 - test/core/support/percent_decode_fuzzer.c
2300 deps:
2301 - grpc_test_util
2302 - grpc
2303 - gpr_test_util
2304 - gpr
2305 corpus_dirs:
2306 - test/core/support/percent_decode_corpus
2307 maxlen: 32
2308- name: percent_encode_fuzzer
2309 build: fuzzer
2310 language: c
2311 src:
2312 - test/core/support/percent_encode_fuzzer.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
2316 - gpr_test_util
2317 - gpr
2318 corpus_dirs:
2319 - test/core/support/percent_encode_corpus
2320 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: resolve_address_test
2322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/iomgr/resolve_address_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
yang-gd482e592015-12-10 14:04:00 -08002331- name: secure_channel_create_test
2332 build: test
2333 language: c
2334 src:
2335 - test/core/surface/secure_channel_create_test.c
2336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002341- name: secure_endpoint_test
2342 build: test
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/security/secure_endpoint_test.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002349 - gpr_test_util
2350 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002351- name: sequential_connectivity_test
2352 build: test
2353 language: c
2354 src:
2355 - test/core/surface/sequential_connectivity_test.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
2359 - gpr_test_util
2360 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002361- name: server_chttp2_test
2362 build: test
2363 language: c
2364 src:
2365 - test/core/surface/server_chttp2_test.c
2366 deps:
2367 - grpc_test_util
2368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr_test_util
2370 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002371- name: server_fuzzer
2372 build: fuzzer
2373 language: c
2374 src:
2375 - test/core/end2end/fuzzers/server_fuzzer.c
2376 deps:
2377 - grpc_test_util
2378 - grpc
2379 - gpr_test_util
2380 - gpr
2381 corpus_dirs:
2382 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002383 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002384 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002385- name: server_test
2386 build: test
2387 language: c
2388 src:
2389 - test/core/surface/server_test.c
2390 deps:
2391 - grpc_test_util
2392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002393 - gpr_test_util
2394 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002395- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002396 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002397 build: test
2398 language: c
2399 src:
2400 - test/core/client_config/set_initial_connect_string_test.c
2401 deps:
2402 - test_tcp_server
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002407- name: sockaddr_resolver_test
2408 build: test
2409 language: c
2410 src:
2411 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: sockaddr_utils_test
2418 build: test
2419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
2421 - test/core/iomgr/sockaddr_utils_test.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002427- name: socket_utils_test
2428 build: test
2429 language: c
2430 src:
2431 - test/core/iomgr/socket_utils_test.c
2432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002437 platforms:
2438 - mac
2439 - linux
2440 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002442 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443 build: test
2444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/core/iomgr/tcp_client_posix_test.c
2447 deps:
2448 - grpc_test_util
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002452 platforms:
2453 - mac
2454 - linux
2455 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002457 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/core/iomgr/tcp_posix_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002467 platforms:
2468 - mac
2469 - linux
2470 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: tcp_server_posix_test
2472 build: test
2473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/core/iomgr/tcp_server_posix_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002481 platforms:
2482 - mac
2483 - linux
2484 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: time_averaged_stats_test
2486 build: test
2487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002488 src:
2489 - test/core/iomgr/time_averaged_stats_test.c
2490 deps:
2491 - grpc_test_util
2492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: timeout_encoding_test
2496 build: test
2497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002499 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002500 deps:
2501 - grpc_test_util
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002505- name: timer_heap_test
2506 build: test
2507 language: c
2508 src:
2509 - test/core/iomgr/timer_heap_test.c
2510 deps:
2511 - grpc_test_util
2512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr_test_util
2514 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002515- name: timer_list_test
2516 build: test
2517 language: c
2518 src:
2519 - test/core/iomgr/timer_list_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002525- name: transport_connectivity_state_test
2526 build: test
2527 language: c
2528 src:
2529 - test/core/transport/connectivity_state_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002535- name: transport_metadata_test
2536 build: test
2537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002538 src:
2539 - test/core/transport/metadata_test.c
2540 deps:
2541 - grpc_test_util
2542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002543 - gpr_test_util
2544 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545- name: transport_security_test
2546 build: test
2547 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/core/tsi/transport_security_test.c
2550 deps:
2551 - grpc_test_util
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002555 platforms:
2556 - linux
2557 - posix
2558 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: udp_server_test
2560 build: test
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/core/iomgr/udp_server_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002569 platforms:
2570 - mac
2571 - linux
2572 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002573- name: uri_fuzzer_test
2574 build: fuzzer
2575 language: c
2576 src:
2577 - test/core/client_config/uri_fuzzer_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
2581 - gpr_test_util
2582 - gpr
2583 corpus_dirs:
2584 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002585 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586- name: uri_parser_test
2587 build: test
2588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/core/client_config/uri_parser_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002596- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002597 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002598 build: test
2599 language: c++
2600 src:
2601 - test/cpp/common/alarm_cpp_test.cc
2602 deps:
2603 - grpc++_test_util
2604 - grpc_test_util
2605 - grpc++
2606 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002607 - gpr_test_util
2608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002609- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002610 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 build: test
2612 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
2614 - test/cpp/end2end/async_end2end_test.cc
2615 deps:
2616 - grpc++_test_util
2617 - grpc_test_util
2618 - grpc++
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002623 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624 build: test
2625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002626 src:
2627 - test/cpp/common/auth_property_iterator_test.cc
2628 deps:
2629 - grpc++_test_util
2630 - grpc_test_util
2631 - grpc++
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002636 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
yang-g52705592015-11-25 11:45:33 -08002640 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002641 deps:
2642 - grpc++
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002646 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647 build: test
2648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
2650 - test/cpp/util/cli_call_test.cc
2651 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002652 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002653 - grpc++_test_util
2654 - grpc_test_util
2655 - grpc++
2656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002657 - gpr_test_util
2658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002660 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002661 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662 build: test
2663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002664 src:
2665 - test/cpp/end2end/client_crash_test.cc
2666 deps:
2667 - grpc++_test_util
2668 - grpc_test_util
2669 - grpc++
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002673 platforms:
2674 - mac
2675 - linux
2676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002677- name: client_crash_test_server
2678 build: test
2679 run: false
2680 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002681 src:
2682 - test/cpp/end2end/client_crash_test_server.cc
2683 deps:
2684 - grpc++_test_util
2685 - grpc_test_util
2686 - grpc++
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002690- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002691 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002692 build: test
2693 language: c++
2694 src:
2695 - src/proto/grpc/testing/control.proto
2696 - src/proto/grpc/testing/messages.proto
2697 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002698 - src/proto/grpc/testing/services.proto
2699 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002700 - test/cpp/codegen/codegen_test_full.cc
2701 deps:
2702 - grpc++
2703 - grpc
2704 - gpr
2705 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002706 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002707- name: codegen_test_minimal
2708 gtest: true
2709 build: test
2710 language: c++
2711 src:
2712 - src/proto/grpc/testing/control.proto
2713 - src/proto/grpc/testing/messages.proto
2714 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002715 - src/proto/grpc/testing/services.proto
2716 - src/proto/grpc/testing/stats.proto
2717 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002718 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002719 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002720 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002722 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723 build: test
2724 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002725 src:
2726 - test/cpp/client/credentials_test.cc
2727 deps:
2728 - grpc++
2729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002731- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002732 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733 build: test
2734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002735 src:
2736 - test/cpp/util/byte_buffer_test.cc
2737 deps:
2738 - grpc_test_util
2739 - grpc++
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002744 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745 build: test
2746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - test/cpp/util/slice_test.cc
2749 deps:
2750 - grpc_test_util
2751 - grpc++
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002755- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002756 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757 build: test
2758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002759 src:
2760 - test/cpp/util/string_ref_test.cc
2761 deps:
2762 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002764 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765 build: test
2766 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002767 src:
2768 - test/cpp/util/time_test.cc
2769 deps:
2770 - grpc_test_util
2771 - grpc++
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002776 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002777 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778 build: test
2779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002780 src:
2781 - test/cpp/end2end/end2end_test.cc
2782 deps:
2783 - grpc++_test_util
2784 - grpc_test_util
2785 - grpc++
2786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002787 - gpr_test_util
2788 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002789- name: filter_end2end_test
2790 gtest: true
2791 build: test
2792 language: c++
2793 src:
2794 - test/cpp/end2end/filter_end2end_test.cc
2795 deps:
2796 - grpc++_test_util
2797 - grpc_test_util
2798 - grpc++
2799 - grpc
2800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002803 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804 build: test
2805 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/cpp/end2end/generic_end2end_test.cc
2808 deps:
2809 - grpc++_test_util
2810 - grpc_test_util
2811 - grpc++
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002815- name: golden_file_test
2816 gtest: true
2817 build: test
2818 language: c++
2819 src:
2820 - src/proto/grpc/testing/compiler_test.proto
2821 - test/cpp/codegen/golden_file_test.cc
2822 deps:
2823 - grpc++
2824 - grpc
2825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: grpc_cli
2827 build: test
2828 run: false
2829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002830 src:
2831 - test/cpp/util/grpc_cli.cc
2832 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002833 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002834 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002835 - grpc++
2836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002837 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002838 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: grpc_cpp_plugin
2840 build: protoc
2841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - src/compiler/cpp_plugin.cc
2844 deps:
2845 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846 secure: false
2847 vs_config_type: Application
2848 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2849- name: grpc_csharp_plugin
2850 build: protoc
2851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - src/compiler/csharp_plugin.cc
2854 deps:
2855 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002856 secure: false
2857 vs_config_type: Application
2858 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002859- name: grpc_node_plugin
2860 build: protoc
2861 language: c++
2862 src:
2863 - src/compiler/node_plugin.cc
2864 deps:
2865 - grpc_plugin_support
2866 secure: false
2867 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: grpc_objective_c_plugin
2869 build: protoc
2870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
2872 - src/compiler/objective_c_plugin.cc
2873 deps:
2874 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875 secure: false
2876 vs_config_type: Application
2877 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002878- name: grpc_php_plugin
2879 build: protoc
2880 language: c++
2881 src:
2882 - src/compiler/php_plugin.cc
2883 deps:
2884 - grpc_plugin_support
2885 secure: false
2886 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887- name: grpc_python_plugin
2888 build: protoc
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - src/compiler/python_plugin.cc
2892 deps:
2893 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894 secure: false
2895 vs_config_type: Application
2896 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2897- name: grpc_ruby_plugin
2898 build: protoc
2899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002900 src:
2901 - src/compiler/ruby_plugin.cc
2902 deps:
2903 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904 secure: false
2905 vs_config_type: Application
2906 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002907- name: grpc_tool_test
2908 gtest: true
2909 build: test
2910 language: c++
2911 headers:
2912 - test/cpp/util/string_ref_helper.h
2913 src:
2914 - src/proto/grpc/testing/echo.proto
2915 - src/proto/grpc/testing/echo_messages.proto
2916 - test/cpp/util/grpc_tool_test.cc
2917 - test/cpp/util/string_ref_helper.cc
2918 deps:
2919 - grpc_cli_libs
2920 - grpc++_reflection
2921 - grpc_test_util
2922 - grpc++
2923 - grpc
2924 - gpr_test_util
2925 - gpr
2926 filegroups:
2927 - grpc++_codegen_proto
2928 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002929- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002930 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002931 build: test
2932 language: c++
2933 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002934 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002935 - test/cpp/grpclb/grpclb_api_test.cc
2936 deps:
2937 - grpc++_test_util
2938 - grpc_test_util
2939 - grpc++
2940 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002941- name: grpclb_test
2942 gtest: false
2943 build: test
2944 language: c++
2945 src:
2946 - src/proto/grpc/lb/v1/load_balancer.proto
2947 - test/cpp/grpclb/grpclb_test.cc
2948 deps:
2949 - gpr
2950 - gpr_test_util
2951 - grpc
2952 - grpc++
2953 - grpc++_test_util
2954 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002955- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002956 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002957 build: test
2958 language: c++
2959 src:
2960 - test/cpp/end2end/hybrid_end2end_test.cc
2961 deps:
2962 - grpc++_test_util
2963 - grpc_test_util
2964 - grpc++
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: interop_client
2969 build: test
2970 run: false
2971 language: c++
2972 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002973 deps:
2974 - interop_client_main
2975 - interop_client_helper
2976 - grpc++_test_util
2977 - grpc_test_util
2978 - grpc++
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002982 - grpc++_test_config
2983 platforms:
2984 - mac
2985 - linux
2986 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987- name: interop_server
2988 build: test
2989 run: false
2990 language: c++
2991 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002992 deps:
2993 - interop_server_main
2994 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002995 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002996 - grpc++_test_util
2997 - grpc_test_util
2998 - grpc++
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003002 - grpc++_test_config
3003 platforms:
3004 - mac
3005 - linux
3006 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003007- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003008 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003009 build: test
3010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003011 src:
3012 - test/cpp/interop/interop_test.cc
3013 deps:
3014 - grpc_test_util
3015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003016 - gpr_test_util
3017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003018 platforms:
3019 - mac
3020 - linux
3021 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003022- name: json_run_localhost
3023 build: test
3024 run: false
3025 language: c++
3026 src:
3027 - test/cpp/qps/json_run_localhost.cc
3028 deps:
3029 - grpc++_test_util
3030 - grpc_test_util
3031 - grpc++
3032 - grpc
3033 - gpr_test_util
3034 - gpr
3035 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003036- name: metrics_client
3037 build: test
3038 run: false
3039 language: c++
3040 headers:
3041 - test/cpp/util/metrics_server.h
3042 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003043 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003044 - test/cpp/interop/metrics_client.cc
3045 deps:
3046 - grpc++
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003049 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 build: test
3053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/cpp/end2end/mock_test.cc
3056 deps:
3057 - grpc++_test_util
3058 - grpc_test_util
3059 - grpc++
3060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003061 - gpr_test_util
3062 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003063- name: proto_server_reflection_test
3064 gtest: true
3065 build: test
3066 language: c++
3067 headers:
3068 - test/cpp/util/proto_reflection_descriptor_database.h
3069 src:
3070 - test/cpp/end2end/proto_server_reflection_test.cc
3071 - test/cpp/util/proto_reflection_descriptor_database.cc
3072 deps:
3073 - grpc++_reflection
3074 - grpc++_test_util
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
3078 - gpr_test_util
3079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: qps_interarrival_test
3081 build: test
3082 run: false
3083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003084 src:
3085 - test/cpp/qps/qps_interarrival_test.cc
3086 deps:
3087 - qps
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003098- name: qps_json_driver
3099 build: test
3100 run: false
3101 language: c++
3102 src:
3103 - test/cpp/qps/qps_json_driver.cc
3104 deps:
3105 - qps
3106 - grpc++_test_util
3107 - grpc_test_util
3108 - grpc++
3109 - grpc
3110 - gpr_test_util
3111 - gpr
3112 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003114 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003115 build: test
3116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003117 src:
3118 - test/cpp/qps/qps_openloop_test.cc
3119 deps:
3120 - qps
3121 - grpc++_test_util
3122 - grpc_test_util
3123 - grpc++
3124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003125 - gpr_test_util
3126 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003127 - grpc++_test_config
3128 platforms:
3129 - mac
3130 - linux
3131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003132- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003133 build: test
3134 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003136 headers:
3137 - test/cpp/qps/client.h
3138 - test/cpp/qps/server.h
3139 src:
3140 - test/cpp/qps/worker.cc
3141 deps:
3142 - qps
3143 - grpc++_test_util
3144 - grpc_test_util
3145 - grpc++
3146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003147 - gpr_test_util
3148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003149 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003150- name: reconnect_interop_client
3151 build: test
3152 run: false
3153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003154 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003155 - src/proto/grpc/testing/empty.proto
3156 - src/proto/grpc/testing/messages.proto
3157 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003158 - test/cpp/interop/reconnect_interop_client.cc
3159 deps:
3160 - grpc++_test_util
3161 - grpc_test_util
3162 - grpc++
3163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003164 - gpr_test_util
3165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003166 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167- name: reconnect_interop_server
3168 build: test
3169 run: false
3170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003171 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003172 - src/proto/grpc/testing/empty.proto
3173 - src/proto/grpc/testing/messages.proto
3174 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003175 - test/cpp/interop/reconnect_interop_server.cc
3176 deps:
3177 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003178 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003179 - grpc++_test_util
3180 - grpc_test_util
3181 - grpc++
3182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003183 - gpr_test_util
3184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003185 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003186- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003187 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003188 build: test
3189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003190 src:
3191 - test/cpp/common/secure_auth_context_test.cc
3192 deps:
3193 - grpc++_test_util
3194 - grpc_test_util
3195 - grpc++
3196 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003197 - gpr_test_util
3198 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003199- name: secure_sync_unary_ping_pong_test
3200 build: test
3201 language: c++
3202 src:
3203 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3204 deps:
3205 - qps
3206 - grpc++_test_util
3207 - grpc_test_util
3208 - grpc++
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003212 platforms:
3213 - mac
3214 - linux
3215 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003216- name: server_builder_plugin_test
3217 gtest: true
3218 build: test
3219 language: c++
3220 src:
3221 - test/cpp/end2end/server_builder_plugin_test.cc
3222 deps:
3223 - grpc++_test_util
3224 - grpc_test_util
3225 - grpc++
3226 - grpc
3227 - gpr_test_util
3228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003230 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003231 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003232 build: test
3233 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003234 src:
3235 - test/cpp/end2end/server_crash_test.cc
3236 deps:
3237 - grpc++_test_util
3238 - grpc_test_util
3239 - grpc++
3240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003241 - gpr_test_util
3242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003243 platforms:
3244 - mac
3245 - linux
3246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247- name: server_crash_test_client
3248 build: test
3249 run: false
3250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003251 src:
3252 - test/cpp/end2end/server_crash_test_client.cc
3253 deps:
3254 - grpc++_test_util
3255 - grpc_test_util
3256 - grpc++
3257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003258 - gpr_test_util
3259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003260- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003261 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003262 build: test
3263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003264 src:
3265 - test/cpp/end2end/shutdown_test.cc
3266 deps:
3267 - grpc++_test_util
3268 - grpc_test_util
3269 - grpc++
3270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003271 - gpr_test_util
3272 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003273- name: status_test
3274 build: test
3275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003276 src:
3277 - test/cpp/util/status_test.cc
3278 deps:
3279 - grpc_test_util
3280 - grpc++
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr_test_util
3283 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003284- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003285 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003286 build: test
3287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
3289 - test/cpp/end2end/streaming_throughput_test.cc
3290 deps:
3291 - grpc++_test_util
3292 - grpc_test_util
3293 - grpc++
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr_test_util
3296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003297 platforms:
3298 - mac
3299 - linux
3300 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003301- name: stress_test
3302 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003303 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003304 language: c++
3305 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003306 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003307 - test/cpp/interop/interop_client.h
3308 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003309 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003310 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003311 - src/proto/grpc/testing/empty.proto
3312 - src/proto/grpc/testing/messages.proto
3313 - src/proto/grpc/testing/metrics.proto
3314 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003315 - test/cpp/interop/interop_client.cc
3316 - test/cpp/interop/stress_interop_client.cc
3317 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003318 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003319 deps:
3320 - grpc++_test_util
3321 - grpc_test_util
3322 - grpc++
3323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003324 - gpr_test_util
3325 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003326 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003328 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003329 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003330 build: test
3331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003332 src:
3333 - test/cpp/end2end/thread_stress_test.cc
3334 deps:
3335 - grpc++_test_util
3336 - grpc_test_util
3337 - grpc++
3338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003339 - gpr_test_util
3340 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003341- name: public_headers_must_be_c89
3342 build: test
3343 language: c89
3344 src:
3345 - test/core/surface/public_headers_must_be_c89.c
3346 deps:
3347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003349vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003350- linkage: static
3351 name: grpc.dependencies.zlib
3352 props: false
3353 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003354 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003355- linkage: static
3356 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003357 props: true
3358 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003359 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003360- name: gflags
3361 props: false
3362 redist: false
3363 version: 2.1.2.1
3364- name: gtest
3365 props: false
3366 redist: false
3367 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003368configs:
3369 asan:
3370 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003371 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3372 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003373 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003374 LD: clang
3375 LDFLAGS: -fsanitize=address
3376 LDXX: clang++
3377 compile_the_world: true
3378 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003379 ASAN_OPTIONS: detect_leaks=1:color=always
3380 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003381 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003382 asan-noleaks:
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++
Craig Tiller81df68d2016-01-21 13:59:50 -08003390 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003391 test_environ:
3392 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003393 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003394 asan-trace-cmp:
3395 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003396 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3397 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003398 CXX: clang++
3399 LD: clang
3400 LDFLAGS: -fsanitize=address
3401 LDXX: clang++
3402 compile_the_world: true
3403 test_environ:
3404 ASAN_OPTIONS: detect_leaks=1:color=always
3405 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3406 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003407 basicprof:
3408 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3409 DEFINES: NDEBUG
3410 dbg:
3411 CPPFLAGS: -O0
3412 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003413 easan:
3414 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003415 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3416 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003417 CXX: clang++
3418 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3419 LD: clang
3420 LDFLAGS: -fsanitize=address
3421 LDXX: clang++
3422 compile_the_world: true
3423 test_environ:
3424 ASAN_OPTIONS: detect_leaks=1:color=always
3425 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3426 timeout_multiplier: 3
3427 edbg:
3428 CPPFLAGS: -O0
3429 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3430 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003431 CC: clang
3432 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003433 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003434 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003435 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003436 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003437 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003438 LDXX: clang++
3439 compile_the_world: true
3440 test_environ:
3441 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3442 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003443 gcov:
3444 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003445 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003446 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003447 DEFINES: _DEBUG DEBUG GPR_GCOV
3448 LD: gcc
3449 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3450 LDXX: g++
3451 helgrind:
3452 CPPFLAGS: -O0
3453 DEFINES: _DEBUG DEBUG
3454 LDFLAGS: -rdynamic
3455 timeout_multiplier: 20
3456 valgrind: --tool=helgrind
3457 memcheck:
3458 CPPFLAGS: -O0
3459 DEFINES: _DEBUG DEBUG
3460 LDFLAGS: -rdynamic
3461 timeout_multiplier: 10
3462 valgrind: --tool=memcheck --leak-check=full
3463 msan:
3464 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003465 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3466 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3467 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003468 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003469 DEFINES: NDEBUG
3470 LD: clang
3471 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3472 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3473 LDXX: clang++
3474 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003475 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003476 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003477 CPPFLAGS: -O3 -fno-omit-frame-pointer
3478 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003479 LDFLAGS: -rdynamic
3480 opt:
3481 CPPFLAGS: -O2
3482 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003483 stapprof:
3484 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3485 DEFINES: NDEBUG
3486 tsan:
3487 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003488 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003489 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003490 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003491 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003492 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003493 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003494 LDXX: clang++
3495 compile_the_world: true
3496 test_environ:
3497 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003498 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003499 ubsan:
3500 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003501 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3502 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003503 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003504 DEFINES: NDEBUG
3505 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003506 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003507 LDXX: clang++
3508 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003509 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003510 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003511 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003512defaults:
3513 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003514 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003515 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003516 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003517 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003518 global:
3519 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3520 LDFLAGS: -g
3521 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003522 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003523 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003524node_modules:
3525- deps:
3526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003527 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003528 - boringssl
3529 - z
murgatroid9994a75412015-11-19 14:04:53 -08003530 headers:
3531 - src/node/ext/byte_buffer.h
3532 - src/node/ext/call.h
3533 - src/node/ext/call_credentials.h
3534 - src/node/ext/channel.h
3535 - src/node/ext/channel_credentials.h
3536 - src/node/ext/completion_queue_async_worker.h
3537 - src/node/ext/server.h
3538 - src/node/ext/server_credentials.h
3539 - src/node/ext/timeval.h
3540 js:
3541 - src/node/index.js
3542 - src/node/src/client.js
3543 - src/node/src/common.js
3544 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003545 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003546 - src/node/src/metadata.js
3547 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003548 name: grpc_node
3549 src:
3550 - src/node/ext/byte_buffer.cc
3551 - src/node/ext/call.cc
3552 - src/node/ext/call_credentials.cc
3553 - src/node/ext/channel.cc
3554 - src/node/ext/channel_credentials.cc
3555 - src/node/ext/completion_queue_async_worker.cc
3556 - src/node/ext/node_grpc.cc
3557 - src/node/ext/server.cc
3558 - src/node/ext/server_credentials.cc
3559 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003560openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003561 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003562 extraction_dir: openssl-1.0.2f
3563 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003564php_config_m4:
3565 deps:
3566 - grpc
3567 - gpr
3568 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003569 headers:
3570 - src/php/ext/grpc/byte_buffer.h
3571 - src/php/ext/grpc/call.h
3572 - src/php/ext/grpc/call_credentials.h
3573 - src/php/ext/grpc/channel.h
3574 - src/php/ext/grpc/channel_credentials.h
3575 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003576 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003577 - src/php/ext/grpc/php_grpc.h
3578 - src/php/ext/grpc/server.h
3579 - src/php/ext/grpc/server_credentials.h
3580 - src/php/ext/grpc/timeval.h
3581 src:
3582 - src/php/ext/grpc/byte_buffer.c
3583 - src/php/ext/grpc/call.c
3584 - src/php/ext/grpc/call_credentials.c
3585 - src/php/ext/grpc/channel.c
3586 - src/php/ext/grpc/channel_credentials.c
3587 - src/php/ext/grpc/completion_queue.c
3588 - src/php/ext/grpc/php_grpc.c
3589 - src/php/ext/grpc/server.c
3590 - src/php/ext/grpc/server_credentials.c
3591 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003592python_dependencies:
3593 deps:
3594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003595 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003596 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003597 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003598ruby_gem:
3599 deps:
3600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003603 - z