blob: fc1599ecf70bc66cc3706abe20ec06acd8c9d9c7 [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
Craig Tillerad3c8c12016-05-02 21:47:30 -0700122 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - 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
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/workqueue_windows.h
228 - src/core/lib/json/json.h
229 - src/core/lib/json/json_common.h
230 - src/core/lib/json/json_reader.h
231 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/surface/api_trace.h
233 - src/core/lib/surface/call.h
234 - src/core/lib/surface/call_test_only.h
235 - src/core/lib/surface/channel.h
236 - src/core/lib/surface/channel_init.h
237 - src/core/lib/surface/channel_stack_type.h
238 - src/core/lib/surface/completion_queue.h
239 - src/core/lib/surface/event_string.h
240 - src/core/lib/surface/init.h
241 - src/core/lib/surface/lame_client.h
242 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/connectivity_state.h
245 - src/core/lib/transport/metadata.h
246 - src/core/lib/transport/metadata_batch.h
247 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400248 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700249 - src/core/lib/transport/transport.h
250 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700251 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/channel/channel_args.c
253 - src/core/lib/channel/channel_stack.c
254 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/channel/compress_filter.c
256 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700257 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700258 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/channel/http_client_filter.c
260 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700261 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700262 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/compression/message_compress.c
264 - src/core/lib/debug/trace.c
265 - src/core/lib/http/format_request.c
266 - src/core/lib/http/httpcli.c
267 - src/core/lib/http/parser.c
268 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700269 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/iomgr/endpoint.c
271 - src/core/lib/iomgr/endpoint_pair_posix.c
272 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700273 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700274 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700275 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700276 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700277 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/iomgr/exec_ctx.c
279 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/iomgr/iocp_windows.c
281 - src/core/lib/iomgr/iomgr.c
282 - src/core/lib/iomgr/iomgr_posix.c
283 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700284 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700285 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700286 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/iomgr/pollset_set_windows.c
288 - src/core/lib/iomgr/pollset_windows.c
289 - src/core/lib/iomgr/resolve_address_posix.c
290 - src/core/lib/iomgr/resolve_address_windows.c
291 - src/core/lib/iomgr/sockaddr_utils.c
292 - src/core/lib/iomgr/socket_utils_common_posix.c
293 - src/core/lib/iomgr/socket_utils_linux.c
294 - src/core/lib/iomgr/socket_utils_posix.c
295 - src/core/lib/iomgr/socket_windows.c
296 - src/core/lib/iomgr/tcp_client_posix.c
297 - src/core/lib/iomgr/tcp_client_windows.c
298 - src/core/lib/iomgr/tcp_posix.c
299 - src/core/lib/iomgr/tcp_server_posix.c
300 - src/core/lib/iomgr/tcp_server_windows.c
301 - src/core/lib/iomgr/tcp_windows.c
302 - src/core/lib/iomgr/time_averaged_stats.c
303 - src/core/lib/iomgr/timer.c
304 - src/core/lib/iomgr/timer_heap.c
305 - src/core/lib/iomgr/udp_server.c
306 - src/core/lib/iomgr/unix_sockets_posix.c
307 - src/core/lib/iomgr/unix_sockets_posix_noop.c
308 - src/core/lib/iomgr/wakeup_fd_eventfd.c
309 - src/core/lib/iomgr/wakeup_fd_nospecial.c
310 - src/core/lib/iomgr/wakeup_fd_pipe.c
311 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/workqueue_windows.c
313 - src/core/lib/json/json.c
314 - src/core/lib/json/json_reader.c
315 - src/core/lib/json/json_string.c
316 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/surface/alarm.c
318 - src/core/lib/surface/api_trace.c
319 - src/core/lib/surface/byte_buffer.c
320 - src/core/lib/surface/byte_buffer_reader.c
321 - src/core/lib/surface/call.c
322 - src/core/lib/surface/call_details.c
323 - src/core/lib/surface/call_log_batch.c
324 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/surface/channel_init.c
326 - src/core/lib/surface/channel_ping.c
327 - src/core/lib/surface/channel_stack_type.c
328 - src/core/lib/surface/completion_queue.c
329 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/surface/lame_client.c
331 - src/core/lib/surface/metadata_array.c
332 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/surface/validate_metadata.c
334 - src/core/lib/surface/version.c
335 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/transport/connectivity_state.c
337 - src/core/lib/transport/metadata.c
338 - src/core/lib/transport/metadata_batch.c
339 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400340 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/transport/transport.c
342 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700343 deps:
344 - gpr
345 uses:
346 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700347- name: grpc_client_config
348 headers:
349 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700350 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700351 - src/core/ext/client_config/connector.h
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700352 - src/core/ext/client_config/http_connect_handshaker.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700353 - src/core/ext/client_config/initial_connect_string.h
354 - src/core/ext/client_config/lb_policy.h
355 - src/core/ext/client_config/lb_policy_factory.h
356 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700357 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700358 - src/core/ext/client_config/resolver.h
359 - src/core/ext/client_config/resolver_factory.h
360 - src/core/ext/client_config/resolver_registry.h
Mark D. Rothff4df062016-08-22 15:02:49 -0700361 - src/core/ext/client_config/resolver_result.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700362 - src/core/ext/client_config/subchannel.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700363 - src/core/ext/client_config/subchannel_index.h
364 - src/core/ext/client_config/uri_parser.h
365 src:
366 - src/core/ext/client_config/channel_connectivity.c
367 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700368 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller0b541632016-04-05 17:21:05 -0700369 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700370 - src/core/ext/client_config/connector.c
371 - src/core/ext/client_config/default_initial_connect_string.c
Mark D. Roth1102a9e2016-07-22 09:10:01 -0700372 - src/core/ext/client_config/http_connect_handshaker.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700373 - src/core/ext/client_config/initial_connect_string.c
374 - src/core/ext/client_config/lb_policy.c
375 - src/core/ext/client_config/lb_policy_factory.c
376 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700377 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700378 - src/core/ext/client_config/resolver.c
379 - src/core/ext/client_config/resolver_factory.c
380 - src/core/ext/client_config/resolver_registry.c
Mark D. Rothff4df062016-08-22 15:02:49 -0700381 - src/core/ext/client_config/resolver_result.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700382 - src/core/ext/client_config/subchannel.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700383 - src/core/ext/client_config/subchannel_index.c
384 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700385 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700386 uses:
387 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800388- name: grpc_codegen
389 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700390 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800391 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800392 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800394 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800395 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700396 uses:
397 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700398- name: grpc_lb_policy_grpclb
399 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700400 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700401 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700402 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700403 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700404 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700405 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700406 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700407 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700408 uses:
409 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700410 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700411 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700412- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700413 src:
414 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700415 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700416 uses:
417 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700418 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700419- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700420 src:
421 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700422 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700423 uses:
424 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700426- name: grpc_load_reporting
427 headers:
428 - src/core/ext/load_reporting/load_reporting.h
429 - src/core/ext/load_reporting/load_reporting_filter.h
430 src:
431 - src/core/ext/load_reporting/load_reporting.c
432 - src/core/ext/load_reporting/load_reporting_filter.c
433 plugin: grpc_load_reporting_plugin
434 uses:
435 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700436- name: grpc_resolver_dns_native
437 src:
438 - src/core/ext/resolver/dns/native/dns_resolver.c
439 plugin: grpc_resolver_dns_native
440 uses:
441 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700442 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700443- name: grpc_resolver_sockaddr
444 src:
445 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
446 plugin: grpc_resolver_sockaddr
447 uses:
448 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700449 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100450- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700451 public_headers:
452 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100453 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700454 - src/core/lib/security/context/security_context.h
455 - src/core/lib/security/credentials/composite/composite_credentials.h
456 - src/core/lib/security/credentials/credentials.h
457 - src/core/lib/security/credentials/fake/fake_credentials.h
458 - src/core/lib/security/credentials/google_default/google_default_credentials.h
459 - src/core/lib/security/credentials/iam/iam_credentials.h
460 - src/core/lib/security/credentials/jwt/json_token.h
461 - src/core/lib/security/credentials/jwt/jwt_credentials.h
462 - src/core/lib/security/credentials/jwt/jwt_verifier.h
463 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
464 - src/core/lib/security/credentials/plugin/plugin_credentials.h
465 - src/core/lib/security/credentials/ssl/ssl_credentials.h
466 - src/core/lib/security/transport/auth_filters.h
467 - src/core/lib/security/transport/handshake.h
468 - src/core/lib/security/transport/secure_endpoint.h
469 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700470 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700471 - src/core/lib/security/util/b64.h
472 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100473 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700474 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700475 - src/core/lib/security/context/security_context.c
476 - src/core/lib/security/credentials/composite/composite_credentials.c
477 - src/core/lib/security/credentials/credentials.c
478 - src/core/lib/security/credentials/credentials_metadata.c
479 - src/core/lib/security/credentials/fake/fake_credentials.c
480 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700481 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700482 - src/core/lib/security/credentials/google_default/google_default_credentials.c
483 - src/core/lib/security/credentials/iam/iam_credentials.c
484 - src/core/lib/security/credentials/jwt/json_token.c
485 - src/core/lib/security/credentials/jwt/jwt_credentials.c
486 - src/core/lib/security/credentials/jwt/jwt_verifier.c
487 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
488 - src/core/lib/security/credentials/plugin/plugin_credentials.c
489 - src/core/lib/security/credentials/ssl/ssl_credentials.c
490 - src/core/lib/security/transport/client_auth_filter.c
491 - src/core/lib/security/transport/handshake.c
492 - src/core/lib/security/transport/secure_endpoint.c
493 - src/core/lib/security/transport/security_connector.c
494 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700495 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700496 - src/core/lib/security/util/b64.c
497 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700498 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700499 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700500 uses:
501 - grpc_base
502 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700503 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700504- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700505 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700506 headers:
507 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700508 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700509 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/end2end/fixtures/proxy.h
511 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700512 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200513 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700514 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700516 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700518 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/slice_splitter.h
520 src:
521 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700522 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700523 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700524 - test/core/end2end/fixtures/proxy.c
525 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700526 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200527 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700528 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700529 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700530 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700532 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700533 - test/core/util/port_windows.c
534 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700535 deps:
536 - grpc
537 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700538- name: grpc_transport_chttp2
539 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700540 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700541 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700542 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
543 - src/core/ext/transport/chttp2/transport/frame.h
544 - src/core/ext/transport/chttp2/transport/frame_data.h
545 - src/core/ext/transport/chttp2/transport/frame_goaway.h
546 - src/core/ext/transport/chttp2/transport/frame_ping.h
547 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
548 - src/core/ext/transport/chttp2/transport/frame_settings.h
549 - src/core/ext/transport/chttp2/transport/frame_window_update.h
550 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
551 - src/core/ext/transport/chttp2/transport/hpack_parser.h
552 - src/core/ext/transport/chttp2/transport/hpack_table.h
553 - src/core/ext/transport/chttp2/transport/http2_errors.h
554 - src/core/ext/transport/chttp2/transport/huffsyms.h
555 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
556 - src/core/ext/transport/chttp2/transport/internal.h
557 - src/core/ext/transport/chttp2/transport/status_conversion.h
558 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700559 - src/core/ext/transport/chttp2/transport/varint.h
560 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700561 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700562 - src/core/ext/transport/chttp2/transport/bin_encoder.c
563 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700564 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
565 - src/core/ext/transport/chttp2/transport/frame_data.c
566 - src/core/ext/transport/chttp2/transport/frame_goaway.c
567 - src/core/ext/transport/chttp2/transport/frame_ping.c
568 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
569 - src/core/ext/transport/chttp2/transport/frame_settings.c
570 - src/core/ext/transport/chttp2/transport/frame_window_update.c
571 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
572 - src/core/ext/transport/chttp2/transport/hpack_parser.c
573 - src/core/ext/transport/chttp2/transport/hpack_table.c
574 - src/core/ext/transport/chttp2/transport/huffsyms.c
575 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
576 - src/core/ext/transport/chttp2/transport/parsing.c
577 - src/core/ext/transport/chttp2/transport/status_conversion.c
578 - src/core/ext/transport/chttp2/transport/stream_lists.c
579 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700580 - src/core/ext/transport/chttp2/transport/varint.c
581 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700582 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700583 uses:
584 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700585 - grpc_transport_chttp2_alpn
586- name: grpc_transport_chttp2_alpn
587 headers:
588 - src/core/ext/transport/chttp2/alpn/alpn.h
589 src:
590 - src/core/ext/transport/chttp2/alpn/alpn.c
591 deps:
592 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2_client_insecure
594 src:
595 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700596 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700597 uses:
598 - grpc_transport_chttp2
599 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700600 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700601- name: grpc_transport_chttp2_client_secure
602 src:
603 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700604 uses:
605 - grpc_transport_chttp2
606 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700607 - grpc_client_config
608 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700609- name: grpc_transport_chttp2_server_insecure
610 src:
611 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700612 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700613 uses:
614 - grpc_transport_chttp2
615 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700616- name: grpc_transport_chttp2_server_secure
617 src:
618 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700619 uses:
620 - grpc_transport_chttp2
621 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700622 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700623- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700624 public_headers:
625 - include/grpc/grpc_cronet.h
626 - include/grpc/grpc_security.h
627 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700628 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700629 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
630 src:
631 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
632 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
633 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700634 filegroups:
635 - grpc_base
636 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800637- name: nanopb
638 headers:
639 - third_party/nanopb/pb.h
640 - third_party/nanopb/pb_common.h
641 - third_party/nanopb/pb_decode.h
642 - third_party/nanopb/pb_encode.h
643 src:
644 - third_party/nanopb/pb_common.c
645 - third_party/nanopb/pb_decode.c
646 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700647- name: tsi
648 headers:
649 - src/core/lib/tsi/fake_transport_security.h
650 - src/core/lib/tsi/ssl_transport_security.h
651 - src/core/lib/tsi/ssl_types.h
652 - src/core/lib/tsi/transport_security.h
653 - src/core/lib/tsi/transport_security_interface.h
654 src:
655 - src/core/lib/tsi/fake_transport_security.c
656 - src/core/lib/tsi/ssl_transport_security.c
657 - src/core/lib/tsi/transport_security.c
658 deps:
659 - gpr
660 secure: true
661- name: grpc++_base
662 language: c++
663 public_headers:
664 - include/grpc++/alarm.h
665 - include/grpc++/channel.h
666 - include/grpc++/client_context.h
667 - include/grpc++/completion_queue.h
668 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700669 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 - include/grpc++/generic/async_generic_service.h
671 - include/grpc++/generic/generic_stub.h
672 - include/grpc++/grpc++.h
673 - include/grpc++/impl/call.h
674 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700675 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700676 - include/grpc++/impl/grpc_library.h
677 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/rpc_method.h
679 - include/grpc++/impl/rpc_service_method.h
680 - include/grpc++/impl/serialization_traits.h
681 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700682 - include/grpc++/impl/server_builder_plugin.h
683 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700684 - include/grpc++/impl/service_type.h
685 - include/grpc++/impl/sync.h
686 - include/grpc++/impl/sync_cxx11.h
687 - include/grpc++/impl/sync_no_cxx11.h
688 - include/grpc++/impl/thd.h
689 - include/grpc++/impl/thd_cxx11.h
690 - include/grpc++/impl/thd_no_cxx11.h
691 - include/grpc++/security/auth_context.h
692 - include/grpc++/security/auth_metadata_processor.h
693 - include/grpc++/security/credentials.h
694 - include/grpc++/security/server_credentials.h
695 - include/grpc++/server.h
696 - include/grpc++/server_builder.h
697 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700698 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700699 - include/grpc++/support/async_stream.h
700 - include/grpc++/support/async_unary_call.h
701 - include/grpc++/support/byte_buffer.h
702 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700703 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - include/grpc++/support/slice.h
705 - include/grpc++/support/status.h
706 - include/grpc++/support/status_code_enum.h
707 - include/grpc++/support/string_ref.h
708 - include/grpc++/support/stub_options.h
709 - include/grpc++/support/sync_stream.h
710 - include/grpc++/support/time.h
711 headers:
712 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700713 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700714 - src/cpp/server/dynamic_thread_pool.h
715 - src/cpp/server/thread_pool_interface.h
716 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700717 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718 - src/cpp/client/client_context.cc
719 - src/cpp/client/create_channel.cc
720 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700721 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700722 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700724 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700725 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700726 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - src/cpp/common/core_codegen.cc
728 - src/cpp/common/rpc_method.cc
729 - src/cpp/server/async_generic_service.cc
730 - src/cpp/server/create_default_thread_pool.cc
731 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700732 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700733 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - src/cpp/server/server_context.cc
735 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700736 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700737 - src/cpp/util/byte_buffer_cc.cc
738 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - src/cpp/util/status.cc
740 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700741 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700742 uses:
yang-g17487f92016-06-03 15:21:15 -0700743 - grpc++_codegen_base
744- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 language: c++
746 public_headers:
747 - include/grpc++/impl/codegen/async_stream.h
748 - include/grpc++/impl/codegen/async_unary_call.h
749 - include/grpc++/impl/codegen/call.h
750 - include/grpc++/impl/codegen/call_hook.h
751 - include/grpc++/impl/codegen/channel_interface.h
752 - include/grpc++/impl/codegen/client_context.h
753 - include/grpc++/impl/codegen/client_unary_call.h
754 - include/grpc++/impl/codegen/completion_queue.h
755 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700756 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/impl/codegen/core_codegen_interface.h
758 - include/grpc++/impl/codegen/create_auth_context.h
759 - include/grpc++/impl/codegen/grpc_library.h
760 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - include/grpc++/impl/codegen/rpc_method.h
762 - include/grpc++/impl/codegen/rpc_service_method.h
763 - include/grpc++/impl/codegen/security/auth_context.h
764 - include/grpc++/impl/codegen/serialization_traits.h
765 - include/grpc++/impl/codegen/server_context.h
766 - include/grpc++/impl/codegen/server_interface.h
767 - include/grpc++/impl/codegen/service_type.h
768 - include/grpc++/impl/codegen/status.h
769 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700770 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - include/grpc++/impl/codegen/string_ref.h
772 - include/grpc++/impl/codegen/stub_options.h
773 - include/grpc++/impl/codegen/sync.h
774 - include/grpc++/impl/codegen/sync_cxx11.h
775 - include/grpc++/impl/codegen/sync_no_cxx11.h
776 - include/grpc++/impl/codegen/sync_stream.h
777 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 uses:
779 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700780- name: grpc++_codegen_base_src
781 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 src:
783 - src/cpp/codegen/codegen_init.cc
784 uses:
yang-gddc3ebb2016-06-13 10:40:32 -0700785 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700786- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 language: c++
788 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700789 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 uses:
yang-g17487f92016-06-03 15:21:15 -0700791 - grpc++_codegen_base
792 - grpc++_config_proto
793- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 language: c++
795 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700797- name: grpc++_reflection_proto
798 language: c++
799 public_headers:
800 - include/grpc++/ext/reflection.grpc.pb.h
801 - include/grpc++/ext/reflection.pb.h
802 src:
803 - src/cpp/ext/reflection.grpc.pb.cc
804 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700805 uses:
806 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700807- name: thrift_util
808 language: c++
809 public_headers:
810 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700811 - include/grpc++/impl/codegen/thrift_utils.h
812 uses:
813 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100814libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800815- name: gpr
816 build: all
817 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800818 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700819 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800820 secure: false
821 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
822- name: gpr_test_util
823 build: private
824 language: c
825 headers:
826 - test/core/util/test_config.h
827 src:
828 - test/core/util/test_config.c
829 deps:
830 - gpr
831 secure: false
832 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700833- name: grpc
834 build: all
835 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 src:
837 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700838 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800839 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700841 filegroups:
842 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700843 - grpc_transport_chttp2_server_secure
844 - grpc_transport_chttp2_client_secure
845 - grpc_transport_chttp2_server_insecure
846 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700847 - grpc_lb_policy_grpclb
848 - grpc_lb_policy_pick_first
849 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700850 - grpc_resolver_dns_native
851 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700852 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100853 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700854 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700855 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700857 vs_packages:
858 - grpc.dependencies.openssl
859 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700860 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700861- name: grpc_cronet
862 build: all
863 language: c
864 src:
865 - src/core/lib/surface/init.c
866 baselib: true
867 deps_linkage: static
868 dll: true
869 filegroups:
870 - grpc_base
871 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700872 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700873 generate_plugin_registry: true
874 platforms:
875 - linux
876 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100877- name: grpc_dll
878 build: private
879 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100880 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100881 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100882 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100883 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100884 build_system:
885 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100886 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100887 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100888 vs_config_type: DynamicLibrary
889 vs_packages:
890 - grpc.dependencies.openssl
891 - grpc.dependencies.zlib
892 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
893 vs_props:
894 - zlib
895 - openssl
896 - winsock
897 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898- name: grpc_test_util
899 build: private
900 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700901 headers:
902 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800903 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700904 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700905 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700906 - test/core/end2end/data/server1_cert.c
907 - test/core/end2end/data/server1_key.c
908 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800909 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700910 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800911 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700913 - grpc
914 filegroups:
915 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700916 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700917 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
918- name: grpc_test_util_unsecure
919 build: private
920 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700921 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800922 - gpr
923 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800924 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700925 filegroups:
926 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700927 secure: false
928 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
929- name: grpc_unsecure
930 build: all
931 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700932 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700933 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700934 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700935 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800936 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700938 filegroups:
939 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700940 - grpc_transport_chttp2_server_insecure
941 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700942 - grpc_resolver_dns_native
943 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700944 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700945 - grpc_lb_policy_grpclb
946 - grpc_lb_policy_pick_first
947 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700948 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700949 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 secure: false
951 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952- name: reconnect_server
953 build: private
954 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700955 headers:
956 - test/core/util/reconnect_server.h
957 src:
958 - test/core/util/reconnect_server.c
959 deps:
yang-gc9fca182015-11-06 16:41:33 -0800960 - test_tcp_server
961 - grpc_test_util
962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 - gpr_test_util
964 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800965- name: test_tcp_server
966 build: private
967 language: c
968 headers:
969 - test/core/util/test_tcp_server.h
970 src:
971 - test/core/util/test_tcp_server.c
972 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700973 - grpc_test_util
974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800975 - gpr_test_util
976 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977- name: grpc++
978 build: all
979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700980 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700981 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700982 - src/cpp/client/secure_credentials.h
983 - src/cpp/common/secure_auth_context.h
984 - src/cpp/server/secure_server_credentials.h
985 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700986 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700987 - src/cpp/client/secure_credentials.cc
988 - src/cpp/common/auth_property_iterator.cc
989 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800990 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700991 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700992 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700993 - src/cpp/server/secure_server_credentials.cc
994 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700995 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 baselib: true
997 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700998 filegroups:
999 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001000 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001001 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 secure: check
1003 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001004- name: grpc++_reflection
1005 build: all
1006 language: c++
1007 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001008 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001009 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001010 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001011 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001012 - src/cpp/ext/proto_server_reflection.cc
1013 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001014 deps:
1015 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001016 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001017 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001018- name: grpc++_reflection_codegen
1019 build: private
1020 language: c++
1021 src:
1022 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: grpc++_test_config
1024 build: private
1025 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001026 headers:
1027 - test/cpp/util/test_config.h
1028 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001029 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030- name: grpc++_test_util
1031 build: private
1032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001033 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001034 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001035 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001036 - test/cpp/util/create_test_channel.h
1037 - test/cpp/util/string_ref_helper.h
1038 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001039 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001041 - src/proto/grpc/testing/echo_messages.proto
1042 - src/proto/grpc/testing/echo.proto
1043 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001044 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001045 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001046 - test/cpp/util/create_test_channel.cc
1047 - test/cpp/util/string_ref_helper.cc
1048 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001049 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 deps:
1051 - grpc++
1052 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001053 filegroups:
1054 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001055 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001056 - grpc++_codegen_proto
1057 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001058 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059- name: grpc++_unsecure
1060 build: all
1061 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001062 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001063 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001064 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001065 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001066 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001067 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001068 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069 baselib: true
1070 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001071 filegroups:
1072 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001073 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001074 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001075 secure: false
1076 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001077- name: grpc_cli_libs
1078 build: private
1079 language: c++
1080 headers:
1081 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001082 - test/cpp/util/cli_credentials.h
1083 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001084 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001085 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001086 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001087 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001088 src:
1089 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001090 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001091 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001092 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001093 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001094 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001095 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001096 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001097 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001098- name: grpc_plugin_support
1099 build: protoc
1100 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001101 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001102 - src/compiler/config.h
1103 - src/compiler/cpp_generator.h
1104 - src/compiler/cpp_generator_helpers.h
1105 - src/compiler/csharp_generator.h
1106 - src/compiler/csharp_generator_helpers.h
1107 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001108 - src/compiler/node_generator.h
1109 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001110 - src/compiler/objective_c_generator.h
1111 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001112 - src/compiler/php_generator.h
1113 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001114 - src/compiler/python_generator.h
1115 - src/compiler/ruby_generator.h
1116 - src/compiler/ruby_generator_helpers-inl.h
1117 - src/compiler/ruby_generator_map-inl.h
1118 - src/compiler/ruby_generator_string-inl.h
1119 src:
1120 - src/compiler/cpp_generator.cc
1121 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001122 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001123 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001124 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/compiler/python_generator.cc
1126 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001127 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001128 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129 secure: false
1130 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001131 vs_props:
1132 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: interop_client_helper
1134 build: private
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
1137 - test/cpp/interop/client_helper.h
1138 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001139 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001140 - test/cpp/interop/client_helper.cc
1141 deps:
1142 - grpc++_test_util
1143 - grpc_test_util
1144 - grpc++
1145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: interop_client_main
1148 build: private
1149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001150 headers:
1151 - test/cpp/interop/interop_client.h
1152 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001153 - src/proto/grpc/testing/empty.proto
1154 - src/proto/grpc/testing/messages.proto
1155 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001156 - test/cpp/interop/client.cc
1157 - test/cpp/interop/interop_client.cc
1158 deps:
1159 - interop_client_helper
1160 - grpc++_test_util
1161 - grpc_test_util
1162 - grpc++
1163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr_test_util
1165 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001166 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: interop_server_helper
1168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 headers:
1171 - test/cpp/interop/server_helper.h
1172 src:
1173 - test/cpp/interop/server_helper.cc
1174 deps:
1175 - grpc_test_util
1176 - grpc++
1177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001179- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180 build: private
1181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001182 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001183 - src/proto/grpc/testing/empty.proto
1184 - src/proto/grpc/testing/messages.proto
1185 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001186 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001187 deps:
1188 - interop_server_helper
1189 - grpc++_test_util
1190 - grpc_test_util
1191 - grpc++
1192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001193 - gpr_test_util
1194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001195 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001196- name: interop_server_main
1197 build: private
1198 language: c++
1199 src:
1200 - test/cpp/interop/interop_server_bootstrap.cc
1201 deps:
1202 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: qps
1204 build: private
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 headers:
1207 - test/cpp/qps/client.h
1208 - test/cpp/qps/driver.h
1209 - test/cpp/qps/histogram.h
1210 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001211 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001212 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 - test/cpp/qps/qps_worker.h
1214 - test/cpp/qps/report.h
1215 - test/cpp/qps/server.h
1216 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001217 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001218 - test/cpp/util/benchmark_config.h
1219 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001220 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001221 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001222 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001223 - src/proto/grpc/testing/control.proto
1224 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001225 - test/cpp/qps/client_async.cc
1226 - test/cpp/qps/client_sync.cc
1227 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001228 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001229 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001230 - test/cpp/qps/qps_worker.cc
1231 - test/cpp/qps/report.cc
1232 - test/cpp/qps/server_async.cc
1233 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001234 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001235 - test/cpp/util/benchmark_config.cc
1236 deps:
1237 - grpc_test_util
1238 - grpc++_test_util
1239 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: grpc_csharp_ext
1241 build: all
1242 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
1244 - src/csharp/ext/grpc_csharp_ext.c
1245 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001248 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001249 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250 dll: only
1251 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001252 vs_packages:
1253 - grpc.dependencies.openssl
1254 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001255 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001256 vs_props:
1257 - zlib
1258 - openssl
1259 - winsock
1260 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001262- name: alarm_test
1263 build: test
1264 language: c
1265 src:
1266 - test/core/surface/alarm_test.c
1267 deps:
1268 - grpc_test_util
1269 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001270 - gpr_test_util
1271 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001272- name: algorithm_test
1273 build: test
1274 language: c
1275 src:
1276 - test/core/compression/algorithm_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001282- name: alloc_test
1283 build: test
1284 language: c
1285 src:
1286 - test/core/support/alloc_test.c
1287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: alpn_test
1291 build: test
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 src:
1294 - test/core/transport/chttp2/alpn_test.c
1295 deps:
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001300- name: api_fuzzer
1301 build: fuzzer
1302 language: c
1303 src:
1304 - test/core/end2end/fuzzers/api_fuzzer.c
1305 deps:
1306 - grpc_test_util
1307 - grpc
1308 - gpr_test_util
1309 - gpr
1310 corpus_dirs:
1311 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001312 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001313 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001314- name: bad_server_response_test
1315 build: test
1316 language: c
1317 src:
1318 - test/core/end2end/bad_server_response_test.c
1319 deps:
1320 - test_tcp_server
1321 - grpc_test_util
1322 - grpc
1323 - gpr_test_util
1324 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001325- name: bin_decoder_test
1326 build: test
1327 language: c
1328 src:
1329 - test/core/transport/chttp2/bin_decoder_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333- name: bin_encoder_test
1334 build: test
1335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001336 src:
1337 - test/core/transport/chttp2/bin_encoder_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001341- name: census_context_test
1342 build: test
1343 language: c
1344 src:
1345 - test/core/census/context_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001351- name: census_resource_test
1352 build: test
1353 language: c
1354 src:
1355 - test/core/census/resource_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
1359 - gpr_test_util
1360 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001361- name: census_trace_context_test
1362 build: test
1363 language: c
1364 src:
1365 - test/core/census/trace_context_test.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
1369 - gpr_test_util
1370 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001371- name: channel_create_test
1372 build: test
1373 language: c
1374 src:
1375 - test/core/surface/channel_create_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001381- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001382 build: test
1383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001384 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001385 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001391- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001395 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: chttp2_stream_map_test
1402 build: test
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
1405 - test/core/transport/chttp2/stream_map_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001411- name: chttp2_varint_test
1412 build: test
1413 language: c
1414 src:
1415 - test/core/transport/chttp2/varint_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001421- name: client_fuzzer
1422 build: fuzzer
1423 language: c
1424 src:
1425 - test/core/end2end/fuzzers/client_fuzzer.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
1429 - gpr_test_util
1430 - gpr
1431 corpus_dirs:
1432 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001433 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001434 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001435- name: combiner_test
1436 cpu_cost: 30
1437 build: test
1438 language: c
1439 src:
1440 - test/core/iomgr/combiner_test.c
1441 deps:
1442 - grpc_test_util
1443 - grpc
1444 - gpr_test_util
1445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001446- name: compression_test
1447 build: test
1448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
1450 - test/core/compression/compression_test.c
1451 deps:
1452 - grpc_test_util
1453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001456- name: concurrent_connectivity_test
1457 build: test
1458 language: c
1459 src:
1460 - test/core/surface/concurrent_connectivity_test.c
1461 deps:
1462 - grpc_test_util
1463 - grpc
1464 - gpr_test_util
1465 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001466- name: connection_refused_test
1467 cpu_cost: 0.1
1468 build: test
1469 language: c
1470 src:
1471 - test/core/end2end/connection_refused_test.c
1472 deps:
1473 - grpc_test_util
1474 - grpc
1475 - gpr_test_util
1476 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001477- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001478 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001479 build: test
1480 language: c
1481 src:
1482 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1483 deps:
1484 - grpc_test_util
1485 - grpc
1486 - gpr_test_util
1487 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001488- name: dns_resolver_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/client_config/resolvers/dns_resolver_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001499 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/end2end/dualstack_socket_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 platforms:
1510 - mac
1511 - linux
1512 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001513- name: endpoint_pair_test
1514 build: test
1515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001516 src:
1517 - test/core/iomgr/endpoint_pair_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001523- name: ev_epoll_linux_test
1524 build: test
1525 language: c
1526 src:
1527 - test/core/iomgr/ev_epoll_linux_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
1531 - gpr_test_util
1532 - gpr
1533 platforms:
1534 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: fd_conservation_posix_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/iomgr/fd_conservation_posix_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001545 platforms:
1546 - mac
1547 - linux
1548 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: fd_posix_test
1550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - test/core/iomgr/fd_posix_test.c
1554 deps:
1555 - grpc_test_util
1556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001559 platforms:
1560 - mac
1561 - linux
1562 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001563- name: fling_client
1564 build: test
1565 run: false
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/fling/client.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001574- name: fling_server
1575 build: test
1576 run: false
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/fling/server.c
1580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001586 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/fling/fling_stream_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001596 platforms:
1597 - mac
1598 - linux
1599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001600- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001601 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602 build: test
1603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001604 src:
1605 - test/core/fling/fling_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001611 platforms:
1612 - mac
1613 - linux
1614 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001615- name: gen_hpack_tables
1616 build: tool
1617 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001618 src:
1619 - tools/codegen/core/gen_hpack_tables.c
1620 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001622 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: gen_legal_metadata_characters
1624 build: tool
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001629- name: gen_percent_encoding_tables
1630 build: tool
1631 language: c
1632 src:
1633 - tools/codegen/core/gen_percent_encoding_tables.c
1634 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001635- name: goaway_server_test
1636 cpu_cost: 0.1
1637 build: test
1638 language: c
1639 src:
1640 - test/core/end2end/goaway_server_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
1644 - gpr_test_util
1645 - gpr
1646 platforms:
1647 - mac
1648 - linux
1649 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001650- name: gpr_avl_test
1651 build: test
1652 language: c
1653 src:
1654 - test/core/support/avl_test.c
1655 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001658- name: gpr_backoff_test
1659 build: test
1660 language: c
1661 src:
1662 - test/core/support/backoff_test.c
1663 deps:
1664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: gpr_cmdline_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/support/cmdline_test.c
1671 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001672 - gpr_test_util
1673 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001674- name: gpr_cpu_test
1675 build: test
1676 language: c
1677 src:
1678 - test/core/support/cpu_test.c
1679 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001680 - gpr_test_util
1681 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: gpr_env_test
1683 build: test
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - test/core/support/env_test.c
1687 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: gpr_histogram_test
1691 build: test
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/support/histogram_test.c
1695 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: gpr_host_port_test
1699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - test/core/support/host_port_test.c
1703 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: gpr_log_test
1707 build: test
1708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001709 src:
1710 - test/core/support/log_test.c
1711 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001714- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001715 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001716 build: test
1717 language: c
1718 src:
1719 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001720 deps:
1721 - gpr_test_util
1722 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001723- name: gpr_percent_encoding_test
1724 build: test
1725 language: c
1726 src:
1727 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001728 deps:
1729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: gpr_slice_buffer_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/support/slice_buffer_test.c
1736 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001737 - gpr_test_util
1738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: gpr_slice_test
1740 build: test
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - test/core/support/slice_test.c
1744 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001748 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/support/stack_lockfree_test.c
1753 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001756- name: gpr_string_test
1757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/support/string_test.c
1761 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001762 - gpr_test_util
1763 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001765 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766 build: test
1767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - test/core/support/sync_test.c
1770 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001773- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001774 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775 build: test
1776 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001777 src:
1778 - test/core/support/thd_test.c
1779 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782- name: gpr_time_test
1783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
1786 - test/core/support/time_test.c
1787 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: gpr_tls_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/support/tls_test.c
1795 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001798- name: gpr_useful_test
1799 build: test
1800 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001801 src:
1802 - test/core/support/useful_test.c
1803 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: grpc_auth_context_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/security/auth_context_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001816- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001820 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: grpc_byte_buffer_reader_test
1827 build: test
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/surface/byte_buffer_reader_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: grpc_channel_args_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/channel/channel_args_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: grpc_channel_stack_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/channel/channel_stack_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: grpc_completion_queue_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/surface/completion_queue_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: grpc_create_jwt
1867 build: tool
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/security/create_jwt.c
1871 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001874 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: grpc_credentials_test
1876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/security/credentials_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001886 build: test
1887 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/security/fetch_oauth2.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001896- name: grpc_invalid_channel_args_test
1897 build: test
1898 language: c
1899 src:
1900 - test/core/surface/invalid_channel_args_test.c
1901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: grpc_json_token_test
1907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/security/json_token_test.c
1911 deps:
1912 - grpc_test_util
1913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001916 platforms:
1917 - linux
1918 - posix
1919 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: grpc_jwt_verifier_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/security/jwt_verifier_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: grpc_print_google_default_creds_token
1931 build: tool
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/security/print_google_default_creds_token.c
1935 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: grpc_security_connector_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/security/security_connector_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: grpc_verify_jwt
1949 build: tool
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/security/verify_jwt.c
1953 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001955 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001956- name: hpack_parser_fuzzer_test
1957 build: fuzzer
1958 language: c
1959 src:
1960 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
1964 - gpr_test_util
1965 - gpr
1966 corpus_dirs:
1967 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001968 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001969 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: hpack_parser_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/transport/chttp2/hpack_parser_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: hpack_table_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/transport/chttp2/hpack_table_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001990- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001994 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002000- name: http_request_fuzzer_test
2001 build: fuzzer
2002 language: c
2003 src:
2004 - test/core/http/request_fuzzer.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
2008 - gpr_test_util
2009 - gpr
2010 corpus_dirs:
2011 - test/core/http/corpus
2012 maxlen: 2048
2013- name: http_response_fuzzer_test
2014 build: fuzzer
2015 language: c
2016 src:
2017 - test/core/http/response_fuzzer.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
2023 corpus_dirs:
2024 - test/core/http/corpus
2025 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002026- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002030 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002037 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038 build: test
2039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002041 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002042 deps:
2043 - grpc_test_util
2044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002045 - gpr_test_util
2046 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002047 platforms:
2048 - mac
2049 - linux
2050 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002051- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002052 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002053 build: test
2054 language: c
2055 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002056 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002057 deps:
2058 - grpc_test_util
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002062 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002063 - linux
yang-gf1183302015-12-07 16:02:05 -08002064- name: init_test
2065 build: test
2066 language: c
2067 src:
2068 - test/core/surface/init_test.c
2069 deps:
2070 - grpc_test_util
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002074- name: internal_api_canary_iomgr_test
2075 build: test
2076 run: false
2077 language: c
2078 src:
2079 - test/core/internal_api_canaries/iomgr.c
2080 deps:
2081 - grpc_test_util
2082 - grpc
2083 - gpr_test_util
2084 - gpr
2085- name: internal_api_canary_support_test
2086 build: test
2087 run: false
2088 language: c
2089 src:
2090 - test/core/internal_api_canaries/iomgr.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
2094 - gpr_test_util
2095 - gpr
2096- name: internal_api_canary_transport_test
2097 build: test
2098 run: false
2099 language: c
2100 src:
2101 - test/core/internal_api_canaries/iomgr.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
2105 - gpr_test_util
2106 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002107- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002108 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002109 build: test
2110 language: c
2111 src:
2112 - test/core/end2end/invalid_call_argument_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002118- name: json_fuzzer_test
2119 build: fuzzer
2120 language: c
2121 src:
2122 - test/core/json/fuzzer.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
2126 - gpr_test_util
2127 - gpr
2128 corpus_dirs:
2129 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002130 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: json_rewrite
2132 build: test
2133 run: false
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/json/json_rewrite.c
2137 deps:
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: json_rewrite_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/json/json_rewrite_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002150- name: json_stream_error_test
2151 build: test
2152 language: c
2153 src:
2154 - test/core/json/json_stream_error_test.c
2155 deps:
2156 - grpc_test_util
2157 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002158 - gpr_test_util
2159 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160- name: json_test
2161 build: test
2162 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002163 src:
2164 - test/core/json/json_test.c
2165 deps:
2166 - grpc_test_util
2167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: lame_client_test
2171 build: test
2172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/core/surface/lame_client_test.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002180- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002181 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002182 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/client_config/lb_policies_test.c
2187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002192- name: load_file_test
2193 build: test
2194 language: c
2195 src:
2196 - test/core/iomgr/load_file_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002202- name: low_level_ping_pong_benchmark
2203 build: benchmark
2204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002205 src:
2206 - test/core/network_benchmarks/low_level_ping_pong.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002212 platforms:
2213 - mac
2214 - linux
2215 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: message_compress_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/compression/message_compress_test.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002226- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002227 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002228 build: test
2229 language: c
2230 src:
2231 - test/core/census/mlog_test.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002237- name: multiple_server_queues_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/end2end/multiple_server_queues_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: murmur_hash_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/support/murmur_hash_test.c
2252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002255- name: nanopb_fuzzer_response_test
2256 build: fuzzer
2257 language: c
2258 src:
2259 - test/core/nanopb/fuzzer_response.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
2263 - gpr_test_util
2264 - gpr
2265 corpus_dirs:
2266 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002267 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002268- name: nanopb_fuzzer_serverlist_test
2269 build: fuzzer
2270 language: c
2271 src:
2272 - test/core/nanopb/fuzzer_serverlist.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
2276 - gpr_test_util
2277 - gpr
2278 corpus_dirs:
2279 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002280 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002281- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002282 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/end2end/no_server_test.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002292- name: percent_decode_fuzzer
2293 build: fuzzer
2294 language: c
2295 src:
2296 - test/core/support/percent_decode_fuzzer.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
2300 - gpr_test_util
2301 - gpr
2302 corpus_dirs:
2303 - test/core/support/percent_decode_corpus
2304 maxlen: 32
2305- name: percent_encode_fuzzer
2306 build: fuzzer
2307 language: c
2308 src:
2309 - test/core/support/percent_encode_fuzzer.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
2313 - gpr_test_util
2314 - gpr
2315 corpus_dirs:
2316 - test/core/support/percent_encode_corpus
2317 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: resolve_address_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/iomgr/resolve_address_test.c
2323 deps:
2324 - grpc_test_util
2325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002326 - gpr_test_util
2327 - gpr
yang-gd482e592015-12-10 14:04:00 -08002328- name: secure_channel_create_test
2329 build: test
2330 language: c
2331 src:
2332 - test/core/surface/secure_channel_create_test.c
2333 deps:
2334 - grpc_test_util
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: secure_endpoint_test
2339 build: test
2340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002341 src:
2342 - test/core/security/secure_endpoint_test.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002346 - gpr_test_util
2347 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002348- name: sequential_connectivity_test
2349 build: test
2350 language: c
2351 src:
2352 - test/core/surface/sequential_connectivity_test.c
2353 deps:
2354 - grpc_test_util
2355 - grpc
2356 - gpr_test_util
2357 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002358- name: server_chttp2_test
2359 build: test
2360 language: c
2361 src:
2362 - test/core/surface/server_chttp2_test.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002368- name: server_fuzzer
2369 build: fuzzer
2370 language: c
2371 src:
2372 - test/core/end2end/fuzzers/server_fuzzer.c
2373 deps:
2374 - grpc_test_util
2375 - grpc
2376 - gpr_test_util
2377 - gpr
2378 corpus_dirs:
2379 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002380 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002381 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002382- name: server_test
2383 build: test
2384 language: c
2385 src:
2386 - test/core/surface/server_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002392- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002393 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002394 build: test
2395 language: c
2396 src:
2397 - test/core/client_config/set_initial_connect_string_test.c
2398 deps:
2399 - test_tcp_server
2400 - grpc_test_util
2401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002402 - gpr_test_util
2403 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002404- name: sockaddr_resolver_test
2405 build: test
2406 language: c
2407 src:
2408 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: sockaddr_utils_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/iomgr/sockaddr_utils_test.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002424- name: socket_utils_test
2425 build: test
2426 language: c
2427 src:
2428 - test/core/iomgr/socket_utils_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002434 platforms:
2435 - mac
2436 - linux
2437 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002439 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/core/iomgr/tcp_client_posix_test.c
2444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002449 platforms:
2450 - mac
2451 - linux
2452 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002453- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002454 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455 build: test
2456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002457 src:
2458 - test/core/iomgr/tcp_posix_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002464 platforms:
2465 - mac
2466 - linux
2467 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: tcp_server_posix_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/core/iomgr/tcp_server_posix_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002478 platforms:
2479 - mac
2480 - linux
2481 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: time_averaged_stats_test
2483 build: test
2484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
2486 - test/core/iomgr/time_averaged_stats_test.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002490 - gpr_test_util
2491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: timeout_encoding_test
2493 build: test
2494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002496 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002502- name: timer_heap_test
2503 build: test
2504 language: c
2505 src:
2506 - test/core/iomgr/timer_heap_test.c
2507 deps:
2508 - grpc_test_util
2509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002510 - gpr_test_util
2511 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002512- name: timer_list_test
2513 build: test
2514 language: c
2515 src:
2516 - test/core/iomgr/timer_list_test.c
2517 deps:
2518 - grpc_test_util
2519 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002520 - gpr_test_util
2521 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002522- name: transport_connectivity_state_test
2523 build: test
2524 language: c
2525 src:
2526 - test/core/transport/connectivity_state_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002530 - gpr_test_util
2531 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002532- name: transport_metadata_test
2533 build: test
2534 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - test/core/transport/metadata_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: transport_security_test
2543 build: test
2544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/core/tsi/transport_security_test.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002552 platforms:
2553 - linux
2554 - posix
2555 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: udp_server_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/iomgr/udp_server_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002566 platforms:
2567 - mac
2568 - linux
2569 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002570- name: uri_fuzzer_test
2571 build: fuzzer
2572 language: c
2573 src:
2574 - test/core/client_config/uri_fuzzer_test.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
2578 - gpr_test_util
2579 - gpr
2580 corpus_dirs:
2581 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002582 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: uri_parser_test
2584 build: test
2585 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002586 src:
2587 - test/core/client_config/uri_parser_test.c
2588 deps:
2589 - grpc_test_util
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002593- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002594 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002595 build: test
2596 language: c++
2597 src:
2598 - test/cpp/common/alarm_cpp_test.cc
2599 deps:
2600 - grpc++_test_util
2601 - grpc_test_util
2602 - grpc++
2603 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002604 - gpr_test_util
2605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002606- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002607 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608 build: test
2609 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - test/cpp/end2end/async_end2end_test.cc
2612 deps:
2613 - grpc++_test_util
2614 - grpc_test_util
2615 - grpc++
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr_test_util
2618 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002620 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621 build: test
2622 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002623 src:
2624 - test/cpp/common/auth_property_iterator_test.cc
2625 deps:
2626 - grpc++_test_util
2627 - grpc_test_util
2628 - grpc++
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002633 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634 build: test
2635 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002636 src:
yang-g52705592015-11-25 11:45:33 -08002637 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002638 deps:
2639 - grpc++
2640 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002642- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002643 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644 build: test
2645 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002646 src:
2647 - test/cpp/util/cli_call_test.cc
2648 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002649 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002650 - grpc++_test_util
2651 - grpc_test_util
2652 - grpc++
2653 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002654 - gpr_test_util
2655 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002656- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002657 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002658 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002659 build: test
2660 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002661 src:
2662 - test/cpp/end2end/client_crash_test.cc
2663 deps:
2664 - grpc++_test_util
2665 - grpc_test_util
2666 - grpc++
2667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002668 - gpr_test_util
2669 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002670 platforms:
2671 - mac
2672 - linux
2673 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: client_crash_test_server
2675 build: test
2676 run: false
2677 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
2679 - test/cpp/end2end/client_crash_test_server.cc
2680 deps:
2681 - grpc++_test_util
2682 - grpc_test_util
2683 - grpc++
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002687- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002688 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002689 build: test
2690 language: c++
2691 src:
2692 - src/proto/grpc/testing/control.proto
2693 - src/proto/grpc/testing/messages.proto
2694 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002695 - src/proto/grpc/testing/services.proto
2696 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002697 - test/cpp/codegen/codegen_test_full.cc
2698 deps:
2699 - grpc++
2700 - grpc
2701 - gpr
2702 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002703 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002704- name: codegen_test_minimal
2705 gtest: true
2706 build: test
2707 language: c++
2708 src:
2709 - src/proto/grpc/testing/control.proto
2710 - src/proto/grpc/testing/messages.proto
2711 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002712 - src/proto/grpc/testing/services.proto
2713 - src/proto/grpc/testing/stats.proto
2714 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002715 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002716 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002717 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002719 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 build: test
2721 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/cpp/client/credentials_test.cc
2724 deps:
2725 - grpc++
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002729 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730 build: test
2731 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002732 src:
2733 - test/cpp/util/byte_buffer_test.cc
2734 deps:
2735 - grpc_test_util
2736 - grpc++
2737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002738 - gpr_test_util
2739 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002741 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742 build: test
2743 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002744 src:
2745 - test/cpp/util/slice_test.cc
2746 deps:
2747 - grpc_test_util
2748 - grpc++
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002752- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002753 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754 build: test
2755 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002756 src:
2757 - test/cpp/util/string_ref_test.cc
2758 deps:
2759 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002761 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762 build: test
2763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
2765 - test/cpp/util/time_test.cc
2766 deps:
2767 - grpc_test_util
2768 - grpc++
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002772- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002773 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002774 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775 build: test
2776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002777 src:
2778 - test/cpp/end2end/end2end_test.cc
2779 deps:
2780 - grpc++_test_util
2781 - grpc_test_util
2782 - grpc++
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr_test_util
2785 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002786- name: filter_end2end_test
2787 gtest: true
2788 build: test
2789 language: c++
2790 src:
2791 - test/cpp/end2end/filter_end2end_test.cc
2792 deps:
2793 - grpc++_test_util
2794 - grpc_test_util
2795 - grpc++
2796 - grpc
2797 - gpr_test_util
2798 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002799- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002800 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801 build: test
2802 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002803 src:
2804 - test/cpp/end2end/generic_end2end_test.cc
2805 deps:
2806 - grpc++_test_util
2807 - grpc_test_util
2808 - grpc++
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002812- name: golden_file_test
2813 gtest: true
2814 build: test
2815 language: c++
2816 src:
2817 - src/proto/grpc/testing/compiler_test.proto
2818 - test/cpp/codegen/golden_file_test.cc
2819 deps:
2820 - grpc++
2821 - grpc
2822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: grpc_cli
2824 build: test
2825 run: false
2826 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/cpp/util/grpc_cli.cc
2829 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002830 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002831 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002832 - grpc++
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002835 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836- name: grpc_cpp_plugin
2837 build: protoc
2838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002839 src:
2840 - src/compiler/cpp_plugin.cc
2841 deps:
2842 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843 secure: false
2844 vs_config_type: Application
2845 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2846- name: grpc_csharp_plugin
2847 build: protoc
2848 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
2850 - src/compiler/csharp_plugin.cc
2851 deps:
2852 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853 secure: false
2854 vs_config_type: Application
2855 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002856- name: grpc_node_plugin
2857 build: protoc
2858 language: c++
2859 src:
2860 - src/compiler/node_plugin.cc
2861 deps:
2862 - grpc_plugin_support
2863 secure: false
2864 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002865- name: grpc_objective_c_plugin
2866 build: protoc
2867 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002868 src:
2869 - src/compiler/objective_c_plugin.cc
2870 deps:
2871 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872 secure: false
2873 vs_config_type: Application
2874 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002875- name: grpc_php_plugin
2876 build: protoc
2877 language: c++
2878 src:
2879 - src/compiler/php_plugin.cc
2880 deps:
2881 - grpc_plugin_support
2882 secure: false
2883 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002884- name: grpc_python_plugin
2885 build: protoc
2886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002887 src:
2888 - src/compiler/python_plugin.cc
2889 deps:
2890 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891 secure: false
2892 vs_config_type: Application
2893 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2894- name: grpc_ruby_plugin
2895 build: protoc
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - src/compiler/ruby_plugin.cc
2899 deps:
2900 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901 secure: false
2902 vs_config_type: Application
2903 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002904- name: grpc_tool_test
2905 gtest: true
2906 build: test
2907 language: c++
2908 headers:
2909 - test/cpp/util/string_ref_helper.h
2910 src:
2911 - src/proto/grpc/testing/echo.proto
2912 - src/proto/grpc/testing/echo_messages.proto
2913 - test/cpp/util/grpc_tool_test.cc
2914 - test/cpp/util/string_ref_helper.cc
2915 deps:
2916 - grpc_cli_libs
2917 - grpc++_reflection
2918 - grpc_test_util
2919 - grpc++
2920 - grpc
2921 - gpr_test_util
2922 - gpr
2923 filegroups:
2924 - grpc++_codegen_proto
2925 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002926- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002927 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002928 build: test
2929 language: c++
2930 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002931 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002932 - test/cpp/grpclb/grpclb_api_test.cc
2933 deps:
2934 - grpc++_test_util
2935 - grpc_test_util
2936 - grpc++
2937 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002938- name: grpclb_test
2939 gtest: false
2940 build: test
2941 language: c++
2942 src:
2943 - src/proto/grpc/lb/v1/load_balancer.proto
2944 - test/cpp/grpclb/grpclb_test.cc
2945 deps:
2946 - gpr
2947 - gpr_test_util
2948 - grpc
2949 - grpc++
2950 - grpc++_test_util
2951 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002952- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002953 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002954 build: test
2955 language: c++
2956 src:
2957 - test/cpp/end2end/hybrid_end2end_test.cc
2958 deps:
2959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: interop_client
2966 build: test
2967 run: false
2968 language: c++
2969 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002970 deps:
2971 - interop_client_main
2972 - interop_client_helper
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002979 - grpc++_test_config
2980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: interop_server
2985 build: test
2986 run: false
2987 language: c++
2988 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002989 deps:
2990 - interop_server_main
2991 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002992 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002993 - grpc++_test_util
2994 - grpc_test_util
2995 - grpc++
2996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002997 - gpr_test_util
2998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002999 - grpc++_test_config
3000 platforms:
3001 - mac
3002 - linux
3003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003005 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006 build: test
3007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
3009 - test/cpp/interop/interop_test.cc
3010 deps:
3011 - grpc_test_util
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003015 platforms:
3016 - mac
3017 - linux
3018 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003019- name: json_run_localhost
3020 build: test
3021 run: false
3022 language: c++
3023 src:
3024 - test/cpp/qps/json_run_localhost.cc
3025 deps:
3026 - grpc++_test_util
3027 - grpc_test_util
3028 - grpc++
3029 - grpc
3030 - gpr_test_util
3031 - gpr
3032 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003033- name: metrics_client
3034 build: test
3035 run: false
3036 language: c++
3037 headers:
3038 - test/cpp/util/metrics_server.h
3039 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003040 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003041 - test/cpp/interop/metrics_client.cc
3042 deps:
3043 - grpc++
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003046 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003048 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049 build: test
3050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/cpp/end2end/mock_test.cc
3053 deps:
3054 - grpc++_test_util
3055 - grpc_test_util
3056 - grpc++
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003060- name: proto_server_reflection_test
3061 gtest: true
3062 build: test
3063 language: c++
3064 headers:
3065 - test/cpp/util/proto_reflection_descriptor_database.h
3066 src:
3067 - test/cpp/end2end/proto_server_reflection_test.cc
3068 - test/cpp/util/proto_reflection_descriptor_database.cc
3069 deps:
3070 - grpc++_reflection
3071 - grpc++_test_util
3072 - grpc_test_util
3073 - grpc++
3074 - grpc
3075 - gpr_test_util
3076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077- name: qps_interarrival_test
3078 build: test
3079 run: false
3080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003081 src:
3082 - test/cpp/qps/qps_interarrival_test.cc
3083 deps:
3084 - qps
3085 - grpc++_test_util
3086 - grpc_test_util
3087 - grpc++
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003091 platforms:
3092 - mac
3093 - linux
3094 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003095- name: qps_json_driver
3096 build: test
3097 run: false
3098 language: c++
3099 src:
3100 - test/cpp/qps/qps_json_driver.cc
3101 deps:
3102 - qps
3103 - grpc++_test_util
3104 - grpc_test_util
3105 - grpc++
3106 - grpc
3107 - gpr_test_util
3108 - gpr
3109 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003111 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112 build: test
3113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003114 src:
3115 - test/cpp/qps/qps_openloop_test.cc
3116 deps:
3117 - qps
3118 - grpc++_test_util
3119 - grpc_test_util
3120 - grpc++
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003124 - grpc++_test_config
3125 platforms:
3126 - mac
3127 - linux
3128 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003130 build: test
3131 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003133 headers:
3134 - test/cpp/qps/client.h
3135 - test/cpp/qps/server.h
3136 src:
3137 - test/cpp/qps/worker.cc
3138 deps:
3139 - qps
3140 - grpc++_test_util
3141 - grpc_test_util
3142 - grpc++
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr_test_util
3145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003146 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003147- name: reconnect_interop_client
3148 build: test
3149 run: false
3150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003151 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003152 - src/proto/grpc/testing/empty.proto
3153 - src/proto/grpc/testing/messages.proto
3154 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003155 - test/cpp/interop/reconnect_interop_client.cc
3156 deps:
3157 - grpc++_test_util
3158 - grpc_test_util
3159 - grpc++
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003163 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003164- name: reconnect_interop_server
3165 build: test
3166 run: false
3167 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003168 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003169 - src/proto/grpc/testing/empty.proto
3170 - src/proto/grpc/testing/messages.proto
3171 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003172 - test/cpp/interop/reconnect_interop_server.cc
3173 deps:
3174 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003175 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003176 - grpc++_test_util
3177 - grpc_test_util
3178 - grpc++
3179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003180 - gpr_test_util
3181 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003182 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003184 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185 build: test
3186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003187 src:
3188 - test/cpp/common/secure_auth_context_test.cc
3189 deps:
3190 - grpc++_test_util
3191 - grpc_test_util
3192 - grpc++
3193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003194 - gpr_test_util
3195 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003196- name: secure_sync_unary_ping_pong_test
3197 build: test
3198 language: c++
3199 src:
3200 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3201 deps:
3202 - qps
3203 - grpc++_test_util
3204 - grpc_test_util
3205 - grpc++
3206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003207 - gpr_test_util
3208 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003209 platforms:
3210 - mac
3211 - linux
3212 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003213- name: server_builder_plugin_test
3214 gtest: true
3215 build: test
3216 language: c++
3217 src:
3218 - test/cpp/end2end/server_builder_plugin_test.cc
3219 deps:
3220 - grpc++_test_util
3221 - grpc_test_util
3222 - grpc++
3223 - grpc
3224 - gpr_test_util
3225 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003227 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003228 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229 build: test
3230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
3232 - test/cpp/end2end/server_crash_test.cc
3233 deps:
3234 - grpc++_test_util
3235 - grpc_test_util
3236 - grpc++
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003240 platforms:
3241 - mac
3242 - linux
3243 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003244- name: server_crash_test_client
3245 build: test
3246 run: false
3247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003248 src:
3249 - test/cpp/end2end/server_crash_test_client.cc
3250 deps:
3251 - grpc++_test_util
3252 - grpc_test_util
3253 - grpc++
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003257- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003258 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259 build: test
3260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003261 src:
3262 - test/cpp/end2end/shutdown_test.cc
3263 deps:
3264 - grpc++_test_util
3265 - grpc_test_util
3266 - grpc++
3267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003268 - gpr_test_util
3269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003270- name: status_test
3271 build: test
3272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003273 src:
3274 - test/cpp/util/status_test.cc
3275 deps:
3276 - grpc_test_util
3277 - grpc++
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr_test_util
3280 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003281- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003282 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003283 build: test
3284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003285 src:
3286 - test/cpp/end2end/streaming_throughput_test.cc
3287 deps:
3288 - grpc++_test_util
3289 - grpc_test_util
3290 - grpc++
3291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003292 - gpr_test_util
3293 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003294 platforms:
3295 - mac
3296 - linux
3297 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003298- name: stress_test
3299 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003300 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003301 language: c++
3302 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003303 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003304 - test/cpp/interop/interop_client.h
3305 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003306 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003307 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003308 - src/proto/grpc/testing/empty.proto
3309 - src/proto/grpc/testing/messages.proto
3310 - src/proto/grpc/testing/metrics.proto
3311 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003312 - test/cpp/interop/interop_client.cc
3313 - test/cpp/interop/stress_interop_client.cc
3314 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003315 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003316 deps:
3317 - grpc++_test_util
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003321 - gpr_test_util
3322 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003323 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003324- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003325 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003326 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327 build: test
3328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003329 src:
3330 - test/cpp/end2end/thread_stress_test.cc
3331 deps:
3332 - grpc++_test_util
3333 - grpc_test_util
3334 - grpc++
3335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003336 - gpr_test_util
3337 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003338- name: public_headers_must_be_c89
3339 build: test
3340 language: c89
3341 src:
3342 - test/core/surface/public_headers_must_be_c89.c
3343 deps:
3344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003346vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003347- linkage: static
3348 name: grpc.dependencies.zlib
3349 props: false
3350 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003351 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003352- linkage: static
3353 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003354 props: true
3355 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003356 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003357- name: gflags
3358 props: false
3359 redist: false
3360 version: 2.1.2.1
3361- name: gtest
3362 props: false
3363 redist: false
3364 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003365configs:
3366 asan:
3367 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003368 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3369 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003370 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003371 LD: clang
3372 LDFLAGS: -fsanitize=address
3373 LDXX: clang++
3374 compile_the_world: true
3375 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003376 ASAN_OPTIONS: detect_leaks=1:color=always
3377 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003378 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003379 asan-noleaks:
3380 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003381 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3382 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003383 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003384 LD: clang
3385 LDFLAGS: -fsanitize=address
3386 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003387 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003388 test_environ:
3389 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003390 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003391 asan-trace-cmp:
3392 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003393 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3394 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003395 CXX: clang++
3396 LD: clang
3397 LDFLAGS: -fsanitize=address
3398 LDXX: clang++
3399 compile_the_world: true
3400 test_environ:
3401 ASAN_OPTIONS: detect_leaks=1:color=always
3402 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3403 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003404 basicprof:
3405 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3406 DEFINES: NDEBUG
3407 dbg:
3408 CPPFLAGS: -O0
3409 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003410 easan:
3411 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003412 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3413 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003414 CXX: clang++
3415 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3416 LD: clang
3417 LDFLAGS: -fsanitize=address
3418 LDXX: clang++
3419 compile_the_world: true
3420 test_environ:
3421 ASAN_OPTIONS: detect_leaks=1:color=always
3422 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3423 timeout_multiplier: 3
3424 edbg:
3425 CPPFLAGS: -O0
3426 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3427 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003428 CC: clang
3429 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003430 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003431 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003432 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003433 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003434 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003435 LDXX: clang++
3436 compile_the_world: true
3437 test_environ:
3438 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3439 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003440 gcov:
3441 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003442 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003443 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003444 DEFINES: _DEBUG DEBUG GPR_GCOV
3445 LD: gcc
3446 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3447 LDXX: g++
3448 helgrind:
3449 CPPFLAGS: -O0
3450 DEFINES: _DEBUG DEBUG
3451 LDFLAGS: -rdynamic
3452 timeout_multiplier: 20
3453 valgrind: --tool=helgrind
3454 memcheck:
3455 CPPFLAGS: -O0
3456 DEFINES: _DEBUG DEBUG
3457 LDFLAGS: -rdynamic
3458 timeout_multiplier: 10
3459 valgrind: --tool=memcheck --leak-check=full
3460 msan:
3461 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003462 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3463 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3464 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003465 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003466 DEFINES: NDEBUG
3467 LD: clang
3468 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3469 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3470 LDXX: clang++
3471 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003472 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003473 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003474 CPPFLAGS: -O3 -fno-omit-frame-pointer
3475 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003476 LDFLAGS: -rdynamic
3477 opt:
3478 CPPFLAGS: -O2
3479 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003480 stapprof:
3481 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3482 DEFINES: NDEBUG
3483 tsan:
3484 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003485 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003486 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003487 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003488 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003489 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003490 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003491 LDXX: clang++
3492 compile_the_world: true
3493 test_environ:
3494 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003495 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003496 ubsan:
3497 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003498 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3499 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003500 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003501 DEFINES: NDEBUG
3502 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003503 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003504 LDXX: clang++
3505 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003506 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003507 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003508 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003509defaults:
3510 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003511 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003512 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003513 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003514 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003515 global:
3516 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3517 LDFLAGS: -g
3518 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003519 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003520 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003521node_modules:
3522- deps:
3523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003524 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003525 - boringssl
3526 - z
murgatroid9994a75412015-11-19 14:04:53 -08003527 headers:
3528 - src/node/ext/byte_buffer.h
3529 - src/node/ext/call.h
3530 - src/node/ext/call_credentials.h
3531 - src/node/ext/channel.h
3532 - src/node/ext/channel_credentials.h
3533 - src/node/ext/completion_queue_async_worker.h
3534 - src/node/ext/server.h
3535 - src/node/ext/server_credentials.h
3536 - src/node/ext/timeval.h
3537 js:
3538 - src/node/index.js
3539 - src/node/src/client.js
3540 - src/node/src/common.js
3541 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003542 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003543 - src/node/src/metadata.js
3544 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003545 name: grpc_node
3546 src:
3547 - src/node/ext/byte_buffer.cc
3548 - src/node/ext/call.cc
3549 - src/node/ext/call_credentials.cc
3550 - src/node/ext/channel.cc
3551 - src/node/ext/channel_credentials.cc
3552 - src/node/ext/completion_queue_async_worker.cc
3553 - src/node/ext/node_grpc.cc
3554 - src/node/ext/server.cc
3555 - src/node/ext/server_credentials.cc
3556 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003557openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003558 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003559 extraction_dir: openssl-1.0.2f
3560 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003561php_config_m4:
3562 deps:
3563 - grpc
3564 - gpr
3565 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003566 headers:
3567 - src/php/ext/grpc/byte_buffer.h
3568 - src/php/ext/grpc/call.h
3569 - src/php/ext/grpc/call_credentials.h
3570 - src/php/ext/grpc/channel.h
3571 - src/php/ext/grpc/channel_credentials.h
3572 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003573 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003574 - src/php/ext/grpc/php_grpc.h
3575 - src/php/ext/grpc/server.h
3576 - src/php/ext/grpc/server_credentials.h
3577 - src/php/ext/grpc/timeval.h
3578 src:
3579 - src/php/ext/grpc/byte_buffer.c
3580 - src/php/ext/grpc/call.c
3581 - src/php/ext/grpc/call_credentials.c
3582 - src/php/ext/grpc/channel.c
3583 - src/php/ext/grpc/channel_credentials.c
3584 - src/php/ext/grpc/completion_queue.c
3585 - src/php/ext/grpc/php_grpc.c
3586 - src/php/ext/grpc/server.c
3587 - src/php/ext/grpc/server_credentials.c
3588 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003589python_dependencies:
3590 deps:
3591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003592 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003593 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003594 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003595ruby_gem:
3596 deps:
3597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600 - z