blob: 456db28cef4a75c9c761672b6142228a2b6e591a [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700165 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800191 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700192 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700216 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700217 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/socket_utils_posix.h
219 - src/core/lib/iomgr/socket_windows.h
220 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700221 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_posix.h
223 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/tcp_windows.h
226 - src/core/lib/iomgr/time_averaged_stats.h
227 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/udp_server.h
232 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700233 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/wakeup_fd_pipe.h
235 - src/core/lib/iomgr/wakeup_fd_posix.h
236 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/workqueue_windows.h
239 - src/core/lib/json/json.h
240 - src/core/lib/json/json_common.h
241 - src/core/lib/json/json_reader.h
242 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800244 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800245 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700246 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/surface/api_trace.h
248 - src/core/lib/surface/call.h
249 - src/core/lib/surface/call_test_only.h
250 - src/core/lib/surface/channel.h
251 - src/core/lib/surface/channel_init.h
252 - src/core/lib/surface/channel_stack_type.h
253 - src/core/lib/surface/completion_queue.h
254 - src/core/lib/surface/event_string.h
255 - src/core/lib/surface/init.h
256 - src/core/lib/surface/lame_client.h
257 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700259 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800262 - src/core/lib/transport/error_utils.h
263 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/transport/metadata.h
265 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700266 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700267 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800269 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400270 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/transport/transport.h
272 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700273 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/channel/channel_args.c
275 - src/core/lib/channel/channel_stack.c
276 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/channel/compress_filter.c
278 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700279 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700280 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800281 - src/core/lib/channel/handshaker_factory.c
282 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/channel/http_client_filter.c
284 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700285 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700286 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/compression/message_compress.c
288 - src/core/lib/debug/trace.c
289 - src/core/lib/http/format_request.c
290 - src/core/lib/http/httpcli.c
291 - src/core/lib/http/parser.c
292 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700293 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/endpoint.c
295 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700296 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700298 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700299 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700300 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700301 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/exec_ctx.c
303 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/iomgr/iocp_windows.c
305 - src/core/lib/iomgr/iomgr.c
306 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700307 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700309 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700310 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700311 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700312 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700314 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/pollset_windows.c
316 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700319 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700321 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/socket_utils_common_posix.c
323 - src/core/lib/iomgr/socket_utils_linux.c
324 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700326 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/socket_windows.c
328 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/tcp_client_windows.c
331 - src/core/lib/iomgr/tcp_posix.c
332 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/tcp_windows.c
337 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/udp_server.c
342 - src/core/lib/iomgr/unix_sockets_posix.c
343 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700344 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/wakeup_fd_eventfd.c
346 - src/core/lib/iomgr/wakeup_fd_nospecial.c
347 - src/core/lib/iomgr/wakeup_fd_pipe.c
348 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/workqueue_windows.c
351 - src/core/lib/json/json.c
352 - src/core/lib/json/json_reader.c
353 - src/core/lib/json/json_string.c
354 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700355 - src/core/lib/slice/percent_encoding.c
356 - src/core/lib/slice/slice.c
357 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800358 - src/core/lib/slice/slice_hash_table.c
359 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700360 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/alarm.c
362 - src/core/lib/surface/api_trace.c
363 - src/core/lib/surface/byte_buffer.c
364 - src/core/lib/surface/byte_buffer_reader.c
365 - src/core/lib/surface/call.c
366 - src/core/lib/surface/call_details.c
367 - src/core/lib/surface/call_log_batch.c
368 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/channel_init.c
370 - src/core/lib/surface/channel_ping.c
371 - src/core/lib/surface/channel_stack_type.c
372 - src/core/lib/surface/completion_queue.c
373 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/surface/lame_client.c
375 - src/core/lib/surface/metadata_array.c
376 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/validate_metadata.c
378 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700379 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800382 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/transport/metadata.c
384 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700385 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700386 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700387 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800388 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400389 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/transport/transport.c
391 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700392 deps:
393 - gpr
394 uses:
395 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700396- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700398 - src/core/ext/client_channel/client_channel.h
399 - src/core/ext/client_channel/client_channel_factory.h
400 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700401 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800402 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/initial_connect_string.h
404 - src/core/ext/client_channel/lb_policy.h
405 - src/core/ext/client_channel/lb_policy_factory.h
406 - src/core/ext/client_channel/lb_policy_registry.h
407 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800408 - src/core/ext/client_channel/proxy_mapper.h
409 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/resolver.h
411 - src/core/ext/client_channel/resolver_factory.h
412 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/subchannel.h
414 - src/core/ext/client_channel/subchannel_index.h
415 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700416 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700417 - src/core/ext/client_channel/channel_connectivity.c
418 - src/core/ext/client_channel/client_channel.c
419 - src/core/ext/client_channel/client_channel_factory.c
420 - src/core/ext/client_channel/client_channel_plugin.c
421 - src/core/ext/client_channel/connector.c
422 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700423 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800424 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425 - src/core/ext/client_channel/initial_connect_string.c
426 - src/core/ext/client_channel/lb_policy.c
427 - src/core/ext/client_channel/lb_policy_factory.c
428 - src/core/ext/client_channel/lb_policy_registry.c
429 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800430 - src/core/ext/client_channel/proxy_mapper.c
431 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700432 - src/core/ext/client_channel/resolver.c
433 - src/core/ext/client_channel/resolver_factory.c
434 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700435 - src/core/ext/client_channel/subchannel.c
436 - src/core/ext/client_channel/subchannel_index.c
437 - src/core/ext/client_channel/uri_parser.c
438 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700439 uses:
440 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800441- name: grpc_codegen
442 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700443 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800444 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800445 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800446 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800447 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800448 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800449 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700450 uses:
451 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700452- name: grpc_lb_policy_grpclb
453 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700454 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700455 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700456 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700457 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700458 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700459 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700460 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700461 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700462 uses:
463 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700464 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700465 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700466- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700467 src:
468 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700469 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700470 uses:
471 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700472 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700473- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700474 src:
475 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700476 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700477 uses:
478 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700479 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700480- name: grpc_load_reporting
481 headers:
482 - src/core/ext/load_reporting/load_reporting.h
483 - src/core/ext/load_reporting/load_reporting_filter.h
484 src:
485 - src/core/ext/load_reporting/load_reporting.c
486 - src/core/ext/load_reporting/load_reporting_filter.c
487 plugin: grpc_load_reporting_plugin
488 uses:
489 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700490- name: grpc_resolver_dns_native
491 src:
492 - src/core/ext/resolver/dns/native/dns_resolver.c
493 plugin: grpc_resolver_dns_native
494 uses:
495 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700496 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700497- name: grpc_resolver_sockaddr
498 src:
499 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
500 plugin: grpc_resolver_sockaddr
501 uses:
502 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700505 public_headers:
506 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100507 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700508 - src/core/lib/security/context/security_context.h
509 - src/core/lib/security/credentials/composite/composite_credentials.h
510 - src/core/lib/security/credentials/credentials.h
511 - src/core/lib/security/credentials/fake/fake_credentials.h
512 - src/core/lib/security/credentials/google_default/google_default_credentials.h
513 - src/core/lib/security/credentials/iam/iam_credentials.h
514 - src/core/lib/security/credentials/jwt/json_token.h
515 - src/core/lib/security/credentials/jwt/jwt_credentials.h
516 - src/core/lib/security/credentials/jwt/jwt_verifier.h
517 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
518 - src/core/lib/security/credentials/plugin/plugin_credentials.h
519 - src/core/lib/security/credentials/ssl/ssl_credentials.h
520 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700521 - src/core/lib/security/transport/secure_endpoint.h
522 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800523 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700524 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700525 - src/core/lib/security/util/b64.h
526 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100527 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700528 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700529 - src/core/lib/security/context/security_context.c
530 - src/core/lib/security/credentials/composite/composite_credentials.c
531 - src/core/lib/security/credentials/credentials.c
532 - src/core/lib/security/credentials/credentials_metadata.c
533 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700534 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700535 - src/core/lib/security/credentials/google_default/google_default_credentials.c
536 - src/core/lib/security/credentials/iam/iam_credentials.c
537 - src/core/lib/security/credentials/jwt/json_token.c
538 - src/core/lib/security/credentials/jwt/jwt_credentials.c
539 - src/core/lib/security/credentials/jwt/jwt_verifier.c
540 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
541 - src/core/lib/security/credentials/plugin/plugin_credentials.c
542 - src/core/lib/security/credentials/ssl/ssl_credentials.c
543 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700544 - src/core/lib/security/transport/secure_endpoint.c
545 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800546 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700548 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700549 - src/core/lib/security/util/b64.c
550 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700551 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700552 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700553 uses:
554 - grpc_base
555 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700556 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700557- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700558 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700559 headers:
560 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700561 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700562 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/end2end/fixtures/proxy.h
564 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800565 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200567 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700568 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700569 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700570 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700572 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700573 - test/core/util/slice_splitter.h
574 src:
575 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700576 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700577 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700578 - test/core/end2end/fixtures/proxy.c
579 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800580 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700581 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200582 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700583 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700584 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700585 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700586 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700587 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700588 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700589 - test/core/util/port_windows.c
590 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700591 deps:
592 - grpc
593 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700594- name: grpc_transport_chttp2
595 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700596 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700597 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700598 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
599 - src/core/ext/transport/chttp2/transport/frame.h
600 - src/core/ext/transport/chttp2/transport/frame_data.h
601 - src/core/ext/transport/chttp2/transport/frame_goaway.h
602 - src/core/ext/transport/chttp2/transport/frame_ping.h
603 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
604 - src/core/ext/transport/chttp2/transport/frame_settings.h
605 - src/core/ext/transport/chttp2/transport/frame_window_update.h
606 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
607 - src/core/ext/transport/chttp2/transport/hpack_parser.h
608 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700609 - src/core/ext/transport/chttp2/transport/huffsyms.h
610 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
611 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700612 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700613 - src/core/ext/transport/chttp2/transport/varint.h
614 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700615 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700616 - src/core/ext/transport/chttp2/transport/bin_encoder.c
617 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700618 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
619 - src/core/ext/transport/chttp2/transport/frame_data.c
620 - src/core/ext/transport/chttp2/transport/frame_goaway.c
621 - src/core/ext/transport/chttp2/transport/frame_ping.c
622 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
623 - src/core/ext/transport/chttp2/transport/frame_settings.c
624 - src/core/ext/transport/chttp2/transport/frame_window_update.c
625 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
626 - src/core/ext/transport/chttp2/transport/hpack_parser.c
627 - src/core/ext/transport/chttp2/transport/hpack_table.c
628 - src/core/ext/transport/chttp2/transport/huffsyms.c
629 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
630 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700631 - src/core/ext/transport/chttp2/transport/stream_lists.c
632 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700633 - src/core/ext/transport/chttp2/transport/varint.c
634 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700635 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700636 uses:
637 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700638 - grpc_transport_chttp2_alpn
639- name: grpc_transport_chttp2_alpn
640 headers:
641 - src/core/ext/transport/chttp2/alpn/alpn.h
642 src:
643 - src/core/ext/transport/chttp2/alpn/alpn.c
644 deps:
645 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800646- name: grpc_transport_chttp2_client_connector
647 headers:
648 - src/core/ext/transport/chttp2/client/chttp2_connector.h
649 src:
650 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800651 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800652 - grpc_transport_chttp2
653 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700654- name: grpc_transport_chttp2_client_insecure
655 src:
656 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700657 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700658 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800659 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700660 - grpc_transport_chttp2
661 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700662 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700663- name: grpc_transport_chttp2_client_secure
664 src:
665 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700666 uses:
667 - grpc_transport_chttp2
668 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700669 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700670 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800671 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800672- name: grpc_transport_chttp2_server
673 headers:
674 - src/core/ext/transport/chttp2/server/chttp2_server.h
675 src:
676 - src/core/ext/transport/chttp2/server/chttp2_server.c
677 uses:
678 - grpc_transport_chttp2
679 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700680- name: grpc_transport_chttp2_server_insecure
681 src:
682 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700683 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700684 uses:
685 - grpc_transport_chttp2
686 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800687 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700688- name: grpc_transport_chttp2_server_secure
689 src:
690 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700691 uses:
692 - grpc_transport_chttp2
693 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700694 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800695 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700696- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700697 public_headers:
698 - include/grpc/grpc_cronet.h
699 - include/grpc/grpc_security.h
700 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700701 headers:
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800702 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700703 src:
704 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
705 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
706 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700707 filegroups:
708 - grpc_base
709 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800710- name: nanopb
711 headers:
712 - third_party/nanopb/pb.h
713 - third_party/nanopb/pb_common.h
714 - third_party/nanopb/pb_decode.h
715 - third_party/nanopb/pb_encode.h
716 src:
717 - third_party/nanopb/pb_common.c
718 - third_party/nanopb/pb_decode.c
719 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700720- name: tsi
721 headers:
722 - src/core/lib/tsi/fake_transport_security.h
723 - src/core/lib/tsi/ssl_transport_security.h
724 - src/core/lib/tsi/ssl_types.h
725 - src/core/lib/tsi/transport_security.h
726 - src/core/lib/tsi/transport_security_interface.h
727 src:
728 - src/core/lib/tsi/fake_transport_security.c
729 - src/core/lib/tsi/ssl_transport_security.c
730 - src/core/lib/tsi/transport_security.c
731 deps:
732 - gpr
733 secure: true
734- name: grpc++_base
735 language: c++
736 public_headers:
737 - include/grpc++/alarm.h
738 - include/grpc++/channel.h
739 - include/grpc++/client_context.h
740 - include/grpc++/completion_queue.h
741 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700742 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - include/grpc++/generic/async_generic_service.h
744 - include/grpc++/generic/generic_stub.h
745 - include/grpc++/grpc++.h
746 - include/grpc++/impl/call.h
747 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700748 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - include/grpc++/impl/grpc_library.h
750 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 - include/grpc++/impl/rpc_method.h
752 - include/grpc++/impl/rpc_service_method.h
753 - include/grpc++/impl/serialization_traits.h
754 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700755 - include/grpc++/impl/server_builder_plugin.h
756 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700758 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700759 - include/grpc++/security/auth_context.h
760 - include/grpc++/security/auth_metadata_processor.h
761 - include/grpc++/security/credentials.h
762 - include/grpc++/security/server_credentials.h
763 - include/grpc++/server.h
764 - include/grpc++/server_builder.h
765 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700766 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700767 - include/grpc++/support/async_stream.h
768 - include/grpc++/support/async_unary_call.h
769 - include/grpc++/support/byte_buffer.h
770 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700771 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - include/grpc++/support/slice.h
773 - include/grpc++/support/status.h
774 - include/grpc++/support/status_code_enum.h
775 - include/grpc++/support/string_ref.h
776 - include/grpc++/support/stub_options.h
777 - include/grpc++/support/sync_stream.h
778 - include/grpc++/support/time.h
779 headers:
780 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700781 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/server/dynamic_thread_pool.h
783 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700784 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700786 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - src/cpp/client/client_context.cc
788 - src/cpp/client/create_channel.cc
789 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700790 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700791 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700794 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700795 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700797 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700799 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 - src/cpp/server/async_generic_service.cc
801 - src/cpp/server/create_default_thread_pool.cc
802 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700804 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 - src/cpp/server/server_context.cc
806 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700807 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700808 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700809 - src/cpp/util/byte_buffer_cc.cc
810 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - src/cpp/util/status.cc
812 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700813 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 uses:
yang-g17487f92016-06-03 15:21:15 -0700815 - grpc++_codegen_base
816- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 language: c++
818 public_headers:
819 - include/grpc++/impl/codegen/async_stream.h
820 - include/grpc++/impl/codegen/async_unary_call.h
821 - include/grpc++/impl/codegen/call.h
822 - include/grpc++/impl/codegen/call_hook.h
823 - include/grpc++/impl/codegen/channel_interface.h
824 - include/grpc++/impl/codegen/client_context.h
825 - include/grpc++/impl/codegen/client_unary_call.h
826 - include/grpc++/impl/codegen/completion_queue.h
827 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700828 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/impl/codegen/core_codegen_interface.h
830 - include/grpc++/impl/codegen/create_auth_context.h
831 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800832 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - include/grpc++/impl/codegen/rpc_method.h
835 - include/grpc++/impl/codegen/rpc_service_method.h
836 - include/grpc++/impl/codegen/security/auth_context.h
837 - include/grpc++/impl/codegen/serialization_traits.h
838 - include/grpc++/impl/codegen/server_context.h
839 - include/grpc++/impl/codegen/server_interface.h
840 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800841 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/codegen/status.h
843 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700844 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - include/grpc++/impl/codegen/string_ref.h
846 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - include/grpc++/impl/codegen/sync_stream.h
848 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 uses:
850 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700851- name: grpc++_codegen_base_src
852 language: c++
853 src:
854 - src/cpp/codegen/codegen_init.cc
855 uses:
856 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700857- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 language: c++
859 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700860 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 uses:
yang-g17487f92016-06-03 15:21:15 -0700862 - grpc++_codegen_base
863 - grpc++_config_proto
864- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 language: c++
866 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700867 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700868- name: grpc++_reflection_proto
869 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700870 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700871 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700872- name: thrift_util
873 language: c++
874 public_headers:
875 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700876 - include/grpc++/impl/codegen/thrift_utils.h
877 uses:
878 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100879libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800880- name: gpr
881 build: all
882 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800883 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700884 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800885 secure: false
886 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
887- name: gpr_test_util
888 build: private
889 language: c
890 headers:
891 - test/core/util/test_config.h
892 src:
893 - test/core/util/test_config.c
894 deps:
895 - gpr
896 secure: false
897 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898- name: grpc
899 build: all
900 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700901 src:
902 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800904 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700906 filegroups:
907 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700908 - grpc_transport_chttp2_server_secure
909 - grpc_transport_chttp2_client_secure
910 - grpc_transport_chttp2_server_insecure
911 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700912 - grpc_lb_policy_grpclb
913 - grpc_lb_policy_pick_first
914 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700915 - grpc_resolver_dns_native
916 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700917 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100918 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700919 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700920 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700922 vs_packages:
923 - grpc.dependencies.openssl
924 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700925 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700926- name: grpc_cronet
927 build: all
928 language: c
929 src:
930 - src/core/lib/surface/init.c
931 baselib: true
932 deps_linkage: static
933 dll: true
934 filegroups:
935 - grpc_base
936 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700937 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700938 generate_plugin_registry: true
939 platforms:
940 - linux
941 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100942- name: grpc_dll
943 build: private
944 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100945 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100946 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100947 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100948 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100949 build_system:
950 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100951 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100952 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100953 vs_config_type: DynamicLibrary
954 vs_packages:
955 - grpc.dependencies.openssl
956 - grpc.dependencies.zlib
957 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
958 vs_props:
959 - zlib
960 - openssl
961 - winsock
962 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: grpc_test_util
964 build: private
965 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
967 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800968 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700969 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700970 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700971 - test/core/end2end/data/server1_cert.c
972 - test/core/end2end/data/server1_key.c
973 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800974 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700975 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800976 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700978 - grpc
979 filegroups:
980 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700981 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
983- name: grpc_test_util_unsecure
984 build: private
985 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700986 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800987 - gpr
988 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800989 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700990 filegroups:
991 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700992 secure: false
993 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
994- name: grpc_unsecure
995 build: all
996 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700997 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700998 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700999 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001001 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001003 filegroups:
1004 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001005 - grpc_transport_chttp2_server_insecure
1006 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001007 - grpc_resolver_dns_native
1008 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001009 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001010 - grpc_lb_policy_grpclb
1011 - grpc_lb_policy_pick_first
1012 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001013 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001014 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015 secure: false
1016 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017- name: reconnect_server
1018 build: private
1019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001020 headers:
1021 - test/core/util/reconnect_server.h
1022 src:
1023 - test/core/util/reconnect_server.c
1024 deps:
yang-gc9fca182015-11-06 16:41:33 -08001025 - test_tcp_server
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001030- name: test_tcp_server
1031 build: private
1032 language: c
1033 headers:
1034 - test/core/util/test_tcp_server.h
1035 src:
1036 - test/core/util/test_tcp_server.c
1037 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001038 - grpc_test_util
1039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001040 - gpr_test_util
1041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042- name: grpc++
1043 build: all
1044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001045 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001046 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001047 - src/cpp/client/secure_credentials.h
1048 - src/cpp/common/secure_auth_context.h
1049 - src/cpp/server/secure_server_credentials.h
1050 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001051 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001052 - src/cpp/client/secure_credentials.cc
1053 - src/cpp/common/auth_property_iterator.cc
1054 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001055 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001056 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001057 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001058 - src/cpp/server/secure_server_credentials.cc
1059 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001060 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001061 baselib: true
1062 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001063 filegroups:
1064 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001065 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001066 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067 secure: check
1068 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001069- name: grpc++_cronet
1070 build: all
1071 language: c++
1072 src:
1073 - src/cpp/client/cronet_credentials.cc
1074 - src/cpp/client/insecure_credentials.cc
1075 - src/cpp/common/insecure_create_auth_context.cc
1076 - src/cpp/server/insecure_server_credentials.cc
1077 deps:
1078 - gpr
1079 - grpc_cronet
1080 baselib: true
1081 dll: true
1082 filegroups:
1083 - grpc++_base
1084 - grpc++_codegen_base
1085 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001086 - grpc_transport_chttp2_client_insecure
1087 - grpc_transport_chttp2_server_insecure
1088 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001089 platforms:
1090 - linux
1091 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001092- name: grpc++_proto_reflection_desc_db
1093 build: private
1094 language: c++
1095 headers:
1096 - test/cpp/util/proto_reflection_descriptor_database.h
1097 src:
1098 - test/cpp/util/proto_reflection_descriptor_database.cc
1099 deps:
1100 - grpc++
1101 filegroups:
1102 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001103 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001104- name: grpc++_reflection
1105 build: all
1106 language: c++
1107 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001108 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001109 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001110 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001111 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001112 - src/cpp/ext/proto_server_reflection.cc
1113 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001114 deps:
1115 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001116 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001117 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001118- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001119 build: private
yang-g42879982016-10-13 15:58:31 -07001120 language: c++
1121 headers:
1122 - include/grpc++/test/server_context_test_spouse.h
1123 src:
1124 - src/cpp/test/server_context_test_spouse.cc
1125 deps:
1126 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127- name: grpc++_test_config
1128 build: private
1129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001130 headers:
1131 - test/cpp/util/test_config.h
1132 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001133 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134- name: grpc++_test_util
1135 build: private
1136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001137 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001138 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001139 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001140 - test/cpp/util/create_test_channel.h
1141 - test/cpp/util/string_ref_helper.h
1142 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001143 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001144 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001145 - src/proto/grpc/testing/echo_messages.proto
1146 - src/proto/grpc/testing/echo.proto
1147 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001148 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001149 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001150 - test/cpp/util/create_test_channel.cc
1151 - test/cpp/util/string_ref_helper.cc
1152 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001153 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001154 deps:
1155 - grpc++
1156 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001157 filegroups:
1158 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001159 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001160 - grpc++_codegen_proto
1161 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001162 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163- name: grpc++_unsecure
1164 build: all
1165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001166 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001167 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001168 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001169 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001172 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173 baselib: true
1174 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001175 filegroups:
1176 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001177 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001178 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 secure: false
1180 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001181- name: grpc_cli_libs
1182 build: private
1183 language: c++
1184 headers:
1185 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001186 - test/cpp/util/cli_credentials.h
1187 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001188 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001189 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001190 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001191 src:
1192 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001193 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001194 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001195 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001196 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001197 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001198 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001199 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001200 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001201 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001202 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001203- name: grpc_plugin_support
1204 build: protoc
1205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001206 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001207 - src/compiler/config.h
1208 - src/compiler/cpp_generator.h
1209 - src/compiler/cpp_generator_helpers.h
1210 - src/compiler/csharp_generator.h
1211 - src/compiler/csharp_generator_helpers.h
1212 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001213 - src/compiler/node_generator.h
1214 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001215 - src/compiler/objective_c_generator.h
1216 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001217 - src/compiler/php_generator.h
1218 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001219 - src/compiler/python_generator.h
1220 - src/compiler/ruby_generator.h
1221 - src/compiler/ruby_generator_helpers-inl.h
1222 - src/compiler/ruby_generator_map-inl.h
1223 - src/compiler/ruby_generator_string-inl.h
1224 src:
1225 - src/compiler/cpp_generator.cc
1226 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001227 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001228 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001229 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001230 - src/compiler/python_generator.cc
1231 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001232 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001233 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234 secure: false
1235 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001236 vs_props:
1237 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001238- name: http2_client_main
1239 build: private
1240 language: c++
1241 headers:
1242 - test/cpp/interop/http2_client.h
1243 src:
1244 - src/proto/grpc/testing/empty.proto
1245 - src/proto/grpc/testing/messages.proto
1246 - src/proto/grpc/testing/test.proto
1247 - test/cpp/interop/http2_client.cc
1248 deps:
1249 - grpc++_test_util
1250 - grpc_test_util
1251 - grpc++
1252 - grpc
1253 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: interop_client_helper
1255 build: private
1256 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001257 headers:
1258 - test/cpp/interop/client_helper.h
1259 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001260 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001261 - test/cpp/interop/client_helper.cc
1262 deps:
1263 - grpc++_test_util
1264 - grpc_test_util
1265 - grpc++
1266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: interop_client_main
1269 build: private
1270 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001271 headers:
1272 - test/cpp/interop/interop_client.h
1273 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001274 - src/proto/grpc/testing/empty.proto
1275 - src/proto/grpc/testing/messages.proto
1276 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001277 - test/cpp/interop/client.cc
1278 - test/cpp/interop/interop_client.cc
1279 deps:
1280 - interop_client_helper
1281 - grpc++_test_util
1282 - grpc_test_util
1283 - grpc++
1284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001287 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: interop_server_helper
1289 build: private
1290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001291 headers:
1292 - test/cpp/interop/server_helper.h
1293 src:
1294 - test/cpp/interop/server_helper.cc
1295 deps:
yang-gcc591022017-01-11 11:10:43 -08001296 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001297 - grpc_test_util
1298 - grpc++
1299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001300 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001301- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001302 build: private
1303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001305 - src/proto/grpc/testing/empty.proto
1306 - src/proto/grpc/testing/messages.proto
1307 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001308 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001309 deps:
1310 - interop_server_helper
1311 - grpc++_test_util
1312 - grpc_test_util
1313 - grpc++
1314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001315 - gpr_test_util
1316 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001317 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001318- name: interop_server_main
1319 build: private
1320 language: c++
1321 src:
1322 - test/cpp/interop/interop_server_bootstrap.cc
1323 deps:
1324 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: qps
1326 build: private
1327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001328 headers:
1329 - test/cpp/qps/client.h
1330 - test/cpp/qps/driver.h
1331 - test/cpp/qps/histogram.h
1332 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001333 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001334 - test/cpp/qps/qps_worker.h
1335 - test/cpp/qps/report.h
1336 - test/cpp/qps/server.h
1337 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001338 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001339 - test/cpp/util/benchmark_config.h
1340 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001342 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001343 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001344 - src/proto/grpc/testing/control.proto
1345 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001346 - test/cpp/qps/client_async.cc
1347 - test/cpp/qps/client_sync.cc
1348 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001349 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001350 - test/cpp/qps/qps_worker.cc
1351 - test/cpp/qps/report.cc
1352 - test/cpp/qps/server_async.cc
1353 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001354 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001355 - test/cpp/util/benchmark_config.cc
1356 deps:
1357 - grpc_test_util
1358 - grpc++_test_util
1359 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360- name: grpc_csharp_ext
1361 build: all
1362 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
1364 - src/csharp/ext/grpc_csharp_ext.c
1365 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001368 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001369 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 dll: only
1371 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001372 vs_packages:
1373 - grpc.dependencies.openssl
1374 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001376 vs_props:
1377 - zlib
1378 - openssl
1379 - winsock
1380 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001382- name: alarm_test
1383 build: test
1384 language: c
1385 src:
1386 - test/core/surface/alarm_test.c
1387 deps:
1388 - grpc_test_util
1389 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001390 - gpr_test_util
1391 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001392- name: algorithm_test
1393 build: test
1394 language: c
1395 src:
1396 - test/core/compression/algorithm_test.c
1397 deps:
1398 - grpc_test_util
1399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001400 - gpr_test_util
1401 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001402- name: alloc_test
1403 build: test
1404 language: c
1405 src:
1406 - test/core/support/alloc_test.c
1407 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: alpn_test
1411 build: test
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - test/core/transport/chttp2/alpn_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001418 - gpr_test_util
1419 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001420- name: api_fuzzer
1421 build: fuzzer
1422 language: c
1423 src:
1424 - test/core/end2end/fuzzers/api_fuzzer.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
1428 - gpr_test_util
1429 - gpr
1430 corpus_dirs:
1431 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001432 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001433 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001434- name: bad_server_response_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/end2end/bad_server_response_test.c
1439 deps:
1440 - test_tcp_server
1441 - grpc_test_util
1442 - grpc
1443 - gpr_test_util
1444 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001445 exclude_iomgrs:
1446 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001447- name: bdp_estimator_test
1448 build: test
1449 language: c
1450 src:
1451 - test/core/transport/bdp_estimator_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
1455 - gpr_test_util
1456 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001457- name: bin_decoder_test
1458 build: test
1459 language: c
1460 src:
1461 - test/core/transport/chttp2/bin_decoder_test.c
1462 deps:
1463 - grpc_test_util
1464 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: bin_encoder_test
1466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/transport/chttp2/bin_encoder_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001473- name: census_context_test
1474 build: test
1475 language: c
1476 src:
1477 - test/core/census/context_test.c
1478 deps:
1479 - grpc_test_util
1480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001481 - gpr_test_util
1482 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001483- name: census_resource_test
1484 build: test
1485 language: c
1486 src:
1487 - test/core/census/resource_test.c
1488 deps:
1489 - grpc_test_util
1490 - grpc
1491 - gpr_test_util
1492 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001493- name: census_trace_context_test
1494 build: test
1495 language: c
1496 src:
1497 - test/core/census/trace_context_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
1501 - gpr_test_util
1502 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001503- name: channel_create_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/surface/channel_create_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001511 - gpr_test_util
1512 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001513- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514 build: test
1515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001516 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001517 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001521 - gpr_test_util
1522 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001523- name: chttp2_stream_map_test
1524 build: test
1525 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
1527 - test/core/transport/chttp2/stream_map_test.c
1528 deps:
1529 - grpc_test_util
1530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001531 - gpr_test_util
1532 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001533- name: chttp2_varint_test
1534 build: test
1535 language: c
1536 src:
1537 - test/core/transport/chttp2/varint_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001543- name: client_fuzzer
1544 build: fuzzer
1545 language: c
1546 src:
1547 - test/core/end2end/fuzzers/client_fuzzer.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
1553 corpus_dirs:
1554 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001555 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001556 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001557- name: combiner_test
1558 cpu_cost: 30
1559 build: test
1560 language: c
1561 src:
1562 - test/core/iomgr/combiner_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
1566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: compression_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/compression/compression_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001578- name: concurrent_connectivity_test
1579 build: test
1580 language: c
1581 src:
1582 - test/core/surface/concurrent_connectivity_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
1586 - gpr_test_util
1587 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001588 exclude_iomgrs:
1589 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001590- name: connection_refused_test
1591 cpu_cost: 0.1
1592 build: test
1593 language: c
1594 src:
1595 - test/core/end2end/connection_refused_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
1599 - gpr_test_util
1600 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001601- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001602 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001603 build: test
1604 language: c
1605 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001606 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001607 deps:
1608 - grpc_test_util
1609 - grpc
1610 - gpr_test_util
1611 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001612 exclude_iomgrs:
1613 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001614- name: dns_resolver_test
1615 build: test
1616 language: c
1617 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001618 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001625 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626 build: test
1627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001628 src:
1629 - test/core/end2end/dualstack_socket_test.c
1630 deps:
1631 - grpc_test_util
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr_test_util
1634 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001635 exclude_iomgrs:
1636 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001637 platforms:
1638 - mac
1639 - linux
1640 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001641- name: endpoint_pair_test
1642 build: test
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/iomgr/endpoint_pair_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001651 exclude_iomgrs:
1652 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001653- name: ev_epoll_linux_test
1654 build: test
1655 language: c
1656 src:
1657 - test/core/iomgr/ev_epoll_linux_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
1661 - gpr_test_util
1662 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001663 exclude_iomgrs:
1664 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001665 platforms:
1666 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667- name: fd_conservation_posix_test
1668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/iomgr/fd_conservation_posix_test.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001677 exclude_iomgrs:
1678 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001679 platforms:
1680 - mac
1681 - linux
1682 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001683- name: fd_posix_test
1684 build: test
1685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001686 src:
1687 - test/core/iomgr/fd_posix_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001693 exclude_iomgrs:
1694 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001695 platforms:
1696 - mac
1697 - linux
1698 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: fling_client
1700 build: test
1701 run: false
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/fling/client.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: fling_server
1711 build: test
1712 run: false
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/fling/server.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001722 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/fling/fling_stream_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001732 platforms:
1733 - mac
1734 - linux
1735 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001737 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738 build: test
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - test/core/fling/fling_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001747 platforms:
1748 - mac
1749 - linux
1750 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: gen_hpack_tables
1752 build: tool
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - tools/codegen/core/gen_hpack_tables.c
1756 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001758 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759- name: gen_legal_metadata_characters
1760 build: tool
1761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001762 src:
1763 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001765- name: gen_percent_encoding_tables
1766 build: tool
1767 language: c
1768 src:
1769 - tools/codegen/core/gen_percent_encoding_tables.c
1770 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001771- name: goaway_server_test
1772 cpu_cost: 0.1
1773 build: test
1774 language: c
1775 src:
1776 - test/core/end2end/goaway_server_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
1780 - gpr_test_util
1781 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001782 exclude_iomgrs:
1783 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001784 platforms:
1785 - mac
1786 - linux
1787 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001788- name: gpr_avl_test
1789 build: test
1790 language: c
1791 src:
1792 - test/core/support/avl_test.c
1793 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001794 - gpr_test_util
1795 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001796- name: gpr_backoff_test
1797 build: test
1798 language: c
1799 src:
1800 - test/core/support/backoff_test.c
1801 deps:
1802 - gpr_test_util
1803 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804- name: gpr_cmdline_test
1805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
1808 - test/core/support/cmdline_test.c
1809 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001812- name: gpr_cpu_test
1813 build: test
1814 language: c
1815 src:
1816 - test/core/support/cpu_test.c
1817 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: gpr_env_test
1821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/support/env_test.c
1825 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: gpr_histogram_test
1829 build: test
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
1832 - test/core/support/histogram_test.c
1833 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836- name: gpr_host_port_test
1837 build: test
1838 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001839 src:
1840 - test/core/support/host_port_test.c
1841 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001842 - gpr_test_util
1843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: gpr_log_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/support/log_test.c
1849 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001850 - gpr_test_util
1851 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001852- name: gpr_mpscq_test
1853 cpu_cost: 30
1854 build: test
1855 language: c
1856 src:
1857 - test/core/support/mpscq_test.c
1858 deps:
1859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001862 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863 build: test
1864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001865 src:
1866 - test/core/support/stack_lockfree_test.c
1867 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: gpr_string_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/support/string_test.c
1875 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001878- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001879 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/support/sync_test.c
1884 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001888 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889 build: test
1890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001891 src:
1892 - test/core/support/thd_test.c
1893 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: gpr_time_test
1897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
1900 - test/core/support/time_test.c
1901 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: gpr_tls_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/support/tls_test.c
1909 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001912- name: gpr_useful_test
1913 build: test
1914 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001915 src:
1916 - test/core/support/useful_test.c
1917 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: grpc_auth_context_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/security/auth_context_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001930- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001934 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: grpc_byte_buffer_reader_test
1941 build: test
1942 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/core/surface/byte_buffer_reader_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: grpc_channel_args_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/channel/channel_args_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001960- name: grpc_channel_stack_test
1961 build: test
1962 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001963 src:
1964 - test/core/channel/channel_stack_test.c
1965 deps:
1966 - grpc_test_util
1967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001968 - gpr_test_util
1969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: grpc_completion_queue_test
1971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/surface/completion_queue_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001980 exclude_iomgrs:
1981 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: grpc_create_jwt
1983 build: tool
1984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/core/security/create_jwt.c
1987 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001990 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991- name: grpc_credentials_test
1992 build: test
1993 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
1995 - test/core/security/credentials_test.c
1996 deps:
1997 - grpc_test_util
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr_test_util
2000 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002001- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002002 build: test
2003 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
2006 - test/core/security/fetch_oauth2.c
2007 deps:
2008 - grpc_test_util
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002012- name: grpc_invalid_channel_args_test
2013 build: test
2014 language: c
2015 src:
2016 - test/core/surface/invalid_channel_args_test.c
2017 deps:
2018 - grpc_test_util
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: grpc_json_token_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/security/json_token_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002032 platforms:
2033 - linux
2034 - posix
2035 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: grpc_jwt_verifier_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/security/jwt_verifier_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: grpc_print_google_default_creds_token
2047 build: tool
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/security/print_google_default_creds_token.c
2051 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: grpc_security_connector_test
2055 build: test
2056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/core/security/security_connector_test.c
2059 deps:
2060 - grpc_test_util
2061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002064- name: grpc_verify_jwt
2065 build: tool
2066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002067 src:
2068 - test/core/security/verify_jwt.c
2069 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002072- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002073 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002074 language: c
2075 src:
2076 - test/core/handshake/client_ssl.c
2077 deps:
2078 - grpc_test_util
2079 - grpc
2080 - gpr_test_util
2081 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002082 platforms:
2083 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002084 secure: true
2085- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002086 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002087 language: c
2088 src:
2089 - test/core/handshake/server_ssl.c
2090 deps:
2091 - grpc_test_util
2092 - grpc
2093 - gpr_test_util
2094 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002095 platforms:
2096 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002097 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002098- name: hpack_parser_fuzzer_test
2099 build: fuzzer
2100 language: c
2101 src:
2102 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
2106 - gpr_test_util
2107 - gpr
2108 corpus_dirs:
2109 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002110 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002111 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: hpack_parser_test
2113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/transport/chttp2/hpack_parser_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: hpack_table_test
2123 build: test
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/transport/chttp2/hpack_table_test.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002132- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133 build: test
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002136 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002137 deps:
2138 - grpc_test_util
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002142- name: http_request_fuzzer_test
2143 build: fuzzer
2144 language: c
2145 src:
2146 - test/core/http/request_fuzzer.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
2150 - gpr_test_util
2151 - gpr
2152 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002153 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002154 maxlen: 2048
2155- name: http_response_fuzzer_test
2156 build: fuzzer
2157 language: c
2158 src:
2159 - test/core/http/response_fuzzer.c
2160 deps:
2161 - grpc_test_util
2162 - grpc
2163 - gpr_test_util
2164 - gpr
2165 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002166 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002167 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002168- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002169 build: test
2170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002172 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002173 deps:
2174 - grpc_test_util
2175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002176 - gpr_test_util
2177 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002179 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180 build: test
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002183 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002189 platforms:
2190 - mac
2191 - linux
2192 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002193- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002194 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002195 build: test
2196 language: c
2197 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002198 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002204 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002205 - linux
yang-gf1183302015-12-07 16:02:05 -08002206- name: init_test
2207 build: test
2208 language: c
2209 src:
2210 - test/core/surface/init_test.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002216- name: internal_api_canary_iomgr_test
2217 build: test
2218 run: false
2219 language: c
2220 src:
2221 - test/core/internal_api_canaries/iomgr.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
2225 - gpr_test_util
2226 - gpr
2227- name: internal_api_canary_support_test
2228 build: test
2229 run: false
2230 language: c
2231 src:
2232 - test/core/internal_api_canaries/iomgr.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
2236 - gpr_test_util
2237 - gpr
2238- name: internal_api_canary_transport_test
2239 build: test
2240 run: false
2241 language: c
2242 src:
2243 - test/core/internal_api_canaries/iomgr.c
2244 deps:
2245 - grpc_test_util
2246 - grpc
2247 - gpr_test_util
2248 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002249- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002250 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002251 build: test
2252 language: c
2253 src:
2254 - test/core/end2end/invalid_call_argument_test.c
2255 deps:
2256 - grpc_test_util
2257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002258 - gpr_test_util
2259 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002260- name: json_fuzzer_test
2261 build: fuzzer
2262 language: c
2263 src:
2264 - test/core/json/fuzzer.c
2265 deps:
2266 - grpc_test_util
2267 - grpc
2268 - gpr_test_util
2269 - gpr
2270 corpus_dirs:
2271 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002272 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002273- name: json_rewrite
2274 build: test
2275 run: false
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - test/core/json/json_rewrite.c
2279 deps:
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: json_rewrite_test
2283 build: test
2284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/core/json/json_rewrite_test.c
2287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002292- name: json_stream_error_test
2293 build: test
2294 language: c
2295 src:
2296 - test/core/json/json_stream_error_test.c
2297 deps:
2298 - grpc_test_util
2299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002300 - gpr_test_util
2301 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: json_test
2303 build: test
2304 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002305 src:
2306 - test/core/json/json_test.c
2307 deps:
2308 - grpc_test_util
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: lame_client_test
2313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/core/surface/lame_client_test.c
2317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002322- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002323 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002324 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002328 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002334- name: load_file_test
2335 build: test
2336 language: c
2337 src:
2338 - test/core/iomgr/load_file_test.c
2339 deps:
2340 - grpc_test_util
2341 - grpc
2342 - gpr_test_util
2343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344- name: low_level_ping_pong_benchmark
2345 build: benchmark
2346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002347 src:
2348 - test/core/network_benchmarks/low_level_ping_pong.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002352 - gpr_test_util
2353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002354 platforms:
2355 - mac
2356 - linux
2357 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002358- name: memory_profile_client
2359 build: test
2360 run: false
2361 language: c
2362 src:
2363 - test/core/memory_usage/client.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
2367 - gpr_test_util
2368 - gpr
2369- name: memory_profile_server
2370 build: test
2371 run: false
2372 language: c
2373 src:
2374 - test/core/memory_usage/server.c
2375 deps:
2376 - grpc_test_util
2377 - grpc
2378 - gpr_test_util
2379 - gpr
2380- name: memory_profile_test
2381 cpu_cost: 1.5
2382 build: test
2383 language: c
2384 src:
2385 - test/core/memory_usage/memory_usage_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
2389 - gpr_test_util
2390 - gpr
2391 platforms:
2392 - mac
2393 - linux
2394 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002395- name: message_compress_test
2396 build: test
2397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002398 src:
2399 - test/core/compression/message_compress_test.c
2400 deps:
2401 - grpc_test_util
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002405- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002406 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002407 build: test
2408 language: c
2409 src:
2410 - test/core/census/mlog_test.c
2411 deps:
2412 - grpc_test_util
2413 - grpc
2414 - gpr_test_util
2415 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416- name: multiple_server_queues_test
2417 build: test
2418 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002419 src:
2420 - test/core/end2end/multiple_server_queues_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: murmur_hash_test
2427 build: test
2428 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002429 src:
2430 - test/core/support/murmur_hash_test.c
2431 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002434- name: nanopb_fuzzer_response_test
2435 build: fuzzer
2436 language: c
2437 src:
2438 - test/core/nanopb/fuzzer_response.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
2442 - gpr_test_util
2443 - gpr
2444 corpus_dirs:
2445 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002446 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002447- name: nanopb_fuzzer_serverlist_test
2448 build: fuzzer
2449 language: c
2450 src:
2451 - test/core/nanopb/fuzzer_serverlist.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
2455 - gpr_test_util
2456 - gpr
2457 corpus_dirs:
2458 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002459 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002461 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462 build: test
2463 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002464 src:
2465 - test/core/end2end/no_server_test.c
2466 deps:
2467 - grpc_test_util
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002471- name: percent_decode_fuzzer
2472 build: fuzzer
2473 language: c
2474 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002475 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002476 deps:
2477 - grpc_test_util
2478 - grpc
2479 - gpr_test_util
2480 - gpr
2481 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002482 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002483 maxlen: 32
2484- name: percent_encode_fuzzer
2485 build: fuzzer
2486 language: c
2487 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002488 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002489 deps:
2490 - grpc_test_util
2491 - grpc
2492 - gpr_test_util
2493 - gpr
2494 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002495 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002496 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002497- name: percent_encoding_test
2498 build: test
2499 language: c
2500 src:
2501 - test/core/slice/percent_encoding_test.c
2502 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002503 - grpc_test_util
2504 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002505 - gpr_test_util
2506 - gpr
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002507- name: resolve_address_posix_test
2508 build: test
2509 language: c
2510 src:
2511 - test/core/iomgr/resolve_address_posix_test.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
2515 - gpr_test_util
2516 - gpr
2517 platforms:
2518 - mac
2519 - linux
2520 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: resolve_address_test
2522 build: test
2523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/core/iomgr/resolve_address_test.c
2526 deps:
2527 - grpc_test_util
2528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002529 - gpr_test_util
2530 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002531 exclude_iomgrs:
2532 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002533- name: resource_quota_test
2534 cpu_cost: 30
2535 build: test
2536 language: c
2537 src:
2538 - test/core/iomgr/resource_quota_test.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
2542 - gpr_test_util
2543 - gpr
yang-gd482e592015-12-10 14:04:00 -08002544- name: secure_channel_create_test
2545 build: test
2546 language: c
2547 src:
2548 - test/core/surface/secure_channel_create_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002552 - gpr_test_util
2553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002554- name: secure_endpoint_test
2555 build: test
2556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002557 src:
2558 - test/core/security/secure_endpoint_test.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002564 exclude_iomgrs:
2565 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002566- name: sequential_connectivity_test
2567 build: test
2568 language: c
2569 src:
2570 - test/core/surface/sequential_connectivity_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
2574 - gpr_test_util
2575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002576 exclude_iomgrs:
2577 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002578- name: server_chttp2_test
2579 build: test
2580 language: c
2581 src:
2582 - test/core/surface/server_chttp2_test.c
2583 deps:
2584 - grpc_test_util
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002588- name: server_fuzzer
2589 build: fuzzer
2590 language: c
2591 src:
2592 - test/core/end2end/fuzzers/server_fuzzer.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
2596 - gpr_test_util
2597 - gpr
2598 corpus_dirs:
2599 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002600 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002601 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002602- name: server_test
2603 build: test
2604 language: c
2605 src:
2606 - test/core/surface/server_test.c
2607 deps:
2608 - grpc_test_util
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002612- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002613 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002614 build: test
2615 language: c
2616 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002617 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002618 deps:
2619 - test_tcp_server
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002624 exclude_iomgrs:
2625 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002626- name: slice_buffer_test
2627 build: test
2628 language: c
2629 src:
2630 - test/core/slice/slice_buffer_test.c
2631 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002632 - grpc_test_util
2633 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002634 - gpr_test_util
2635 - gpr
2636- name: slice_string_helpers_test
2637 build: test
2638 language: c
2639 src:
2640 - test/core/slice/slice_string_helpers_test.c
2641 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002642 - grpc_test_util
2643 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002644 - gpr_test_util
2645 - gpr
2646- name: slice_test
2647 build: test
2648 language: c
2649 src:
2650 - test/core/slice/slice_test.c
2651 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002652 - grpc_test_util
2653 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002654 - gpr_test_util
2655 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002656- name: sockaddr_resolver_test
2657 build: test
2658 language: c
2659 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002660 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002666- name: sockaddr_utils_test
2667 build: test
2668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
2670 - test/core/iomgr/sockaddr_utils_test.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002676- name: socket_utils_test
2677 build: test
2678 language: c
2679 src:
2680 - test/core/iomgr/socket_utils_test.c
2681 deps:
2682 - grpc_test_util
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002686 exclude_iomgrs:
2687 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002688 platforms:
2689 - mac
2690 - linux
2691 - posix
yang-g31e21282016-11-04 15:10:03 -07002692- name: ssl_server_fuzzer
2693 build: fuzzer
2694 language: c
2695 src:
2696 - test/core/security/ssl_server_fuzzer.c
2697 deps:
2698 - grpc_test_util
2699 - grpc
2700 - gpr_test_util
2701 - gpr
2702 corpus_dirs:
2703 - test/core/security/corpus/ssl_server_corpus
2704 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002705- name: status_conversion_test
2706 build: test
2707 language: c
2708 src:
2709 - test/core/transport/status_conversion_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
2713 - gpr_test_util
2714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002716 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717 build: test
2718 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002719 src:
2720 - test/core/iomgr/tcp_client_posix_test.c
2721 deps:
2722 - grpc_test_util
2723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002724 - gpr_test_util
2725 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002726 exclude_iomgrs:
2727 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002728 platforms:
2729 - mac
2730 - linux
2731 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002732- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002733 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002734 build: test
2735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
2737 - test/core/iomgr/tcp_posix_test.c
2738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002743 exclude_iomgrs:
2744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002745 platforms:
2746 - mac
2747 - linux
2748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: tcp_server_posix_test
2750 build: test
2751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
2753 - test/core/iomgr/tcp_server_posix_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002759 exclude_iomgrs:
2760 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002761 platforms:
2762 - mac
2763 - linux
2764 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002765- name: time_averaged_stats_test
2766 build: test
2767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002768 src:
2769 - test/core/iomgr/time_averaged_stats_test.c
2770 deps:
2771 - grpc_test_util
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002775- name: timeout_encoding_test
2776 build: test
2777 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002778 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002779 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002780 deps:
2781 - grpc_test_util
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr_test_util
2784 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002785- name: timer_heap_test
2786 build: test
2787 language: c
2788 src:
2789 - test/core/iomgr/timer_heap_test.c
2790 deps:
2791 - grpc_test_util
2792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002793 - gpr_test_util
2794 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002795 exclude_iomgrs:
2796 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002797- name: timer_list_test
2798 build: test
2799 language: c
2800 src:
2801 - test/core/iomgr/timer_list_test.c
2802 deps:
2803 - grpc_test_util
2804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002805 - gpr_test_util
2806 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002807 exclude_iomgrs:
2808 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002809- name: transport_connectivity_state_test
2810 build: test
2811 language: c
2812 src:
2813 - test/core/transport/connectivity_state_test.c
2814 deps:
2815 - grpc_test_util
2816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002817 - gpr_test_util
2818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002819- name: transport_metadata_test
2820 build: test
2821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002822 src:
2823 - test/core/transport/metadata_test.c
2824 deps:
2825 - grpc_test_util
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr_test_util
2828 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002829- name: transport_pid_controller_test
2830 build: test
2831 language: c
2832 src:
2833 - test/core/transport/pid_controller_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: transport_security_test
2840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/tsi/transport_security_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002849 platforms:
2850 - linux
2851 - posix
2852 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: udp_server_test
2854 build: test
2855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
2857 - test/core/iomgr/udp_server_test.c
2858 deps:
2859 - grpc_test_util
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002863 exclude_iomgrs:
2864 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002865 platforms:
2866 - mac
2867 - linux
2868 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002869- name: uri_fuzzer_test
2870 build: fuzzer
2871 language: c
2872 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002873 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
2879 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002880 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002881 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: uri_parser_test
2883 build: test
2884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002885 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002886 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002887 deps:
2888 - grpc_test_util
2889 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002890 - gpr_test_util
2891 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002892- name: wakeup_fd_cv_test
2893 build: test
2894 language: c
2895 src:
2896 - test/core/iomgr/wakeup_fd_cv_test.c
2897 deps:
2898 - grpc_test_util
2899 - grpc
2900 - gpr_test_util
2901 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002902 exclude_iomgrs:
2903 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002904 platforms:
2905 - mac
2906 - linux
2907 - posix
vjpai04e992a2016-02-10 16:58:38 -08002908- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002909 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002910 build: test
2911 language: c++
2912 src:
2913 - test/cpp/common/alarm_cpp_test.cc
2914 deps:
2915 - grpc++_test_util
2916 - grpc_test_util
2917 - grpc++
2918 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002919 - gpr_test_util
2920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002922 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923 build: test
2924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
2926 - test/cpp/end2end/async_end2end_test.cc
2927 deps:
2928 - grpc++_test_util
2929 - grpc_test_util
2930 - grpc++
2931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002932 - gpr_test_util
2933 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002935 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936 build: test
2937 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002938 src:
2939 - test/cpp/common/auth_property_iterator_test.cc
2940 deps:
2941 - grpc++_test_util
2942 - grpc_test_util
2943 - grpc++
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002947- name: bm_fullstack
2948 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002949 language: c++
2950 src:
2951 - test/cpp/microbenchmarks/bm_fullstack.cc
2952 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002953 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002954 - grpc++_test_util
2955 - grpc_test_util
2956 - grpc++
2957 - grpc
2958 - gpr_test_util
2959 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08002960 args:
2961 - --benchmark_min_time=0
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01002962 platforms:
2963 - mac
2964 - linux
2965 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
yang-g52705592015-11-25 11:45:33 -08002971 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002972 deps:
2973 - grpc++
2974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002975 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002976- name: channel_filter_test
2977 gtest: true
2978 build: test
2979 language: c++
2980 src:
2981 - test/cpp/common/channel_filter_test.cc
2982 deps:
2983 - grpc++
2984 - grpc
2985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002987 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988 build: test
2989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002990 src:
2991 - test/cpp/util/cli_call_test.cc
2992 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002993 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002994 - grpc++_test_util
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003001 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003002 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003003 build: test
3004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
3006 - test/cpp/end2end/client_crash_test.cc
3007 deps:
3008 - grpc++_test_util
3009 - grpc_test_util
3010 - grpc++
3011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003012 - gpr_test_util
3013 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003014 platforms:
3015 - mac
3016 - linux
3017 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003018- name: client_crash_test_server
3019 build: test
3020 run: false
3021 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003022 src:
3023 - test/cpp/end2end/client_crash_test_server.cc
3024 deps:
3025 - grpc++_test_util
3026 - grpc_test_util
3027 - grpc++
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr_test_util
3030 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003031- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003032 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003033 build: test
3034 language: c++
3035 src:
3036 - src/proto/grpc/testing/control.proto
3037 - src/proto/grpc/testing/messages.proto
3038 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003039 - src/proto/grpc/testing/services.proto
3040 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003041 - test/cpp/codegen/codegen_test_full.cc
3042 deps:
3043 - grpc++
3044 - grpc
3045 - gpr
3046 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003047 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003048- name: codegen_test_minimal
3049 gtest: true
3050 build: test
3051 language: c++
3052 src:
3053 - src/proto/grpc/testing/control.proto
3054 - src/proto/grpc/testing/messages.proto
3055 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003056 - src/proto/grpc/testing/services.proto
3057 - src/proto/grpc/testing/stats.proto
3058 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003059 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003060 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003061 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003063 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064 build: test
3065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003066 src:
3067 - test/cpp/client/credentials_test.cc
3068 deps:
3069 - grpc++
3070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003073 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074 build: test
3075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003076 src:
3077 - test/cpp/util/byte_buffer_test.cc
3078 deps:
3079 - grpc_test_util
3080 - grpc++
3081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003082 - gpr_test_util
3083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003085 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003086 build: test
3087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003088 src:
3089 - test/cpp/util/slice_test.cc
3090 deps:
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003096- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003097 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003098 build: test
3099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003100 src:
3101 - test/cpp/util/string_ref_test.cc
3102 deps:
3103 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003104- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003105 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003106 build: test
3107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003108 src:
3109 - test/cpp/util/time_test.cc
3110 deps:
3111 - grpc_test_util
3112 - grpc++
3113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003114 - gpr_test_util
3115 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003117 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003118 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119 build: test
3120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003121 src:
3122 - test/cpp/end2end/end2end_test.cc
3123 deps:
3124 - grpc++_test_util
3125 - grpc_test_util
3126 - grpc++
3127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003128 - gpr_test_util
3129 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003130- name: filter_end2end_test
3131 gtest: true
3132 build: test
3133 language: c++
3134 src:
3135 - test/cpp/end2end/filter_end2end_test.cc
3136 deps:
3137 - grpc++_test_util
3138 - grpc_test_util
3139 - grpc++
3140 - grpc
3141 - gpr_test_util
3142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003143- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003144 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 build: test
3146 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003147 src:
3148 - test/cpp/end2end/generic_end2end_test.cc
3149 deps:
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 - gpr_test_util
3155 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003156- name: golden_file_test
3157 gtest: true
3158 build: test
3159 language: c++
3160 src:
3161 - src/proto/grpc/testing/compiler_test.proto
3162 - test/cpp/codegen/golden_file_test.cc
3163 deps:
3164 - grpc++
3165 - grpc
3166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167- name: grpc_cli
3168 build: test
3169 run: false
3170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003171 src:
3172 - test/cpp/util/grpc_cli.cc
3173 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003174 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003175 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003176 - grpc++
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003179 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: grpc_cpp_plugin
3181 build: protoc
3182 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - src/compiler/cpp_plugin.cc
3185 deps:
3186 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003187 secure: false
3188 vs_config_type: Application
3189 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3190- name: grpc_csharp_plugin
3191 build: protoc
3192 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003193 src:
3194 - src/compiler/csharp_plugin.cc
3195 deps:
3196 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197 secure: false
3198 vs_config_type: Application
3199 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003200- name: grpc_node_plugin
3201 build: protoc
3202 language: c++
3203 src:
3204 - src/compiler/node_plugin.cc
3205 deps:
3206 - grpc_plugin_support
3207 secure: false
3208 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003209- name: grpc_objective_c_plugin
3210 build: protoc
3211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003212 src:
3213 - src/compiler/objective_c_plugin.cc
3214 deps:
3215 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003216 secure: false
3217 vs_config_type: Application
3218 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003219- name: grpc_php_plugin
3220 build: protoc
3221 language: c++
3222 src:
3223 - src/compiler/php_plugin.cc
3224 deps:
3225 - grpc_plugin_support
3226 secure: false
3227 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003228- name: grpc_python_plugin
3229 build: protoc
3230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003231 src:
3232 - src/compiler/python_plugin.cc
3233 deps:
3234 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235 secure: false
3236 vs_config_type: Application
3237 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3238- name: grpc_ruby_plugin
3239 build: protoc
3240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003241 src:
3242 - src/compiler/ruby_plugin.cc
3243 deps:
3244 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245 secure: false
3246 vs_config_type: Application
3247 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003248- name: grpc_tool_test
3249 gtest: true
3250 build: test
3251 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003252 src:
3253 - src/proto/grpc/testing/echo.proto
3254 - src/proto/grpc/testing/echo_messages.proto
3255 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003256 deps:
3257 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003258 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003259 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003260 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003261 - grpc_test_util
3262 - grpc++
3263 - grpc
3264 - gpr_test_util
3265 - gpr
3266 filegroups:
3267 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003268- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003269 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003270 build: test
3271 language: c++
3272 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003273 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003274 - test/cpp/grpclb/grpclb_api_test.cc
3275 deps:
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003280- name: grpclb_test
3281 gtest: false
3282 build: test
3283 language: c++
3284 src:
3285 - src/proto/grpc/lb/v1/load_balancer.proto
3286 - test/cpp/grpclb/grpclb_test.cc
3287 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003288 - grpc++_test_util
3289 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003290 - grpc++
3291 - grpc
3292 - gpr_test_util
3293 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003294- name: http2_client
3295 build: test
3296 run: false
3297 language: c++
3298 src: []
3299 deps:
3300 - http2_client_main
3301 - grpc++_test_util
3302 - grpc_test_util
3303 - grpc++
3304 - grpc
3305 - grpc++_test_config
3306 platforms:
3307 - mac
3308 - linux
3309 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003310- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003311 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003312 build: test
3313 language: c++
3314 src:
3315 - test/cpp/end2end/hybrid_end2end_test.cc
3316 deps:
3317 - grpc++_test_util
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003321 - gpr_test_util
3322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003323- name: interop_client
3324 build: test
3325 run: false
3326 language: c++
3327 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003328 deps:
3329 - interop_client_main
3330 - interop_client_helper
3331 - grpc++_test_util
3332 - grpc_test_util
3333 - grpc++
3334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003335 - gpr_test_util
3336 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003337 - grpc++_test_config
3338 platforms:
3339 - mac
3340 - linux
3341 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: interop_server
3343 build: test
3344 run: false
3345 language: c++
3346 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003347 deps:
3348 - interop_server_main
3349 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003350 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 - gpr_test_util
3356 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003357 - grpc++_test_config
3358 platforms:
3359 - mac
3360 - linux
3361 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003363 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364 build: test
3365 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003366 src:
3367 - test/cpp/interop/interop_test.cc
3368 deps:
3369 - grpc_test_util
3370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003371 - gpr_test_util
3372 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003373 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003374 platforms:
3375 - mac
3376 - linux
3377 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003378- name: json_run_localhost
3379 build: test
3380 run: false
3381 language: c++
3382 src:
3383 - test/cpp/qps/json_run_localhost.cc
3384 deps:
3385 - grpc++_test_util
3386 - grpc_test_util
3387 - grpc++
3388 - grpc
3389 - gpr_test_util
3390 - gpr
3391 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003392 platforms:
3393 - mac
3394 - linux
3395 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003396- name: metrics_client
3397 build: test
3398 run: false
3399 language: c++
3400 headers:
3401 - test/cpp/util/metrics_server.h
3402 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003403 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003404 - test/cpp/interop/metrics_client.cc
3405 deps:
3406 - grpc++
3407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003408 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003409 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003411 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412 build: test
3413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003414 src:
3415 - test/cpp/end2end/mock_test.cc
3416 deps:
3417 - grpc++_test_util
3418 - grpc_test_util
3419 - grpc++
3420 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003421 - gpr_test_util
3422 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003423- name: noop-benchmark
3424 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003425 language: c++
3426 src:
3427 - test/cpp/microbenchmarks/noop-benchmark.cc
3428 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003429 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003430- name: proto_server_reflection_test
3431 gtest: true
3432 build: test
3433 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003434 src:
3435 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003436 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003437 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003438 - grpc++_reflection
3439 - grpc++_test_util
3440 - grpc_test_util
3441 - grpc++
3442 - grpc
3443 - gpr_test_util
3444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445- name: qps_interarrival_test
3446 build: test
3447 run: false
3448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003449 src:
3450 - test/cpp/qps/qps_interarrival_test.cc
3451 deps:
3452 - qps
3453 - grpc++_test_util
3454 - grpc_test_util
3455 - grpc++
3456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003457 - gpr_test_util
3458 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003459 platforms:
3460 - mac
3461 - linux
3462 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003463- name: qps_json_driver
3464 build: test
3465 run: false
3466 language: c++
3467 src:
3468 - test/cpp/qps/qps_json_driver.cc
3469 deps:
3470 - qps
3471 - grpc++_test_util
3472 - grpc_test_util
3473 - grpc++
3474 - grpc
3475 - gpr_test_util
3476 - gpr
3477 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003478- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003479 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003480 build: test
3481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003482 src:
3483 - test/cpp/qps/qps_openloop_test.cc
3484 deps:
3485 - qps
3486 - grpc++_test_util
3487 - grpc_test_util
3488 - grpc++
3489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003490 - gpr_test_util
3491 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003492 - grpc++_test_config
3493 platforms:
3494 - mac
3495 - linux
3496 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003497- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003498 build: test
3499 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003500 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003501 headers:
3502 - test/cpp/qps/client.h
3503 - test/cpp/qps/server.h
3504 src:
3505 - test/cpp/qps/worker.cc
3506 deps:
3507 - qps
3508 - grpc++_test_util
3509 - grpc_test_util
3510 - grpc++
3511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003512 - gpr_test_util
3513 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003514 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515- name: reconnect_interop_client
3516 build: test
3517 run: false
3518 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003519 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003520 - src/proto/grpc/testing/empty.proto
3521 - src/proto/grpc/testing/messages.proto
3522 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003523 - test/cpp/interop/reconnect_interop_client.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 - gpr_test_util
3530 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003531 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003532- name: reconnect_interop_server
3533 build: test
3534 run: false
3535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003536 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003537 - src/proto/grpc/testing/empty.proto
3538 - src/proto/grpc/testing/messages.proto
3539 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003540 - test/cpp/interop/reconnect_interop_server.cc
3541 deps:
3542 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003543 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003544 - grpc++_test_util
3545 - grpc_test_util
3546 - grpc++
3547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003548 - gpr_test_util
3549 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003550 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003551- name: round_robin_end2end_test
3552 gtest: true
3553 build: test
3554 language: c++
3555 src:
3556 - test/cpp/end2end/round_robin_end2end_test.cc
3557 deps:
3558 - grpc++_test_util
3559 - grpc_test_util
3560 - grpc++
3561 - grpc
3562 - gpr_test_util
3563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003564- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003565 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003566 build: test
3567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003568 src:
3569 - test/cpp/common/secure_auth_context_test.cc
3570 deps:
3571 - grpc++_test_util
3572 - grpc_test_util
3573 - grpc++
3574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003575 - gpr_test_util
3576 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003577- name: secure_sync_unary_ping_pong_test
3578 build: test
3579 language: c++
3580 src:
3581 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3582 deps:
3583 - qps
3584 - grpc++_test_util
3585 - grpc_test_util
3586 - grpc++
3587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003588 - gpr_test_util
3589 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003590 platforms:
3591 - mac
3592 - linux
3593 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003594- name: server_builder_plugin_test
3595 gtest: true
3596 build: test
3597 language: c++
3598 src:
3599 - test/cpp/end2end/server_builder_plugin_test.cc
3600 deps:
3601 - grpc++_test_util
3602 - grpc_test_util
3603 - grpc++
3604 - grpc
3605 - gpr_test_util
3606 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003607- name: server_context_test_spouse_test
3608 gtest: true
3609 build: test
3610 language: c++
3611 src:
3612 - test/cpp/test/server_context_test_spouse_test.cc
3613 deps:
3614 - grpc_test_util
3615 - grpc++_test
3616 - grpc++
3617 - grpc
3618 - gpr_test_util
3619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003620- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003621 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003622 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003623 build: test
3624 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003625 src:
3626 - test/cpp/end2end/server_crash_test.cc
3627 deps:
3628 - grpc++_test_util
3629 - grpc_test_util
3630 - grpc++
3631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003632 - gpr_test_util
3633 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003634 platforms:
3635 - mac
3636 - linux
3637 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003638- name: server_crash_test_client
3639 build: test
3640 run: false
3641 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003642 src:
3643 - test/cpp/end2end/server_crash_test_client.cc
3644 deps:
3645 - grpc++_test_util
3646 - grpc_test_util
3647 - grpc++
3648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003649 - gpr_test_util
3650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003651- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003652 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003653 build: test
3654 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003655 src:
3656 - test/cpp/end2end/shutdown_test.cc
3657 deps:
3658 - grpc++_test_util
3659 - grpc_test_util
3660 - grpc++
3661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003662 - gpr_test_util
3663 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003664- name: status_test
3665 build: test
3666 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003667 src:
3668 - test/cpp/util/status_test.cc
3669 deps:
3670 - grpc_test_util
3671 - grpc++
3672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003673 - gpr_test_util
3674 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003675- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003676 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003677 build: test
3678 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003679 src:
3680 - test/cpp/end2end/streaming_throughput_test.cc
3681 deps:
3682 - grpc++_test_util
3683 - grpc_test_util
3684 - grpc++
3685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003686 - gpr_test_util
3687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003688 platforms:
3689 - mac
3690 - linux
3691 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003692- name: stress_test
3693 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003694 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003695 language: c++
3696 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003697 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003698 - test/cpp/interop/interop_client.h
3699 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003700 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003701 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003702 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003703 - src/proto/grpc/testing/empty.proto
3704 - src/proto/grpc/testing/messages.proto
3705 - src/proto/grpc/testing/metrics.proto
3706 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003707 - test/cpp/interop/interop_client.cc
3708 - test/cpp/interop/stress_interop_client.cc
3709 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003710 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003711 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003712 deps:
3713 - grpc++_test_util
3714 - grpc_test_util
3715 - grpc++
3716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003717 - gpr_test_util
3718 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003719 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003720- name: thread_manager_test
3721 build: test
3722 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003723 src:
3724 - test/cpp/thread_manager/thread_manager_test.cc
3725 deps:
3726 - grpc++
3727 - grpc
3728 - gpr
3729 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003730- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003731 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003732 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733 build: test
3734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003735 src:
3736 - test/cpp/end2end/thread_stress_test.cc
3737 deps:
3738 - grpc++_test_util
3739 - grpc_test_util
3740 - grpc++
3741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 - gpr_test_util
3743 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08003744- name: writes_per_rpc_test
3745 gtest: true
3746 cpu_cost: 0.5
3747 build: test
3748 language: c++
3749 src:
3750 - test/cpp/performance/writes_per_rpc_test.cc
3751 deps:
3752 - grpc++_test_util
3753 - grpc_test_util
3754 - grpc++
3755 - grpc
3756 - gpr_test_util
3757 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08003758 platforms:
3759 - mac
3760 - linux
3761 - posix
Craig Tillerab230452016-01-04 08:18:43 -08003762- name: public_headers_must_be_c89
3763 build: test
3764 language: c89
3765 src:
3766 - test/core/surface/public_headers_must_be_c89.c
3767 deps:
3768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003770vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003771- linkage: static
3772 name: grpc.dependencies.zlib
3773 props: false
3774 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003775 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003776- linkage: static
3777 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003778 props: true
3779 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003780 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003781- name: gflags
3782 props: false
3783 redist: false
3784 version: 2.1.2.1
3785- name: gtest
3786 props: false
3787 redist: false
3788 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003789configs:
3790 asan:
3791 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003792 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3793 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003794 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003795 LD: clang
3796 LDFLAGS: -fsanitize=address
3797 LDXX: clang++
3798 compile_the_world: true
3799 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003800 ASAN_OPTIONS: detect_leaks=1:color=always
3801 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003802 asan-noleaks:
3803 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003804 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3805 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003806 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003807 LD: clang
3808 LDFLAGS: -fsanitize=address
3809 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003810 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003811 test_environ:
3812 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003813 asan-trace-cmp:
3814 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003815 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3816 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003817 CXX: clang++
3818 LD: clang
3819 LDFLAGS: -fsanitize=address
3820 LDXX: clang++
3821 compile_the_world: true
3822 test_environ:
3823 ASAN_OPTIONS: detect_leaks=1:color=always
3824 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003825 basicprof:
3826 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3827 DEFINES: NDEBUG
3828 dbg:
3829 CPPFLAGS: -O0
3830 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003831 gcov:
3832 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003833 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003834 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003835 DEFINES: _DEBUG DEBUG GPR_GCOV
3836 LD: gcc
3837 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3838 LDXX: g++
3839 helgrind:
3840 CPPFLAGS: -O0
3841 DEFINES: _DEBUG DEBUG
3842 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003843 valgrind: --tool=helgrind
3844 memcheck:
3845 CPPFLAGS: -O0
3846 DEFINES: _DEBUG DEBUG
3847 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003848 valgrind: --tool=memcheck --leak-check=full
3849 msan:
3850 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003851 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3852 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3853 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003854 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003855 DEFINES: NDEBUG
3856 LD: clang
3857 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3858 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3859 LDXX: clang++
3860 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003861 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003862 CPPFLAGS: -O3 -fno-omit-frame-pointer
3863 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003864 LDFLAGS: -rdynamic
3865 opt:
3866 CPPFLAGS: -O2
3867 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003868 stapprof:
3869 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3870 DEFINES: NDEBUG
3871 tsan:
3872 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003873 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003874 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003875 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003876 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003877 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003878 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003879 LDXX: clang++
3880 compile_the_world: true
3881 test_environ:
3882 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003883 ubsan:
3884 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003885 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3886 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003887 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003888 DEFINES: NDEBUG
3889 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003890 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003891 LDXX: clang++
3892 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003893 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003894 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003895defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003896 benchmark:
3897 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003898 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003899 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003900 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003901 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003902 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003903 global:
3904 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3905 LDFLAGS: -g
3906 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003907 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003908 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003909node_modules:
3910- deps:
3911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003912 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003913 - boringssl
3914 - z
murgatroid9994a75412015-11-19 14:04:53 -08003915 headers:
3916 - src/node/ext/byte_buffer.h
3917 - src/node/ext/call.h
3918 - src/node/ext/call_credentials.h
3919 - src/node/ext/channel.h
3920 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003921 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003922 - src/node/ext/server.h
3923 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003924 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003925 - src/node/ext/timeval.h
3926 js:
3927 - src/node/index.js
3928 - src/node/src/client.js
3929 - src/node/src/common.js
3930 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003931 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003932 - src/node/src/metadata.js
3933 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003934 name: grpc_node
3935 src:
3936 - src/node/ext/byte_buffer.cc
3937 - src/node/ext/call.cc
3938 - src/node/ext/call_credentials.cc
3939 - src/node/ext/channel.cc
3940 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003941 - src/node/ext/completion_queue_threadpool.cc
3942 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003943 - src/node/ext/node_grpc.cc
3944 - src/node/ext/server.cc
3945 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003946 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003947 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003948openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003949 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003950 extraction_dir: openssl-1.0.2f
3951 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003952php_config_m4:
3953 deps:
3954 - grpc
3955 - gpr
3956 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003957 headers:
3958 - src/php/ext/grpc/byte_buffer.h
3959 - src/php/ext/grpc/call.h
3960 - src/php/ext/grpc/call_credentials.h
3961 - src/php/ext/grpc/channel.h
3962 - src/php/ext/grpc/channel_credentials.h
3963 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003964 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003965 - src/php/ext/grpc/php_grpc.h
3966 - src/php/ext/grpc/server.h
3967 - src/php/ext/grpc/server_credentials.h
3968 - src/php/ext/grpc/timeval.h
3969 src:
3970 - src/php/ext/grpc/byte_buffer.c
3971 - src/php/ext/grpc/call.c
3972 - src/php/ext/grpc/call_credentials.c
3973 - src/php/ext/grpc/channel.c
3974 - src/php/ext/grpc/channel_credentials.c
3975 - src/php/ext/grpc/completion_queue.c
3976 - src/php/ext/grpc/php_grpc.c
3977 - src/php/ext/grpc/server.c
3978 - src/php/ext/grpc/server_credentials.c
3979 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003980python_dependencies:
3981 deps:
3982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003983 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003984 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003985 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003986ruby_gem:
3987 deps:
3988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991 - z