blob: d0e1fe0b0f135b5a4073a55c9c8d5bf5c64828d5 [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 Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020010 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070017 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070018 - src/core/ext/census/census_interface.h
19 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070020 - src/core/ext/census/gen/census.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070021 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070022 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070023 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070024 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070025 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070026 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070027 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070028 - src/core/ext/census/gen/census.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_context.c
30 - src/core/ext/census/grpc_filter.c
31 - src/core/ext/census/grpc_plugin.c
32 - src/core/ext/census/initialize.c
33 - src/core/ext/census/mlog.c
34 - src/core/ext/census/operation.c
35 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070036 - src/core/ext/census/resource.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070037 - src/core/ext/census/tracing.c
38 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070039 uses:
40 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070041 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070042- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010043 public_headers:
44 - include/grpc/support/alloc.h
45 - include/grpc/support/atm.h
46 - include/grpc/support/atm_gcc_atomic.h
47 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070048 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010049 - include/grpc/support/avl.h
50 - include/grpc/support/cmdline.h
51 - include/grpc/support/cpu.h
52 - include/grpc/support/histogram.h
53 - include/grpc/support/host_port.h
54 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070055 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010056 - include/grpc/support/port_platform.h
57 - include/grpc/support/slice.h
58 - include/grpc/support/slice_buffer.h
59 - include/grpc/support/string_util.h
60 - include/grpc/support/subprocess.h
61 - include/grpc/support/sync.h
62 - include/grpc/support/sync_generic.h
63 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/thd.h
66 - include/grpc/support/time.h
67 - include/grpc/support/tls.h
68 - include/grpc/support/tls_gcc.h
69 - include/grpc/support/tls_msvc.h
70 - include/grpc/support/tls_pthread.h
71 - include/grpc/support/useful.h
72 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070073 - src/core/lib/profiling/timers.h
74 - src/core/lib/support/backoff.h
75 - src/core/lib/support/block_annotate.h
76 - src/core/lib/support/env.h
Craig Tillerf23078c2016-03-25 17:07:29 -070077 - src/core/lib/support/murmur_hash.h
78 - src/core/lib/support/stack_lockfree.h
79 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070080 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070081 - src/core/lib/support/thd_internal.h
82 - src/core/lib/support/time_precise.h
83 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010084 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070085 - src/core/lib/profiling/basic_timers.c
86 - src/core/lib/profiling/stap_timers.c
87 - src/core/lib/support/alloc.c
88 - src/core/lib/support/avl.c
89 - src/core/lib/support/backoff.c
90 - src/core/lib/support/cmdline.c
91 - src/core/lib/support/cpu_iphone.c
92 - src/core/lib/support/cpu_linux.c
93 - src/core/lib/support/cpu_posix.c
94 - src/core/lib/support/cpu_windows.c
95 - src/core/lib/support/env_linux.c
96 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/histogram.c
99 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/log.c
101 - src/core/lib/support/log_android.c
102 - src/core/lib/support/log_linux.c
103 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 - src/core/lib/support/log_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/murmur_hash.c
106 - src/core/lib/support/slice.c
107 - src/core/lib/support/slice_buffer.c
108 - src/core/lib/support/stack_lockfree.c
109 - src/core/lib/support/string.c
110 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700111 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700112 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/subprocess_posix.c
114 - src/core/lib/support/subprocess_windows.c
115 - src/core/lib/support/sync.c
116 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700117 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700118 - src/core/lib/support/thd.c
119 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/time.c
122 - src/core/lib/support/time_posix.c
123 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700124 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200126 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700128 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700130 uses:
131 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800132- name: gpr_codegen
133 public_headers:
134 - include/grpc/impl/codegen/alloc.h
135 - include/grpc/impl/codegen/atm.h
136 - include/grpc/impl/codegen/atm_gcc_atomic.h
137 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - include/grpc/impl/codegen/atm_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800139 - include/grpc/impl/codegen/log.h
140 - include/grpc/impl/codegen/port_platform.h
141 - include/grpc/impl/codegen/slice.h
142 - include/grpc/impl/codegen/slice_buffer.h
143 - include/grpc/impl/codegen/sync.h
144 - include/grpc/impl/codegen/sync_generic.h
145 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/sync_windows.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800147 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700148- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700149 public_headers:
150 - include/grpc/byte_buffer.h
151 - include/grpc/byte_buffer_reader.h
152 - include/grpc/compression.h
153 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700154 - include/grpc/grpc_posix.h
Craig Tiller25834342015-09-25 08:08:24 -0700155 - include/grpc/status.h
156 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700157 - src/core/lib/channel/channel_args.h
158 - src/core/lib/channel/channel_stack.h
159 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700160 - src/core/lib/channel/compress_filter.h
161 - src/core/lib/channel/connected_channel.h
162 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700163 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700164 - src/core/lib/channel/http_client_filter.h
165 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/compression/algorithm_metadata.h
167 - src/core/lib/compression/message_compress.h
168 - src/core/lib/debug/trace.h
169 - src/core/lib/http/format_request.h
170 - src/core/lib/http/httpcli.h
171 - src/core/lib/http/parser.h
172 - src/core/lib/iomgr/closure.h
173 - src/core/lib/iomgr/endpoint.h
174 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700175 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700176 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700177 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700178 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700179 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/iomgr/exec_ctx.h
181 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/iomgr/iocp_windows.h
183 - src/core/lib/iomgr/iomgr.h
184 - src/core/lib/iomgr/iomgr_internal.h
185 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700186 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700187 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700188 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700189 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/pollset_set_windows.h
192 - src/core/lib/iomgr/pollset_windows.h
193 - src/core/lib/iomgr/resolve_address.h
194 - src/core/lib/iomgr/sockaddr.h
195 - src/core/lib/iomgr/sockaddr_posix.h
196 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700197 - src/core/lib/iomgr/sockaddr_windows.h
murgatroid9979b32272016-08-08 13:38:30 -0700198 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/socket_utils_posix.h
200 - src/core/lib/iomgr/socket_windows.h
201 - src/core/lib/iomgr/tcp_client.h
202 - src/core/lib/iomgr/tcp_posix.h
203 - src/core/lib/iomgr/tcp_server.h
204 - src/core/lib/iomgr/tcp_windows.h
205 - src/core/lib/iomgr/time_averaged_stats.h
206 - src/core/lib/iomgr/timer.h
207 - src/core/lib/iomgr/timer_heap.h
208 - src/core/lib/iomgr/udp_server.h
209 - src/core/lib/iomgr/unix_sockets_posix.h
210 - src/core/lib/iomgr/wakeup_fd_pipe.h
211 - src/core/lib/iomgr/wakeup_fd_posix.h
212 - src/core/lib/iomgr/workqueue.h
213 - src/core/lib/iomgr/workqueue_posix.h
214 - src/core/lib/iomgr/workqueue_windows.h
215 - src/core/lib/json/json.h
216 - src/core/lib/json/json_common.h
217 - src/core/lib/json/json_reader.h
218 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/surface/api_trace.h
220 - src/core/lib/surface/call.h
221 - src/core/lib/surface/call_test_only.h
222 - src/core/lib/surface/channel.h
223 - src/core/lib/surface/channel_init.h
224 - src/core/lib/surface/channel_stack_type.h
225 - src/core/lib/surface/completion_queue.h
226 - src/core/lib/surface/event_string.h
227 - src/core/lib/surface/init.h
228 - src/core/lib/surface/lame_client.h
229 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/transport/connectivity_state.h
232 - src/core/lib/transport/metadata.h
233 - src/core/lib/transport/metadata_batch.h
234 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400235 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/transport/transport.h
237 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700238 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/channel/channel_args.c
240 - src/core/lib/channel/channel_stack.c
241 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/channel/compress_filter.c
243 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700244 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700245 - src/core/lib/channel/http_client_filter.c
246 - src/core/lib/channel/http_server_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700247 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700248 - src/core/lib/compression/message_compress.c
249 - src/core/lib/debug/trace.c
250 - src/core/lib/http/format_request.c
251 - src/core/lib/http/httpcli.c
252 - src/core/lib/http/parser.c
253 - src/core/lib/iomgr/closure.c
254 - src/core/lib/iomgr/endpoint.c
255 - src/core/lib/iomgr/endpoint_pair_posix.c
256 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700257 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700258 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tiller69f3e2b2016-05-31 13:45:24 -0700259 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700260 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700261 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/iomgr/exec_ctx.c
263 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/iomgr/iocp_windows.c
265 - src/core/lib/iomgr/iomgr.c
266 - src/core/lib/iomgr/iomgr_posix.c
267 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700268 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700269 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700270 - src/core/lib/iomgr/polling_entity.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/iomgr/pollset_set_windows.c
272 - src/core/lib/iomgr/pollset_windows.c
273 - src/core/lib/iomgr/resolve_address_posix.c
274 - src/core/lib/iomgr/resolve_address_windows.c
275 - src/core/lib/iomgr/sockaddr_utils.c
276 - src/core/lib/iomgr/socket_utils_common_posix.c
277 - src/core/lib/iomgr/socket_utils_linux.c
278 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid9979b32272016-08-08 13:38:30 -0700279 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/iomgr/socket_windows.c
281 - src/core/lib/iomgr/tcp_client_posix.c
282 - src/core/lib/iomgr/tcp_client_windows.c
283 - src/core/lib/iomgr/tcp_posix.c
284 - src/core/lib/iomgr/tcp_server_posix.c
285 - src/core/lib/iomgr/tcp_server_windows.c
286 - src/core/lib/iomgr/tcp_windows.c
287 - src/core/lib/iomgr/time_averaged_stats.c
288 - src/core/lib/iomgr/timer.c
289 - src/core/lib/iomgr/timer_heap.c
290 - src/core/lib/iomgr/udp_server.c
291 - src/core/lib/iomgr/unix_sockets_posix.c
292 - src/core/lib/iomgr/unix_sockets_posix_noop.c
293 - src/core/lib/iomgr/wakeup_fd_eventfd.c
294 - src/core/lib/iomgr/wakeup_fd_nospecial.c
295 - src/core/lib/iomgr/wakeup_fd_pipe.c
296 - src/core/lib/iomgr/wakeup_fd_posix.c
297 - src/core/lib/iomgr/workqueue_posix.c
298 - src/core/lib/iomgr/workqueue_windows.c
299 - src/core/lib/json/json.c
300 - src/core/lib/json/json_reader.c
301 - src/core/lib/json/json_string.c
302 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/surface/alarm.c
304 - src/core/lib/surface/api_trace.c
305 - src/core/lib/surface/byte_buffer.c
306 - src/core/lib/surface/byte_buffer_reader.c
307 - src/core/lib/surface/call.c
308 - src/core/lib/surface/call_details.c
309 - src/core/lib/surface/call_log_batch.c
310 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/surface/channel_init.c
312 - src/core/lib/surface/channel_ping.c
313 - src/core/lib/surface/channel_stack_type.c
314 - src/core/lib/surface/completion_queue.c
315 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/surface/lame_client.c
317 - src/core/lib/surface/metadata_array.c
318 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/surface/validate_metadata.c
320 - src/core/lib/surface/version.c
321 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/transport/connectivity_state.c
323 - src/core/lib/transport/metadata.c
324 - src/core/lib/transport/metadata_batch.c
325 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400326 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/transport/transport.c
328 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700329 deps:
330 - gpr
331 uses:
332 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700333- name: grpc_client_config
334 headers:
335 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700336 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700337 - src/core/ext/client_config/client_config.h
338 - src/core/ext/client_config/connector.h
339 - src/core/ext/client_config/initial_connect_string.h
340 - src/core/ext/client_config/lb_policy.h
341 - src/core/ext/client_config/lb_policy_factory.h
342 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700343 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700344 - src/core/ext/client_config/resolver.h
345 - src/core/ext/client_config/resolver_factory.h
346 - src/core/ext/client_config/resolver_registry.h
347 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700348 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700349 - src/core/ext/client_config/subchannel_index.h
350 - src/core/ext/client_config/uri_parser.h
351 src:
352 - src/core/ext/client_config/channel_connectivity.c
353 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700354 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700355 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700356 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700357 - src/core/ext/client_config/connector.c
358 - src/core/ext/client_config/default_initial_connect_string.c
359 - src/core/ext/client_config/initial_connect_string.c
360 - src/core/ext/client_config/lb_policy.c
361 - src/core/ext/client_config/lb_policy_factory.c
362 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700363 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700364 - src/core/ext/client_config/resolver.c
365 - src/core/ext/client_config/resolver_factory.c
366 - src/core/ext/client_config/resolver_registry.c
367 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700368 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700369 - src/core/ext/client_config/subchannel_index.c
370 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700371 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700372 uses:
373 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800374- name: grpc_codegen
375 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800376 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700377 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800378 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800379 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800380 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800381 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800382 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700383 uses:
384 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700385- name: grpc_lb_policy_grpclb
386 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700387 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700388 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700389 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700390 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700391 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700392 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700393 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700394 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700395 uses:
396 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700398 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700399- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700400 src:
401 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700402 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700403 uses:
404 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700406- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700407 src:
408 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700409 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700410 uses:
411 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700412 - grpc_client_config
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700413- name: grpc_load_reporting
414 headers:
415 - src/core/ext/load_reporting/load_reporting.h
416 - src/core/ext/load_reporting/load_reporting_filter.h
417 src:
418 - src/core/ext/load_reporting/load_reporting.c
419 - src/core/ext/load_reporting/load_reporting_filter.c
420 plugin: grpc_load_reporting_plugin
421 uses:
422 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700423- name: grpc_resolver_dns_native
424 src:
425 - src/core/ext/resolver/dns/native/dns_resolver.c
426 plugin: grpc_resolver_dns_native
427 uses:
428 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700429 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700430- name: grpc_resolver_sockaddr
431 src:
432 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
433 plugin: grpc_resolver_sockaddr
434 uses:
435 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700436 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100437- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700438 public_headers:
439 - include/grpc/grpc_security.h
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700440 - include/grpc/grpc_security_constants.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100441 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700442 - src/core/lib/security/context/security_context.h
443 - src/core/lib/security/credentials/composite/composite_credentials.h
444 - src/core/lib/security/credentials/credentials.h
445 - src/core/lib/security/credentials/fake/fake_credentials.h
446 - src/core/lib/security/credentials/google_default/google_default_credentials.h
447 - src/core/lib/security/credentials/iam/iam_credentials.h
448 - src/core/lib/security/credentials/jwt/json_token.h
449 - src/core/lib/security/credentials/jwt/jwt_credentials.h
450 - src/core/lib/security/credentials/jwt/jwt_verifier.h
451 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
452 - src/core/lib/security/credentials/plugin/plugin_credentials.h
453 - src/core/lib/security/credentials/ssl/ssl_credentials.h
454 - src/core/lib/security/transport/auth_filters.h
455 - src/core/lib/security/transport/handshake.h
456 - src/core/lib/security/transport/secure_endpoint.h
457 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700458 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700459 - src/core/lib/security/util/b64.h
460 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100461 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700462 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700463 - src/core/lib/security/context/security_context.c
464 - src/core/lib/security/credentials/composite/composite_credentials.c
465 - src/core/lib/security/credentials/credentials.c
466 - src/core/lib/security/credentials/credentials_metadata.c
467 - src/core/lib/security/credentials/fake/fake_credentials.c
468 - src/core/lib/security/credentials/google_default/credentials_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700469 - src/core/lib/security/credentials/google_default/credentials_windows.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700470 - src/core/lib/security/credentials/google_default/google_default_credentials.c
471 - src/core/lib/security/credentials/iam/iam_credentials.c
472 - src/core/lib/security/credentials/jwt/json_token.c
473 - src/core/lib/security/credentials/jwt/jwt_credentials.c
474 - src/core/lib/security/credentials/jwt/jwt_verifier.c
475 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
476 - src/core/lib/security/credentials/plugin/plugin_credentials.c
477 - src/core/lib/security/credentials/ssl/ssl_credentials.c
478 - src/core/lib/security/transport/client_auth_filter.c
479 - src/core/lib/security/transport/handshake.c
480 - src/core/lib/security/transport/secure_endpoint.c
481 - src/core/lib/security/transport/security_connector.c
482 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700483 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700484 - src/core/lib/security/util/b64.c
485 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700486 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700487 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 uses:
489 - grpc_base
490 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700491 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700492- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700493 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700494 headers:
495 - test/core/end2end/cq_verifier.h
496 - test/core/end2end/fixtures/proxy.h
497 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700498 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200499 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700500 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700502 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700504 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/slice_splitter.h
506 src:
507 - test/core/end2end/cq_verifier.c
508 - test/core/end2end/fixtures/proxy.c
509 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700510 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200511 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700512 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700514 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700515 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700516 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700517 - test/core/util/port_windows.c
518 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700519 deps:
520 - grpc
521 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700522- name: grpc_transport_chttp2
523 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700524 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700525 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700526 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
527 - src/core/ext/transport/chttp2/transport/frame.h
528 - src/core/ext/transport/chttp2/transport/frame_data.h
529 - src/core/ext/transport/chttp2/transport/frame_goaway.h
530 - src/core/ext/transport/chttp2/transport/frame_ping.h
531 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
532 - src/core/ext/transport/chttp2/transport/frame_settings.h
533 - src/core/ext/transport/chttp2/transport/frame_window_update.h
534 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
535 - src/core/ext/transport/chttp2/transport/hpack_parser.h
536 - src/core/ext/transport/chttp2/transport/hpack_table.h
537 - src/core/ext/transport/chttp2/transport/http2_errors.h
538 - src/core/ext/transport/chttp2/transport/huffsyms.h
539 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
540 - src/core/ext/transport/chttp2/transport/internal.h
541 - src/core/ext/transport/chttp2/transport/status_conversion.h
542 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700543 - src/core/ext/transport/chttp2/transport/varint.h
544 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700545 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700546 - src/core/ext/transport/chttp2/transport/bin_encoder.c
547 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700548 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
549 - src/core/ext/transport/chttp2/transport/frame_data.c
550 - src/core/ext/transport/chttp2/transport/frame_goaway.c
551 - src/core/ext/transport/chttp2/transport/frame_ping.c
552 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
553 - src/core/ext/transport/chttp2/transport/frame_settings.c
554 - src/core/ext/transport/chttp2/transport/frame_window_update.c
555 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
556 - src/core/ext/transport/chttp2/transport/hpack_parser.c
557 - src/core/ext/transport/chttp2/transport/hpack_table.c
558 - src/core/ext/transport/chttp2/transport/huffsyms.c
559 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
560 - src/core/ext/transport/chttp2/transport/parsing.c
561 - src/core/ext/transport/chttp2/transport/status_conversion.c
562 - src/core/ext/transport/chttp2/transport/stream_lists.c
563 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700564 - src/core/ext/transport/chttp2/transport/varint.c
565 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700566 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700567 uses:
568 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700569 - grpc_transport_chttp2_alpn
570- name: grpc_transport_chttp2_alpn
571 headers:
572 - src/core/ext/transport/chttp2/alpn/alpn.h
573 src:
574 - src/core/ext/transport/chttp2/alpn/alpn.c
575 deps:
576 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700577- name: grpc_transport_chttp2_client_insecure
578 src:
579 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700580 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700581 uses:
582 - grpc_transport_chttp2
583 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700585- name: grpc_transport_chttp2_client_secure
586 src:
587 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700588 uses:
589 - grpc_transport_chttp2
590 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 - grpc_client_config
592 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2_server_insecure
594 src:
595 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700596 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700597 uses:
598 - grpc_transport_chttp2
599 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700600- name: grpc_transport_chttp2_server_secure
601 src:
602 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700603 uses:
604 - grpc_transport_chttp2
605 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700606 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700607- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700608 public_headers:
609 - include/grpc/grpc_cronet.h
610 - include/grpc/grpc_security.h
611 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700612 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700613 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
614 src:
615 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
616 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
617 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700618 filegroups:
619 - grpc_base
620 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800621- name: nanopb
622 headers:
623 - third_party/nanopb/pb.h
624 - third_party/nanopb/pb_common.h
625 - third_party/nanopb/pb_decode.h
626 - third_party/nanopb/pb_encode.h
627 src:
628 - third_party/nanopb/pb_common.c
629 - third_party/nanopb/pb_decode.c
630 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700631- name: tsi
632 headers:
633 - src/core/lib/tsi/fake_transport_security.h
634 - src/core/lib/tsi/ssl_transport_security.h
635 - src/core/lib/tsi/ssl_types.h
636 - src/core/lib/tsi/transport_security.h
637 - src/core/lib/tsi/transport_security_interface.h
638 src:
639 - src/core/lib/tsi/fake_transport_security.c
640 - src/core/lib/tsi/ssl_transport_security.c
641 - src/core/lib/tsi/transport_security.c
642 deps:
643 - gpr
644 secure: true
645- name: grpc++_base
646 language: c++
647 public_headers:
648 - include/grpc++/alarm.h
649 - include/grpc++/channel.h
650 - include/grpc++/client_context.h
651 - include/grpc++/completion_queue.h
652 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700653 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700654 - include/grpc++/generic/async_generic_service.h
655 - include/grpc++/generic/generic_stub.h
656 - include/grpc++/grpc++.h
657 - include/grpc++/impl/call.h
658 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700659 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700660 - include/grpc++/impl/grpc_library.h
661 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700662 - include/grpc++/impl/rpc_method.h
663 - include/grpc++/impl/rpc_service_method.h
664 - include/grpc++/impl/serialization_traits.h
665 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700666 - include/grpc++/impl/server_builder_plugin.h
667 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700668 - include/grpc++/impl/service_type.h
669 - include/grpc++/impl/sync.h
670 - include/grpc++/impl/sync_cxx11.h
671 - include/grpc++/impl/sync_no_cxx11.h
672 - include/grpc++/impl/thd.h
673 - include/grpc++/impl/thd_cxx11.h
674 - include/grpc++/impl/thd_no_cxx11.h
675 - include/grpc++/security/auth_context.h
676 - include/grpc++/security/auth_metadata_processor.h
677 - include/grpc++/security/credentials.h
678 - include/grpc++/security/server_credentials.h
679 - include/grpc++/server.h
680 - include/grpc++/server_builder.h
681 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700682 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 - include/grpc++/support/async_stream.h
684 - include/grpc++/support/async_unary_call.h
685 - include/grpc++/support/byte_buffer.h
686 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700687 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700688 - include/grpc++/support/slice.h
689 - include/grpc++/support/status.h
690 - include/grpc++/support/status_code_enum.h
691 - include/grpc++/support/string_ref.h
692 - include/grpc++/support/stub_options.h
693 - include/grpc++/support/sync_stream.h
694 - include/grpc++/support/time.h
695 headers:
696 - src/cpp/client/create_channel_internal.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700697 - src/cpp/server/dynamic_thread_pool.h
698 - src/cpp/server/thread_pool_interface.h
699 src:
700 - src/cpp/client/channel.cc
701 - src/cpp/client/client_context.cc
702 - src/cpp/client/create_channel.cc
703 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700704 - src/cpp/client/create_channel_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700705 - src/cpp/client/credentials.cc
706 - src/cpp/client/generic_stub.cc
707 - src/cpp/client/insecure_credentials.cc
708 - src/cpp/common/channel_arguments.cc
709 - src/cpp/common/completion_queue.cc
710 - src/cpp/common/core_codegen.cc
711 - src/cpp/common/rpc_method.cc
712 - src/cpp/server/async_generic_service.cc
713 - src/cpp/server/create_default_thread_pool.cc
714 - src/cpp/server/dynamic_thread_pool.cc
715 - src/cpp/server/insecure_server_credentials.cc
716 - src/cpp/server/server.cc
717 - src/cpp/server/server_builder.cc
718 - src/cpp/server/server_context.cc
719 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700720 - src/cpp/server/server_posix.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 - src/cpp/util/byte_buffer.cc
722 - src/cpp/util/slice.cc
723 - src/cpp/util/status.cc
724 - src/cpp/util/string_ref.cc
725 - src/cpp/util/time.cc
Yuchen Zengf0ec5b62016-07-08 13:40:40 -0700726 deps:
727 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700728 uses:
yang-g17487f92016-06-03 15:21:15 -0700729 - grpc++_codegen_base
730- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700731 language: c++
732 public_headers:
733 - include/grpc++/impl/codegen/async_stream.h
734 - include/grpc++/impl/codegen/async_unary_call.h
735 - include/grpc++/impl/codegen/call.h
736 - include/grpc++/impl/codegen/call_hook.h
737 - include/grpc++/impl/codegen/channel_interface.h
738 - include/grpc++/impl/codegen/client_context.h
739 - include/grpc++/impl/codegen/client_unary_call.h
740 - include/grpc++/impl/codegen/completion_queue.h
741 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700742 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - include/grpc++/impl/codegen/core_codegen_interface.h
744 - include/grpc++/impl/codegen/create_auth_context.h
745 - include/grpc++/impl/codegen/grpc_library.h
746 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/codegen/rpc_method.h
748 - include/grpc++/impl/codegen/rpc_service_method.h
749 - include/grpc++/impl/codegen/security/auth_context.h
750 - include/grpc++/impl/codegen/serialization_traits.h
751 - include/grpc++/impl/codegen/server_context.h
752 - include/grpc++/impl/codegen/server_interface.h
753 - include/grpc++/impl/codegen/service_type.h
754 - include/grpc++/impl/codegen/status.h
755 - include/grpc++/impl/codegen/status_code_enum.h
756 - include/grpc++/impl/codegen/string_ref.h
757 - include/grpc++/impl/codegen/stub_options.h
758 - include/grpc++/impl/codegen/sync.h
759 - include/grpc++/impl/codegen/sync_cxx11.h
760 - include/grpc++/impl/codegen/sync_no_cxx11.h
761 - include/grpc++/impl/codegen/sync_stream.h
762 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 uses:
764 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700765- name: grpc++_codegen_base_src
766 language: c++
767 src:
768 - src/cpp/codegen/codegen_init.cc
769 uses:
770 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700771- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 language: c++
773 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700774 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 uses:
yang-g17487f92016-06-03 15:21:15 -0700776 - grpc++_codegen_base
777 - grpc++_config_proto
778- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 language: c++
780 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700782- name: grpc++_reflection_proto
783 language: c++
784 public_headers:
785 - include/grpc++/ext/reflection.grpc.pb.h
786 - include/grpc++/ext/reflection.pb.h
787 src:
788 - src/cpp/ext/reflection.grpc.pb.cc
789 - src/cpp/ext/reflection.pb.cc
Yuchen Zengdd5b9a82016-07-19 11:49:10 -0700790 uses:
791 - grpc++_codegen_proto
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100792libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800793- name: gpr
794 build: all
795 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800796 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700797 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800798 secure: false
799 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
800- name: gpr_test_util
801 build: private
802 language: c
803 headers:
804 - test/core/util/test_config.h
805 src:
806 - test/core/util/test_config.c
807 deps:
808 - gpr
809 secure: false
810 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811- name: grpc
812 build: all
813 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 src:
815 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700816 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800817 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700819 filegroups:
820 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700821 - grpc_transport_chttp2_server_secure
822 - grpc_transport_chttp2_client_secure
823 - grpc_transport_chttp2_server_insecure
824 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700825 - grpc_lb_policy_grpclb
826 - grpc_lb_policy_pick_first
827 - grpc_lb_policy_round_robin
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700828 - grpc_lb_policy_grpclb
Craig Tiller65938df2016-03-31 13:08:49 -0700829 - grpc_resolver_dns_native
830 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700831 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100832 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700833 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700834 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700835 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700836 vs_packages:
837 - grpc.dependencies.openssl
838 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700840- name: grpc_cronet
841 build: all
842 language: c
843 src:
844 - src/core/lib/surface/init.c
845 baselib: true
846 deps_linkage: static
847 dll: true
848 filegroups:
849 - grpc_base
850 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700851 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700852 generate_plugin_registry: true
853 platforms:
854 - linux
855 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100856- name: grpc_dll
857 build: private
858 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100859 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100860 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100861 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100862 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100863 build_system:
864 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100865 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100866 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100867 vs_config_type: DynamicLibrary
868 vs_packages:
869 - grpc.dependencies.openssl
870 - grpc.dependencies.zlib
871 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
872 vs_props:
873 - zlib
874 - openssl
875 - winsock
876 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877- name: grpc_test_util
878 build: private
879 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700880 headers:
881 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800882 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700883 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700884 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700885 - test/core/end2end/data/server1_cert.c
886 - test/core/end2end/data/server1_key.c
887 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800888 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800890 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800891 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700892 - grpc
893 filegroups:
894 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700895 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
897- name: grpc_test_util_unsecure
898 build: private
899 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr
902 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800903 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700904 filegroups:
905 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700906 secure: false
907 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
908- name: grpc_unsecure
909 build: all
910 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700911 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700913 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800915 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700917 filegroups:
918 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700919 - grpc_transport_chttp2_server_insecure
920 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700921 - grpc_resolver_dns_native
922 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700923 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700924 - grpc_lb_policy_grpclb
925 - grpc_lb_policy_pick_first
926 - grpc_lb_policy_round_robin
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700927 - grpc_lb_policy_grpclb
Craig Tiller25834342015-09-25 08:08:24 -0700928 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700929 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930 secure: false
931 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932- name: reconnect_server
933 build: private
934 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700935 headers:
936 - test/core/util/reconnect_server.h
937 src:
938 - test/core/util/reconnect_server.c
939 deps:
yang-gc9fca182015-11-06 16:41:33 -0800940 - test_tcp_server
941 - grpc_test_util
942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr_test_util
944 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800945- name: test_tcp_server
946 build: private
947 language: c
948 headers:
949 - test/core/util/test_tcp_server.h
950 src:
951 - test/core/util/test_tcp_server.c
952 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700953 - grpc_test_util
954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800955 - gpr_test_util
956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957- name: grpc++
958 build: all
959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700960 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700961 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700962 - src/cpp/client/secure_credentials.h
963 - src/cpp/common/secure_auth_context.h
964 - src/cpp/server/secure_server_credentials.h
965 src:
Craig Tiller25834342015-09-25 08:08:24 -0700966 - src/cpp/client/secure_credentials.cc
967 - src/cpp/common/auth_property_iterator.cc
968 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800969 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700970 - src/cpp/common/secure_create_auth_context.cc
971 - src/cpp/server/secure_server_credentials.cc
972 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700973 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974 baselib: true
975 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700976 filegroups:
977 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -0700978 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -0700979 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980 secure: check
981 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Yuchen Zengc84ed682016-05-04 16:30:11 -0700982- name: grpc++_reflection
983 build: all
984 language: c++
985 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700986 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700987 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700988 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -0700989 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -0700990 - src/cpp/ext/proto_server_reflection.cc
991 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -0700992 deps:
993 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -0700994 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -0700995 - grpc++_reflection_proto
Yuchen Zeng13184792016-07-18 13:07:42 -0700996- name: grpc++_reflection_codegen
997 build: private
998 language: c++
999 src:
1000 - src/proto/grpc/reflection/v1alpha/reflection.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001- name: grpc++_test_config
1002 build: private
1003 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001004 headers:
1005 - test/cpp/util/test_config.h
1006 src:
1007 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008- name: grpc++_test_util
1009 build: private
1010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001011 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001012 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001013 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001014 - test/cpp/util/create_test_channel.h
1015 - test/cpp/util/string_ref_helper.h
1016 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001017 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001018 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001019 - src/proto/grpc/testing/echo_messages.proto
1020 - src/proto/grpc/testing/echo.proto
1021 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001022 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001023 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001024 - test/cpp/util/create_test_channel.cc
1025 - test/cpp/util/string_ref_helper.cc
1026 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001027 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001028 deps:
1029 - grpc++
1030 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001031 filegroups:
1032 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001033 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001034 - grpc++_codegen_proto
1035 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001036- name: grpc++_unsecure
1037 build: all
1038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001039 src:
1040 - src/cpp/common/insecure_create_auth_context.cc
1041 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001042 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001043 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044 baselib: true
1045 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001046 filegroups:
1047 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001048 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001049 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 secure: false
1051 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001052- name: grpc_cli_libs
1053 build: private
1054 language: c++
1055 headers:
1056 - test/cpp/util/cli_call.h
1057 - test/cpp/util/proto_file_parser.h
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001058 - test/cpp/util/proto_reflection_descriptor_database.h
yang-gabdec2d2016-05-19 10:11:24 -07001059 src:
1060 - test/cpp/util/cli_call.cc
1061 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001062 - test/cpp/util/proto_reflection_descriptor_database.cc
yang-gabdec2d2016-05-19 10:11:24 -07001063 deps:
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07001064 - grpc++_reflection
yang-gabdec2d2016-05-19 10:11:24 -07001065 - grpc++
1066 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: grpc_plugin_support
1068 build: protoc
1069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001070 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001071 - src/compiler/config.h
1072 - src/compiler/cpp_generator.h
1073 - src/compiler/cpp_generator_helpers.h
1074 - src/compiler/csharp_generator.h
1075 - src/compiler/csharp_generator_helpers.h
1076 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001077 - src/compiler/node_generator.h
1078 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001079 - src/compiler/objective_c_generator.h
1080 - src/compiler/objective_c_generator_helpers.h
1081 - src/compiler/python_generator.h
1082 - src/compiler/ruby_generator.h
1083 - src/compiler/ruby_generator_helpers-inl.h
1084 - src/compiler/ruby_generator_map-inl.h
1085 - src/compiler/ruby_generator_string-inl.h
1086 src:
1087 - src/compiler/cpp_generator.cc
1088 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001089 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001090 - src/compiler/objective_c_generator.cc
1091 - src/compiler/python_generator.cc
1092 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001093 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001094 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095 secure: false
1096 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001097 vs_props:
1098 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099- name: interop_client_helper
1100 build: private
1101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001102 headers:
1103 - test/cpp/interop/client_helper.h
1104 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001105 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001106 - test/cpp/interop/client_helper.cc
1107 deps:
1108 - grpc++_test_util
1109 - grpc_test_util
1110 - grpc++
1111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: interop_client_main
1114 build: private
1115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001116 headers:
1117 - test/cpp/interop/interop_client.h
1118 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001119 - src/proto/grpc/testing/empty.proto
1120 - src/proto/grpc/testing/messages.proto
1121 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001122 - test/cpp/interop/client.cc
1123 - test/cpp/interop/interop_client.cc
1124 deps:
1125 - interop_client_helper
1126 - grpc++_test_util
1127 - grpc_test_util
1128 - grpc++
1129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 - gpr_test_util
1131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001132 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001133- name: interop_server_helper
1134 build: private
1135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001136 headers:
1137 - test/cpp/interop/server_helper.h
1138 src:
1139 - test/cpp/interop/server_helper.cc
1140 deps:
1141 - grpc_test_util
1142 - grpc++
1143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001145- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001146 build: private
1147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001148 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001149 - src/proto/grpc/testing/empty.proto
1150 - src/proto/grpc/testing/messages.proto
1151 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001152 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001153 deps:
1154 - interop_server_helper
1155 - grpc++_test_util
1156 - grpc_test_util
1157 - grpc++
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001161 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001162- name: interop_server_main
1163 build: private
1164 language: c++
1165 src:
1166 - test/cpp/interop/interop_server_bootstrap.cc
1167 deps:
1168 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: qps
1170 build: private
1171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001172 headers:
1173 - test/cpp/qps/client.h
1174 - test/cpp/qps/driver.h
1175 - test/cpp/qps/histogram.h
1176 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001177 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001178 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001179 - test/cpp/qps/qps_worker.h
1180 - test/cpp/qps/report.h
1181 - test/cpp/qps/server.h
1182 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001183 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001184 - test/cpp/util/benchmark_config.h
1185 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001186 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001187 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001188 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001189 - src/proto/grpc/testing/control.proto
1190 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001191 - test/cpp/qps/client_async.cc
1192 - test/cpp/qps/client_sync.cc
1193 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001194 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001195 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001196 - test/cpp/qps/qps_worker.cc
1197 - test/cpp/qps/report.cc
1198 - test/cpp/qps/server_async.cc
1199 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001200 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/util/benchmark_config.cc
1202 deps:
1203 - grpc_test_util
1204 - grpc++_test_util
1205 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001206- name: grpc_csharp_ext
1207 build: all
1208 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001209 src:
1210 - src/csharp/ext/grpc_csharp_ext.c
1211 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001213 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001214 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001215 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216 dll: only
1217 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001218 vs_packages:
1219 - grpc.dependencies.openssl
1220 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001222 vs_props:
1223 - zlib
1224 - openssl
1225 - winsock
1226 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001228- name: alarm_test
1229 build: test
1230 language: c
1231 src:
1232 - test/core/surface/alarm_test.c
1233 deps:
1234 - grpc_test_util
1235 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001236 - gpr_test_util
1237 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001238- name: algorithm_test
1239 build: test
1240 language: c
1241 src:
1242 - test/core/compression/algorithm_test.c
1243 deps:
1244 - grpc_test_util
1245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr_test_util
1247 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001248- name: alloc_test
1249 build: test
1250 language: c
1251 src:
1252 - test/core/support/alloc_test.c
1253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: alpn_test
1257 build: test
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
1260 - test/core/transport/chttp2/alpn_test.c
1261 deps:
1262 - grpc_test_util
1263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001266- name: api_fuzzer
1267 build: fuzzer
1268 language: c
1269 src:
1270 - test/core/end2end/fuzzers/api_fuzzer.c
1271 deps:
1272 - grpc_test_util
1273 - grpc
1274 - gpr_test_util
1275 - gpr
1276 corpus_dirs:
1277 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001278 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001279 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001280- name: bad_server_response_test
1281 build: test
1282 language: c
1283 src:
1284 - test/core/end2end/bad_server_response_test.c
1285 deps:
1286 - test_tcp_server
1287 - grpc_test_util
1288 - grpc
1289 - gpr_test_util
1290 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001291- name: bin_decoder_test
1292 build: test
1293 language: c
1294 src:
1295 - test/core/transport/chttp2/bin_decoder_test.c
1296 deps:
1297 - grpc_test_util
1298 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299- name: bin_encoder_test
1300 build: test
1301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
1303 - test/core/transport/chttp2/bin_encoder_test.c
1304 deps:
1305 - grpc_test_util
1306 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001307- name: census_context_test
1308 build: test
1309 language: c
1310 src:
1311 - test/core/census/context_test.c
1312 deps:
1313 - grpc_test_util
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001317- name: census_resource_test
1318 build: test
1319 language: c
1320 src:
1321 - test/core/census/resource_test.c
1322 deps:
1323 - grpc_test_util
1324 - grpc
1325 - gpr_test_util
1326 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001327- name: channel_create_test
1328 build: test
1329 language: c
1330 src:
1331 - test/core/surface/channel_create_test.c
1332 deps:
1333 - grpc_test_util
1334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001335 - gpr_test_util
1336 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001337- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 build: test
1339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001341 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001342 deps:
1343 - grpc_test_util
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001347- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348 build: test
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001351 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001352 deps:
1353 - grpc_test_util
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr_test_util
1356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357- name: chttp2_stream_map_test
1358 build: test
1359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
1361 - test/core/transport/chttp2/stream_map_test.c
1362 deps:
1363 - grpc_test_util
1364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr_test_util
1366 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001367- name: chttp2_varint_test
1368 build: test
1369 language: c
1370 src:
1371 - test/core/transport/chttp2/varint_test.c
1372 deps:
1373 - grpc_test_util
1374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 - gpr_test_util
1376 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001377- name: client_fuzzer
1378 build: fuzzer
1379 language: c
1380 src:
1381 - test/core/end2end/fuzzers/client_fuzzer.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
1385 - gpr_test_util
1386 - gpr
1387 corpus_dirs:
1388 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001389 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001390 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: compression_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/compression/compression_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001401- name: concurrent_connectivity_test
1402 build: test
1403 language: c
1404 src:
1405 - test/core/surface/concurrent_connectivity_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
1409 - gpr_test_util
1410 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001411- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001412 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001413 build: test
1414 language: c
1415 src:
1416 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
1420 - gpr_test_util
1421 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001422- name: dns_resolver_test
1423 build: test
1424 language: c
1425 src:
1426 - test/core/client_config/resolvers/dns_resolver_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001433 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434 build: test
1435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001436 src:
1437 - test/core/end2end/dualstack_socket_test.c
1438 deps:
1439 - grpc_test_util
1440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001441 - gpr_test_util
1442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001443 platforms:
1444 - mac
1445 - linux
1446 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001447- name: endpoint_pair_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/iomgr/endpoint_pair_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001457- name: ev_epoll_linux_test
1458 build: test
1459 language: c
1460 src:
1461 - test/core/iomgr/ev_epoll_linux_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
1465 - gpr_test_util
1466 - gpr
1467 platforms:
1468 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: fd_conservation_posix_test
1470 build: test
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - test/core/iomgr/fd_conservation_posix_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001479 platforms:
1480 - mac
1481 - linux
1482 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483- name: fd_posix_test
1484 build: test
1485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001486 src:
1487 - test/core/iomgr/fd_posix_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001491 - gpr_test_util
1492 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001493 platforms:
1494 - mac
1495 - linux
1496 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001497- name: fling_client
1498 build: test
1499 run: false
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/fling/client.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508- name: fling_server
1509 build: test
1510 run: false
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/fling/server.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001520 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/fling/fling_stream_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001530 platforms:
1531 - mac
1532 - linux
1533 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001535 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/fling/fling_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001545 platforms:
1546 - mac
1547 - linux
1548 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: gen_hpack_tables
1550 build: tool
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - tools/codegen/core/gen_hpack_tables.c
1554 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001556 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: gen_legal_metadata_characters
1558 build: tool
1559 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001563- name: goaway_server_test
1564 cpu_cost: 0.1
1565 build: test
1566 language: c
1567 src:
1568 - test/core/end2end/goaway_server_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
1572 - gpr_test_util
1573 - gpr
1574 platforms:
1575 - mac
1576 - linux
1577 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001578- name: gpr_avl_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/support/avl_test.c
1583 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001586- name: gpr_backoff_test
1587 build: test
1588 language: c
1589 src:
1590 - test/core/support/backoff_test.c
1591 deps:
1592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: gpr_cmdline_test
1595 build: test
1596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001597 src:
1598 - test/core/support/cmdline_test.c
1599 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001602- name: gpr_cpu_test
1603 build: test
1604 language: c
1605 src:
1606 - test/core/support/cpu_test.c
1607 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: gpr_env_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/support/env_test.c
1615 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001618- name: gpr_histogram_test
1619 build: test
1620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001621 src:
1622 - test/core/support/histogram_test.c
1623 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: gpr_host_port_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/support/host_port_test.c
1631 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: gpr_log_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/support/log_test.c
1639 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: gpr_slice_buffer_test
1643 build: test
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/support/slice_buffer_test.c
1647 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: gpr_slice_test
1651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/support/slice_test.c
1655 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001659 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/support/stack_lockfree_test.c
1664 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: gpr_string_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/support/string_test.c
1672 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001676 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/support/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001685 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686 build: test
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/support/thd_test.c
1690 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: gpr_time_test
1694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/support/time_test.c
1698 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701- name: gpr_tls_test
1702 build: test
1703 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001704 src:
1705 - test/core/support/tls_test.c
1706 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: gpr_useful_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/support/useful_test.c
1714 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: grpc_auth_context_test
1718 build: test
1719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001720 src:
1721 - test/core/security/auth_context_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001727- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001731 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: grpc_byte_buffer_reader_test
1738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/surface/byte_buffer_reader_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: grpc_channel_args_test
1748 build: test
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - test/core/channel/channel_args_test.c
1752 deps:
1753 - grpc_test_util
1754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001755 - gpr_test_util
1756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757- name: grpc_channel_stack_test
1758 build: test
1759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001760 src:
1761 - test/core/channel/channel_stack_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001765 - gpr_test_util
1766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001767- name: grpc_completion_queue_test
1768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/surface/completion_queue_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: grpc_create_jwt
1778 build: tool
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/security/create_jwt.c
1782 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001784 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001785 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001786- name: grpc_credentials_test
1787 build: test
1788 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001789 src:
1790 - test/core/security/credentials_test.c
1791 deps:
1792 - grpc_test_util
1793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001797 build: test
1798 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
1801 - test/core/security/fetch_oauth2.c
1802 deps:
1803 - grpc_test_util
1804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001805 - gpr_test_util
1806 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001807- name: grpc_invalid_channel_args_test
1808 build: test
1809 language: c
1810 src:
1811 - test/core/surface/invalid_channel_args_test.c
1812 deps:
1813 - grpc_test_util
1814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001815 - gpr_test_util
1816 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: grpc_json_token_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/security/json_token_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001827 platforms:
1828 - linux
1829 - posix
1830 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: grpc_jwt_verifier_test
1832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/security/jwt_verifier_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: grpc_print_google_default_creds_token
1842 build: tool
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/security/print_google_default_creds_token.c
1846 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: grpc_security_connector_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/security/security_connector_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: grpc_verify_jwt
1860 build: tool
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/security/verify_jwt.c
1864 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001867- name: hpack_parser_fuzzer_test
1868 build: fuzzer
1869 language: c
1870 src:
1871 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
1875 - gpr_test_util
1876 - gpr
1877 corpus_dirs:
1878 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001879 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001880 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: hpack_parser_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/transport/chttp2/hpack_parser_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: hpack_table_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/transport/chttp2/hpack_table_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001901- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001905 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07001911- name: http_request_fuzzer_test
1912 build: fuzzer
1913 language: c
1914 src:
1915 - test/core/http/request_fuzzer.c
1916 deps:
1917 - grpc_test_util
1918 - grpc
1919 - gpr_test_util
1920 - gpr
1921 corpus_dirs:
1922 - test/core/http/corpus
1923 maxlen: 2048
1924- name: http_response_fuzzer_test
1925 build: fuzzer
1926 language: c
1927 src:
1928 - test/core/http/response_fuzzer.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
1932 - gpr_test_util
1933 - gpr
1934 corpus_dirs:
1935 - test/core/http/corpus
1936 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001937- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001941 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001947- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001948 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001952 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001958 platforms:
1959 - mac
1960 - linux
1961 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001962- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001963 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001964 build: test
1965 language: c
1966 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001967 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001973 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001974 - linux
yang-gf1183302015-12-07 16:02:05 -08001975- name: init_test
1976 build: test
1977 language: c
1978 src:
1979 - test/core/surface/init_test.c
1980 deps:
1981 - grpc_test_util
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001985- name: internal_api_canary_iomgr_test
1986 build: test
1987 run: false
1988 language: c
1989 src:
1990 - test/core/internal_api_canaries/iomgr.c
1991 deps:
1992 - grpc_test_util
1993 - grpc
1994 - gpr_test_util
1995 - gpr
1996- name: internal_api_canary_support_test
1997 build: test
1998 run: false
1999 language: c
2000 src:
2001 - test/core/internal_api_canaries/iomgr.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
2005 - gpr_test_util
2006 - gpr
2007- name: internal_api_canary_transport_test
2008 build: test
2009 run: false
2010 language: c
2011 src:
2012 - test/core/internal_api_canaries/iomgr.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
2016 - gpr_test_util
2017 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002018- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002019 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002020 build: test
2021 language: c
2022 src:
2023 - test/core/end2end/invalid_call_argument_test.c
2024 deps:
2025 - grpc_test_util
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002029- name: json_fuzzer_test
2030 build: fuzzer
2031 language: c
2032 src:
2033 - test/core/json/fuzzer.c
2034 deps:
2035 - grpc_test_util
2036 - grpc
2037 - gpr_test_util
2038 - gpr
2039 corpus_dirs:
2040 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002041 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: json_rewrite
2043 build: test
2044 run: false
2045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/core/json/json_rewrite.c
2048 deps:
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: json_rewrite_test
2052 build: test
2053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/core/json/json_rewrite_test.c
2056 deps:
2057 - grpc_test_util
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002061- name: json_stream_error_test
2062 build: test
2063 language: c
2064 src:
2065 - test/core/json/json_stream_error_test.c
2066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: json_test
2072 build: test
2073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002074 src:
2075 - test/core/json/json_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002079 - gpr_test_util
2080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002081- name: lame_client_test
2082 build: test
2083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002084 src:
2085 - test/core/surface/lame_client_test.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002091- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002092 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002093 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002094 build: test
2095 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002096 src:
2097 - test/core/client_config/lb_policies_test.c
2098 deps:
2099 - grpc_test_util
2100 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002101 - gpr_test_util
2102 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002103- name: load_file_test
2104 build: test
2105 language: c
2106 src:
2107 - test/core/iomgr/load_file_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
2111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: low_level_ping_pong_benchmark
2114 build: benchmark
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/core/network_benchmarks/low_level_ping_pong.c
2118 deps:
2119 - grpc_test_util
2120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002121 - gpr_test_util
2122 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002123 platforms:
2124 - mac
2125 - linux
2126 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: message_compress_test
2128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
2131 - test/core/compression/message_compress_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002137- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002138 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002139 build: test
2140 language: c
2141 src:
2142 - test/core/census/mlog_test.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: multiple_server_queues_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/end2end/multiple_server_queues_test.c
2153 deps:
2154 - grpc_test_util
2155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr_test_util
2157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: murmur_hash_test
2159 build: test
2160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - test/core/support/murmur_hash_test.c
2163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002166- name: nanopb_fuzzer_response_test
2167 build: fuzzer
2168 language: c
2169 src:
2170 - test/core/nanopb/fuzzer_response.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
2174 - gpr_test_util
2175 - gpr
2176 corpus_dirs:
2177 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002178 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002179- name: nanopb_fuzzer_serverlist_test
2180 build: fuzzer
2181 language: c
2182 src:
2183 - test/core/nanopb/fuzzer_serverlist.c
2184 deps:
2185 - grpc_test_util
2186 - grpc
2187 - gpr_test_util
2188 - gpr
2189 corpus_dirs:
2190 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002191 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002192- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002193 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194 build: test
2195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002196 src:
2197 - test/core/end2end/no_server_test.c
2198 deps:
2199 - grpc_test_util
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: resolve_address_test
2204 build: test
2205 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002206 src:
2207 - test/core/iomgr/resolve_address_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
yang-gd482e592015-12-10 14:04:00 -08002213- name: secure_channel_create_test
2214 build: test
2215 language: c
2216 src:
2217 - test/core/surface/secure_channel_create_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: secure_endpoint_test
2224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/security/secure_endpoint_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002233- name: sequential_connectivity_test
2234 build: test
2235 language: c
2236 src:
2237 - test/core/surface/sequential_connectivity_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
2241 - gpr_test_util
2242 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002243- name: server_chttp2_test
2244 build: test
2245 language: c
2246 src:
2247 - test/core/surface/server_chttp2_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002253- name: server_fuzzer
2254 build: fuzzer
2255 language: c
2256 src:
2257 - test/core/end2end/fuzzers/server_fuzzer.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
2261 - gpr_test_util
2262 - gpr
2263 corpus_dirs:
2264 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002265 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002266 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002267- name: server_test
2268 build: test
2269 language: c
2270 src:
2271 - test/core/surface/server_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002277- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002278 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002279 build: test
2280 language: c
2281 src:
2282 - test/core/client_config/set_initial_connect_string_test.c
2283 deps:
2284 - test_tcp_server
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002289- name: sockaddr_resolver_test
2290 build: test
2291 language: c
2292 src:
2293 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: sockaddr_utils_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/iomgr/sockaddr_utils_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002309- name: socket_utils_test
2310 build: test
2311 language: c
2312 src:
2313 - test/core/iomgr/socket_utils_test.c
2314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002319 platforms:
2320 - mac
2321 - linux
2322 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002323- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002324 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
2328 - test/core/iomgr/tcp_client_posix_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002334 platforms:
2335 - mac
2336 - linux
2337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002339 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/iomgr/tcp_posix_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002349 platforms:
2350 - mac
2351 - linux
2352 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: tcp_server_posix_test
2354 build: test
2355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/core/iomgr/tcp_server_posix_test.c
2358 deps:
2359 - grpc_test_util
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002363 platforms:
2364 - mac
2365 - linux
2366 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: time_averaged_stats_test
2368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/iomgr/time_averaged_stats_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: timeout_encoding_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002381 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002382 deps:
2383 - grpc_test_util
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002387- name: timer_heap_test
2388 build: test
2389 language: c
2390 src:
2391 - test/core/iomgr/timer_heap_test.c
2392 deps:
2393 - grpc_test_util
2394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002395 - gpr_test_util
2396 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002397- name: timer_list_test
2398 build: test
2399 language: c
2400 src:
2401 - test/core/iomgr/timer_list_test.c
2402 deps:
2403 - grpc_test_util
2404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002405 - gpr_test_util
2406 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002407- name: transport_connectivity_state_test
2408 build: test
2409 language: c
2410 src:
2411 - test/core/transport/connectivity_state_test.c
2412 deps:
2413 - grpc_test_util
2414 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002415 - gpr_test_util
2416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002417- name: transport_metadata_test
2418 build: test
2419 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002420 src:
2421 - test/core/transport/metadata_test.c
2422 deps:
2423 - grpc_test_util
2424 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002425 - gpr_test_util
2426 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002427- name: transport_security_test
2428 build: test
2429 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/core/tsi/transport_security_test.c
2432 deps:
2433 - grpc_test_util
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002437 platforms:
2438 - linux
2439 - posix
2440 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: udp_server_test
2442 build: test
2443 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002444 src:
2445 - test/core/iomgr/udp_server_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 Tiller71c610d2016-03-18 15:57:08 -07002455- name: uri_fuzzer_test
2456 build: fuzzer
2457 language: c
2458 src:
2459 - test/core/client_config/uri_fuzzer_test.c
2460 deps:
2461 - grpc_test_util
2462 - grpc
2463 - gpr_test_util
2464 - gpr
2465 corpus_dirs:
2466 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002467 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: uri_parser_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/core/client_config/uri_parser_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
vjpai04e992a2016-02-10 16:58:38 -08002478- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002479 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002480 build: test
2481 language: c++
2482 src:
2483 - test/cpp/common/alarm_cpp_test.cc
2484 deps:
2485 - grpc++_test_util
2486 - grpc_test_util
2487 - grpc++
2488 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002489 - gpr_test_util
2490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002492 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493 build: test
2494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
2496 - test/cpp/end2end/async_end2end_test.cc
2497 deps:
2498 - grpc++_test_util
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002505 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506 build: test
2507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/cpp/common/auth_property_iterator_test.cc
2510 deps:
2511 - grpc++_test_util
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002518 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002519 build: test
2520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002521 src:
yang-g52705592015-11-25 11:45:33 -08002522 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002523 deps:
2524 - grpc++
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002528 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/cpp/util/cli_call_test.cc
2533 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002534 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002535 - grpc++_test_util
2536 - grpc_test_util
2537 - grpc++
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002542 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002543 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544 build: test
2545 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
2547 - test/cpp/end2end/client_crash_test.cc
2548 deps:
2549 - grpc++_test_util
2550 - grpc_test_util
2551 - grpc++
2552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002553 - gpr_test_util
2554 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002555 platforms:
2556 - mac
2557 - linux
2558 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: client_crash_test_server
2560 build: test
2561 run: false
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/cpp/end2end/client_crash_test_server.cc
2565 deps:
2566 - grpc++_test_util
2567 - grpc_test_util
2568 - grpc++
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002572- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002573 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002574 build: test
2575 language: c++
2576 src:
2577 - src/proto/grpc/testing/control.proto
2578 - src/proto/grpc/testing/messages.proto
2579 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002580 - src/proto/grpc/testing/services.proto
2581 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002582 - test/cpp/codegen/codegen_test_full.cc
2583 deps:
2584 - grpc++
2585 - grpc
2586 - gpr
2587 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002588 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002589- name: codegen_test_minimal
2590 gtest: true
2591 build: test
2592 language: c++
2593 src:
2594 - src/proto/grpc/testing/control.proto
2595 - src/proto/grpc/testing/messages.proto
2596 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002597 - src/proto/grpc/testing/services.proto
2598 - src/proto/grpc/testing/stats.proto
2599 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002600 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002601 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002602 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002604 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002605 build: test
2606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002607 src:
2608 - test/cpp/client/credentials_test.cc
2609 deps:
2610 - grpc++
2611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002614 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/cpp/util/byte_buffer_test.cc
2619 deps:
2620 - grpc_test_util
2621 - grpc++
2622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002623 - gpr_test_util
2624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002625- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002626 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627 build: test
2628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002629 src:
2630 - test/cpp/util/slice_test.cc
2631 deps:
2632 - grpc_test_util
2633 - grpc++
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002638 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002639 build: test
2640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002641 src:
2642 - test/cpp/util/string_ref_test.cc
2643 deps:
2644 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002646 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002647 build: test
2648 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002649 src:
2650 - test/cpp/util/time_test.cc
2651 deps:
2652 - grpc_test_util
2653 - grpc++
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002657- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002658 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002659 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660 build: test
2661 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002662 src:
2663 - test/cpp/end2end/end2end_test.cc
2664 deps:
2665 - grpc++_test_util
2666 - grpc_test_util
2667 - grpc++
2668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002669 - gpr_test_util
2670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002672 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673 build: test
2674 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002675 src:
2676 - test/cpp/end2end/generic_end2end_test.cc
2677 deps:
2678 - grpc++_test_util
2679 - grpc_test_util
2680 - grpc++
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr_test_util
2683 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07002684- name: golden_file_test
2685 gtest: true
2686 build: test
2687 language: c++
2688 src:
2689 - src/proto/grpc/testing/compiler_test.proto
2690 - test/cpp/codegen/golden_file_test.cc
2691 deps:
2692 - grpc++
2693 - grpc
2694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: grpc_cli
2696 build: test
2697 run: false
2698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002699 src:
2700 - test/cpp/util/grpc_cli.cc
2701 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002702 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002703 - grpc++_test_util
2704 - grpc_test_util
Yuchen Zeng256cc7a2016-07-07 11:09:49 -07002705 - grpc++_reflection
Craig Tiller25834342015-09-25 08:08:24 -07002706 - grpc++
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002710 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002711- name: grpc_cpp_plugin
2712 build: protoc
2713 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002714 src:
2715 - src/compiler/cpp_plugin.cc
2716 deps:
2717 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718 secure: false
2719 vs_config_type: Application
2720 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2721- name: grpc_csharp_plugin
2722 build: protoc
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - src/compiler/csharp_plugin.cc
2726 deps:
2727 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728 secure: false
2729 vs_config_type: Application
2730 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08002731- name: grpc_node_plugin
2732 build: protoc
2733 language: c++
2734 src:
2735 - src/compiler/node_plugin.cc
2736 deps:
2737 - grpc_plugin_support
2738 secure: false
2739 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740- name: grpc_objective_c_plugin
2741 build: protoc
2742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - src/compiler/objective_c_plugin.cc
2745 deps:
2746 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747 secure: false
2748 vs_config_type: Application
2749 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2750- name: grpc_python_plugin
2751 build: protoc
2752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002753 src:
2754 - src/compiler/python_plugin.cc
2755 deps:
2756 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757 secure: false
2758 vs_config_type: Application
2759 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2760- name: grpc_ruby_plugin
2761 build: protoc
2762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - src/compiler/ruby_plugin.cc
2765 deps:
2766 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002767 secure: false
2768 vs_config_type: Application
2769 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002770- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002771 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002772 build: test
2773 language: c++
2774 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07002775 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08002776 - test/cpp/grpclb/grpclb_api_test.cc
2777 deps:
2778 - grpc++_test_util
2779 - grpc_test_util
2780 - grpc++
2781 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07002782- name: grpclb_test
2783 gtest: false
2784 build: test
2785 language: c++
2786 src:
2787 - src/proto/grpc/lb/v1/load_balancer.proto
2788 - test/cpp/grpclb/grpclb_test.cc
2789 deps:
2790 - gpr
2791 - gpr_test_util
2792 - grpc
2793 - grpc++
2794 - grpc++_test_util
2795 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08002796- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002797 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002798 build: test
2799 language: c++
2800 src:
2801 - test/cpp/end2end/hybrid_end2end_test.cc
2802 deps:
2803 - grpc++_test_util
2804 - grpc_test_util
2805 - grpc++
2806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002807 - gpr_test_util
2808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002809- name: interop_client
2810 build: test
2811 run: false
2812 language: c++
2813 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002814 deps:
2815 - interop_client_main
2816 - interop_client_helper
2817 - grpc++_test_util
2818 - grpc_test_util
2819 - grpc++
2820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002821 - gpr_test_util
2822 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002823 - grpc++_test_config
2824 platforms:
2825 - mac
2826 - linux
2827 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002828- name: interop_server
2829 build: test
2830 run: false
2831 language: c++
2832 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002833 deps:
2834 - interop_server_main
2835 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02002836 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07002837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002843 - grpc++_test_config
2844 platforms:
2845 - mac
2846 - linux
2847 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002848- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002849 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850 build: test
2851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - test/cpp/interop/interop_test.cc
2854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002859 platforms:
2860 - mac
2861 - linux
2862 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002863- name: json_run_localhost
2864 build: test
2865 run: false
2866 language: c++
2867 src:
2868 - test/cpp/qps/json_run_localhost.cc
2869 deps:
2870 - grpc++_test_util
2871 - grpc_test_util
2872 - grpc++
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002877- name: metrics_client
2878 build: test
2879 run: false
2880 language: c++
2881 headers:
2882 - test/cpp/util/metrics_server.h
2883 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002884 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002885 - test/cpp/interop/metrics_client.cc
2886 deps:
2887 - grpc++
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002890 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002892 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893 build: test
2894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002895 src:
2896 - test/cpp/end2end/mock_test.cc
2897 deps:
2898 - grpc++_test_util
2899 - grpc_test_util
2900 - grpc++
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Yuchen Zeng91c51a72016-05-20 14:46:49 -07002904- name: proto_server_reflection_test
2905 gtest: true
2906 build: test
2907 language: c++
2908 headers:
2909 - test/cpp/util/proto_reflection_descriptor_database.h
2910 src:
2911 - test/cpp/end2end/proto_server_reflection_test.cc
2912 - test/cpp/util/proto_reflection_descriptor_database.cc
2913 deps:
2914 - grpc++_reflection
2915 - grpc++_test_util
2916 - grpc_test_util
2917 - grpc++
2918 - grpc
2919 - gpr_test_util
2920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: qps_interarrival_test
2922 build: test
2923 run: false
2924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
2926 - test/cpp/qps/qps_interarrival_test.cc
2927 deps:
2928 - qps
2929 - grpc++_test_util
2930 - grpc_test_util
2931 - grpc++
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002935 platforms:
2936 - mac
2937 - linux
2938 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002939- name: qps_json_driver
2940 build: test
2941 run: false
2942 language: c++
2943 src:
2944 - test/cpp/qps/qps_json_driver.cc
2945 deps:
2946 - qps
2947 - grpc++_test_util
2948 - grpc_test_util
2949 - grpc++
2950 - grpc
2951 - gpr_test_util
2952 - gpr
2953 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002955 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002956 build: test
2957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002958 src:
2959 - test/cpp/qps/qps_openloop_test.cc
2960 deps:
2961 - qps
2962 - grpc++_test_util
2963 - grpc_test_util
2964 - grpc++
2965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002966 - gpr_test_util
2967 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002968 - grpc++_test_config
2969 platforms:
2970 - mac
2971 - linux
2972 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002973- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002974 build: test
2975 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002977 headers:
2978 - test/cpp/qps/client.h
2979 - test/cpp/qps/server.h
2980 src:
2981 - test/cpp/qps/worker.cc
2982 deps:
2983 - qps
2984 - grpc++_test_util
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002990 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002991- name: reconnect_interop_client
2992 build: test
2993 run: false
2994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002996 - src/proto/grpc/testing/empty.proto
2997 - src/proto/grpc/testing/messages.proto
2998 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002999 - test/cpp/interop/reconnect_interop_client.cc
3000 deps:
3001 - grpc++_test_util
3002 - grpc_test_util
3003 - grpc++
3004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003005 - gpr_test_util
3006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003007 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008- name: reconnect_interop_server
3009 build: test
3010 run: false
3011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003012 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003013 - src/proto/grpc/testing/empty.proto
3014 - src/proto/grpc/testing/messages.proto
3015 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003016 - test/cpp/interop/reconnect_interop_server.cc
3017 deps:
3018 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003019 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003020 - grpc++_test_util
3021 - grpc_test_util
3022 - grpc++
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003026 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003028 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029 build: test
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/common/secure_auth_context_test.cc
3033 deps:
3034 - grpc++_test_util
3035 - grpc_test_util
3036 - grpc++
3037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003038 - gpr_test_util
3039 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003040- name: secure_sync_unary_ping_pong_test
3041 build: test
3042 language: c++
3043 src:
3044 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3045 deps:
3046 - qps
3047 - grpc++_test_util
3048 - grpc_test_util
3049 - grpc++
3050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003051 - gpr_test_util
3052 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003053 platforms:
3054 - mac
3055 - linux
3056 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003057- name: server_builder_plugin_test
3058 gtest: true
3059 build: test
3060 language: c++
3061 src:
3062 - test/cpp/end2end/server_builder_plugin_test.cc
3063 deps:
3064 - grpc++_test_util
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
3068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003071 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003072 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003073 build: test
3074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003075 src:
3076 - test/cpp/end2end/server_crash_test.cc
3077 deps:
3078 - grpc++_test_util
3079 - grpc_test_util
3080 - grpc++
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003084 platforms:
3085 - mac
3086 - linux
3087 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003088- name: server_crash_test_client
3089 build: test
3090 run: false
3091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003092 src:
3093 - test/cpp/end2end/server_crash_test_client.cc
3094 deps:
3095 - grpc++_test_util
3096 - grpc_test_util
3097 - grpc++
3098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003099 - gpr_test_util
3100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003102 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 build: test
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - test/cpp/end2end/shutdown_test.cc
3107 deps:
3108 - grpc++_test_util
3109 - grpc_test_util
3110 - grpc++
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114- name: status_test
3115 build: test
3116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003117 src:
3118 - test/cpp/util/status_test.cc
3119 deps:
3120 - grpc_test_util
3121 - grpc++
3122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003123 - gpr_test_util
3124 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003125- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003126 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003127 build: test
3128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003129 src:
3130 - test/cpp/end2end/streaming_throughput_test.cc
3131 deps:
3132 - grpc++_test_util
3133 - grpc_test_util
3134 - grpc++
3135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003136 - gpr_test_util
3137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003138 platforms:
3139 - mac
3140 - linux
3141 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003142- name: stress_test
3143 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003144 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003145 language: c++
3146 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003147 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003148 - test/cpp/interop/interop_client.h
3149 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003150 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003151 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003152 - src/proto/grpc/testing/empty.proto
3153 - src/proto/grpc/testing/messages.proto
3154 - src/proto/grpc/testing/metrics.proto
3155 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003156 - test/cpp/interop/interop_client.cc
3157 - test/cpp/interop/stress_interop_client.cc
3158 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003159 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003160 deps:
3161 - grpc++_test_util
3162 - grpc_test_util
3163 - grpc++
3164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003165 - gpr_test_util
3166 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003167 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003168- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003169 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003170 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003171 build: test
3172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003173 src:
3174 - test/cpp/end2end/thread_stress_test.cc
3175 deps:
3176 - grpc++_test_util
3177 - grpc_test_util
3178 - grpc++
3179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003180 - gpr_test_util
3181 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003182- name: public_headers_must_be_c89
3183 build: test
3184 language: c89
3185 src:
3186 - test/core/surface/public_headers_must_be_c89.c
3187 deps:
3188 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003190vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003191- linkage: static
3192 name: grpc.dependencies.zlib
3193 props: false
3194 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003195 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003196- linkage: static
3197 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003198 props: true
3199 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003200 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003201- name: gflags
3202 props: false
3203 redist: false
3204 version: 2.1.2.1
3205- name: gtest
3206 props: false
3207 redist: false
3208 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003209configs:
3210 asan:
3211 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003212 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3213 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003214 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003215 LD: clang
3216 LDFLAGS: -fsanitize=address
3217 LDXX: clang++
3218 compile_the_world: true
3219 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003220 ASAN_OPTIONS: detect_leaks=1:color=always
3221 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003222 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003223 asan-noleaks:
3224 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003225 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3226 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003227 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003228 LD: clang
3229 LDFLAGS: -fsanitize=address
3230 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003231 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003232 test_environ:
3233 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003234 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003235 asan-trace-cmp:
3236 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003237 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3238 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003239 CXX: clang++
3240 LD: clang
3241 LDFLAGS: -fsanitize=address
3242 LDXX: clang++
3243 compile_the_world: true
3244 test_environ:
3245 ASAN_OPTIONS: detect_leaks=1:color=always
3246 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3247 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003248 basicprof:
3249 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3250 DEFINES: NDEBUG
3251 dbg:
3252 CPPFLAGS: -O0
3253 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003254 easan:
3255 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003256 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3257 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003258 CXX: clang++
3259 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3260 LD: clang
3261 LDFLAGS: -fsanitize=address
3262 LDXX: clang++
3263 compile_the_world: true
3264 test_environ:
3265 ASAN_OPTIONS: detect_leaks=1:color=always
3266 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3267 timeout_multiplier: 3
3268 edbg:
3269 CPPFLAGS: -O0
3270 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3271 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003272 CC: clang
3273 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003274 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003275 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003276 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003277 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003278 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003279 LDXX: clang++
3280 compile_the_world: true
3281 test_environ:
3282 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3283 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003284 gcov:
3285 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003286 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003287 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003288 DEFINES: _DEBUG DEBUG GPR_GCOV
3289 LD: gcc
3290 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3291 LDXX: g++
3292 helgrind:
3293 CPPFLAGS: -O0
3294 DEFINES: _DEBUG DEBUG
3295 LDFLAGS: -rdynamic
3296 timeout_multiplier: 20
3297 valgrind: --tool=helgrind
3298 memcheck:
3299 CPPFLAGS: -O0
3300 DEFINES: _DEBUG DEBUG
3301 LDFLAGS: -rdynamic
3302 timeout_multiplier: 10
3303 valgrind: --tool=memcheck --leak-check=full
3304 msan:
3305 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003306 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3307 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3308 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003309 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003310 DEFINES: NDEBUG
3311 LD: clang
3312 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3313 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3314 LDXX: clang++
3315 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003316 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003317 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003318 CPPFLAGS: -O3 -fno-omit-frame-pointer
3319 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003320 LDFLAGS: -rdynamic
3321 opt:
3322 CPPFLAGS: -O2
3323 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003324 stapprof:
3325 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3326 DEFINES: NDEBUG
3327 tsan:
3328 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003329 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003330 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003331 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003332 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003333 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003334 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003335 LDXX: clang++
3336 compile_the_world: true
3337 test_environ:
3338 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003339 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003340 ubsan:
3341 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003342 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3343 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003344 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003345 DEFINES: NDEBUG
3346 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003347 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003348 LDXX: clang++
3349 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003350 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003351 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003352 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003353defaults:
3354 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003355 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003356 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003357 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003358 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003359 global:
3360 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3361 LDFLAGS: -g
3362 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003363 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003364 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003365node_modules:
3366- deps:
3367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003368 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003369 - boringssl
3370 - z
murgatroid9994a75412015-11-19 14:04:53 -08003371 headers:
3372 - src/node/ext/byte_buffer.h
3373 - src/node/ext/call.h
3374 - src/node/ext/call_credentials.h
3375 - src/node/ext/channel.h
3376 - src/node/ext/channel_credentials.h
3377 - src/node/ext/completion_queue_async_worker.h
3378 - src/node/ext/server.h
3379 - src/node/ext/server_credentials.h
3380 - src/node/ext/timeval.h
3381 js:
3382 - src/node/index.js
3383 - src/node/src/client.js
3384 - src/node/src/common.js
3385 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003386 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003387 - src/node/src/metadata.js
3388 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003389 name: grpc_node
3390 src:
3391 - src/node/ext/byte_buffer.cc
3392 - src/node/ext/call.cc
3393 - src/node/ext/call_credentials.cc
3394 - src/node/ext/channel.cc
3395 - src/node/ext/channel_credentials.cc
3396 - src/node/ext/completion_queue_async_worker.cc
3397 - src/node/ext/node_grpc.cc
3398 - src/node/ext/server.cc
3399 - src/node/ext/server_credentials.cc
3400 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003401openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003402 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003403 extraction_dir: openssl-1.0.2f
3404 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003405php_config_m4:
3406 deps:
3407 - grpc
3408 - gpr
3409 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003410 headers:
3411 - src/php/ext/grpc/byte_buffer.h
3412 - src/php/ext/grpc/call.h
3413 - src/php/ext/grpc/call_credentials.h
3414 - src/php/ext/grpc/channel.h
3415 - src/php/ext/grpc/channel_credentials.h
3416 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003417 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003418 - src/php/ext/grpc/php_grpc.h
3419 - src/php/ext/grpc/server.h
3420 - src/php/ext/grpc/server_credentials.h
3421 - src/php/ext/grpc/timeval.h
3422 src:
3423 - src/php/ext/grpc/byte_buffer.c
3424 - src/php/ext/grpc/call.c
3425 - src/php/ext/grpc/call_credentials.c
3426 - src/php/ext/grpc/channel.c
3427 - src/php/ext/grpc/channel_credentials.c
3428 - src/php/ext/grpc/completion_queue.c
3429 - src/php/ext/grpc/php_grpc.c
3430 - src/php/ext/grpc/server.c
3431 - src/php/ext/grpc/server_credentials.c
3432 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003433python_dependencies:
3434 deps:
3435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003436 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003437 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003438 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003439ruby_gem:
3440 deps:
3441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444 - z