blob: 9349da128ff258102031cf6ee72c836c0635745f [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 Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.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 Tiller0bc11712016-05-02 21:22:46 -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 Tiller0bc11712016-05-02 21:22:46 -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
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700147 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/port_platform.h
149 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/sync.h
151 - include/grpc/impl/codegen/sync_generic.h
152 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700162 - include/grpc/slice.h
163 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700164 - include/grpc/status.h
165 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/channel_args.h
167 - src/core/lib/channel/channel_stack.h
168 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/compress_filter.h
170 - src/core/lib/channel/connected_channel.h
171 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700172 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800174 - src/core/lib/channel/handshaker_factory.h
175 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/http_client_filter.h
177 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700178 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/compression/algorithm_metadata.h
180 - src/core/lib/compression/message_compress.h
181 - src/core/lib/debug/trace.h
182 - src/core/lib/http/format_request.h
183 - src/core/lib/http/httpcli.h
184 - src/core/lib/http/parser.h
185 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700186 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/endpoint.h
188 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700189 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700190 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700191 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700192 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/exec_ctx.h
194 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/iocp_windows.h
196 - src/core/lib/iomgr/iomgr.h
197 - src/core/lib/iomgr/iomgr_internal.h
198 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700199 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700200 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700201 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700205 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700207 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700209 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/sockaddr.h
211 - src/core/lib/iomgr/sockaddr_posix.h
212 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700213 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700214 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700215 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/socket_utils_posix.h
217 - src/core/lib/iomgr/socket_windows.h
218 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700219 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/tcp_posix.h
221 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700222 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/tcp_windows.h
224 - src/core/lib/iomgr/time_averaged_stats.h
225 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/udp_server.h
230 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700231 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/wakeup_fd_pipe.h
233 - src/core/lib/iomgr/wakeup_fd_posix.h
234 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/workqueue_windows.h
237 - src/core/lib/json/json.h
238 - src/core/lib/json/json_common.h
239 - src/core/lib/json/json_reader.h
240 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700241 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800242 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/surface/api_trace.h
245 - src/core/lib/surface/call.h
246 - src/core/lib/surface/call_test_only.h
247 - src/core/lib/surface/channel.h
248 - src/core/lib/surface/channel_init.h
249 - src/core/lib/surface/channel_stack_type.h
250 - src/core/lib/surface/completion_queue.h
251 - src/core/lib/surface/event_string.h
252 - src/core/lib/surface/init.h
253 - src/core/lib/surface/lame_client.h
254 - src/core/lib/surface/server.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700255 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700258 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/metadata.h
260 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700261 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700262 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400264 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700265 - src/core/lib/transport/transport.h
266 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700267 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/channel/channel_args.c
269 - src/core/lib/channel/channel_stack.c
270 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/compress_filter.c
272 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700273 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700274 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800275 - src/core/lib/channel/handshaker_factory.c
276 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700277 - src/core/lib/channel/http_client_filter.c
278 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700279 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700280 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/compression/message_compress.c
282 - src/core/lib/debug/trace.c
283 - src/core/lib/http/format_request.c
284 - src/core/lib/http/httpcli.c
285 - src/core/lib/http/parser.c
286 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700287 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/iomgr/endpoint.c
289 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700290 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700292 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700293 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700294 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700295 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/exec_ctx.c
297 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/iomgr/iocp_windows.c
299 - src/core/lib/iomgr/iomgr.c
300 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700301 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700303 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700304 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700305 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700308 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/pollset_windows.c
310 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700313 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700315 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/socket_utils_common_posix.c
317 - src/core/lib/iomgr/socket_utils_linux.c
318 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700320 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/socket_windows.c
322 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_client_windows.c
325 - src/core/lib/iomgr/tcp_posix.c
326 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700327 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/tcp_windows.c
331 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/udp_server.c
336 - src/core/lib/iomgr/unix_sockets_posix.c
337 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700338 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/wakeup_fd_eventfd.c
340 - src/core/lib/iomgr/wakeup_fd_nospecial.c
341 - src/core/lib/iomgr/wakeup_fd_pipe.c
342 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/workqueue_windows.c
345 - src/core/lib/json/json.c
346 - src/core/lib/json/json_reader.c
347 - src/core/lib/json/json_string.c
348 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700349 - src/core/lib/slice/percent_encoding.c
350 - src/core/lib/slice/slice.c
351 - src/core/lib/slice/slice_buffer.c
352 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/surface/alarm.c
354 - src/core/lib/surface/api_trace.c
355 - src/core/lib/surface/byte_buffer.c
356 - src/core/lib/surface/byte_buffer_reader.c
357 - src/core/lib/surface/call.c
358 - src/core/lib/surface/call_details.c
359 - src/core/lib/surface/call_log_batch.c
360 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/surface/channel_init.c
362 - src/core/lib/surface/channel_ping.c
363 - src/core/lib/surface/channel_stack_type.c
364 - src/core/lib/surface/completion_queue.c
365 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/lame_client.c
367 - src/core/lib/surface/metadata_array.c
368 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/validate_metadata.c
370 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700371 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700374 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700375 - src/core/lib/transport/metadata.c
376 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700377 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700378 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400380 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/transport/transport.c
382 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700383 deps:
384 - gpr
385 uses:
386 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700387- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700388 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700389 - src/core/ext/client_channel/client_channel.h
390 - src/core/ext/client_channel/client_channel_factory.h
391 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700392 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700393 - src/core/ext/client_channel/initial_connect_string.h
394 - src/core/ext/client_channel/lb_policy.h
395 - src/core/ext/client_channel/lb_policy_factory.h
396 - src/core/ext/client_channel/lb_policy_registry.h
397 - src/core/ext/client_channel/parse_address.h
398 - src/core/ext/client_channel/resolver.h
399 - src/core/ext/client_channel/resolver_factory.h
400 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700401 - src/core/ext/client_channel/subchannel.h
402 - src/core/ext/client_channel/subchannel_index.h
403 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700404 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/channel_connectivity.c
406 - src/core/ext/client_channel/client_channel.c
407 - src/core/ext/client_channel/client_channel_factory.c
408 - src/core/ext/client_channel/client_channel_plugin.c
409 - src/core/ext/client_channel/connector.c
410 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700411 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700412 - src/core/ext/client_channel/initial_connect_string.c
413 - src/core/ext/client_channel/lb_policy.c
414 - src/core/ext/client_channel/lb_policy_factory.c
415 - src/core/ext/client_channel/lb_policy_registry.c
416 - src/core/ext/client_channel/parse_address.c
417 - src/core/ext/client_channel/resolver.c
418 - src/core/ext/client_channel/resolver_factory.c
419 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700420 - src/core/ext/client_channel/subchannel.c
421 - src/core/ext/client_channel/subchannel_index.c
422 - src/core/ext/client_channel/uri_parser.c
423 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700424 uses:
425 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800426- name: grpc_codegen
427 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700428 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800429 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800430 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800431 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800432 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800433 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800434 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700435 uses:
436 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700437- name: grpc_lb_policy_grpclb
438 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700439 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700440 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700441 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700442 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700443 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700444 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700445 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700446 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700447 uses:
448 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700449 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700450 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700451- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700452 src:
453 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700454 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700455 uses:
456 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700457 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700458- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700459 src:
460 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700461 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700462 uses:
463 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700464 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700465- name: grpc_load_reporting
466 headers:
467 - src/core/ext/load_reporting/load_reporting.h
468 - src/core/ext/load_reporting/load_reporting_filter.h
469 src:
470 - src/core/ext/load_reporting/load_reporting.c
471 - src/core/ext/load_reporting/load_reporting_filter.c
472 plugin: grpc_load_reporting_plugin
473 uses:
474 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700475- name: grpc_resolver_dns_native
476 src:
477 - src/core/ext/resolver/dns/native/dns_resolver.c
478 plugin: grpc_resolver_dns_native
479 uses:
480 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700481 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700482- name: grpc_resolver_sockaddr
483 src:
484 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
485 plugin: grpc_resolver_sockaddr
486 uses:
487 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700488 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100489- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700490 public_headers:
491 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100492 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700493 - src/core/lib/security/context/security_context.h
494 - src/core/lib/security/credentials/composite/composite_credentials.h
495 - src/core/lib/security/credentials/credentials.h
496 - src/core/lib/security/credentials/fake/fake_credentials.h
497 - src/core/lib/security/credentials/google_default/google_default_credentials.h
498 - src/core/lib/security/credentials/iam/iam_credentials.h
499 - src/core/lib/security/credentials/jwt/json_token.h
500 - src/core/lib/security/credentials/jwt/jwt_credentials.h
501 - src/core/lib/security/credentials/jwt/jwt_verifier.h
502 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
503 - src/core/lib/security/credentials/plugin/plugin_credentials.h
504 - src/core/lib/security/credentials/ssl/ssl_credentials.h
505 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/transport/secure_endpoint.h
507 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800508 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700509 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700510 - src/core/lib/security/util/b64.h
511 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100512 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700513 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700514 - src/core/lib/security/context/security_context.c
515 - src/core/lib/security/credentials/composite/composite_credentials.c
516 - src/core/lib/security/credentials/credentials.c
517 - src/core/lib/security/credentials/credentials_metadata.c
518 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700519 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700520 - src/core/lib/security/credentials/google_default/google_default_credentials.c
521 - src/core/lib/security/credentials/iam/iam_credentials.c
522 - src/core/lib/security/credentials/jwt/json_token.c
523 - src/core/lib/security/credentials/jwt/jwt_credentials.c
524 - src/core/lib/security/credentials/jwt/jwt_verifier.c
525 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
526 - src/core/lib/security/credentials/plugin/plugin_credentials.c
527 - src/core/lib/security/credentials/ssl/ssl_credentials.c
528 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700529 - src/core/lib/security/transport/secure_endpoint.c
530 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800531 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700532 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700533 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700534 - src/core/lib/security/util/b64.c
535 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700536 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700537 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700538 uses:
539 - grpc_base
540 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700541 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700542- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700543 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700544 headers:
545 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700546 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700547 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700548 - test/core/end2end/fixtures/proxy.h
549 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700550 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200551 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700552 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700554 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700556 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700557 - test/core/util/slice_splitter.h
558 src:
559 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700560 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700561 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700562 - test/core/end2end/fixtures/proxy.c
563 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700564 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200565 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700566 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700567 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700568 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700569 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700570 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700571 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700572 - test/core/util/port_windows.c
573 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700574 deps:
575 - grpc
576 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700577- name: grpc_transport_chttp2
578 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700579 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700580 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700581 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
582 - src/core/ext/transport/chttp2/transport/frame.h
583 - src/core/ext/transport/chttp2/transport/frame_data.h
584 - src/core/ext/transport/chttp2/transport/frame_goaway.h
585 - src/core/ext/transport/chttp2/transport/frame_ping.h
586 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
587 - src/core/ext/transport/chttp2/transport/frame_settings.h
588 - src/core/ext/transport/chttp2/transport/frame_window_update.h
589 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
590 - src/core/ext/transport/chttp2/transport/hpack_parser.h
591 - src/core/ext/transport/chttp2/transport/hpack_table.h
592 - src/core/ext/transport/chttp2/transport/http2_errors.h
593 - src/core/ext/transport/chttp2/transport/huffsyms.h
594 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
595 - src/core/ext/transport/chttp2/transport/internal.h
596 - src/core/ext/transport/chttp2/transport/status_conversion.h
597 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700598 - src/core/ext/transport/chttp2/transport/varint.h
599 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700600 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700601 - src/core/ext/transport/chttp2/transport/bin_encoder.c
602 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700603 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
604 - src/core/ext/transport/chttp2/transport/frame_data.c
605 - src/core/ext/transport/chttp2/transport/frame_goaway.c
606 - src/core/ext/transport/chttp2/transport/frame_ping.c
607 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
608 - src/core/ext/transport/chttp2/transport/frame_settings.c
609 - src/core/ext/transport/chttp2/transport/frame_window_update.c
610 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
611 - src/core/ext/transport/chttp2/transport/hpack_parser.c
612 - src/core/ext/transport/chttp2/transport/hpack_table.c
613 - src/core/ext/transport/chttp2/transport/huffsyms.c
614 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
615 - src/core/ext/transport/chttp2/transport/parsing.c
616 - src/core/ext/transport/chttp2/transport/status_conversion.c
617 - src/core/ext/transport/chttp2/transport/stream_lists.c
618 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700619 - src/core/ext/transport/chttp2/transport/varint.c
620 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700621 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700622 uses:
623 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700624 - grpc_transport_chttp2_alpn
625- name: grpc_transport_chttp2_alpn
626 headers:
627 - src/core/ext/transport/chttp2/alpn/alpn.h
628 src:
629 - src/core/ext/transport/chttp2/alpn/alpn.c
630 deps:
631 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800632- name: grpc_transport_chttp2_client_connector
633 headers:
634 - src/core/ext/transport/chttp2/client/chttp2_connector.h
635 src:
636 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800637 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800638 - grpc_transport_chttp2
639 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700640- name: grpc_transport_chttp2_client_insecure
641 src:
642 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700643 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700644 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800645 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700646 - grpc_transport_chttp2
647 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700648 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700649- name: grpc_transport_chttp2_client_secure
650 src:
651 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700652 uses:
653 - grpc_transport_chttp2
654 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700655 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700656 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800657 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800658- name: grpc_transport_chttp2_server
659 headers:
660 - src/core/ext/transport/chttp2/server/chttp2_server.h
661 src:
662 - src/core/ext/transport/chttp2/server/chttp2_server.c
663 uses:
664 - grpc_transport_chttp2
665 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700666- name: grpc_transport_chttp2_server_insecure
667 src:
668 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700669 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700670 uses:
671 - grpc_transport_chttp2
672 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800673 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700674- name: grpc_transport_chttp2_server_secure
675 src:
676 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700677 uses:
678 - grpc_transport_chttp2
679 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700680 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800681 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700682- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700683 public_headers:
684 - include/grpc/grpc_cronet.h
685 - include/grpc/grpc_security.h
686 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700687 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700688 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
689 src:
690 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
691 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
692 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700693 filegroups:
694 - grpc_base
695 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800696- name: nanopb
697 headers:
698 - third_party/nanopb/pb.h
699 - third_party/nanopb/pb_common.h
700 - third_party/nanopb/pb_decode.h
701 - third_party/nanopb/pb_encode.h
702 src:
703 - third_party/nanopb/pb_common.c
704 - third_party/nanopb/pb_decode.c
705 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700706- name: tsi
707 headers:
708 - src/core/lib/tsi/fake_transport_security.h
709 - src/core/lib/tsi/ssl_transport_security.h
710 - src/core/lib/tsi/ssl_types.h
711 - src/core/lib/tsi/transport_security.h
712 - src/core/lib/tsi/transport_security_interface.h
713 src:
714 - src/core/lib/tsi/fake_transport_security.c
715 - src/core/lib/tsi/ssl_transport_security.c
716 - src/core/lib/tsi/transport_security.c
717 deps:
718 - gpr
719 secure: true
720- name: grpc++_base
721 language: c++
722 public_headers:
723 - include/grpc++/alarm.h
724 - include/grpc++/channel.h
725 - include/grpc++/client_context.h
726 - include/grpc++/completion_queue.h
727 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700728 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700729 - include/grpc++/generic/async_generic_service.h
730 - include/grpc++/generic/generic_stub.h
731 - include/grpc++/grpc++.h
732 - include/grpc++/impl/call.h
733 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700734 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/impl/grpc_library.h
736 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700737 - include/grpc++/impl/rpc_method.h
738 - include/grpc++/impl/rpc_service_method.h
739 - include/grpc++/impl/serialization_traits.h
740 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700741 - include/grpc++/impl/server_builder_plugin.h
742 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700744 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/security/auth_context.h
746 - include/grpc++/security/auth_metadata_processor.h
747 - include/grpc++/security/credentials.h
748 - include/grpc++/security/server_credentials.h
749 - include/grpc++/server.h
750 - include/grpc++/server_builder.h
751 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700752 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - include/grpc++/support/async_stream.h
754 - include/grpc++/support/async_unary_call.h
755 - include/grpc++/support/byte_buffer.h
756 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700757 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - include/grpc++/support/slice.h
759 - include/grpc++/support/status.h
760 - include/grpc++/support/status_code_enum.h
761 - include/grpc++/support/string_ref.h
762 - include/grpc++/support/stub_options.h
763 - include/grpc++/support/sync_stream.h
764 - include/grpc++/support/time.h
765 headers:
766 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700767 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - src/cpp/server/dynamic_thread_pool.h
769 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700770 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700772 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700773 - src/cpp/client/client_context.cc
774 - src/cpp/client/create_channel.cc
775 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700776 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700777 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700780 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700781 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700783 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700785 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - src/cpp/server/async_generic_service.cc
787 - src/cpp/server/create_default_thread_pool.cc
788 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700790 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - src/cpp/server/server_context.cc
792 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700793 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700794 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700795 - src/cpp/util/byte_buffer_cc.cc
796 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700797 - src/cpp/util/status.cc
798 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700799 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700800 uses:
yang-g17487f92016-06-03 15:21:15 -0700801 - grpc++_codegen_base
802- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 language: c++
804 public_headers:
805 - include/grpc++/impl/codegen/async_stream.h
806 - include/grpc++/impl/codegen/async_unary_call.h
807 - include/grpc++/impl/codegen/call.h
808 - include/grpc++/impl/codegen/call_hook.h
809 - include/grpc++/impl/codegen/channel_interface.h
810 - include/grpc++/impl/codegen/client_context.h
811 - include/grpc++/impl/codegen/client_unary_call.h
812 - include/grpc++/impl/codegen/completion_queue.h
813 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700814 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 - include/grpc++/impl/codegen/core_codegen_interface.h
816 - include/grpc++/impl/codegen/create_auth_context.h
817 - include/grpc++/impl/codegen/grpc_library.h
818 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - include/grpc++/impl/codegen/rpc_method.h
820 - include/grpc++/impl/codegen/rpc_service_method.h
821 - include/grpc++/impl/codegen/security/auth_context.h
822 - include/grpc++/impl/codegen/serialization_traits.h
823 - include/grpc++/impl/codegen/server_context.h
824 - include/grpc++/impl/codegen/server_interface.h
825 - include/grpc++/impl/codegen/service_type.h
826 - include/grpc++/impl/codegen/status.h
827 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700828 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/impl/codegen/string_ref.h
830 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - include/grpc++/impl/codegen/sync_stream.h
832 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 uses:
834 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700835- name: grpc++_codegen_base_src
836 language: c++
837 src:
838 - src/cpp/codegen/codegen_init.cc
839 uses:
840 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700841- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 language: c++
843 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700844 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 uses:
yang-g17487f92016-06-03 15:21:15 -0700846 - grpc++_codegen_base
847 - grpc++_config_proto
848- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 language: c++
850 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700852- name: grpc++_reflection_proto
853 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700854 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700855 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700856- name: thrift_util
857 language: c++
858 public_headers:
859 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700860 - include/grpc++/impl/codegen/thrift_utils.h
861 uses:
862 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100863libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800864- name: gpr
865 build: all
866 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800867 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700868 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800869 secure: false
870 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
871- name: gpr_test_util
872 build: private
873 language: c
874 headers:
875 - test/core/util/test_config.h
876 src:
877 - test/core/util/test_config.c
878 deps:
879 - gpr
880 secure: false
881 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882- name: grpc
883 build: all
884 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700885 src:
886 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800888 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700889 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700890 filegroups:
891 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700892 - grpc_transport_chttp2_server_secure
893 - grpc_transport_chttp2_client_secure
894 - grpc_transport_chttp2_server_insecure
895 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700896 - grpc_lb_policy_grpclb
897 - grpc_lb_policy_pick_first
898 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700899 - grpc_resolver_dns_native
900 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700901 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100902 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700903 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700904 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700906 vs_packages:
907 - grpc.dependencies.openssl
908 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700910- name: grpc_cronet
911 build: all
912 language: c
913 src:
914 - src/core/lib/surface/init.c
915 baselib: true
916 deps_linkage: static
917 dll: true
918 filegroups:
919 - grpc_base
920 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700921 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700922 generate_plugin_registry: true
923 platforms:
924 - linux
925 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100926- name: grpc_dll
927 build: private
928 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100929 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100930 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100931 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100932 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100933 build_system:
934 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100935 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100936 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100937 vs_config_type: DynamicLibrary
938 vs_packages:
939 - grpc.dependencies.openssl
940 - grpc.dependencies.zlib
941 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
942 vs_props:
943 - zlib
944 - openssl
945 - winsock
946 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947- name: grpc_test_util
948 build: private
949 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700950 headers:
951 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800952 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700953 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700954 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700955 - test/core/end2end/data/server1_cert.c
956 - test/core/end2end/data/server1_key.c
957 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800958 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800960 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700962 - grpc
963 filegroups:
964 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700965 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
967- name: grpc_test_util_unsecure
968 build: private
969 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700970 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr
972 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800973 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700974 filegroups:
975 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700976 secure: false
977 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
978- name: grpc_unsecure
979 build: all
980 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700981 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700982 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700983 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800985 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700986 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700987 filegroups:
988 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700989 - grpc_transport_chttp2_server_insecure
990 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700991 - grpc_resolver_dns_native
992 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700993 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700994 - grpc_lb_policy_grpclb
995 - grpc_lb_policy_pick_first
996 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700997 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700998 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999 secure: false
1000 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001001- name: reconnect_server
1002 build: private
1003 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001004 headers:
1005 - test/core/util/reconnect_server.h
1006 src:
1007 - test/core/util/reconnect_server.c
1008 deps:
yang-gc9fca182015-11-06 16:41:33 -08001009 - test_tcp_server
1010 - grpc_test_util
1011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001012 - gpr_test_util
1013 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001014- name: test_tcp_server
1015 build: private
1016 language: c
1017 headers:
1018 - test/core/util/test_tcp_server.h
1019 src:
1020 - test/core/util/test_tcp_server.c
1021 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001022 - grpc_test_util
1023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
1025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: grpc++
1027 build: all
1028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001029 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001030 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001031 - src/cpp/client/secure_credentials.h
1032 - src/cpp/common/secure_auth_context.h
1033 - src/cpp/server/secure_server_credentials.h
1034 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001035 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001036 - src/cpp/client/secure_credentials.cc
1037 - src/cpp/common/auth_property_iterator.cc
1038 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001039 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001040 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001041 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001042 - src/cpp/server/secure_server_credentials.cc
1043 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001044 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 baselib: true
1046 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001047 filegroups:
1048 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001049 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001050 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051 secure: check
1052 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001053- name: grpc++_cronet
1054 build: all
1055 language: c++
1056 src:
1057 - src/cpp/client/cronet_credentials.cc
1058 - src/cpp/client/insecure_credentials.cc
1059 - src/cpp/common/insecure_create_auth_context.cc
1060 - src/cpp/server/insecure_server_credentials.cc
1061 deps:
1062 - gpr
1063 - grpc_cronet
1064 baselib: true
1065 dll: true
1066 filegroups:
1067 - grpc++_base
1068 - grpc++_codegen_base
1069 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001070 - grpc_transport_chttp2_client_insecure
1071 - grpc_transport_chttp2_server_insecure
1072 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001073 platforms:
1074 - linux
1075 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001076- name: grpc++_proto_reflection_desc_db
1077 build: private
1078 language: c++
1079 headers:
1080 - test/cpp/util/proto_reflection_descriptor_database.h
1081 src:
1082 - test/cpp/util/proto_reflection_descriptor_database.cc
1083 deps:
1084 - grpc++
1085 filegroups:
1086 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001087 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001088- name: grpc++_reflection
1089 build: all
1090 language: c++
1091 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001092 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001093 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001094 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001095 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001096 - src/cpp/ext/proto_server_reflection.cc
1097 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001098 deps:
1099 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001100 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001101 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001102- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001103 build: private
yang-g42879982016-10-13 15:58:31 -07001104 language: c++
1105 headers:
1106 - include/grpc++/test/server_context_test_spouse.h
1107 src:
1108 - src/cpp/test/server_context_test_spouse.cc
1109 deps:
1110 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111- name: grpc++_test_config
1112 build: private
1113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001114 headers:
1115 - test/cpp/util/test_config.h
1116 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001117 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001118- name: grpc++_test_util
1119 build: private
1120 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001121 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001122 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001123 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001124 - test/cpp/util/create_test_channel.h
1125 - test/cpp/util/string_ref_helper.h
1126 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001127 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001128 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001129 - src/proto/grpc/testing/echo_messages.proto
1130 - src/proto/grpc/testing/echo.proto
1131 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001132 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001133 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001134 - test/cpp/util/create_test_channel.cc
1135 - test/cpp/util/string_ref_helper.cc
1136 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001137 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001138 deps:
1139 - grpc++
1140 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001141 filegroups:
1142 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001143 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001144 - grpc++_codegen_proto
1145 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001146 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc++_unsecure
1148 build: all
1149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001150 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001151 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001152 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001153 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001154 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001156 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 baselib: true
1158 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001159 filegroups:
1160 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001161 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001162 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001163 secure: false
1164 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001165- name: grpc_cli_libs
1166 build: private
1167 language: c++
1168 headers:
1169 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001170 - test/cpp/util/cli_credentials.h
1171 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001172 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001173 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001174 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001175 src:
1176 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001177 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001178 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001179 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001180 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001181 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001182 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001183 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001184 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001185 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001186 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187- name: grpc_plugin_support
1188 build: protoc
1189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001190 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001191 - src/compiler/config.h
1192 - src/compiler/cpp_generator.h
1193 - src/compiler/cpp_generator_helpers.h
1194 - src/compiler/csharp_generator.h
1195 - src/compiler/csharp_generator_helpers.h
1196 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001197 - src/compiler/node_generator.h
1198 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001199 - src/compiler/objective_c_generator.h
1200 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001201 - src/compiler/php_generator.h
1202 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001203 - src/compiler/python_generator.h
1204 - src/compiler/ruby_generator.h
1205 - src/compiler/ruby_generator_helpers-inl.h
1206 - src/compiler/ruby_generator_map-inl.h
1207 - src/compiler/ruby_generator_string-inl.h
1208 src:
1209 - src/compiler/cpp_generator.cc
1210 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001211 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001212 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001213 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001214 - src/compiler/python_generator.cc
1215 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001216 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001217 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001218 secure: false
1219 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001220 vs_props:
1221 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001222- name: http2_client_main
1223 build: private
1224 language: c++
1225 headers:
1226 - test/cpp/interop/http2_client.h
1227 src:
1228 - src/proto/grpc/testing/empty.proto
1229 - src/proto/grpc/testing/messages.proto
1230 - src/proto/grpc/testing/test.proto
1231 - test/cpp/interop/http2_client.cc
1232 deps:
1233 - grpc++_test_util
1234 - grpc_test_util
1235 - grpc++
1236 - grpc
1237 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238- name: interop_client_helper
1239 build: private
1240 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001241 headers:
1242 - test/cpp/interop/client_helper.h
1243 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001244 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001245 - test/cpp/interop/client_helper.cc
1246 deps:
1247 - grpc++_test_util
1248 - grpc_test_util
1249 - grpc++
1250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: interop_client_main
1253 build: private
1254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001255 headers:
1256 - test/cpp/interop/interop_client.h
1257 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001258 - src/proto/grpc/testing/empty.proto
1259 - src/proto/grpc/testing/messages.proto
1260 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001261 - test/cpp/interop/client.cc
1262 - test/cpp/interop/interop_client.cc
1263 deps:
1264 - interop_client_helper
1265 - grpc++_test_util
1266 - grpc_test_util
1267 - grpc++
1268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001271 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: interop_server_helper
1273 build: private
1274 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001275 headers:
1276 - test/cpp/interop/server_helper.h
1277 src:
1278 - test/cpp/interop/server_helper.cc
1279 deps:
yang-gcc591022017-01-11 11:10:43 -08001280 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001281 - grpc_test_util
1282 - grpc++
1283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001284 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001285- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286 build: private
1287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001288 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001289 - src/proto/grpc/testing/empty.proto
1290 - src/proto/grpc/testing/messages.proto
1291 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001292 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001293 deps:
1294 - interop_server_helper
1295 - grpc++_test_util
1296 - grpc_test_util
1297 - grpc++
1298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001299 - gpr_test_util
1300 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001301 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001302- name: interop_server_main
1303 build: private
1304 language: c++
1305 src:
1306 - test/cpp/interop/interop_server_bootstrap.cc
1307 deps:
1308 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: qps
1310 build: private
1311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001312 headers:
1313 - test/cpp/qps/client.h
1314 - test/cpp/qps/driver.h
1315 - test/cpp/qps/histogram.h
1316 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001317 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001318 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001319 - test/cpp/qps/qps_worker.h
1320 - test/cpp/qps/report.h
1321 - test/cpp/qps/server.h
1322 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001323 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001324 - test/cpp/util/benchmark_config.h
1325 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001326 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001327 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001328 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001329 - src/proto/grpc/testing/control.proto
1330 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001331 - test/cpp/qps/client_async.cc
1332 - test/cpp/qps/client_sync.cc
1333 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001334 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001335 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001336 - test/cpp/qps/qps_worker.cc
1337 - test/cpp/qps/report.cc
1338 - test/cpp/qps/server_async.cc
1339 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001340 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001341 - test/cpp/util/benchmark_config.cc
1342 deps:
1343 - grpc_test_util
1344 - grpc++_test_util
1345 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: grpc_csharp_ext
1347 build: all
1348 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - src/csharp/ext/grpc_csharp_ext.c
1351 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001354 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001355 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356 dll: only
1357 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001358 vs_packages:
1359 - grpc.dependencies.openssl
1360 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001362 vs_props:
1363 - zlib
1364 - openssl
1365 - winsock
1366 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001368- name: alarm_test
1369 build: test
1370 language: c
1371 src:
1372 - test/core/surface/alarm_test.c
1373 deps:
1374 - grpc_test_util
1375 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001376 - gpr_test_util
1377 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001378- name: algorithm_test
1379 build: test
1380 language: c
1381 src:
1382 - test/core/compression/algorithm_test.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr_test_util
1387 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001388- name: alloc_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/support/alloc_test.c
1393 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr_test_util
1395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: alpn_test
1397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - test/core/transport/chttp2/alpn_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr_test_util
1405 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001406- name: api_fuzzer
1407 build: fuzzer
1408 language: c
1409 src:
1410 - test/core/end2end/fuzzers/api_fuzzer.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
1414 - gpr_test_util
1415 - gpr
1416 corpus_dirs:
1417 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001418 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001419 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001420- name: bad_server_response_test
1421 build: test
1422 language: c
1423 src:
1424 - test/core/end2end/bad_server_response_test.c
1425 deps:
1426 - test_tcp_server
1427 - grpc_test_util
1428 - grpc
1429 - gpr_test_util
1430 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001431 exclude_iomgrs:
1432 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001433- name: bdp_estimator_test
1434 build: test
1435 language: c
1436 src:
1437 - test/core/transport/bdp_estimator_test.c
1438 deps:
1439 - grpc_test_util
1440 - grpc
1441 - gpr_test_util
1442 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001443- name: bin_decoder_test
1444 build: test
1445 language: c
1446 src:
1447 - test/core/transport/chttp2/bin_decoder_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: bin_encoder_test
1452 build: test
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/transport/chttp2/bin_encoder_test.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001459- name: census_context_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/census/context_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001469- name: census_resource_test
1470 build: test
1471 language: c
1472 src:
1473 - test/core/census/resource_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
1477 - gpr_test_util
1478 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001479- name: census_trace_context_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/census/trace_context_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
1487 - gpr_test_util
1488 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001489- name: channel_create_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/surface/channel_create_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001499- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001503 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001509- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001513 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: chttp2_stream_map_test
1520 build: test
1521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001522 src:
1523 - test/core/transport/chttp2/stream_map_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001529- name: chttp2_varint_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/transport/chttp2/varint_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001539- name: client_fuzzer
1540 build: fuzzer
1541 language: c
1542 src:
1543 - test/core/end2end/fuzzers/client_fuzzer.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
1547 - gpr_test_util
1548 - gpr
1549 corpus_dirs:
1550 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001551 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001552 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001553- name: combiner_test
1554 cpu_cost: 30
1555 build: test
1556 language: c
1557 src:
1558 - test/core/iomgr/combiner_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
1562 - gpr_test_util
1563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564- name: compression_test
1565 build: test
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/compression/compression_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001574- name: concurrent_connectivity_test
1575 build: test
1576 language: c
1577 src:
1578 - test/core/surface/concurrent_connectivity_test.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
1582 - gpr_test_util
1583 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001584 exclude_iomgrs:
1585 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001586- name: connection_refused_test
1587 cpu_cost: 0.1
1588 build: test
1589 language: c
1590 src:
1591 - test/core/end2end/connection_refused_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
1595 - gpr_test_util
1596 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001597- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001598 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001599 build: test
1600 language: c
1601 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001602 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001608 exclude_iomgrs:
1609 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001610- name: dns_resolver_test
1611 build: test
1612 language: c
1613 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001614 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001621 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622 build: test
1623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001624 src:
1625 - test/core/end2end/dualstack_socket_test.c
1626 deps:
1627 - grpc_test_util
1628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001629 - gpr_test_util
1630 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001631 exclude_iomgrs:
1632 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001633 platforms:
1634 - mac
1635 - linux
1636 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001637- name: endpoint_pair_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/iomgr/endpoint_pair_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001647 exclude_iomgrs:
1648 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001649- name: ev_epoll_linux_test
1650 build: test
1651 language: c
1652 src:
1653 - test/core/iomgr/ev_epoll_linux_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
1657 - gpr_test_util
1658 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001659 exclude_iomgrs:
1660 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001661 platforms:
1662 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001663- name: fd_conservation_posix_test
1664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/iomgr/fd_conservation_posix_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001673 exclude_iomgrs:
1674 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001675 platforms:
1676 - mac
1677 - linux
1678 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: fd_posix_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/iomgr/fd_posix_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001689 exclude_iomgrs:
1690 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001691 platforms:
1692 - mac
1693 - linux
1694 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: fling_client
1696 build: test
1697 run: false
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/fling/client.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: fling_server
1707 build: test
1708 run: false
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/fling/server.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001717- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001718 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719 build: test
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - test/core/fling/fling_stream_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001728 platforms:
1729 - mac
1730 - linux
1731 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001733 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/fling/fling_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001743 platforms:
1744 - mac
1745 - linux
1746 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: gen_hpack_tables
1748 build: tool
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - tools/codegen/core/gen_hpack_tables.c
1752 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001753 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001754 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: gen_legal_metadata_characters
1756 build: tool
1757 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001758 src:
1759 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001760 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001761- name: gen_percent_encoding_tables
1762 build: tool
1763 language: c
1764 src:
1765 - tools/codegen/core/gen_percent_encoding_tables.c
1766 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001767- name: goaway_server_test
1768 cpu_cost: 0.1
1769 build: test
1770 language: c
1771 src:
1772 - test/core/end2end/goaway_server_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
1776 - gpr_test_util
1777 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001778 exclude_iomgrs:
1779 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001780 platforms:
1781 - mac
1782 - linux
1783 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001784- name: gpr_avl_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/support/avl_test.c
1789 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001792- name: gpr_backoff_test
1793 build: test
1794 language: c
1795 src:
1796 - test/core/support/backoff_test.c
1797 deps:
1798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: gpr_cmdline_test
1801 build: test
1802 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001803 src:
1804 - test/core/support/cmdline_test.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001808- name: gpr_cpu_test
1809 build: test
1810 language: c
1811 src:
1812 - test/core/support/cpu_test.c
1813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: gpr_env_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/support/env_test.c
1821 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: gpr_histogram_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/support/histogram_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: gpr_host_port_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/support/host_port_test.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001840- name: gpr_log_test
1841 build: test
1842 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001843 src:
1844 - test/core/support/log_test.c
1845 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001848- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001849 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001850 build: test
1851 language: c
1852 src:
1853 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001854 deps:
1855 - gpr_test_util
1856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001857- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001858 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/stack_lockfree_test.c
1863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gpr_string_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/support/string_test.c
1871 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001872 - gpr_test_util
1873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001875 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/support/sync_test.c
1880 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001884 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/support/thd_test.c
1889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: gpr_time_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/support/time_test.c
1897 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: gpr_tls_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/tls_test.c
1905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: gpr_useful_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/support/useful_test.c
1913 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916- name: grpc_auth_context_test
1917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
1920 - test/core/security/auth_context_test.c
1921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001926- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001930 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: grpc_byte_buffer_reader_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/surface/byte_buffer_reader_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: grpc_channel_args_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/channel/channel_args_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: grpc_channel_stack_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/channel/channel_stack_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: grpc_completion_queue_test
1967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
1970 - test/core/surface/completion_queue_test.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001976 exclude_iomgrs:
1977 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: grpc_create_jwt
1979 build: tool
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
1982 - test/core/security/create_jwt.c
1983 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001986 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_credentials_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/security/credentials_test.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001997- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001998 build: test
1999 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/security/fetch_oauth2.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002008- name: grpc_invalid_channel_args_test
2009 build: test
2010 language: c
2011 src:
2012 - test/core/surface/invalid_channel_args_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002018- name: grpc_json_token_test
2019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
2022 - test/core/security/json_token_test.c
2023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002028 platforms:
2029 - linux
2030 - posix
2031 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: grpc_jwt_verifier_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/security/jwt_verifier_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_print_google_default_creds_token
2043 build: tool
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/security/print_google_default_creds_token.c
2047 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: grpc_security_connector_test
2051 build: test
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/security/security_connector_test.c
2055 deps:
2056 - grpc_test_util
2057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002058 - gpr_test_util
2059 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: grpc_verify_jwt
2061 build: tool
2062 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/core/security/verify_jwt.c
2065 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002068- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002069 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002070 language: c
2071 src:
2072 - test/core/handshake/client_ssl.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
2076 - gpr_test_util
2077 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002078 platforms:
2079 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002080 secure: true
2081- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002082 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002083 language: c
2084 src:
2085 - test/core/handshake/server_ssl.c
2086 deps:
2087 - grpc_test_util
2088 - grpc
2089 - gpr_test_util
2090 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002091 platforms:
2092 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002093 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002094- name: hpack_parser_fuzzer_test
2095 build: fuzzer
2096 language: c
2097 src:
2098 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2099 deps:
2100 - grpc_test_util
2101 - grpc
2102 - gpr_test_util
2103 - gpr
2104 corpus_dirs:
2105 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002106 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002107 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: hpack_parser_test
2109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - test/core/transport/chttp2/hpack_parser_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118- name: hpack_table_test
2119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
2122 - test/core/transport/chttp2/hpack_table_test.c
2123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002128- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002132 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002133 deps:
2134 - grpc_test_util
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002138- name: http_request_fuzzer_test
2139 build: fuzzer
2140 language: c
2141 src:
2142 - test/core/http/request_fuzzer.c
2143 deps:
2144 - grpc_test_util
2145 - grpc
2146 - gpr_test_util
2147 - gpr
2148 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002149 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002150 maxlen: 2048
2151- name: http_response_fuzzer_test
2152 build: fuzzer
2153 language: c
2154 src:
2155 - test/core/http/response_fuzzer.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
2159 - gpr_test_util
2160 - gpr
2161 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002162 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002163 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002164- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002168 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002175 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176 build: test
2177 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002178 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002179 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002180 deps:
2181 - grpc_test_util
2182 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002183 - gpr_test_util
2184 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002185 platforms:
2186 - mac
2187 - linux
2188 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002189- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002190 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002191 build: test
2192 language: c
2193 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002194 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002195 deps:
2196 - grpc_test_util
2197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002198 - gpr_test_util
2199 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002200 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002201 - linux
yang-gf1183302015-12-07 16:02:05 -08002202- name: init_test
2203 build: test
2204 language: c
2205 src:
2206 - test/core/surface/init_test.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002210 - gpr_test_util
2211 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002212- name: internal_api_canary_iomgr_test
2213 build: test
2214 run: false
2215 language: c
2216 src:
2217 - test/core/internal_api_canaries/iomgr.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
2221 - gpr_test_util
2222 - gpr
2223- name: internal_api_canary_support_test
2224 build: test
2225 run: false
2226 language: c
2227 src:
2228 - test/core/internal_api_canaries/iomgr.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
2232 - gpr_test_util
2233 - gpr
2234- name: internal_api_canary_transport_test
2235 build: test
2236 run: false
2237 language: c
2238 src:
2239 - test/core/internal_api_canaries/iomgr.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
2243 - gpr_test_util
2244 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002245- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002246 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002247 build: test
2248 language: c
2249 src:
2250 - test/core/end2end/invalid_call_argument_test.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002256- name: json_fuzzer_test
2257 build: fuzzer
2258 language: c
2259 src:
2260 - test/core/json/fuzzer.c
2261 deps:
2262 - grpc_test_util
2263 - grpc
2264 - gpr_test_util
2265 - gpr
2266 corpus_dirs:
2267 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002268 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: json_rewrite
2270 build: test
2271 run: false
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/json/json_rewrite.c
2275 deps:
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: json_rewrite_test
2279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
2282 - test/core/json/json_rewrite_test.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002288- name: json_stream_error_test
2289 build: test
2290 language: c
2291 src:
2292 - test/core/json/json_stream_error_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: json_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/json/json_test.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: lame_client_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
2312 - test/core/surface/lame_client_test.c
2313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002318- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002319 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002320 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002324 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002330- name: load_file_test
2331 build: test
2332 language: c
2333 src:
2334 - test/core/iomgr/load_file_test.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
2338 - gpr_test_util
2339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: low_level_ping_pong_benchmark
2341 build: benchmark
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
2344 - test/core/network_benchmarks/low_level_ping_pong.c
2345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 platforms:
2351 - mac
2352 - linux
2353 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002354- name: memory_profile_client
2355 build: test
2356 run: false
2357 language: c
2358 src:
2359 - test/core/memory_usage/client.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
2363 - gpr_test_util
2364 - gpr
2365- name: memory_profile_server
2366 build: test
2367 run: false
2368 language: c
2369 src:
2370 - test/core/memory_usage/server.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
2374 - gpr_test_util
2375 - gpr
2376- name: memory_profile_test
2377 cpu_cost: 1.5
2378 build: test
2379 language: c
2380 src:
2381 - test/core/memory_usage/memory_usage_test.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
2385 - gpr_test_util
2386 - gpr
2387 platforms:
2388 - mac
2389 - linux
2390 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: message_compress_test
2392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/compression/message_compress_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002401- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002402 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002403 build: test
2404 language: c
2405 src:
2406 - test/core/census/mlog_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
2410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: multiple_server_queues_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/end2end/multiple_server_queues_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: murmur_hash_test
2423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
2426 - test/core/support/murmur_hash_test.c
2427 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002428 - gpr_test_util
2429 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002430- name: nanopb_fuzzer_response_test
2431 build: fuzzer
2432 language: c
2433 src:
2434 - test/core/nanopb/fuzzer_response.c
2435 deps:
2436 - grpc_test_util
2437 - grpc
2438 - gpr_test_util
2439 - gpr
2440 corpus_dirs:
2441 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002442 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002443- name: nanopb_fuzzer_serverlist_test
2444 build: fuzzer
2445 language: c
2446 src:
2447 - test/core/nanopb/fuzzer_serverlist.c
2448 deps:
2449 - grpc_test_util
2450 - grpc
2451 - gpr_test_util
2452 - gpr
2453 corpus_dirs:
2454 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002455 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002457 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458 build: test
2459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002460 src:
2461 - test/core/end2end/no_server_test.c
2462 deps:
2463 - grpc_test_util
2464 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002465 - gpr_test_util
2466 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002467- name: percent_decode_fuzzer
2468 build: fuzzer
2469 language: c
2470 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002471 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002472 deps:
2473 - grpc_test_util
2474 - grpc
2475 - gpr_test_util
2476 - gpr
2477 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002478 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002479 maxlen: 32
2480- name: percent_encode_fuzzer
2481 build: fuzzer
2482 language: c
2483 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002484 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002485 deps:
2486 - grpc_test_util
2487 - grpc
2488 - gpr_test_util
2489 - gpr
2490 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002491 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002492 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002493- name: percent_encoding_test
2494 build: test
2495 language: c
2496 src:
2497 - test/core/slice/percent_encoding_test.c
2498 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002499 - grpc_test_util
2500 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002501 - gpr_test_util
2502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002503- name: resolve_address_test
2504 build: test
2505 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002506 src:
2507 - test/core/iomgr/resolve_address_test.c
2508 deps:
2509 - grpc_test_util
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002513 exclude_iomgrs:
2514 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002515- name: resource_quota_test
2516 cpu_cost: 30
2517 build: test
2518 language: c
2519 src:
2520 - test/core/iomgr/resource_quota_test.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
2524 - gpr_test_util
2525 - gpr
yang-gd482e592015-12-10 14:04:00 -08002526- name: secure_channel_create_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/surface/secure_channel_create_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002534 - gpr_test_util
2535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536- name: secure_endpoint_test
2537 build: test
2538 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
2540 - test/core/security/secure_endpoint_test.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002546 exclude_iomgrs:
2547 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002548- name: sequential_connectivity_test
2549 build: test
2550 language: c
2551 src:
2552 - test/core/surface/sequential_connectivity_test.c
2553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002558 exclude_iomgrs:
2559 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002560- name: server_chttp2_test
2561 build: test
2562 language: c
2563 src:
2564 - test/core/surface/server_chttp2_test.c
2565 deps:
2566 - grpc_test_util
2567 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002568 - gpr_test_util
2569 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002570- name: server_fuzzer
2571 build: fuzzer
2572 language: c
2573 src:
2574 - test/core/end2end/fuzzers/server_fuzzer.c
2575 deps:
2576 - grpc_test_util
2577 - grpc
2578 - gpr_test_util
2579 - gpr
2580 corpus_dirs:
2581 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002582 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002583 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002584- name: server_test
2585 build: test
2586 language: c
2587 src:
2588 - test/core/surface/server_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002594- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002595 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002596 build: test
2597 language: c
2598 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002599 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002600 deps:
2601 - test_tcp_server
2602 - grpc_test_util
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002606 exclude_iomgrs:
2607 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002608- name: slice_buffer_test
2609 build: test
2610 language: c
2611 src:
2612 - test/core/slice/slice_buffer_test.c
2613 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002614 - grpc_test_util
2615 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002616 - gpr_test_util
2617 - gpr
2618- name: slice_string_helpers_test
2619 build: test
2620 language: c
2621 src:
2622 - test/core/slice/slice_string_helpers_test.c
2623 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002624 - grpc_test_util
2625 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002626 - gpr_test_util
2627 - gpr
2628- name: slice_test
2629 build: test
2630 language: c
2631 src:
2632 - test/core/slice/slice_test.c
2633 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002634 - grpc_test_util
2635 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002636 - gpr_test_util
2637 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002638- name: sockaddr_resolver_test
2639 build: test
2640 language: c
2641 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002642 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002643 deps:
2644 - grpc_test_util
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002648- name: sockaddr_utils_test
2649 build: test
2650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002651 src:
2652 - test/core/iomgr/sockaddr_utils_test.c
2653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002658- name: socket_utils_test
2659 build: test
2660 language: c
2661 src:
2662 - test/core/iomgr/socket_utils_test.c
2663 deps:
2664 - grpc_test_util
2665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002666 - gpr_test_util
2667 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002668 exclude_iomgrs:
2669 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002670 platforms:
2671 - mac
2672 - linux
2673 - posix
yang-g31e21282016-11-04 15:10:03 -07002674- name: ssl_server_fuzzer
2675 build: fuzzer
2676 language: c
2677 src:
2678 - test/core/security/ssl_server_fuzzer.c
2679 deps:
2680 - grpc_test_util
2681 - grpc
2682 - gpr_test_util
2683 - gpr
2684 corpus_dirs:
2685 - test/core/security/corpus/ssl_server_corpus
2686 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002688 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002689 build: test
2690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002691 src:
2692 - test/core/iomgr/tcp_client_posix_test.c
2693 deps:
2694 - grpc_test_util
2695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002696 - gpr_test_util
2697 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002698 exclude_iomgrs:
2699 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002700 platforms:
2701 - mac
2702 - linux
2703 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002704- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002705 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706 build: test
2707 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002708 src:
2709 - test/core/iomgr/tcp_posix_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002715 exclude_iomgrs:
2716 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002717 platforms:
2718 - mac
2719 - linux
2720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002721- name: tcp_server_posix_test
2722 build: test
2723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/core/iomgr/tcp_server_posix_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002731 exclude_iomgrs:
2732 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002733 platforms:
2734 - mac
2735 - linux
2736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: time_averaged_stats_test
2738 build: test
2739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - test/core/iomgr/time_averaged_stats_test.c
2742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002747- name: timeout_encoding_test
2748 build: test
2749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002750 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002751 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002752 deps:
2753 - grpc_test_util
2754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002755 - gpr_test_util
2756 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002757- name: timer_heap_test
2758 build: test
2759 language: c
2760 src:
2761 - test/core/iomgr/timer_heap_test.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002765 - gpr_test_util
2766 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002767 exclude_iomgrs:
2768 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002769- name: timer_list_test
2770 build: test
2771 language: c
2772 src:
2773 - test/core/iomgr/timer_list_test.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr_test_util
2778 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002779 exclude_iomgrs:
2780 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002781- name: transport_connectivity_state_test
2782 build: test
2783 language: c
2784 src:
2785 - test/core/transport/connectivity_state_test.c
2786 deps:
2787 - grpc_test_util
2788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002789 - gpr_test_util
2790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002791- name: transport_metadata_test
2792 build: test
2793 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002794 src:
2795 - test/core/transport/metadata_test.c
2796 deps:
2797 - grpc_test_util
2798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002799 - gpr_test_util
2800 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002801- name: transport_pid_controller_test
2802 build: test
2803 language: c
2804 src:
2805 - test/core/transport/pid_controller_test.c
2806 deps:
2807 - grpc_test_util
2808 - grpc
2809 - gpr_test_util
2810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811- name: transport_security_test
2812 build: test
2813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002814 src:
2815 - test/core/tsi/transport_security_test.c
2816 deps:
2817 - grpc_test_util
2818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002819 - gpr_test_util
2820 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002821 platforms:
2822 - linux
2823 - posix
2824 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: udp_server_test
2826 build: test
2827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002828 src:
2829 - test/core/iomgr/udp_server_test.c
2830 deps:
2831 - grpc_test_util
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002835 exclude_iomgrs:
2836 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002837 platforms:
2838 - mac
2839 - linux
2840 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002841- name: uri_fuzzer_test
2842 build: fuzzer
2843 language: c
2844 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002845 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002846 deps:
2847 - grpc_test_util
2848 - grpc
2849 - gpr_test_util
2850 - gpr
2851 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002852 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002853 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002854- name: uri_parser_test
2855 build: test
2856 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002857 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002858 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002859 deps:
2860 - grpc_test_util
2861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002862 - gpr_test_util
2863 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002864- name: wakeup_fd_cv_test
2865 build: test
2866 language: c
2867 src:
2868 - test/core/iomgr/wakeup_fd_cv_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
2872 - gpr_test_util
2873 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002874 exclude_iomgrs:
2875 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002876 platforms:
2877 - mac
2878 - linux
2879 - posix
vjpai04e992a2016-02-10 16:58:38 -08002880- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002881 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002882 build: test
2883 language: c++
2884 src:
2885 - test/cpp/common/alarm_cpp_test.cc
2886 deps:
2887 - grpc++_test_util
2888 - grpc_test_util
2889 - grpc++
2890 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002891 - gpr_test_util
2892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002894 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895 build: test
2896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002897 src:
2898 - test/cpp/end2end/async_end2end_test.cc
2899 deps:
2900 - grpc++_test_util
2901 - grpc_test_util
2902 - grpc++
2903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002904 - gpr_test_util
2905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002906- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002907 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908 build: test
2909 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002910 src:
2911 - test/cpp/common/auth_property_iterator_test.cc
2912 deps:
2913 - grpc++_test_util
2914 - grpc_test_util
2915 - grpc++
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002919- name: bm_fullstack
2920 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002921 language: c++
2922 src:
2923 - test/cpp/microbenchmarks/bm_fullstack.cc
2924 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002925 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002926 - grpc++_test_util
2927 - grpc_test_util
2928 - grpc++
2929 - grpc
2930 - gpr_test_util
2931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002933 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002934 build: test
2935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002936 src:
yang-g52705592015-11-25 11:45:33 -08002937 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002938 deps:
2939 - grpc++
2940 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002941 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002942- name: channel_filter_test
2943 gtest: true
2944 build: test
2945 language: c++
2946 src:
2947 - test/cpp/common/channel_filter_test.cc
2948 deps:
2949 - grpc++
2950 - grpc
2951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 build: test
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
2957 - test/cpp/util/cli_call_test.cc
2958 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002959 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002960 - grpc++_test_util
2961 - grpc_test_util
2962 - grpc++
2963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002964 - gpr_test_util
2965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002967 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002968 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969 build: test
2970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/cpp/end2end/client_crash_test.cc
2973 deps:
2974 - grpc++_test_util
2975 - grpc_test_util
2976 - grpc++
2977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002978 - gpr_test_util
2979 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002980 platforms:
2981 - mac
2982 - linux
2983 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: client_crash_test_server
2985 build: test
2986 run: false
2987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 src:
2989 - test/cpp/end2end/client_crash_test_server.cc
2990 deps:
2991 - grpc++_test_util
2992 - grpc_test_util
2993 - grpc++
2994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002995 - gpr_test_util
2996 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002997- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002998 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002999 build: test
3000 language: c++
3001 src:
3002 - src/proto/grpc/testing/control.proto
3003 - src/proto/grpc/testing/messages.proto
3004 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003005 - src/proto/grpc/testing/services.proto
3006 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003007 - test/cpp/codegen/codegen_test_full.cc
3008 deps:
3009 - grpc++
3010 - grpc
3011 - gpr
3012 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003013 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003014- name: codegen_test_minimal
3015 gtest: true
3016 build: test
3017 language: c++
3018 src:
3019 - src/proto/grpc/testing/control.proto
3020 - src/proto/grpc/testing/messages.proto
3021 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003022 - src/proto/grpc/testing/services.proto
3023 - src/proto/grpc/testing/stats.proto
3024 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003025 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003026 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003027 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003028- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003029 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030 build: test
3031 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003032 src:
3033 - test/cpp/client/credentials_test.cc
3034 deps:
3035 - grpc++
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003040 build: test
3041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003042 src:
3043 - test/cpp/util/byte_buffer_test.cc
3044 deps:
3045 - grpc_test_util
3046 - grpc++
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003051 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003052 build: test
3053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003054 src:
3055 - test/cpp/util/slice_test.cc
3056 deps:
3057 - grpc_test_util
3058 - grpc++
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: cxx_string_ref_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/util/string_ref_test.cc
3068 deps:
3069 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003071 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 build: test
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/cpp/util/time_test.cc
3076 deps:
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003084 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003085 build: test
3086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003087 src:
3088 - test/cpp/end2end/end2end_test.cc
3089 deps:
3090 - grpc++_test_util
3091 - grpc_test_util
3092 - grpc++
3093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003094 - gpr_test_util
3095 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003096- name: filter_end2end_test
3097 gtest: true
3098 build: test
3099 language: c++
3100 src:
3101 - test/cpp/end2end/filter_end2end_test.cc
3102 deps:
3103 - grpc++_test_util
3104 - grpc_test_util
3105 - grpc++
3106 - grpc
3107 - gpr_test_util
3108 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003110 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003111 build: test
3112 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003113 src:
3114 - test/cpp/end2end/generic_end2end_test.cc
3115 deps:
3116 - grpc++_test_util
3117 - grpc_test_util
3118 - grpc++
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003122- name: golden_file_test
3123 gtest: true
3124 build: test
3125 language: c++
3126 src:
3127 - src/proto/grpc/testing/compiler_test.proto
3128 - test/cpp/codegen/golden_file_test.cc
3129 deps:
3130 - grpc++
3131 - grpc
3132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003133- name: grpc_cli
3134 build: test
3135 run: false
3136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003137 src:
3138 - test/cpp/util/grpc_cli.cc
3139 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003140 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003141 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003142 - grpc++
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003145 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003146- name: grpc_cpp_plugin
3147 build: protoc
3148 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003149 src:
3150 - src/compiler/cpp_plugin.cc
3151 deps:
3152 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003153 secure: false
3154 vs_config_type: Application
3155 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3156- name: grpc_csharp_plugin
3157 build: protoc
3158 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003159 src:
3160 - src/compiler/csharp_plugin.cc
3161 deps:
3162 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163 secure: false
3164 vs_config_type: Application
3165 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003166- name: grpc_node_plugin
3167 build: protoc
3168 language: c++
3169 src:
3170 - src/compiler/node_plugin.cc
3171 deps:
3172 - grpc_plugin_support
3173 secure: false
3174 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003175- name: grpc_objective_c_plugin
3176 build: protoc
3177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003178 src:
3179 - src/compiler/objective_c_plugin.cc
3180 deps:
3181 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003182 secure: false
3183 vs_config_type: Application
3184 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003185- name: grpc_php_plugin
3186 build: protoc
3187 language: c++
3188 src:
3189 - src/compiler/php_plugin.cc
3190 deps:
3191 - grpc_plugin_support
3192 secure: false
3193 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003194- name: grpc_python_plugin
3195 build: protoc
3196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003197 src:
3198 - src/compiler/python_plugin.cc
3199 deps:
3200 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201 secure: false
3202 vs_config_type: Application
3203 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3204- name: grpc_ruby_plugin
3205 build: protoc
3206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003207 src:
3208 - src/compiler/ruby_plugin.cc
3209 deps:
3210 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003211 secure: false
3212 vs_config_type: Application
3213 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003214- name: grpc_tool_test
3215 gtest: true
3216 build: test
3217 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003218 src:
3219 - src/proto/grpc/testing/echo.proto
3220 - src/proto/grpc/testing/echo_messages.proto
3221 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003222 deps:
3223 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003224 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003225 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003226 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003227 - grpc_test_util
3228 - grpc++
3229 - grpc
3230 - gpr_test_util
3231 - gpr
3232 filegroups:
3233 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003234- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003235 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003236 build: test
3237 language: c++
3238 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003239 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003240 - test/cpp/grpclb/grpclb_api_test.cc
3241 deps:
3242 - grpc++_test_util
3243 - grpc_test_util
3244 - grpc++
3245 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003246- name: grpclb_test
3247 gtest: false
3248 build: test
3249 language: c++
3250 src:
3251 - src/proto/grpc/lb/v1/load_balancer.proto
3252 - test/cpp/grpclb/grpclb_test.cc
3253 deps:
3254 - gpr
3255 - gpr_test_util
3256 - grpc
3257 - grpc++
3258 - grpc++_test_util
3259 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003260- name: http2_client
3261 build: test
3262 run: false
3263 language: c++
3264 src: []
3265 deps:
3266 - http2_client_main
3267 - grpc++_test_util
3268 - grpc_test_util
3269 - grpc++
3270 - grpc
3271 - grpc++_test_config
3272 platforms:
3273 - mac
3274 - linux
3275 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003276- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003277 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003278 build: test
3279 language: c++
3280 src:
3281 - test/cpp/end2end/hybrid_end2end_test.cc
3282 deps:
3283 - grpc++_test_util
3284 - grpc_test_util
3285 - grpc++
3286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003287 - gpr_test_util
3288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003289- name: interop_client
3290 build: test
3291 run: false
3292 language: c++
3293 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003294 deps:
3295 - interop_client_main
3296 - interop_client_helper
3297 - grpc++_test_util
3298 - grpc_test_util
3299 - grpc++
3300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003301 - gpr_test_util
3302 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003303 - grpc++_test_config
3304 platforms:
3305 - mac
3306 - linux
3307 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003308- name: interop_server
3309 build: test
3310 run: false
3311 language: c++
3312 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003313 deps:
3314 - interop_server_main
3315 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003316 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003317 - 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 Tiller25834342015-09-25 08:08:24 -07003323 - grpc++_test_config
3324 platforms:
3325 - mac
3326 - linux
3327 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003329 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003330 build: test
3331 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003332 src:
3333 - test/cpp/interop/interop_test.cc
3334 deps:
3335 - grpc_test_util
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003339 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003340 platforms:
3341 - mac
3342 - linux
3343 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003344- name: json_run_localhost
3345 build: test
3346 run: false
3347 language: c++
3348 src:
3349 - test/cpp/qps/json_run_localhost.cc
3350 deps:
3351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
3355 - gpr_test_util
3356 - gpr
3357 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003358- name: metrics_client
3359 build: test
3360 run: false
3361 language: c++
3362 headers:
3363 - test/cpp/util/metrics_server.h
3364 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003365 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003366 - test/cpp/interop/metrics_client.cc
3367 deps:
3368 - grpc++
3369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003370 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003371 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003372- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003373 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003374 build: test
3375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003376 src:
3377 - test/cpp/end2end/mock_test.cc
3378 deps:
3379 - grpc++_test_util
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003383 - gpr_test_util
3384 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003385- name: noop-benchmark
3386 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003387 language: c++
3388 src:
3389 - test/cpp/microbenchmarks/noop-benchmark.cc
3390 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003391 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003392- name: proto_server_reflection_test
3393 gtest: true
3394 build: test
3395 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003396 src:
3397 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003398 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003399 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003400 - grpc++_reflection
3401 - grpc++_test_util
3402 - grpc_test_util
3403 - grpc++
3404 - grpc
3405 - gpr_test_util
3406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003407- name: qps_interarrival_test
3408 build: test
3409 run: false
3410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003411 src:
3412 - test/cpp/qps/qps_interarrival_test.cc
3413 deps:
3414 - qps
3415 - grpc++_test_util
3416 - grpc_test_util
3417 - grpc++
3418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003419 - gpr_test_util
3420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003421 platforms:
3422 - mac
3423 - linux
3424 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003425- name: qps_json_driver
3426 build: test
3427 run: false
3428 language: c++
3429 src:
3430 - test/cpp/qps/qps_json_driver.cc
3431 deps:
3432 - qps
3433 - grpc++_test_util
3434 - grpc_test_util
3435 - grpc++
3436 - grpc
3437 - gpr_test_util
3438 - gpr
3439 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003440- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003441 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003442 build: test
3443 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003444 src:
3445 - test/cpp/qps/qps_openloop_test.cc
3446 deps:
3447 - qps
3448 - grpc++_test_util
3449 - grpc_test_util
3450 - grpc++
3451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003452 - gpr_test_util
3453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003454 - grpc++_test_config
3455 platforms:
3456 - mac
3457 - linux
3458 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003459- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003460 build: test
3461 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003463 headers:
3464 - test/cpp/qps/client.h
3465 - test/cpp/qps/server.h
3466 src:
3467 - test/cpp/qps/worker.cc
3468 deps:
3469 - qps
3470 - grpc++_test_util
3471 - grpc_test_util
3472 - grpc++
3473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003474 - gpr_test_util
3475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003476 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477- name: reconnect_interop_client
3478 build: test
3479 run: false
3480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003481 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003482 - src/proto/grpc/testing/empty.proto
3483 - src/proto/grpc/testing/messages.proto
3484 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003485 - test/cpp/interop/reconnect_interop_client.cc
3486 deps:
3487 - grpc++_test_util
3488 - grpc_test_util
3489 - grpc++
3490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003491 - gpr_test_util
3492 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003493 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003494- name: reconnect_interop_server
3495 build: test
3496 run: false
3497 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003498 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003499 - src/proto/grpc/testing/empty.proto
3500 - src/proto/grpc/testing/messages.proto
3501 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003502 - test/cpp/interop/reconnect_interop_server.cc
3503 deps:
3504 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003505 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003506 - grpc++_test_util
3507 - grpc_test_util
3508 - grpc++
3509 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003510 - gpr_test_util
3511 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003512 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003513- name: round_robin_end2end_test
3514 gtest: true
3515 build: test
3516 language: c++
3517 src:
3518 - test/cpp/end2end/round_robin_end2end_test.cc
3519 deps:
3520 - grpc++_test_util
3521 - grpc_test_util
3522 - grpc++
3523 - grpc
3524 - gpr_test_util
3525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003527 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003528 build: test
3529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003530 src:
3531 - test/cpp/common/secure_auth_context_test.cc
3532 deps:
3533 - grpc++_test_util
3534 - grpc_test_util
3535 - grpc++
3536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003537 - gpr_test_util
3538 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003539- name: secure_sync_unary_ping_pong_test
3540 build: test
3541 language: c++
3542 src:
3543 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3544 deps:
3545 - qps
3546 - grpc++_test_util
3547 - grpc_test_util
3548 - grpc++
3549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003550 - gpr_test_util
3551 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003552 platforms:
3553 - mac
3554 - linux
3555 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003556- name: server_builder_plugin_test
3557 gtest: true
3558 build: test
3559 language: c++
3560 src:
3561 - test/cpp/end2end/server_builder_plugin_test.cc
3562 deps:
3563 - grpc++_test_util
3564 - grpc_test_util
3565 - grpc++
3566 - grpc
3567 - gpr_test_util
3568 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003569- name: server_context_test_spouse_test
3570 gtest: true
3571 build: test
3572 language: c++
3573 src:
3574 - test/cpp/test/server_context_test_spouse_test.cc
3575 deps:
3576 - grpc_test_util
3577 - grpc++_test
3578 - grpc++
3579 - grpc
3580 - gpr_test_util
3581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003582- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003583 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003584 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585 build: test
3586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003587 src:
3588 - test/cpp/end2end/server_crash_test.cc
3589 deps:
3590 - grpc++_test_util
3591 - grpc_test_util
3592 - grpc++
3593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003594 - gpr_test_util
3595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003596 platforms:
3597 - mac
3598 - linux
3599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003600- name: server_crash_test_client
3601 build: test
3602 run: false
3603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003604 src:
3605 - test/cpp/end2end/server_crash_test_client.cc
3606 deps:
3607 - grpc++_test_util
3608 - grpc_test_util
3609 - grpc++
3610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003611 - gpr_test_util
3612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003613- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003614 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003615 build: test
3616 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003617 src:
3618 - test/cpp/end2end/shutdown_test.cc
3619 deps:
3620 - grpc++_test_util
3621 - grpc_test_util
3622 - grpc++
3623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003624 - gpr_test_util
3625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003626- name: status_test
3627 build: test
3628 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003629 src:
3630 - test/cpp/util/status_test.cc
3631 deps:
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003635 - gpr_test_util
3636 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003637- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003638 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003639 build: test
3640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003641 src:
3642 - test/cpp/end2end/streaming_throughput_test.cc
3643 deps:
3644 - grpc++_test_util
3645 - grpc_test_util
3646 - grpc++
3647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003648 - gpr_test_util
3649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003650 platforms:
3651 - mac
3652 - linux
3653 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003654- name: stress_test
3655 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003656 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003657 language: c++
3658 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003659 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003660 - test/cpp/interop/interop_client.h
3661 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003662 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003663 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003664 - src/proto/grpc/testing/empty.proto
3665 - src/proto/grpc/testing/messages.proto
3666 - src/proto/grpc/testing/metrics.proto
3667 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003668 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003669 - test/cpp/interop/interop_client.cc
3670 - test/cpp/interop/stress_interop_client.cc
3671 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003672 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003673 deps:
3674 - grpc++_test_util
3675 - grpc_test_util
3676 - grpc++
3677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003678 - gpr_test_util
3679 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003680 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003681- name: thread_manager_test
3682 build: test
3683 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003684 src:
3685 - test/cpp/thread_manager/thread_manager_test.cc
3686 deps:
3687 - grpc++
3688 - grpc
3689 - gpr
3690 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003691- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003692 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003693 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694 build: test
3695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003696 src:
3697 - test/cpp/end2end/thread_stress_test.cc
3698 deps:
3699 - grpc++_test_util
3700 - grpc_test_util
3701 - grpc++
3702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003703 - gpr_test_util
3704 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003705- name: public_headers_must_be_c89
3706 build: test
3707 language: c89
3708 src:
3709 - test/core/surface/public_headers_must_be_c89.c
3710 deps:
3711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003713vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003714- linkage: static
3715 name: grpc.dependencies.zlib
3716 props: false
3717 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003718 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003719- linkage: static
3720 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003721 props: true
3722 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003723 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003724- name: gflags
3725 props: false
3726 redist: false
3727 version: 2.1.2.1
3728- name: gtest
3729 props: false
3730 redist: false
3731 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003732configs:
3733 asan:
3734 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003735 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3736 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003737 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003738 LD: clang
3739 LDFLAGS: -fsanitize=address
3740 LDXX: clang++
3741 compile_the_world: true
3742 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003743 ASAN_OPTIONS: detect_leaks=1:color=always
3744 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003745 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003746 asan-noleaks:
3747 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003748 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3749 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003750 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003751 LD: clang
3752 LDFLAGS: -fsanitize=address
3753 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003754 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003755 test_environ:
3756 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003757 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003758 asan-trace-cmp:
3759 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003760 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3761 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003762 CXX: clang++
3763 LD: clang
3764 LDFLAGS: -fsanitize=address
3765 LDXX: clang++
3766 compile_the_world: true
3767 test_environ:
3768 ASAN_OPTIONS: detect_leaks=1:color=always
3769 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3770 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003771 basicprof:
3772 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3773 DEFINES: NDEBUG
3774 dbg:
3775 CPPFLAGS: -O0
3776 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003777 easan:
3778 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003779 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3780 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003781 CXX: clang++
3782 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3783 LD: clang
3784 LDFLAGS: -fsanitize=address
3785 LDXX: clang++
3786 compile_the_world: true
3787 test_environ:
3788 ASAN_OPTIONS: detect_leaks=1:color=always
3789 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3790 timeout_multiplier: 3
3791 edbg:
3792 CPPFLAGS: -O0
3793 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3794 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003795 CC: clang
3796 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003797 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003798 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003799 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003800 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003801 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003802 LDXX: clang++
3803 compile_the_world: true
3804 test_environ:
3805 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3806 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003807 gcov:
3808 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003809 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003810 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003811 DEFINES: _DEBUG DEBUG GPR_GCOV
3812 LD: gcc
3813 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3814 LDXX: g++
3815 helgrind:
3816 CPPFLAGS: -O0
3817 DEFINES: _DEBUG DEBUG
3818 LDFLAGS: -rdynamic
3819 timeout_multiplier: 20
3820 valgrind: --tool=helgrind
3821 memcheck:
3822 CPPFLAGS: -O0
3823 DEFINES: _DEBUG DEBUG
3824 LDFLAGS: -rdynamic
3825 timeout_multiplier: 10
3826 valgrind: --tool=memcheck --leak-check=full
3827 msan:
3828 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003829 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3830 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3831 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003832 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003833 DEFINES: NDEBUG
3834 LD: clang
3835 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3836 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3837 LDXX: clang++
3838 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003839 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003840 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003841 CPPFLAGS: -O3 -fno-omit-frame-pointer
3842 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003843 LDFLAGS: -rdynamic
3844 opt:
3845 CPPFLAGS: -O2
3846 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003847 stapprof:
3848 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3849 DEFINES: NDEBUG
3850 tsan:
3851 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003852 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003853 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003854 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003855 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003856 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003857 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003858 LDXX: clang++
3859 compile_the_world: true
3860 test_environ:
3861 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003862 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003863 ubsan:
3864 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003865 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3866 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003867 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003868 DEFINES: NDEBUG
3869 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003870 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003871 LDXX: clang++
3872 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003873 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003874 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003875 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003876defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003877 benchmark:
3878 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003879 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003880 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003881 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003882 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003883 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003884 global:
3885 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3886 LDFLAGS: -g
3887 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003888 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003889 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003890node_modules:
3891- deps:
3892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003893 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003894 - boringssl
3895 - z
murgatroid9994a75412015-11-19 14:04:53 -08003896 headers:
3897 - src/node/ext/byte_buffer.h
3898 - src/node/ext/call.h
3899 - src/node/ext/call_credentials.h
3900 - src/node/ext/channel.h
3901 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003902 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003903 - src/node/ext/server.h
3904 - src/node/ext/server_credentials.h
3905 - src/node/ext/timeval.h
3906 js:
3907 - src/node/index.js
3908 - src/node/src/client.js
3909 - src/node/src/common.js
3910 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003911 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003912 - src/node/src/metadata.js
3913 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003914 name: grpc_node
3915 src:
3916 - src/node/ext/byte_buffer.cc
3917 - src/node/ext/call.cc
3918 - src/node/ext/call_credentials.cc
3919 - src/node/ext/channel.cc
3920 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003921 - src/node/ext/completion_queue_threadpool.cc
3922 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003923 - src/node/ext/node_grpc.cc
3924 - src/node/ext/server.cc
3925 - src/node/ext/server_credentials.cc
3926 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003927openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003928 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003929 extraction_dir: openssl-1.0.2f
3930 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003931php_config_m4:
3932 deps:
3933 - grpc
3934 - gpr
3935 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003936 headers:
3937 - src/php/ext/grpc/byte_buffer.h
3938 - src/php/ext/grpc/call.h
3939 - src/php/ext/grpc/call_credentials.h
3940 - src/php/ext/grpc/channel.h
3941 - src/php/ext/grpc/channel_credentials.h
3942 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003943 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003944 - src/php/ext/grpc/php_grpc.h
3945 - src/php/ext/grpc/server.h
3946 - src/php/ext/grpc/server_credentials.h
3947 - src/php/ext/grpc/timeval.h
3948 src:
3949 - src/php/ext/grpc/byte_buffer.c
3950 - src/php/ext/grpc/call.c
3951 - src/php/ext/grpc/call_credentials.c
3952 - src/php/ext/grpc/channel.c
3953 - src/php/ext/grpc/channel_credentials.c
3954 - src/php/ext/grpc/completion_queue.c
3955 - src/php/ext/grpc/php_grpc.c
3956 - src/php/ext/grpc/server.c
3957 - src/php/ext/grpc/server_credentials.c
3958 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003959python_dependencies:
3960 deps:
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003963 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003964 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003965ruby_gem:
3966 deps:
3967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003968 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003969 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003970 - z