blob: 9b4c065abf5203ca27689f4d4ebdc8d87c72b85f [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
227 - src/core/lib/iomgr/workqueue_posix.h
228 - src/core/lib/iomgr/workqueue_windows.h
229 - src/core/lib/json/json.h
230 - src/core/lib/json/json_common.h
231 - src/core/lib/json/json_reader.h
232 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/surface/api_trace.h
234 - src/core/lib/surface/call.h
235 - src/core/lib/surface/call_test_only.h
236 - src/core/lib/surface/channel.h
237 - src/core/lib/surface/channel_init.h
238 - src/core/lib/surface/channel_stack_type.h
239 - src/core/lib/surface/completion_queue.h
240 - src/core/lib/surface/event_string.h
241 - src/core/lib/surface/init.h
242 - src/core/lib/surface/lame_client.h
243 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/transport/connectivity_state.h
246 - src/core/lib/transport/metadata.h
247 - src/core/lib/transport/metadata_batch.h
248 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400249 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/transport/transport.h
251 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/channel/channel_args.c
254 - src/core/lib/channel/channel_stack.c
255 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/channel/compress_filter.c
257 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700258 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700259 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/channel/http_client_filter.c
261 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700262 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700263 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/compression/message_compress.c
265 - src/core/lib/debug/trace.c
266 - src/core/lib/http/format_request.c
267 - src/core/lib/http/httpcli.c
268 - src/core/lib/http/parser.c
269 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700270 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/iomgr/endpoint.c
272 - src/core/lib/iomgr/endpoint_pair_posix.c
273 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700274 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700275 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700276 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700277 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700278 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/iomgr/exec_ctx.c
280 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/iomgr/iocp_windows.c
282 - src/core/lib/iomgr/iomgr.c
283 - src/core/lib/iomgr/iomgr_posix.c
284 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700285 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700286 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700287 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/iomgr/pollset_set_windows.c
289 - src/core/lib/iomgr/pollset_windows.c
290 - src/core/lib/iomgr/resolve_address_posix.c
291 - src/core/lib/iomgr/resolve_address_windows.c
292 - src/core/lib/iomgr/sockaddr_utils.c
293 - src/core/lib/iomgr/socket_utils_common_posix.c
294 - src/core/lib/iomgr/socket_utils_linux.c
295 - src/core/lib/iomgr/socket_utils_posix.c
296 - src/core/lib/iomgr/socket_windows.c
297 - src/core/lib/iomgr/tcp_client_posix.c
298 - src/core/lib/iomgr/tcp_client_windows.c
299 - src/core/lib/iomgr/tcp_posix.c
300 - src/core/lib/iomgr/tcp_server_posix.c
301 - src/core/lib/iomgr/tcp_server_windows.c
302 - src/core/lib/iomgr/tcp_windows.c
303 - src/core/lib/iomgr/time_averaged_stats.c
304 - src/core/lib/iomgr/timer.c
305 - src/core/lib/iomgr/timer_heap.c
306 - src/core/lib/iomgr/udp_server.c
307 - src/core/lib/iomgr/unix_sockets_posix.c
308 - src/core/lib/iomgr/unix_sockets_posix_noop.c
309 - src/core/lib/iomgr/wakeup_fd_eventfd.c
310 - src/core/lib/iomgr/wakeup_fd_nospecial.c
311 - src/core/lib/iomgr/wakeup_fd_pipe.c
312 - src/core/lib/iomgr/wakeup_fd_posix.c
313 - src/core/lib/iomgr/workqueue_posix.c
314 - src/core/lib/iomgr/workqueue_windows.c
315 - src/core/lib/json/json.c
316 - src/core/lib/json/json_reader.c
317 - src/core/lib/json/json_string.c
318 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/surface/alarm.c
320 - src/core/lib/surface/api_trace.c
321 - src/core/lib/surface/byte_buffer.c
322 - src/core/lib/surface/byte_buffer_reader.c
323 - src/core/lib/surface/call.c
324 - src/core/lib/surface/call_details.c
325 - src/core/lib/surface/call_log_batch.c
326 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/surface/channel_init.c
328 - src/core/lib/surface/channel_ping.c
329 - src/core/lib/surface/channel_stack_type.c
330 - src/core/lib/surface/completion_queue.c
331 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/surface/lame_client.c
333 - src/core/lib/surface/metadata_array.c
334 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/surface/validate_metadata.c
336 - src/core/lib/surface/version.c
337 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/transport/connectivity_state.c
339 - src/core/lib/transport/metadata.c
340 - src/core/lib/transport/metadata_batch.c
341 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400342 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/transport/transport.c
344 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700345 deps:
346 - gpr
347 uses:
348 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700349- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700350 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700351 - src/core/ext/client_channel/client_channel.h
352 - src/core/ext/client_channel/client_channel_factory.h
353 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700354 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700355 - src/core/ext/client_channel/initial_connect_string.h
356 - src/core/ext/client_channel/lb_policy.h
357 - src/core/ext/client_channel/lb_policy_factory.h
358 - src/core/ext/client_channel/lb_policy_registry.h
359 - src/core/ext/client_channel/parse_address.h
360 - src/core/ext/client_channel/resolver.h
361 - src/core/ext/client_channel/resolver_factory.h
362 - src/core/ext/client_channel/resolver_registry.h
363 - src/core/ext/client_channel/resolver_result.h
364 - src/core/ext/client_channel/subchannel.h
365 - src/core/ext/client_channel/subchannel_index.h
366 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700367 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700368 - src/core/ext/client_channel/channel_connectivity.c
369 - src/core/ext/client_channel/client_channel.c
370 - src/core/ext/client_channel/client_channel_factory.c
371 - src/core/ext/client_channel/client_channel_plugin.c
372 - src/core/ext/client_channel/connector.c
373 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700374 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700375 - src/core/ext/client_channel/initial_connect_string.c
376 - src/core/ext/client_channel/lb_policy.c
377 - src/core/ext/client_channel/lb_policy_factory.c
378 - src/core/ext/client_channel/lb_policy_registry.c
379 - src/core/ext/client_channel/parse_address.c
380 - src/core/ext/client_channel/resolver.c
381 - src/core/ext/client_channel/resolver_factory.c
382 - src/core/ext/client_channel/resolver_registry.c
383 - src/core/ext/client_channel/resolver_result.c
384 - src/core/ext/client_channel/subchannel.c
385 - src/core/ext/client_channel/subchannel_index.c
386 - src/core/ext/client_channel/uri_parser.c
387 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700388 uses:
389 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800390- name: grpc_codegen
391 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700392 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800393 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800394 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800395 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800396 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800397 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700398 uses:
399 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700400- name: grpc_lb_policy_grpclb
401 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700402 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700403 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700404 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700405 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700406 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700407 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700408 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700409 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700412 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700413 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700414- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700415 src:
416 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700417 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700418 uses:
419 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700421- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700422 src:
423 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700424 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700425 uses:
426 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700427 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700428- name: grpc_load_reporting
429 headers:
430 - src/core/ext/load_reporting/load_reporting.h
431 - src/core/ext/load_reporting/load_reporting_filter.h
432 src:
433 - src/core/ext/load_reporting/load_reporting.c
434 - src/core/ext/load_reporting/load_reporting_filter.c
435 plugin: grpc_load_reporting_plugin
436 uses:
437 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700438- name: grpc_resolver_dns_native
439 src:
440 - src/core/ext/resolver/dns/native/dns_resolver.c
441 plugin: grpc_resolver_dns_native
442 uses:
443 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700444 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700445- name: grpc_resolver_sockaddr
446 src:
447 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
448 plugin: grpc_resolver_sockaddr
449 uses:
450 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700451 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100452- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700453 public_headers:
454 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100455 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700456 - src/core/lib/security/context/security_context.h
457 - src/core/lib/security/credentials/composite/composite_credentials.h
458 - src/core/lib/security/credentials/credentials.h
459 - src/core/lib/security/credentials/fake/fake_credentials.h
460 - src/core/lib/security/credentials/google_default/google_default_credentials.h
461 - src/core/lib/security/credentials/iam/iam_credentials.h
462 - src/core/lib/security/credentials/jwt/json_token.h
463 - src/core/lib/security/credentials/jwt/jwt_credentials.h
464 - src/core/lib/security/credentials/jwt/jwt_verifier.h
465 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
466 - src/core/lib/security/credentials/plugin/plugin_credentials.h
467 - src/core/lib/security/credentials/ssl/ssl_credentials.h
468 - src/core/lib/security/transport/auth_filters.h
469 - src/core/lib/security/transport/handshake.h
470 - src/core/lib/security/transport/secure_endpoint.h
471 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700472 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700473 - src/core/lib/security/util/b64.h
474 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100475 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700476 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700477 - src/core/lib/security/context/security_context.c
478 - src/core/lib/security/credentials/composite/composite_credentials.c
479 - src/core/lib/security/credentials/credentials.c
480 - src/core/lib/security/credentials/credentials_metadata.c
481 - src/core/lib/security/credentials/fake/fake_credentials.c
482 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700483 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/credentials/google_default/google_default_credentials.c
485 - src/core/lib/security/credentials/iam/iam_credentials.c
486 - src/core/lib/security/credentials/jwt/json_token.c
487 - src/core/lib/security/credentials/jwt/jwt_credentials.c
488 - src/core/lib/security/credentials/jwt/jwt_verifier.c
489 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
490 - src/core/lib/security/credentials/plugin/plugin_credentials.c
491 - src/core/lib/security/credentials/ssl/ssl_credentials.c
492 - src/core/lib/security/transport/client_auth_filter.c
493 - src/core/lib/security/transport/handshake.c
494 - src/core/lib/security/transport/secure_endpoint.c
495 - src/core/lib/security/transport/security_connector.c
496 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700497 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700498 - src/core/lib/security/util/b64.c
499 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700500 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700501 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700502 uses:
503 - grpc_base
504 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700505 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700506- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700507 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700508 headers:
509 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700510 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700511 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700512 - test/core/end2end/fixtures/proxy.h
513 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700514 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200515 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700516 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700518 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700520 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700521 - test/core/util/slice_splitter.h
522 src:
523 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700524 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700525 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700526 - test/core/end2end/fixtures/proxy.c
527 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700528 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200529 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700530 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700531 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700532 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700533 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700534 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700535 - test/core/util/port_windows.c
536 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700537 deps:
538 - grpc
539 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700540- name: grpc_transport_chttp2
541 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700542 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700543 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700544 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
545 - src/core/ext/transport/chttp2/transport/frame.h
546 - src/core/ext/transport/chttp2/transport/frame_data.h
547 - src/core/ext/transport/chttp2/transport/frame_goaway.h
548 - src/core/ext/transport/chttp2/transport/frame_ping.h
549 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
550 - src/core/ext/transport/chttp2/transport/frame_settings.h
551 - src/core/ext/transport/chttp2/transport/frame_window_update.h
552 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
553 - src/core/ext/transport/chttp2/transport/hpack_parser.h
554 - src/core/ext/transport/chttp2/transport/hpack_table.h
555 - src/core/ext/transport/chttp2/transport/http2_errors.h
556 - src/core/ext/transport/chttp2/transport/huffsyms.h
557 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
558 - src/core/ext/transport/chttp2/transport/internal.h
559 - src/core/ext/transport/chttp2/transport/status_conversion.h
560 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700561 - src/core/ext/transport/chttp2/transport/varint.h
562 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700563 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700564 - src/core/ext/transport/chttp2/transport/bin_encoder.c
565 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700566 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
567 - src/core/ext/transport/chttp2/transport/frame_data.c
568 - src/core/ext/transport/chttp2/transport/frame_goaway.c
569 - src/core/ext/transport/chttp2/transport/frame_ping.c
570 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
571 - src/core/ext/transport/chttp2/transport/frame_settings.c
572 - src/core/ext/transport/chttp2/transport/frame_window_update.c
573 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
574 - src/core/ext/transport/chttp2/transport/hpack_parser.c
575 - src/core/ext/transport/chttp2/transport/hpack_table.c
576 - src/core/ext/transport/chttp2/transport/huffsyms.c
577 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
578 - src/core/ext/transport/chttp2/transport/parsing.c
579 - src/core/ext/transport/chttp2/transport/status_conversion.c
580 - src/core/ext/transport/chttp2/transport/stream_lists.c
581 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700582 - src/core/ext/transport/chttp2/transport/varint.c
583 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700584 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700585 uses:
586 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 - grpc_transport_chttp2_alpn
588- name: grpc_transport_chttp2_alpn
589 headers:
590 - src/core/ext/transport/chttp2/alpn/alpn.h
591 src:
592 - src/core/ext/transport/chttp2/alpn/alpn.c
593 deps:
594 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700595- name: grpc_transport_chttp2_client_insecure
596 src:
597 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700598 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700599 uses:
600 - grpc_transport_chttp2
601 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700602 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700603- name: grpc_transport_chttp2_client_secure
604 src:
605 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700606 uses:
607 - grpc_transport_chttp2
608 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700609 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700610 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700611- name: grpc_transport_chttp2_server_insecure
612 src:
613 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700614 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700615 uses:
616 - grpc_transport_chttp2
617 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700618- name: grpc_transport_chttp2_server_secure
619 src:
620 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700621 uses:
622 - grpc_transport_chttp2
623 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700624 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700625- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700626 public_headers:
627 - include/grpc/grpc_cronet.h
628 - include/grpc/grpc_security.h
629 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700630 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700631 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
632 src:
633 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
634 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
635 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700636 filegroups:
637 - grpc_base
638 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800639- name: nanopb
640 headers:
641 - third_party/nanopb/pb.h
642 - third_party/nanopb/pb_common.h
643 - third_party/nanopb/pb_decode.h
644 - third_party/nanopb/pb_encode.h
645 src:
646 - third_party/nanopb/pb_common.c
647 - third_party/nanopb/pb_decode.c
648 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700649- name: tsi
650 headers:
651 - src/core/lib/tsi/fake_transport_security.h
652 - src/core/lib/tsi/ssl_transport_security.h
653 - src/core/lib/tsi/ssl_types.h
654 - src/core/lib/tsi/transport_security.h
655 - src/core/lib/tsi/transport_security_interface.h
656 src:
657 - src/core/lib/tsi/fake_transport_security.c
658 - src/core/lib/tsi/ssl_transport_security.c
659 - src/core/lib/tsi/transport_security.c
660 deps:
661 - gpr
662 secure: true
663- name: grpc++_base
664 language: c++
665 public_headers:
666 - include/grpc++/alarm.h
667 - include/grpc++/channel.h
668 - include/grpc++/client_context.h
669 - include/grpc++/completion_queue.h
670 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700671 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700672 - include/grpc++/generic/async_generic_service.h
673 - include/grpc++/generic/generic_stub.h
674 - include/grpc++/grpc++.h
675 - include/grpc++/impl/call.h
676 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700677 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678 - include/grpc++/impl/grpc_library.h
679 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700680 - include/grpc++/impl/rpc_method.h
681 - include/grpc++/impl/rpc_service_method.h
682 - include/grpc++/impl/serialization_traits.h
683 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700684 - include/grpc++/impl/server_builder_plugin.h
685 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 - include/grpc++/impl/service_type.h
687 - include/grpc++/impl/sync.h
688 - include/grpc++/impl/sync_cxx11.h
689 - include/grpc++/impl/sync_no_cxx11.h
690 - include/grpc++/impl/thd.h
691 - include/grpc++/impl/thd_cxx11.h
692 - include/grpc++/impl/thd_no_cxx11.h
693 - include/grpc++/security/auth_context.h
694 - include/grpc++/security/auth_metadata_processor.h
695 - include/grpc++/security/credentials.h
696 - include/grpc++/security/server_credentials.h
697 - include/grpc++/server.h
698 - include/grpc++/server_builder.h
699 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700700 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 - include/grpc++/support/async_stream.h
702 - include/grpc++/support/async_unary_call.h
703 - include/grpc++/support/byte_buffer.h
704 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700705 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706 - include/grpc++/support/slice.h
707 - include/grpc++/support/status.h
708 - include/grpc++/support/status_code_enum.h
709 - include/grpc++/support/string_ref.h
710 - include/grpc++/support/stub_options.h
711 - include/grpc++/support/sync_stream.h
712 - include/grpc++/support/time.h
713 headers:
714 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700715 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716 - src/cpp/server/dynamic_thread_pool.h
717 - src/cpp/server/thread_pool_interface.h
718 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700719 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720 - src/cpp/client/client_context.cc
721 - src/cpp/client/create_channel.cc
722 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700723 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700724 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700726 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700727 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700728 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - src/cpp/common/core_codegen.cc
730 - src/cpp/common/rpc_method.cc
731 - src/cpp/server/async_generic_service.cc
732 - src/cpp/server/create_default_thread_pool.cc
733 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700734 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700735 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700736 - src/cpp/server/server_context.cc
737 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700738 - src/cpp/server/server_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700739 - src/cpp/util/byte_buffer_cc.cc
740 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - src/cpp/util/status.cc
742 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700743 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700744 uses:
yang-g17487f92016-06-03 15:21:15 -0700745 - grpc++_codegen_base
746- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 language: c++
748 public_headers:
749 - include/grpc++/impl/codegen/async_stream.h
750 - include/grpc++/impl/codegen/async_unary_call.h
751 - include/grpc++/impl/codegen/call.h
752 - include/grpc++/impl/codegen/call_hook.h
753 - include/grpc++/impl/codegen/channel_interface.h
754 - include/grpc++/impl/codegen/client_context.h
755 - include/grpc++/impl/codegen/client_unary_call.h
756 - include/grpc++/impl/codegen/completion_queue.h
757 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700758 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - include/grpc++/impl/codegen/core_codegen_interface.h
760 - include/grpc++/impl/codegen/create_auth_context.h
761 - include/grpc++/impl/codegen/grpc_library.h
762 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/impl/codegen/rpc_method.h
764 - include/grpc++/impl/codegen/rpc_service_method.h
765 - include/grpc++/impl/codegen/security/auth_context.h
766 - include/grpc++/impl/codegen/serialization_traits.h
767 - include/grpc++/impl/codegen/server_context.h
768 - include/grpc++/impl/codegen/server_interface.h
769 - include/grpc++/impl/codegen/service_type.h
770 - include/grpc++/impl/codegen/status.h
771 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700772 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - include/grpc++/impl/codegen/string_ref.h
774 - include/grpc++/impl/codegen/stub_options.h
775 - include/grpc++/impl/codegen/sync.h
776 - include/grpc++/impl/codegen/sync_cxx11.h
777 - include/grpc++/impl/codegen/sync_no_cxx11.h
778 - include/grpc++/impl/codegen/sync_stream.h
779 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 uses:
781 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700782- name: grpc++_codegen_base_src
783 language: c++
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 src:
785 - src/cpp/codegen/codegen_init.cc
786 uses:
yang-gddc3ebb2016-06-13 10:40:32 -0700787 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700788- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 language: c++
790 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700791 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 uses:
yang-g17487f92016-06-03 15:21:15 -0700793 - grpc++_codegen_base
794 - grpc++_config_proto
795- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 language: c++
797 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700799- name: grpc++_reflection_proto
800 language: c++
801 public_headers:
802 - include/grpc++/ext/reflection.grpc.pb.h
803 - include/grpc++/ext/reflection.pb.h
804 src:
805 - src/cpp/ext/reflection.grpc.pb.cc
806 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700807 uses:
808 - grpc++_codegen_proto
chedetibc618ee2016-07-31 15:35:51 -0700809- name: thrift_util
810 language: c++
811 public_headers:
812 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700813 - include/grpc++/impl/codegen/thrift_utils.h
814 uses:
815 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100816libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800817- name: gpr
818 build: all
819 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800820 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700821 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800822 secure: false
823 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
824- name: gpr_test_util
825 build: private
826 language: c
827 headers:
828 - test/core/util/test_config.h
829 src:
830 - test/core/util/test_config.c
831 deps:
832 - gpr
833 secure: false
834 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835- name: grpc
836 build: all
837 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 src:
839 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800841 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700843 filegroups:
844 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700845 - grpc_transport_chttp2_server_secure
846 - grpc_transport_chttp2_client_secure
847 - grpc_transport_chttp2_server_insecure
848 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700849 - grpc_lb_policy_grpclb
850 - grpc_lb_policy_pick_first
851 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700852 - grpc_resolver_dns_native
853 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700854 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100855 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700856 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700857 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700858 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700859 vs_packages:
860 - grpc.dependencies.openssl
861 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700862 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700863- name: grpc_cronet
864 build: all
865 language: c
866 src:
867 - src/core/lib/surface/init.c
868 baselib: true
869 deps_linkage: static
870 dll: true
871 filegroups:
872 - grpc_base
873 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700874 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700875 generate_plugin_registry: true
876 platforms:
877 - linux
878 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100879- name: grpc_dll
880 build: private
881 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100882 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100883 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100884 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100885 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100886 build_system:
887 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100888 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100889 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100890 vs_config_type: DynamicLibrary
891 vs_packages:
892 - grpc.dependencies.openssl
893 - grpc.dependencies.zlib
894 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
895 vs_props:
896 - zlib
897 - openssl
898 - winsock
899 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700900- name: grpc_test_util
901 build: private
902 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700903 headers:
904 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800905 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700906 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700907 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700908 - test/core/end2end/data/server1_cert.c
909 - test/core/end2end/data/server1_key.c
910 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800911 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800913 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800914 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700915 - grpc
916 filegroups:
917 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700918 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
920- name: grpc_test_util_unsecure
921 build: private
922 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800924 - gpr
925 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800926 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700927 filegroups:
928 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700929 secure: false
930 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
931- name: grpc_unsecure
932 build: all
933 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700934 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700936 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700937 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800938 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700939 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700940 filegroups:
941 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700942 - grpc_transport_chttp2_server_insecure
943 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700944 - grpc_resolver_dns_native
945 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700946 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700947 - grpc_lb_policy_grpclb
948 - grpc_lb_policy_pick_first
949 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700950 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700951 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 secure: false
953 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954- name: reconnect_server
955 build: private
956 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700957 headers:
958 - test/core/util/reconnect_server.h
959 src:
960 - test/core/util/reconnect_server.c
961 deps:
yang-gc9fca182015-11-06 16:41:33 -0800962 - test_tcp_server
963 - grpc_test_util
964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800965 - gpr_test_util
966 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800967- name: test_tcp_server
968 build: private
969 language: c
970 headers:
971 - test/core/util/test_tcp_server.h
972 src:
973 - test/core/util/test_tcp_server.c
974 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700975 - grpc_test_util
976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800977 - gpr_test_util
978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979- name: grpc++
980 build: all
981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700982 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700983 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700984 - src/cpp/client/secure_credentials.h
985 - src/cpp/common/secure_auth_context.h
986 - src/cpp/server/secure_server_credentials.h
987 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -0700988 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700989 - src/cpp/client/secure_credentials.cc
990 - src/cpp/common/auth_property_iterator.cc
991 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800992 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700993 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -0700994 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -0700995 - src/cpp/server/secure_server_credentials.cc
996 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700997 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 baselib: true
999 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001000 filegroups:
1001 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001002 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001003 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004 secure: check
1005 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -07001006- name: grpc++_reflection
1007 build: all
1008 language: c++
1009 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001010 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001011 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001012 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001013 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001014 - src/cpp/ext/proto_server_reflection.cc
1015 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001016 deps:
1017 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001018 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001019 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -07001020- name: grpc++_reflection_codegen
1021 build: private
1022 language: c++
1023 src:
1024 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001025- name: grpc++_test_config
1026 build: private
1027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001028 headers:
1029 - test/cpp/util/test_config.h
1030 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001031 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001032- name: grpc++_test_util
1033 build: private
1034 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001035 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001036 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001037 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001038 - test/cpp/util/create_test_channel.h
1039 - test/cpp/util/string_ref_helper.h
1040 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001041 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001043 - src/proto/grpc/testing/echo_messages.proto
1044 - src/proto/grpc/testing/echo.proto
1045 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001046 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001047 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001048 - test/cpp/util/create_test_channel.cc
1049 - test/cpp/util/string_ref_helper.cc
1050 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001051 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001052 deps:
1053 - grpc++
1054 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001055 filegroups:
1056 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001057 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001058 - grpc++_codegen_proto
1059 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001060 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061- name: grpc++_unsecure
1062 build: all
1063 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001064 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001065 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001066 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001067 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001068 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001069 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001070 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071 baselib: true
1072 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001073 filegroups:
1074 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001075 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001076 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077 secure: false
1078 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001079- name: grpc_cli_libs
1080 build: private
1081 language: c++
1082 headers:
1083 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001084 - test/cpp/util/cli_credentials.h
1085 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001086 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001087 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001088 - test/cpp/util/proto_reflection_descriptor_database.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001089 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001090 src:
1091 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001092 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001093 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001094 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001095 - test/cpp/util/proto_reflection_descriptor_database.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001096 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001097 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001098 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001099 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: grpc_plugin_support
1101 build: protoc
1102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001103 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/compiler/config.h
1105 - src/compiler/cpp_generator.h
1106 - src/compiler/cpp_generator_helpers.h
1107 - src/compiler/csharp_generator.h
1108 - src/compiler/csharp_generator_helpers.h
1109 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001110 - src/compiler/node_generator.h
1111 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001112 - src/compiler/objective_c_generator.h
1113 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001114 - src/compiler/php_generator.h
1115 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001116 - src/compiler/python_generator.h
1117 - src/compiler/ruby_generator.h
1118 - src/compiler/ruby_generator_helpers-inl.h
1119 - src/compiler/ruby_generator_map-inl.h
1120 - src/compiler/ruby_generator_string-inl.h
1121 src:
1122 - src/compiler/cpp_generator.cc
1123 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001124 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001125 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001126 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001127 - src/compiler/python_generator.cc
1128 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001129 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001130 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131 secure: false
1132 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001133 vs_props:
1134 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135- name: interop_client_helper
1136 build: private
1137 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001138 headers:
1139 - test/cpp/interop/client_helper.h
1140 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001141 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001142 - test/cpp/interop/client_helper.cc
1143 deps:
1144 - grpc++_test_util
1145 - grpc_test_util
1146 - grpc++
1147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149- name: interop_client_main
1150 build: private
1151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001152 headers:
1153 - test/cpp/interop/interop_client.h
1154 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001155 - src/proto/grpc/testing/empty.proto
1156 - src/proto/grpc/testing/messages.proto
1157 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001158 - test/cpp/interop/client.cc
1159 - test/cpp/interop/interop_client.cc
1160 deps:
1161 - interop_client_helper
1162 - grpc++_test_util
1163 - grpc_test_util
1164 - grpc++
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr_test_util
1167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001168 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: interop_server_helper
1170 build: private
1171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001172 headers:
1173 - test/cpp/interop/server_helper.h
1174 src:
1175 - test/cpp/interop/server_helper.cc
1176 deps:
1177 - grpc_test_util
1178 - grpc++
1179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001180 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001181- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 build: private
1183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001185 - src/proto/grpc/testing/empty.proto
1186 - src/proto/grpc/testing/messages.proto
1187 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001188 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001189 deps:
1190 - interop_server_helper
1191 - grpc++_test_util
1192 - grpc_test_util
1193 - grpc++
1194 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001195 - gpr_test_util
1196 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001197 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001198- name: interop_server_main
1199 build: private
1200 language: c++
1201 src:
1202 - test/cpp/interop/interop_server_bootstrap.cc
1203 deps:
1204 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: qps
1206 build: private
1207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001208 headers:
1209 - test/cpp/qps/client.h
1210 - test/cpp/qps/driver.h
1211 - test/cpp/qps/histogram.h
1212 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001213 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001214 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001215 - test/cpp/qps/qps_worker.h
1216 - test/cpp/qps/report.h
1217 - test/cpp/qps/server.h
1218 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001219 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001220 - test/cpp/util/benchmark_config.h
1221 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001222 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001223 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001224 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001225 - src/proto/grpc/testing/control.proto
1226 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001227 - test/cpp/qps/client_async.cc
1228 - test/cpp/qps/client_sync.cc
1229 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001230 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001231 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001232 - test/cpp/qps/qps_worker.cc
1233 - test/cpp/qps/report.cc
1234 - test/cpp/qps/server_async.cc
1235 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001236 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001237 - test/cpp/util/benchmark_config.cc
1238 deps:
1239 - grpc_test_util
1240 - grpc++_test_util
1241 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: grpc_csharp_ext
1243 build: all
1244 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
1246 - src/csharp/ext/grpc_csharp_ext.c
1247 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001248 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001250 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001251 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 dll: only
1253 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001254 vs_packages:
1255 - grpc.dependencies.openssl
1256 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001258 vs_props:
1259 - zlib
1260 - openssl
1261 - winsock
1262 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001264- name: alarm_test
1265 build: test
1266 language: c
1267 src:
1268 - test/core/surface/alarm_test.c
1269 deps:
1270 - grpc_test_util
1271 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001272 - gpr_test_util
1273 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001274- name: algorithm_test
1275 build: test
1276 language: c
1277 src:
1278 - test/core/compression/algorithm_test.c
1279 deps:
1280 - grpc_test_util
1281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001284- name: alloc_test
1285 build: test
1286 language: c
1287 src:
1288 - test/core/support/alloc_test.c
1289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: alpn_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/transport/chttp2/alpn_test.c
1297 deps:
1298 - grpc_test_util
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr_test_util
1301 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001302- name: api_fuzzer
1303 build: fuzzer
1304 language: c
1305 src:
1306 - test/core/end2end/fuzzers/api_fuzzer.c
1307 deps:
1308 - grpc_test_util
1309 - grpc
1310 - gpr_test_util
1311 - gpr
1312 corpus_dirs:
1313 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001314 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001315 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001316- name: bad_server_response_test
1317 build: test
1318 language: c
1319 src:
1320 - test/core/end2end/bad_server_response_test.c
1321 deps:
1322 - test_tcp_server
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001327- name: bin_decoder_test
1328 build: test
1329 language: c
1330 src:
1331 - test/core/transport/chttp2/bin_decoder_test.c
1332 deps:
1333 - grpc_test_util
1334 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: bin_encoder_test
1336 build: test
1337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001338 src:
1339 - test/core/transport/chttp2/bin_encoder_test.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001343- name: census_context_test
1344 build: test
1345 language: c
1346 src:
1347 - test/core/census/context_test.c
1348 deps:
1349 - grpc_test_util
1350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001351 - gpr_test_util
1352 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001353- name: census_resource_test
1354 build: test
1355 language: c
1356 src:
1357 - test/core/census/resource_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
1361 - gpr_test_util
1362 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001363- name: census_trace_context_test
1364 build: test
1365 language: c
1366 src:
1367 - test/core/census/trace_context_test.c
1368 deps:
1369 - grpc_test_util
1370 - grpc
1371 - gpr_test_util
1372 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001373- name: channel_create_test
1374 build: test
1375 language: c
1376 src:
1377 - test/core/surface/channel_create_test.c
1378 deps:
1379 - grpc_test_util
1380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001383- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001387 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001388 deps:
1389 - grpc_test_util
1390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001391 - gpr_test_util
1392 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001393- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001394 build: test
1395 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001396 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001397 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001398 deps:
1399 - grpc_test_util
1400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001401 - gpr_test_util
1402 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001403- name: chttp2_stream_map_test
1404 build: test
1405 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001406 src:
1407 - test/core/transport/chttp2/stream_map_test.c
1408 deps:
1409 - grpc_test_util
1410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001411 - gpr_test_util
1412 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001413- name: chttp2_varint_test
1414 build: test
1415 language: c
1416 src:
1417 - test/core/transport/chttp2/varint_test.c
1418 deps:
1419 - grpc_test_util
1420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001423- name: client_fuzzer
1424 build: fuzzer
1425 language: c
1426 src:
1427 - test/core/end2end/fuzzers/client_fuzzer.c
1428 deps:
1429 - grpc_test_util
1430 - grpc
1431 - gpr_test_util
1432 - gpr
1433 corpus_dirs:
1434 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001435 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001436 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001437- name: combiner_test
1438 cpu_cost: 30
1439 build: test
1440 language: c
1441 src:
1442 - test/core/iomgr/combiner_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
1446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: compression_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/compression/compression_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001458- name: concurrent_connectivity_test
1459 build: test
1460 language: c
1461 src:
1462 - test/core/surface/concurrent_connectivity_test.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
1466 - gpr_test_util
1467 - gpr
Craig Tiller012372f2016-09-26 10:23:34 -07001468- name: connection_refused_test
1469 cpu_cost: 0.1
1470 build: test
1471 language: c
1472 src:
1473 - test/core/end2end/connection_refused_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
1477 - gpr_test_util
1478 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001479- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001480 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001481 build: test
1482 language: c
1483 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001484 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001485 deps:
1486 - grpc_test_util
1487 - grpc
1488 - gpr_test_util
1489 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001490- name: dns_resolver_test
1491 build: test
1492 language: c
1493 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001494 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001495 deps:
1496 - grpc_test_util
1497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001501 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
1505 - test/core/end2end/dualstack_socket_test.c
1506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001511 platforms:
1512 - mac
1513 - linux
1514 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001515- name: endpoint_pair_test
1516 build: test
1517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001518 src:
1519 - test/core/iomgr/endpoint_pair_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001523 - gpr_test_util
1524 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001525- name: ev_epoll_linux_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/iomgr/ev_epoll_linux_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
1533 - gpr_test_util
1534 - gpr
1535 platforms:
1536 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001537- name: fd_conservation_posix_test
1538 build: test
1539 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001540 src:
1541 - test/core/iomgr/fd_conservation_posix_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001547 platforms:
1548 - mac
1549 - linux
1550 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: fd_posix_test
1552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/iomgr/fd_posix_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001561 platforms:
1562 - mac
1563 - linux
1564 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: fling_client
1566 build: test
1567 run: false
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/fling/client.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001576- name: fling_server
1577 build: test
1578 run: false
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/fling/server.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001588 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/fling/fling_stream_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001598 platforms:
1599 - mac
1600 - linux
1601 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001603 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/fling/fling_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001613 platforms:
1614 - mac
1615 - linux
1616 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: gen_hpack_tables
1618 build: tool
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
1621 - tools/codegen/core/gen_hpack_tables.c
1622 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001624 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001625- name: gen_legal_metadata_characters
1626 build: tool
1627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
1629 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001631- name: gen_percent_encoding_tables
1632 build: tool
1633 language: c
1634 src:
1635 - tools/codegen/core/gen_percent_encoding_tables.c
1636 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001637- name: goaway_server_test
1638 cpu_cost: 0.1
1639 build: test
1640 language: c
1641 src:
1642 - test/core/end2end/goaway_server_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
1648 platforms:
1649 - mac
1650 - linux
1651 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001652- name: gpr_avl_test
1653 build: test
1654 language: c
1655 src:
1656 - test/core/support/avl_test.c
1657 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001660- name: gpr_backoff_test
1661 build: test
1662 language: c
1663 src:
1664 - test/core/support/backoff_test.c
1665 deps:
1666 - gpr_test_util
1667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: gpr_cmdline_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/support/cmdline_test.c
1673 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001676- name: gpr_cpu_test
1677 build: test
1678 language: c
1679 src:
1680 - test/core/support/cpu_test.c
1681 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001682 - gpr_test_util
1683 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684- name: gpr_env_test
1685 build: test
1686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001687 src:
1688 - test/core/support/env_test.c
1689 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: gpr_histogram_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/support/histogram_test.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: gpr_host_port_test
1701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/support/host_port_test.c
1705 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708- name: gpr_log_test
1709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/support/log_test.c
1713 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001716- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001717 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001718 build: test
1719 language: c
1720 src:
1721 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001722 deps:
1723 - gpr_test_util
1724 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07001725- name: gpr_percent_encoding_test
1726 build: test
1727 language: c
1728 src:
1729 - test/core/support/percent_encoding_test.c
Craig Tiller18879dc2016-05-02 22:13:48 -07001730 deps:
1731 - gpr_test_util
1732 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: gpr_slice_buffer_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/support/slice_buffer_test.c
1738 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001741- name: gpr_slice_test
1742 build: test
1743 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001744 src:
1745 - test/core/support/slice_test.c
1746 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001747 - gpr_test_util
1748 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001750 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/support/stack_lockfree_test.c
1755 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001758- name: gpr_string_test
1759 build: test
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
1762 - test/core/support/string_test.c
1763 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001767 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/support/sync_test.c
1772 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001775- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001776 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777 build: test
1778 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001779 src:
1780 - test/core/support/thd_test.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001784- name: gpr_time_test
1785 build: test
1786 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001787 src:
1788 - test/core/support/time_test.c
1789 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: gpr_tls_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/support/tls_test.c
1797 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: gpr_useful_test
1801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/support/useful_test.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: grpc_auth_context_test
1809 build: test
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - test/core/security/auth_context_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001816 - gpr_test_util
1817 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001818- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819 build: test
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001822 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001823 deps:
1824 - grpc_test_util
1825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: grpc_byte_buffer_reader_test
1829 build: test
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
1832 - test/core/surface/byte_buffer_reader_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: grpc_channel_args_test
1839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/channel/channel_args_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848- name: grpc_channel_stack_test
1849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/channel/channel_stack_test.c
1853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: grpc_completion_queue_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/surface/completion_queue_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: grpc_create_jwt
1869 build: tool
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/security/create_jwt.c
1873 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001875 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001876 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: grpc_credentials_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/security/credentials_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001888 build: test
1889 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001891 src:
1892 - test/core/security/fetch_oauth2.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001898- name: grpc_invalid_channel_args_test
1899 build: test
1900 language: c
1901 src:
1902 - test/core/surface/invalid_channel_args_test.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: grpc_json_token_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/security/json_token_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001918 platforms:
1919 - linux
1920 - posix
1921 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001922- name: grpc_jwt_verifier_test
1923 build: test
1924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001925 src:
1926 - test/core/security/jwt_verifier_test.c
1927 deps:
1928 - grpc_test_util
1929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr_test_util
1931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: grpc_print_google_default_creds_token
1933 build: tool
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/security/print_google_default_creds_token.c
1937 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: grpc_security_connector_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/security/security_connector_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: grpc_verify_jwt
1951 build: tool
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/security/verify_jwt.c
1955 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001957 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001958- name: hpack_parser_fuzzer_test
1959 build: fuzzer
1960 language: c
1961 src:
1962 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
1966 - gpr_test_util
1967 - gpr
1968 corpus_dirs:
1969 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001970 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001971 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: hpack_parser_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/transport/chttp2/hpack_parser_test.c
1977 deps:
1978 - grpc_test_util
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: hpack_table_test
1983 build: test
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/transport/chttp2/hpack_table_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001992- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001996 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001997 deps:
1998 - grpc_test_util
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002002- name: http_request_fuzzer_test
2003 build: fuzzer
2004 language: c
2005 src:
2006 - test/core/http/request_fuzzer.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
2010 - gpr_test_util
2011 - gpr
2012 corpus_dirs:
2013 - test/core/http/corpus
2014 maxlen: 2048
2015- name: http_response_fuzzer_test
2016 build: fuzzer
2017 language: c
2018 src:
2019 - test/core/http/response_fuzzer.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
2023 - gpr_test_util
2024 - gpr
2025 corpus_dirs:
2026 - test/core/http/corpus
2027 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002028- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002032 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002039 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002043 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002049 platforms:
2050 - mac
2051 - linux
2052 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002053- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002054 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002055 build: test
2056 language: c
2057 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002058 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002064 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002065 - linux
yang-gf1183302015-12-07 16:02:05 -08002066- name: init_test
2067 build: test
2068 language: c
2069 src:
2070 - test/core/surface/init_test.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr_test_util
2075 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002076- name: internal_api_canary_iomgr_test
2077 build: test
2078 run: false
2079 language: c
2080 src:
2081 - test/core/internal_api_canaries/iomgr.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
2085 - gpr_test_util
2086 - gpr
2087- name: internal_api_canary_support_test
2088 build: test
2089 run: false
2090 language: c
2091 src:
2092 - test/core/internal_api_canaries/iomgr.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
2096 - gpr_test_util
2097 - gpr
2098- name: internal_api_canary_transport_test
2099 build: test
2100 run: false
2101 language: c
2102 src:
2103 - test/core/internal_api_canaries/iomgr.c
2104 deps:
2105 - grpc_test_util
2106 - grpc
2107 - gpr_test_util
2108 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002109- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002110 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002111 build: test
2112 language: c
2113 src:
2114 - test/core/end2end/invalid_call_argument_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002120- name: json_fuzzer_test
2121 build: fuzzer
2122 language: c
2123 src:
2124 - test/core/json/fuzzer.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
2128 - gpr_test_util
2129 - gpr
2130 corpus_dirs:
2131 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002132 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: json_rewrite
2134 build: test
2135 run: false
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/json/json_rewrite.c
2139 deps:
2140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002141 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142- name: json_rewrite_test
2143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/json/json_rewrite_test.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002152- name: json_stream_error_test
2153 build: test
2154 language: c
2155 src:
2156 - test/core/json/json_stream_error_test.c
2157 deps:
2158 - grpc_test_util
2159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: json_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/json/json_test.c
2167 deps:
2168 - grpc_test_util
2169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002170 - gpr_test_util
2171 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002172- name: lame_client_test
2173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
2176 - test/core/surface/lame_client_test.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002182- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002183 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002184 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002185 build: test
2186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002188 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002194- name: load_file_test
2195 build: test
2196 language: c
2197 src:
2198 - test/core/iomgr/load_file_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
2202 - gpr_test_util
2203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: low_level_ping_pong_benchmark
2205 build: benchmark
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/core/network_benchmarks/low_level_ping_pong.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002214 platforms:
2215 - mac
2216 - linux
2217 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: message_compress_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/compression/message_compress_test.c
2223 deps:
2224 - grpc_test_util
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002228- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002229 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002230 build: test
2231 language: c
2232 src:
2233 - test/core/census/mlog_test.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
2237 - gpr_test_util
2238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: multiple_server_queues_test
2240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
2243 - test/core/end2end/multiple_server_queues_test.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: murmur_hash_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/support/murmur_hash_test.c
2254 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002257- name: nanopb_fuzzer_response_test
2258 build: fuzzer
2259 language: c
2260 src:
2261 - test/core/nanopb/fuzzer_response.c
2262 deps:
2263 - grpc_test_util
2264 - grpc
2265 - gpr_test_util
2266 - gpr
2267 corpus_dirs:
2268 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002269 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002270- name: nanopb_fuzzer_serverlist_test
2271 build: fuzzer
2272 language: c
2273 src:
2274 - test/core/nanopb/fuzzer_serverlist.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
2278 - gpr_test_util
2279 - gpr
2280 corpus_dirs:
2281 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002282 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002284 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285 build: test
2286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002287 src:
2288 - test/core/end2end/no_server_test.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr_test_util
2293 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002294- name: percent_decode_fuzzer
2295 build: fuzzer
2296 language: c
2297 src:
2298 - test/core/support/percent_decode_fuzzer.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
2302 - gpr_test_util
2303 - gpr
2304 corpus_dirs:
2305 - test/core/support/percent_decode_corpus
2306 maxlen: 32
2307- name: percent_encode_fuzzer
2308 build: fuzzer
2309 language: c
2310 src:
2311 - test/core/support/percent_encode_fuzzer.c
2312 deps:
2313 - grpc_test_util
2314 - grpc
2315 - gpr_test_util
2316 - gpr
2317 corpus_dirs:
2318 - test/core/support/percent_encode_corpus
2319 maxlen: 32
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: resolve_address_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/iomgr/resolve_address_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
yang-gd482e592015-12-10 14:04:00 -08002330- name: secure_channel_create_test
2331 build: test
2332 language: c
2333 src:
2334 - test/core/surface/secure_channel_create_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: secure_endpoint_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/security/secure_endpoint_test.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002350- name: sequential_connectivity_test
2351 build: test
2352 language: c
2353 src:
2354 - test/core/surface/sequential_connectivity_test.c
2355 deps:
2356 - grpc_test_util
2357 - grpc
2358 - gpr_test_util
2359 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002360- name: server_chttp2_test
2361 build: test
2362 language: c
2363 src:
2364 - test/core/surface/server_chttp2_test.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002368 - gpr_test_util
2369 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002370- name: server_fuzzer
2371 build: fuzzer
2372 language: c
2373 src:
2374 - test/core/end2end/fuzzers/server_fuzzer.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
2378 - gpr_test_util
2379 - gpr
2380 corpus_dirs:
2381 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002382 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002383 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002384- name: server_test
2385 build: test
2386 language: c
2387 src:
2388 - test/core/surface/server_test.c
2389 deps:
2390 - grpc_test_util
2391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002392 - gpr_test_util
2393 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002394- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002395 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002396 build: test
2397 language: c
2398 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002399 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002400 deps:
2401 - test_tcp_server
2402 - grpc_test_util
2403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002404 - gpr_test_util
2405 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002406- name: sockaddr_resolver_test
2407 build: test
2408 language: c
2409 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002410 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002411 deps:
2412 - grpc_test_util
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: sockaddr_utils_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/iomgr/sockaddr_utils_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002426- name: socket_utils_test
2427 build: test
2428 language: c
2429 src:
2430 - test/core/iomgr/socket_utils_test.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002434 - gpr_test_util
2435 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002436 platforms:
2437 - mac
2438 - linux
2439 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002441 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002442 build: test
2443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/core/iomgr/tcp_client_posix_test.c
2446 deps:
2447 - grpc_test_util
2448 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002449 - gpr_test_util
2450 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002451 platforms:
2452 - mac
2453 - linux
2454 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002455- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002456 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002457 build: test
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/iomgr/tcp_posix_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002464 - gpr_test_util
2465 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002466 platforms:
2467 - mac
2468 - linux
2469 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: tcp_server_posix_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/iomgr/tcp_server_posix_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002480 platforms:
2481 - mac
2482 - linux
2483 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002484- name: time_averaged_stats_test
2485 build: test
2486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/core/iomgr/time_averaged_stats_test.c
2489 deps:
2490 - grpc_test_util
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: timeout_encoding_test
2495 build: test
2496 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002498 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002504- name: timer_heap_test
2505 build: test
2506 language: c
2507 src:
2508 - test/core/iomgr/timer_heap_test.c
2509 deps:
2510 - grpc_test_util
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002514- name: timer_list_test
2515 build: test
2516 language: c
2517 src:
2518 - test/core/iomgr/timer_list_test.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002522 - gpr_test_util
2523 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002524- name: transport_connectivity_state_test
2525 build: test
2526 language: c
2527 src:
2528 - test/core/transport/connectivity_state_test.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: transport_metadata_test
2535 build: test
2536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - test/core/transport/metadata_test.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr_test_util
2543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: transport_security_test
2545 build: test
2546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/core/tsi/transport_security_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002554 platforms:
2555 - linux
2556 - posix
2557 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: udp_server_test
2559 build: test
2560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/core/iomgr/udp_server_test.c
2563 deps:
2564 - grpc_test_util
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002568 platforms:
2569 - mac
2570 - linux
2571 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002572- name: uri_fuzzer_test
2573 build: fuzzer
2574 language: c
2575 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002576 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
2582 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002583 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002584 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002585- name: uri_parser_test
2586 build: test
2587 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002588 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002589 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002590 deps:
2591 - grpc_test_util
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002595- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002596 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002597 build: test
2598 language: c++
2599 src:
2600 - test/cpp/common/alarm_cpp_test.cc
2601 deps:
2602 - grpc++_test_util
2603 - grpc_test_util
2604 - grpc++
2605 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002606 - gpr_test_util
2607 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002608- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002609 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610 build: test
2611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002612 src:
2613 - test/cpp/end2end/async_end2end_test.cc
2614 deps:
2615 - grpc++_test_util
2616 - grpc_test_util
2617 - grpc++
2618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002619 - gpr_test_util
2620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002622 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623 build: test
2624 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
2626 - test/cpp/common/auth_property_iterator_test.cc
2627 deps:
2628 - grpc++_test_util
2629 - grpc_test_util
2630 - grpc++
2631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002632 - gpr_test_util
2633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002635 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 build: test
2637 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002638 src:
yang-g52705592015-11-25 11:45:33 -08002639 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002640 deps:
2641 - grpc++
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002644- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002645 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002646 build: test
2647 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - test/cpp/util/cli_call_test.cc
2650 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002651 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002652 - grpc++_test_util
2653 - grpc_test_util
2654 - grpc++
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002658- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002659 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002660 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002661 build: test
2662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002663 src:
2664 - test/cpp/end2end/client_crash_test.cc
2665 deps:
2666 - grpc++_test_util
2667 - grpc_test_util
2668 - grpc++
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002672 platforms:
2673 - mac
2674 - linux
2675 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002676- name: client_crash_test_server
2677 build: test
2678 run: false
2679 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002680 src:
2681 - test/cpp/end2end/client_crash_test_server.cc
2682 deps:
2683 - grpc++_test_util
2684 - grpc_test_util
2685 - grpc++
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002689- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002690 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002691 build: test
2692 language: c++
2693 src:
2694 - src/proto/grpc/testing/control.proto
2695 - src/proto/grpc/testing/messages.proto
2696 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002697 - src/proto/grpc/testing/services.proto
2698 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002699 - test/cpp/codegen/codegen_test_full.cc
2700 deps:
2701 - grpc++
2702 - grpc
2703 - gpr
2704 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002705 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002706- name: codegen_test_minimal
2707 gtest: true
2708 build: test
2709 language: c++
2710 src:
2711 - src/proto/grpc/testing/control.proto
2712 - src/proto/grpc/testing/messages.proto
2713 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002714 - src/proto/grpc/testing/services.proto
2715 - src/proto/grpc/testing/stats.proto
2716 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002717 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002718 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002719 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002721 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/cpp/client/credentials_test.cc
2726 deps:
2727 - grpc++
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002730- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002731 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732 build: test
2733 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002734 src:
2735 - test/cpp/util/byte_buffer_test.cc
2736 deps:
2737 - grpc_test_util
2738 - grpc++
2739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002740 - gpr_test_util
2741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002743 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744 build: test
2745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002746 src:
2747 - test/cpp/util/slice_test.cc
2748 deps:
2749 - grpc_test_util
2750 - grpc++
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002755 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002756 build: test
2757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002758 src:
2759 - test/cpp/util/string_ref_test.cc
2760 deps:
2761 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002763 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002764 build: test
2765 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002766 src:
2767 - test/cpp/util/time_test.cc
2768 deps:
2769 - grpc_test_util
2770 - grpc++
2771 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002772 - gpr_test_util
2773 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002774- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002775 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002776 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777 build: test
2778 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002779 src:
2780 - test/cpp/end2end/end2end_test.cc
2781 deps:
2782 - grpc++_test_util
2783 - grpc_test_util
2784 - grpc++
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07002788- name: filter_end2end_test
2789 gtest: true
2790 build: test
2791 language: c++
2792 src:
2793 - test/cpp/end2end/filter_end2end_test.cc
2794 deps:
2795 - grpc++_test_util
2796 - grpc_test_util
2797 - grpc++
2798 - grpc
2799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002802 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803 build: test
2804 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/cpp/end2end/generic_end2end_test.cc
2807 deps:
2808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002814- name: golden_file_test
2815 gtest: true
2816 build: test
2817 language: c++
2818 src:
2819 - src/proto/grpc/testing/compiler_test.proto
2820 - test/cpp/codegen/golden_file_test.cc
2821 deps:
2822 - grpc++
2823 - grpc
2824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: grpc_cli
2826 build: test
2827 run: false
2828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - test/cpp/util/grpc_cli.cc
2831 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002832 - grpc_cli_libs
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002833 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002834 - grpc++
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002837 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002838- name: grpc_cpp_plugin
2839 build: protoc
2840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002841 src:
2842 - src/compiler/cpp_plugin.cc
2843 deps:
2844 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845 secure: false
2846 vs_config_type: Application
2847 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2848- name: grpc_csharp_plugin
2849 build: protoc
2850 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002851 src:
2852 - src/compiler/csharp_plugin.cc
2853 deps:
2854 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002855 secure: false
2856 vs_config_type: Application
2857 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002858- name: grpc_node_plugin
2859 build: protoc
2860 language: c++
2861 src:
2862 - src/compiler/node_plugin.cc
2863 deps:
2864 - grpc_plugin_support
2865 secure: false
2866 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867- name: grpc_objective_c_plugin
2868 build: protoc
2869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002870 src:
2871 - src/compiler/objective_c_plugin.cc
2872 deps:
2873 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874 secure: false
2875 vs_config_type: Application
2876 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07002877- name: grpc_php_plugin
2878 build: protoc
2879 language: c++
2880 src:
2881 - src/compiler/php_plugin.cc
2882 deps:
2883 - grpc_plugin_support
2884 secure: false
2885 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: grpc_python_plugin
2887 build: protoc
2888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - src/compiler/python_plugin.cc
2891 deps:
2892 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893 secure: false
2894 vs_config_type: Application
2895 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2896- name: grpc_ruby_plugin
2897 build: protoc
2898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
2900 - src/compiler/ruby_plugin.cc
2901 deps:
2902 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903 secure: false
2904 vs_config_type: Application
2905 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07002906- name: grpc_tool_test
2907 gtest: true
2908 build: test
2909 language: c++
2910 headers:
2911 - test/cpp/util/string_ref_helper.h
2912 src:
2913 - src/proto/grpc/testing/echo.proto
2914 - src/proto/grpc/testing/echo_messages.proto
2915 - test/cpp/util/grpc_tool_test.cc
2916 - test/cpp/util/string_ref_helper.cc
2917 deps:
2918 - grpc_cli_libs
2919 - grpc++_reflection
2920 - grpc_test_util
2921 - grpc++
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 filegroups:
2926 - grpc++_codegen_proto
2927 - grpc++_config_proto
Craig Tillereb841e22016-02-11 15:49:16 -08002928- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002929 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002930 build: test
2931 language: c++
2932 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002933 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002934 - test/cpp/grpclb/grpclb_api_test.cc
2935 deps:
2936 - grpc++_test_util
2937 - grpc_test_util
2938 - grpc++
2939 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002940- name: grpclb_test
2941 gtest: false
2942 build: test
2943 language: c++
2944 src:
2945 - src/proto/grpc/lb/v1/load_balancer.proto
2946 - test/cpp/grpclb/grpclb_test.cc
2947 deps:
2948 - gpr
2949 - gpr_test_util
2950 - grpc
2951 - grpc++
2952 - grpc++_test_util
2953 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002954- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002955 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002956 build: test
2957 language: c++
2958 src:
2959 - test/cpp/end2end/hybrid_end2end_test.cc
2960 deps:
2961 - grpc++_test_util
2962 - grpc_test_util
2963 - grpc++
2964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002965 - gpr_test_util
2966 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002967- name: interop_client
2968 build: test
2969 run: false
2970 language: c++
2971 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002972 deps:
2973 - interop_client_main
2974 - interop_client_helper
2975 - grpc++_test_util
2976 - grpc_test_util
2977 - grpc++
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002981 - grpc++_test_config
2982 platforms:
2983 - mac
2984 - linux
2985 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: interop_server
2987 build: test
2988 run: false
2989 language: c++
2990 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002991 deps:
2992 - interop_server_main
2993 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002994 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002995 - grpc++_test_util
2996 - grpc_test_util
2997 - grpc++
2998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002999 - gpr_test_util
3000 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003001 - grpc++_test_config
3002 platforms:
3003 - mac
3004 - linux
3005 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003007 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008 build: test
3009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003010 src:
3011 - test/cpp/interop/interop_test.cc
3012 deps:
3013 - grpc_test_util
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr_test_util
3016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003017 platforms:
3018 - mac
3019 - linux
3020 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003021- name: json_run_localhost
3022 build: test
3023 run: false
3024 language: c++
3025 src:
3026 - test/cpp/qps/json_run_localhost.cc
3027 deps:
3028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
3032 - gpr_test_util
3033 - gpr
3034 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003035- name: metrics_client
3036 build: test
3037 run: false
3038 language: c++
3039 headers:
3040 - test/cpp/util/metrics_server.h
3041 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003042 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003043 - test/cpp/interop/metrics_client.cc
3044 deps:
3045 - grpc++
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003048 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003050 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051 build: test
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/cpp/end2end/mock_test.cc
3055 deps:
3056 - grpc++_test_util
3057 - grpc_test_util
3058 - grpc++
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003062- name: proto_server_reflection_test
3063 gtest: true
3064 build: test
3065 language: c++
3066 headers:
3067 - test/cpp/util/proto_reflection_descriptor_database.h
3068 src:
3069 - test/cpp/end2end/proto_server_reflection_test.cc
3070 - test/cpp/util/proto_reflection_descriptor_database.cc
3071 deps:
3072 - grpc++_reflection
3073 - grpc++_test_util
3074 - grpc_test_util
3075 - grpc++
3076 - grpc
3077 - gpr_test_util
3078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003079- name: qps_interarrival_test
3080 build: test
3081 run: false
3082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003083 src:
3084 - test/cpp/qps/qps_interarrival_test.cc
3085 deps:
3086 - qps
3087 - grpc++_test_util
3088 - grpc_test_util
3089 - grpc++
3090 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003091 - gpr_test_util
3092 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003093 platforms:
3094 - mac
3095 - linux
3096 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003097- name: qps_json_driver
3098 build: test
3099 run: false
3100 language: c++
3101 src:
3102 - test/cpp/qps/qps_json_driver.cc
3103 deps:
3104 - qps
3105 - grpc++_test_util
3106 - grpc_test_util
3107 - grpc++
3108 - grpc
3109 - gpr_test_util
3110 - gpr
3111 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003113 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114 build: test
3115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
3117 - test/cpp/qps/qps_openloop_test.cc
3118 deps:
3119 - qps
3120 - grpc++_test_util
3121 - grpc_test_util
3122 - grpc++
3123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003124 - gpr_test_util
3125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003126 - grpc++_test_config
3127 platforms:
3128 - mac
3129 - linux
3130 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003131- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003132 build: test
3133 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003135 headers:
3136 - test/cpp/qps/client.h
3137 - test/cpp/qps/server.h
3138 src:
3139 - test/cpp/qps/worker.cc
3140 deps:
3141 - qps
3142 - grpc++_test_util
3143 - grpc_test_util
3144 - grpc++
3145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003146 - gpr_test_util
3147 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003148 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003149- name: reconnect_interop_client
3150 build: test
3151 run: false
3152 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003153 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003154 - src/proto/grpc/testing/empty.proto
3155 - src/proto/grpc/testing/messages.proto
3156 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003157 - test/cpp/interop/reconnect_interop_client.cc
3158 deps:
3159 - grpc++_test_util
3160 - grpc_test_util
3161 - grpc++
3162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003163 - gpr_test_util
3164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003165 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003166- name: reconnect_interop_server
3167 build: test
3168 run: false
3169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003170 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003171 - src/proto/grpc/testing/empty.proto
3172 - src/proto/grpc/testing/messages.proto
3173 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003174 - test/cpp/interop/reconnect_interop_server.cc
3175 deps:
3176 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003177 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003178 - grpc++_test_util
3179 - grpc_test_util
3180 - grpc++
3181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003182 - gpr_test_util
3183 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003184 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003185- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003186 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187 build: test
3188 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003189 src:
3190 - test/cpp/common/secure_auth_context_test.cc
3191 deps:
3192 - grpc++_test_util
3193 - grpc_test_util
3194 - grpc++
3195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003196 - gpr_test_util
3197 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003198- name: secure_sync_unary_ping_pong_test
3199 build: test
3200 language: c++
3201 src:
3202 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3203 deps:
3204 - qps
3205 - grpc++_test_util
3206 - grpc_test_util
3207 - grpc++
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr_test_util
3210 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003211 platforms:
3212 - mac
3213 - linux
3214 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003215- name: server_builder_plugin_test
3216 gtest: true
3217 build: test
3218 language: c++
3219 src:
3220 - test/cpp/end2end/server_builder_plugin_test.cc
3221 deps:
3222 - grpc++_test_util
3223 - grpc_test_util
3224 - grpc++
3225 - grpc
3226 - gpr_test_util
3227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003229 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003230 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 build: test
3232 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
3234 - test/cpp/end2end/server_crash_test.cc
3235 deps:
3236 - grpc++_test_util
3237 - grpc_test_util
3238 - grpc++
3239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 - gpr_test_util
3241 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: server_crash_test_client
3247 build: test
3248 run: false
3249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003250 src:
3251 - test/cpp/end2end/server_crash_test_client.cc
3252 deps:
3253 - grpc++_test_util
3254 - grpc_test_util
3255 - grpc++
3256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003257 - gpr_test_util
3258 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003259- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003260 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003261 build: test
3262 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003263 src:
3264 - test/cpp/end2end/shutdown_test.cc
3265 deps:
3266 - grpc++_test_util
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003270 - gpr_test_util
3271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272- name: status_test
3273 build: test
3274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003275 src:
3276 - test/cpp/util/status_test.cc
3277 deps:
3278 - grpc_test_util
3279 - grpc++
3280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 - gpr_test_util
3282 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003283- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003284 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003285 build: test
3286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003287 src:
3288 - test/cpp/end2end/streaming_throughput_test.cc
3289 deps:
3290 - grpc++_test_util
3291 - grpc_test_util
3292 - grpc++
3293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003294 - gpr_test_util
3295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003296 platforms:
3297 - mac
3298 - linux
3299 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003300- name: stress_test
3301 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003302 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003303 language: c++
3304 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003305 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003306 - test/cpp/interop/interop_client.h
3307 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003308 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003309 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003310 - src/proto/grpc/testing/empty.proto
3311 - src/proto/grpc/testing/messages.proto
3312 - src/proto/grpc/testing/metrics.proto
3313 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003314 - test/cpp/interop/interop_client.cc
3315 - test/cpp/interop/stress_interop_client.cc
3316 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003317 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003318 deps:
3319 - grpc++_test_util
3320 - grpc_test_util
3321 - grpc++
3322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003323 - gpr_test_util
3324 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003325 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003327 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003328 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329 build: test
3330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003331 src:
3332 - test/cpp/end2end/thread_stress_test.cc
3333 deps:
3334 - grpc++_test_util
3335 - grpc_test_util
3336 - grpc++
3337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003338 - gpr_test_util
3339 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003340- name: public_headers_must_be_c89
3341 build: test
3342 language: c89
3343 src:
3344 - test/core/surface/public_headers_must_be_c89.c
3345 deps:
3346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003348vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003349- linkage: static
3350 name: grpc.dependencies.zlib
3351 props: false
3352 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003353 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003354- linkage: static
3355 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003356 props: true
3357 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003358 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003359- name: gflags
3360 props: false
3361 redist: false
3362 version: 2.1.2.1
3363- name: gtest
3364 props: false
3365 redist: false
3366 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003367configs:
3368 asan:
3369 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003370 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3371 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003372 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003373 LD: clang
3374 LDFLAGS: -fsanitize=address
3375 LDXX: clang++
3376 compile_the_world: true
3377 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003378 ASAN_OPTIONS: detect_leaks=1:color=always
3379 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003380 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003381 asan-noleaks:
3382 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003383 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3384 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003385 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003386 LD: clang
3387 LDFLAGS: -fsanitize=address
3388 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003389 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003390 test_environ:
3391 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003392 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003393 asan-trace-cmp:
3394 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003395 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3396 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003397 CXX: clang++
3398 LD: clang
3399 LDFLAGS: -fsanitize=address
3400 LDXX: clang++
3401 compile_the_world: true
3402 test_environ:
3403 ASAN_OPTIONS: detect_leaks=1:color=always
3404 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3405 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003406 basicprof:
3407 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3408 DEFINES: NDEBUG
3409 dbg:
3410 CPPFLAGS: -O0
3411 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003412 easan:
3413 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003414 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3415 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003416 CXX: clang++
3417 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3418 LD: clang
3419 LDFLAGS: -fsanitize=address
3420 LDXX: clang++
3421 compile_the_world: true
3422 test_environ:
3423 ASAN_OPTIONS: detect_leaks=1:color=always
3424 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3425 timeout_multiplier: 3
3426 edbg:
3427 CPPFLAGS: -O0
3428 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3429 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003430 CC: clang
3431 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003432 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003433 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003434 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003435 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003436 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003437 LDXX: clang++
3438 compile_the_world: true
3439 test_environ:
3440 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3441 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003442 gcov:
3443 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003444 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003445 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003446 DEFINES: _DEBUG DEBUG GPR_GCOV
3447 LD: gcc
3448 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3449 LDXX: g++
3450 helgrind:
3451 CPPFLAGS: -O0
3452 DEFINES: _DEBUG DEBUG
3453 LDFLAGS: -rdynamic
3454 timeout_multiplier: 20
3455 valgrind: --tool=helgrind
3456 memcheck:
3457 CPPFLAGS: -O0
3458 DEFINES: _DEBUG DEBUG
3459 LDFLAGS: -rdynamic
3460 timeout_multiplier: 10
3461 valgrind: --tool=memcheck --leak-check=full
3462 msan:
3463 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003464 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3465 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3466 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003467 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003468 DEFINES: NDEBUG
3469 LD: clang
3470 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3471 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3472 LDXX: clang++
3473 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003474 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003475 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003476 CPPFLAGS: -O3 -fno-omit-frame-pointer
3477 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003478 LDFLAGS: -rdynamic
3479 opt:
3480 CPPFLAGS: -O2
3481 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003482 stapprof:
3483 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3484 DEFINES: NDEBUG
3485 tsan:
3486 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003487 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003488 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003489 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003490 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003491 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003492 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003493 LDXX: clang++
3494 compile_the_world: true
3495 test_environ:
3496 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003497 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003498 ubsan:
3499 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003500 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3501 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003502 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003503 DEFINES: NDEBUG
3504 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003505 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003506 LDXX: clang++
3507 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003508 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003509 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003510 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003511defaults:
3512 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003513 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003514 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003515 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003516 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003517 global:
3518 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3519 LDFLAGS: -g
3520 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003521 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003522 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003523node_modules:
3524- deps:
3525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003526 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003527 - boringssl
3528 - z
murgatroid9994a75412015-11-19 14:04:53 -08003529 headers:
3530 - src/node/ext/byte_buffer.h
3531 - src/node/ext/call.h
3532 - src/node/ext/call_credentials.h
3533 - src/node/ext/channel.h
3534 - src/node/ext/channel_credentials.h
3535 - src/node/ext/completion_queue_async_worker.h
3536 - src/node/ext/server.h
3537 - src/node/ext/server_credentials.h
3538 - src/node/ext/timeval.h
3539 js:
3540 - src/node/index.js
3541 - src/node/src/client.js
3542 - src/node/src/common.js
3543 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003544 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003545 - src/node/src/metadata.js
3546 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003547 name: grpc_node
3548 src:
3549 - src/node/ext/byte_buffer.cc
3550 - src/node/ext/call.cc
3551 - src/node/ext/call_credentials.cc
3552 - src/node/ext/channel.cc
3553 - src/node/ext/channel_credentials.cc
3554 - src/node/ext/completion_queue_async_worker.cc
3555 - src/node/ext/node_grpc.cc
3556 - src/node/ext/server.cc
3557 - src/node/ext/server_credentials.cc
3558 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003559openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003560 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003561 extraction_dir: openssl-1.0.2f
3562 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003563php_config_m4:
3564 deps:
3565 - grpc
3566 - gpr
3567 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003568 headers:
3569 - src/php/ext/grpc/byte_buffer.h
3570 - src/php/ext/grpc/call.h
3571 - src/php/ext/grpc/call_credentials.h
3572 - src/php/ext/grpc/channel.h
3573 - src/php/ext/grpc/channel_credentials.h
3574 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003575 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003576 - src/php/ext/grpc/php_grpc.h
3577 - src/php/ext/grpc/server.h
3578 - src/php/ext/grpc/server_credentials.h
3579 - src/php/ext/grpc/timeval.h
3580 src:
3581 - src/php/ext/grpc/byte_buffer.c
3582 - src/php/ext/grpc/call.c
3583 - src/php/ext/grpc/call_credentials.c
3584 - src/php/ext/grpc/channel.c
3585 - src/php/ext/grpc/channel_credentials.c
3586 - src/php/ext/grpc/completion_queue.c
3587 - src/php/ext/grpc/php_grpc.c
3588 - src/php/ext/grpc/server.c
3589 - src/php/ext/grpc/server_credentials.c
3590 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003591python_dependencies:
3592 deps:
3593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003594 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003595 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003596 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003597ruby_gem:
3598 deps:
3599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003602 - z