blob: 0b490268c69865aa889248d246607e2770291f0c [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
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
93 - src/core/lib/support/stack_lockfree.h
94 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070095 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070096 - src/core/lib/support/thd_internal.h
97 - src/core/lib/support/time_precise.h
98 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/profiling/basic_timers.c
101 - src/core/lib/profiling/stap_timers.c
102 - src/core/lib/support/alloc.c
103 - src/core/lib/support/avl.c
104 - src/core/lib/support/backoff.c
105 - src/core/lib/support/cmdline.c
106 - src/core/lib/support/cpu_iphone.c
107 - src/core/lib/support/cpu_linux.c
108 - src/core/lib/support/cpu_posix.c
109 - src/core/lib/support/cpu_windows.c
110 - src/core/lib/support/env_linux.c
111 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700112 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700113 - src/core/lib/support/histogram.c
114 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/log.c
116 - src/core/lib/support/log_android.c
117 - src/core/lib/support/log_linux.c
118 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700119 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700120 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/stack_lockfree.c
123 - src/core/lib/support/string.c
124 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700125 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/subprocess_posix.c
128 - src/core/lib/support/subprocess_windows.c
129 - src/core/lib/support/sync.c
130 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/thd.c
133 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/time.c
136 - src/core/lib/support/time_posix.c
137 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200140 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700144 uses:
145 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800146- name: gpr_codegen
147 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/atm.h
149 - include/grpc/impl/codegen/atm_gcc_atomic.h
150 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700151 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800152 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700153 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800154 - include/grpc/impl/codegen/port_platform.h
155 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/sync.h
157 - include/grpc/impl/codegen/sync_generic.h
158 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700160- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700161 public_headers:
162 - include/grpc/byte_buffer.h
163 - include/grpc/byte_buffer_reader.h
164 - include/grpc/compression.h
165 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700166 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200167 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700168 - include/grpc/slice.h
169 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700170 - include/grpc/status.h
171 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700172 - src/core/lib/channel/channel_args.h
173 - src/core/lib/channel/channel_stack.h
174 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/channel/compress_filter.h
176 - src/core/lib/channel/connected_channel.h
177 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700178 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700179 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800180 - src/core/lib/channel/handshaker_factory.h
181 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700182 - src/core/lib/channel/http_client_filter.h
183 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700184 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/compression/algorithm_metadata.h
186 - src/core/lib/compression/message_compress.h
187 - src/core/lib/debug/trace.h
188 - src/core/lib/http/format_request.h
189 - src/core/lib/http/httpcli.h
190 - src/core/lib/http/parser.h
191 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700192 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/endpoint.h
194 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700195 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700196 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700197 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700198 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700199 - src/core/lib/iomgr/exec_ctx.h
200 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/iocp_windows.h
202 - src/core/lib/iomgr/iomgr.h
203 - src/core/lib/iomgr/iomgr_internal.h
204 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700205 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700206 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700207 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700209 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700211 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700213 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700215 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/sockaddr.h
217 - src/core/lib/iomgr/sockaddr_posix.h
218 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700219 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700220 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700221 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/socket_utils_posix.h
223 - src/core/lib/iomgr/socket_windows.h
224 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700225 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/tcp_posix.h
227 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/tcp_windows.h
230 - src/core/lib/iomgr/time_averaged_stats.h
231 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700234 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700235 - src/core/lib/iomgr/udp_server.h
236 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700237 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/wakeup_fd_pipe.h
239 - src/core/lib/iomgr/wakeup_fd_posix.h
240 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700241 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/workqueue_windows.h
243 - src/core/lib/json/json.h
244 - src/core/lib/json/json_common.h
245 - src/core/lib/json/json_reader.h
246 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700247 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800248 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700249 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/surface/api_trace.h
251 - src/core/lib/surface/call.h
252 - src/core/lib/surface/call_test_only.h
253 - src/core/lib/surface/channel.h
254 - src/core/lib/surface/channel_init.h
255 - src/core/lib/surface/channel_stack_type.h
256 - src/core/lib/surface/completion_queue.h
257 - src/core/lib/surface/event_string.h
258 - src/core/lib/surface/init.h
259 - src/core/lib/surface/lame_client.h
260 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700263 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/transport/metadata.h
265 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700266 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700267 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400269 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/transport.h
271 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700272 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/channel/channel_args.c
274 - src/core/lib/channel/channel_stack.c
275 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/channel/compress_filter.c
277 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700278 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700279 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800280 - src/core/lib/channel/handshaker_factory.c
281 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/http_client_filter.c
283 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700284 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700285 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/compression/message_compress.c
287 - src/core/lib/debug/trace.c
288 - src/core/lib/http/format_request.c
289 - src/core/lib/http/httpcli.c
290 - src/core/lib/http/parser.c
291 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700292 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/endpoint.c
294 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700295 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700297 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700298 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700299 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700300 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/exec_ctx.c
302 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/iocp_windows.c
304 - src/core/lib/iomgr/iomgr.c
305 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700308 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700309 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700310 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/pollset_windows.c
315 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700316 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700318 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700320 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/socket_utils_common_posix.c
322 - src/core/lib/iomgr/socket_utils_linux.c
323 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700325 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/socket_windows.c
327 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/tcp_client_windows.c
330 - src/core/lib/iomgr/tcp_posix.c
331 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/tcp_windows.c
336 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/udp_server.c
341 - src/core/lib/iomgr/unix_sockets_posix.c
342 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700343 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/wakeup_fd_eventfd.c
345 - src/core/lib/iomgr/wakeup_fd_nospecial.c
346 - src/core/lib/iomgr/wakeup_fd_pipe.c
347 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/workqueue_windows.c
350 - src/core/lib/json/json.c
351 - src/core/lib/json/json_reader.c
352 - src/core/lib/json/json_string.c
353 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700354 - src/core/lib/slice/percent_encoding.c
355 - src/core/lib/slice/slice.c
356 - src/core/lib/slice/slice_buffer.c
357 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/surface/alarm.c
359 - src/core/lib/surface/api_trace.c
360 - src/core/lib/surface/byte_buffer.c
361 - src/core/lib/surface/byte_buffer_reader.c
362 - src/core/lib/surface/call.c
363 - src/core/lib/surface/call_details.c
364 - src/core/lib/surface/call_log_batch.c
365 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/surface/channel_init.c
367 - src/core/lib/surface/channel_ping.c
368 - src/core/lib/surface/channel_stack_type.c
369 - src/core/lib/surface/completion_queue.c
370 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/surface/lame_client.c
372 - src/core/lib/surface/metadata_array.c
373 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/surface/validate_metadata.c
375 - src/core/lib/surface/version.c
376 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700378 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/transport/metadata.c
380 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700381 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700382 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700383 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400384 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/transport/transport.c
386 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700387 deps:
388 - gpr
389 uses:
390 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700391- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700392 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700393 - src/core/ext/client_channel/client_channel.h
394 - src/core/ext/client_channel/client_channel_factory.h
395 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700396 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700397 - src/core/ext/client_channel/initial_connect_string.h
398 - src/core/ext/client_channel/lb_policy.h
399 - src/core/ext/client_channel/lb_policy_factory.h
400 - src/core/ext/client_channel/lb_policy_registry.h
401 - src/core/ext/client_channel/parse_address.h
402 - src/core/ext/client_channel/resolver.h
403 - src/core/ext/client_channel/resolver_factory.h
404 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/subchannel.h
406 - src/core/ext/client_channel/subchannel_index.h
407 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700409 - src/core/ext/client_channel/channel_connectivity.c
410 - src/core/ext/client_channel/client_channel.c
411 - src/core/ext/client_channel/client_channel_factory.c
412 - src/core/ext/client_channel/client_channel_plugin.c
413 - src/core/ext/client_channel/connector.c
414 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700415 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700416 - src/core/ext/client_channel/initial_connect_string.c
417 - src/core/ext/client_channel/lb_policy.c
418 - src/core/ext/client_channel/lb_policy_factory.c
419 - src/core/ext/client_channel/lb_policy_registry.c
420 - src/core/ext/client_channel/parse_address.c
421 - src/core/ext/client_channel/resolver.c
422 - src/core/ext/client_channel/resolver_factory.c
423 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/subchannel.c
425 - src/core/ext/client_channel/subchannel_index.c
426 - src/core/ext/client_channel/uri_parser.c
427 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700428 uses:
429 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800430- name: grpc_codegen
431 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700432 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800433 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800434 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800435 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800436 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800437 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800438 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700439 uses:
440 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700441- name: grpc_lb_policy_grpclb
442 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700443 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700444 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700445 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700446 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700447 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700448 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700449 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700450 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700451 uses:
452 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700453 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700454 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700455- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700456 src:
457 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700458 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700459 uses:
460 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700461 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700462- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700463 src:
464 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700465 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700466 uses:
467 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700468 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700469- name: grpc_load_reporting
470 headers:
471 - src/core/ext/load_reporting/load_reporting.h
472 - src/core/ext/load_reporting/load_reporting_filter.h
473 src:
474 - src/core/ext/load_reporting/load_reporting.c
475 - src/core/ext/load_reporting/load_reporting_filter.c
476 plugin: grpc_load_reporting_plugin
477 uses:
478 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700479- name: grpc_resolver_dns_native
480 src:
481 - src/core/ext/resolver/dns/native/dns_resolver.c
482 plugin: grpc_resolver_dns_native
483 uses:
484 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700485 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700486- name: grpc_resolver_sockaddr
487 src:
488 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
489 plugin: grpc_resolver_sockaddr
490 uses:
491 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700492 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100493- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700494 public_headers:
495 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100496 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700497 - src/core/lib/security/context/security_context.h
498 - src/core/lib/security/credentials/composite/composite_credentials.h
499 - src/core/lib/security/credentials/credentials.h
500 - src/core/lib/security/credentials/fake/fake_credentials.h
501 - src/core/lib/security/credentials/google_default/google_default_credentials.h
502 - src/core/lib/security/credentials/iam/iam_credentials.h
503 - src/core/lib/security/credentials/jwt/json_token.h
504 - src/core/lib/security/credentials/jwt/jwt_credentials.h
505 - src/core/lib/security/credentials/jwt/jwt_verifier.h
506 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
507 - src/core/lib/security/credentials/plugin/plugin_credentials.h
508 - src/core/lib/security/credentials/ssl/ssl_credentials.h
509 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700510 - src/core/lib/security/transport/secure_endpoint.h
511 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800512 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700513 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700514 - src/core/lib/security/util/b64.h
515 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100516 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700517 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700518 - src/core/lib/security/context/security_context.c
519 - src/core/lib/security/credentials/composite/composite_credentials.c
520 - src/core/lib/security/credentials/credentials.c
521 - src/core/lib/security/credentials/credentials_metadata.c
522 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700523 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700524 - src/core/lib/security/credentials/google_default/google_default_credentials.c
525 - src/core/lib/security/credentials/iam/iam_credentials.c
526 - src/core/lib/security/credentials/jwt/json_token.c
527 - src/core/lib/security/credentials/jwt/jwt_credentials.c
528 - src/core/lib/security/credentials/jwt/jwt_verifier.c
529 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
530 - src/core/lib/security/credentials/plugin/plugin_credentials.c
531 - src/core/lib/security/credentials/ssl/ssl_credentials.c
532 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/transport/secure_endpoint.c
534 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800535 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700536 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700537 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700538 - src/core/lib/security/util/b64.c
539 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700540 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700541 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700542 uses:
543 - grpc_base
544 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700545 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700546- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700547 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700548 headers:
549 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700550 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700551 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700552 - test/core/end2end/fixtures/proxy.h
553 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200555 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700556 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700557 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700558 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700560 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/slice_splitter.h
562 src:
563 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700564 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700565 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/end2end/fixtures/proxy.c
567 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200569 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700570 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700572 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700573 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700574 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700575 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700576 - test/core/util/port_windows.c
577 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700578 deps:
579 - grpc
580 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700581- name: grpc_transport_chttp2
582 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700583 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700584 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700585 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
586 - src/core/ext/transport/chttp2/transport/frame.h
587 - src/core/ext/transport/chttp2/transport/frame_data.h
588 - src/core/ext/transport/chttp2/transport/frame_goaway.h
589 - src/core/ext/transport/chttp2/transport/frame_ping.h
590 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
591 - src/core/ext/transport/chttp2/transport/frame_settings.h
592 - src/core/ext/transport/chttp2/transport/frame_window_update.h
593 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
594 - src/core/ext/transport/chttp2/transport/hpack_parser.h
595 - src/core/ext/transport/chttp2/transport/hpack_table.h
596 - src/core/ext/transport/chttp2/transport/http2_errors.h
597 - src/core/ext/transport/chttp2/transport/huffsyms.h
598 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
599 - src/core/ext/transport/chttp2/transport/internal.h
600 - src/core/ext/transport/chttp2/transport/status_conversion.h
601 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700602 - src/core/ext/transport/chttp2/transport/varint.h
603 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700604 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700605 - src/core/ext/transport/chttp2/transport/bin_encoder.c
606 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700607 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
608 - src/core/ext/transport/chttp2/transport/frame_data.c
609 - src/core/ext/transport/chttp2/transport/frame_goaway.c
610 - src/core/ext/transport/chttp2/transport/frame_ping.c
611 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
612 - src/core/ext/transport/chttp2/transport/frame_settings.c
613 - src/core/ext/transport/chttp2/transport/frame_window_update.c
614 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
615 - src/core/ext/transport/chttp2/transport/hpack_parser.c
616 - src/core/ext/transport/chttp2/transport/hpack_table.c
617 - src/core/ext/transport/chttp2/transport/huffsyms.c
618 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
619 - src/core/ext/transport/chttp2/transport/parsing.c
620 - src/core/ext/transport/chttp2/transport/status_conversion.c
621 - src/core/ext/transport/chttp2/transport/stream_lists.c
622 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700623 - src/core/ext/transport/chttp2/transport/varint.c
624 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700625 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700626 uses:
627 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700628 - grpc_transport_chttp2_alpn
629- name: grpc_transport_chttp2_alpn
630 headers:
631 - src/core/ext/transport/chttp2/alpn/alpn.h
632 src:
633 - src/core/ext/transport/chttp2/alpn/alpn.c
634 deps:
635 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800636- name: grpc_transport_chttp2_client_connector
637 headers:
638 - src/core/ext/transport/chttp2/client/chttp2_connector.h
639 src:
640 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800641 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800642 - grpc_transport_chttp2
643 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700644- name: grpc_transport_chttp2_client_insecure
645 src:
646 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700647 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700648 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800649 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700650 - grpc_transport_chttp2
651 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700652 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700653- name: grpc_transport_chttp2_client_secure
654 src:
655 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 uses:
657 - grpc_transport_chttp2
658 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700659 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700660 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800661 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800662- name: grpc_transport_chttp2_server
663 headers:
664 - src/core/ext/transport/chttp2/server/chttp2_server.h
665 src:
666 - src/core/ext/transport/chttp2/server/chttp2_server.c
667 uses:
668 - grpc_transport_chttp2
669 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700670- name: grpc_transport_chttp2_server_insecure
671 src:
672 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700673 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700674 uses:
675 - grpc_transport_chttp2
676 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800677 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700678- name: grpc_transport_chttp2_server_secure
679 src:
680 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700681 uses:
682 - grpc_transport_chttp2
683 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700684 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800685 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700686- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700687 public_headers:
688 - include/grpc/grpc_cronet.h
689 - include/grpc/grpc_security.h
690 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700691 headers:
Garrett Castoa0ed3732016-11-07 20:36:31 -0800692 - third_party/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700693 src:
694 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
695 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
696 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700697 filegroups:
698 - grpc_base
699 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800700- name: nanopb
701 headers:
702 - third_party/nanopb/pb.h
703 - third_party/nanopb/pb_common.h
704 - third_party/nanopb/pb_decode.h
705 - third_party/nanopb/pb_encode.h
706 src:
707 - third_party/nanopb/pb_common.c
708 - third_party/nanopb/pb_decode.c
709 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700710- name: tsi
711 headers:
712 - src/core/lib/tsi/fake_transport_security.h
713 - src/core/lib/tsi/ssl_transport_security.h
714 - src/core/lib/tsi/ssl_types.h
715 - src/core/lib/tsi/transport_security.h
716 - src/core/lib/tsi/transport_security_interface.h
717 src:
718 - src/core/lib/tsi/fake_transport_security.c
719 - src/core/lib/tsi/ssl_transport_security.c
720 - src/core/lib/tsi/transport_security.c
721 deps:
722 - gpr
723 secure: true
724- name: grpc++_base
725 language: c++
726 public_headers:
727 - include/grpc++/alarm.h
728 - include/grpc++/channel.h
729 - include/grpc++/client_context.h
730 - include/grpc++/completion_queue.h
731 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700732 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - include/grpc++/generic/async_generic_service.h
734 - include/grpc++/generic/generic_stub.h
735 - include/grpc++/grpc++.h
736 - include/grpc++/impl/call.h
737 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700738 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - include/grpc++/impl/grpc_library.h
740 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - include/grpc++/impl/rpc_method.h
742 - include/grpc++/impl/rpc_service_method.h
743 - include/grpc++/impl/serialization_traits.h
744 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700745 - include/grpc++/impl/server_builder_plugin.h
746 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700748 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - include/grpc++/security/auth_context.h
750 - include/grpc++/security/auth_metadata_processor.h
751 - include/grpc++/security/credentials.h
752 - include/grpc++/security/server_credentials.h
753 - include/grpc++/server.h
754 - include/grpc++/server_builder.h
755 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700756 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/support/async_stream.h
758 - include/grpc++/support/async_unary_call.h
759 - include/grpc++/support/byte_buffer.h
760 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700761 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700762 - include/grpc++/support/slice.h
763 - include/grpc++/support/status.h
764 - include/grpc++/support/status_code_enum.h
765 - include/grpc++/support/string_ref.h
766 - include/grpc++/support/stub_options.h
767 - include/grpc++/support/sync_stream.h
768 - include/grpc++/support/time.h
769 headers:
770 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700771 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 - src/cpp/server/dynamic_thread_pool.h
773 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700774 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700776 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - src/cpp/client/client_context.cc
778 - src/cpp/client/create_channel.cc
779 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700780 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700781 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700784 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700785 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700787 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700789 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - src/cpp/server/async_generic_service.cc
791 - src/cpp/server/create_default_thread_pool.cc
792 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700794 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 - src/cpp/server/server_context.cc
796 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700797 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700798 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700799 - src/cpp/util/byte_buffer_cc.cc
800 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - src/cpp/util/status.cc
802 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700803 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700804 uses:
yang-g17487f92016-06-03 15:21:15 -0700805 - grpc++_codegen_base
806- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 language: c++
808 public_headers:
809 - include/grpc++/impl/codegen/async_stream.h
810 - include/grpc++/impl/codegen/async_unary_call.h
811 - include/grpc++/impl/codegen/call.h
812 - include/grpc++/impl/codegen/call_hook.h
813 - include/grpc++/impl/codegen/channel_interface.h
814 - include/grpc++/impl/codegen/client_context.h
815 - include/grpc++/impl/codegen/client_unary_call.h
816 - include/grpc++/impl/codegen/completion_queue.h
817 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700818 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - include/grpc++/impl/codegen/core_codegen_interface.h
820 - include/grpc++/impl/codegen/create_auth_context.h
821 - include/grpc++/impl/codegen/grpc_library.h
822 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/impl/codegen/rpc_method.h
824 - include/grpc++/impl/codegen/rpc_service_method.h
825 - include/grpc++/impl/codegen/security/auth_context.h
826 - include/grpc++/impl/codegen/serialization_traits.h
827 - include/grpc++/impl/codegen/server_context.h
828 - include/grpc++/impl/codegen/server_interface.h
829 - include/grpc++/impl/codegen/service_type.h
830 - include/grpc++/impl/codegen/status.h
831 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700832 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - include/grpc++/impl/codegen/string_ref.h
834 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - include/grpc++/impl/codegen/sync_stream.h
836 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 uses:
838 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700839- name: grpc++_codegen_base_src
840 language: c++
841 src:
842 - src/cpp/codegen/codegen_init.cc
843 uses:
844 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700845- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 language: c++
847 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700848 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 uses:
yang-g17487f92016-06-03 15:21:15 -0700850 - grpc++_codegen_base
851 - grpc++_config_proto
852- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 language: c++
854 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700856- name: grpc++_reflection_proto
857 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700858 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700859 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700860- name: thrift_util
861 language: c++
862 public_headers:
863 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700864 - include/grpc++/impl/codegen/thrift_utils.h
865 uses:
866 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100867libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800868- name: gpr
869 build: all
870 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800871 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700872 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800873 secure: false
874 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
875- name: gpr_test_util
876 build: private
877 language: c
878 headers:
879 - test/core/util/test_config.h
880 src:
881 - test/core/util/test_config.c
882 deps:
883 - gpr
884 secure: false
885 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700886- name: grpc
887 build: all
888 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 src:
890 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700891 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800892 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700894 filegroups:
895 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700896 - grpc_transport_chttp2_server_secure
897 - grpc_transport_chttp2_client_secure
898 - grpc_transport_chttp2_server_insecure
899 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700900 - grpc_lb_policy_grpclb
901 - grpc_lb_policy_pick_first
902 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700903 - grpc_resolver_dns_native
904 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700905 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100906 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700907 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700908 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700910 vs_packages:
911 - grpc.dependencies.openssl
912 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700914- name: grpc_cronet
915 build: all
916 language: c
917 src:
918 - src/core/lib/surface/init.c
919 baselib: true
920 deps_linkage: static
921 dll: true
922 filegroups:
923 - grpc_base
924 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700925 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700926 generate_plugin_registry: true
927 platforms:
928 - linux
929 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100930- name: grpc_dll
931 build: private
932 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100933 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100934 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100935 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100936 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100937 build_system:
938 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100939 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100940 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100941 vs_config_type: DynamicLibrary
942 vs_packages:
943 - grpc.dependencies.openssl
944 - grpc.dependencies.zlib
945 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
946 vs_props:
947 - zlib
948 - openssl
949 - winsock
950 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951- name: grpc_test_util
952 build: private
953 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700954 headers:
955 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800956 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700957 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700958 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700959 - test/core/end2end/data/server1_cert.c
960 - test/core/end2end/data/server1_key.c
961 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800962 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700963 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800965 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700966 - grpc
967 filegroups:
968 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700969 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700970 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
971- name: grpc_test_util_unsecure
972 build: private
973 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700974 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800975 - gpr
976 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800977 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700978 filegroups:
979 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980 secure: false
981 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
982- name: grpc_unsecure
983 build: all
984 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700985 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700986 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700987 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800989 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700991 filegroups:
992 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700993 - grpc_transport_chttp2_server_insecure
994 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700995 - grpc_resolver_dns_native
996 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700997 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700998 - grpc_lb_policy_grpclb
999 - grpc_lb_policy_pick_first
1000 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001001 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001002 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001003 secure: false
1004 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001005- name: reconnect_server
1006 build: private
1007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001008 headers:
1009 - test/core/util/reconnect_server.h
1010 src:
1011 - test/core/util/reconnect_server.c
1012 deps:
yang-gc9fca182015-11-06 16:41:33 -08001013 - test_tcp_server
1014 - grpc_test_util
1015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001016 - gpr_test_util
1017 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001018- name: test_tcp_server
1019 build: private
1020 language: c
1021 headers:
1022 - test/core/util/test_tcp_server.h
1023 src:
1024 - test/core/util/test_tcp_server.c
1025 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030- name: grpc++
1031 build: all
1032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001033 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001034 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001035 - src/cpp/client/secure_credentials.h
1036 - src/cpp/common/secure_auth_context.h
1037 - src/cpp/server/secure_server_credentials.h
1038 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001039 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001040 - src/cpp/client/secure_credentials.cc
1041 - src/cpp/common/auth_property_iterator.cc
1042 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001043 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001044 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001045 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001046 - src/cpp/server/secure_server_credentials.cc
1047 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001048 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049 baselib: true
1050 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001051 filegroups:
1052 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001053 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001054 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 secure: check
1056 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001057- name: grpc++_cronet
1058 build: all
1059 language: c++
1060 src:
1061 - src/cpp/client/cronet_credentials.cc
1062 - src/cpp/client/insecure_credentials.cc
1063 - src/cpp/common/insecure_create_auth_context.cc
1064 - src/cpp/server/insecure_server_credentials.cc
1065 deps:
1066 - gpr
1067 - grpc_cronet
1068 baselib: true
1069 dll: true
1070 filegroups:
1071 - grpc++_base
1072 - grpc++_codegen_base
1073 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001074 - grpc_transport_chttp2_client_insecure
1075 - grpc_transport_chttp2_server_insecure
1076 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001077 platforms:
1078 - linux
1079 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001080- name: grpc++_proto_reflection_desc_db
1081 build: private
1082 language: c++
1083 headers:
1084 - test/cpp/util/proto_reflection_descriptor_database.h
1085 src:
1086 - test/cpp/util/proto_reflection_descriptor_database.cc
1087 deps:
1088 - grpc++
1089 filegroups:
1090 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001091 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001092- name: grpc++_reflection
1093 build: all
1094 language: c++
1095 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001096 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001097 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001098 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001099 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001100 - src/cpp/ext/proto_server_reflection.cc
1101 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001102 deps:
1103 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001104 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001105 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001106- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001107 build: private
yang-g42879982016-10-13 15:58:31 -07001108 language: c++
1109 headers:
1110 - include/grpc++/test/server_context_test_spouse.h
1111 src:
1112 - src/cpp/test/server_context_test_spouse.cc
1113 deps:
1114 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: grpc++_test_config
1116 build: private
1117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001118 headers:
1119 - test/cpp/util/test_config.h
1120 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001121 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122- name: grpc++_test_util
1123 build: private
1124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001125 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001126 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001127 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001128 - test/cpp/util/create_test_channel.h
1129 - test/cpp/util/string_ref_helper.h
1130 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001131 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001132 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001133 - src/proto/grpc/testing/echo_messages.proto
1134 - src/proto/grpc/testing/echo.proto
1135 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001136 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001137 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001138 - test/cpp/util/create_test_channel.cc
1139 - test/cpp/util/string_ref_helper.cc
1140 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001141 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001142 deps:
1143 - grpc++
1144 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001145 filegroups:
1146 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001147 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001148 - grpc++_codegen_proto
1149 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001150 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: grpc++_unsecure
1152 build: all
1153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001155 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001156 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001157 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001160 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161 baselib: true
1162 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001163 filegroups:
1164 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001165 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001166 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167 secure: false
1168 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001169- name: grpc_cli_libs
1170 build: private
1171 language: c++
1172 headers:
1173 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001174 - test/cpp/util/cli_credentials.h
1175 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001176 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001177 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001178 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001179 src:
1180 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001181 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001182 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001183 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001184 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001185 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001186 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001187 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001188 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001189 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001190 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191- name: grpc_plugin_support
1192 build: protoc
1193 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001194 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001195 - src/compiler/config.h
1196 - src/compiler/cpp_generator.h
1197 - src/compiler/cpp_generator_helpers.h
1198 - src/compiler/csharp_generator.h
1199 - src/compiler/csharp_generator_helpers.h
1200 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001201 - src/compiler/node_generator.h
1202 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001203 - src/compiler/objective_c_generator.h
1204 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001205 - src/compiler/php_generator.h
1206 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001207 - src/compiler/python_generator.h
1208 - src/compiler/ruby_generator.h
1209 - src/compiler/ruby_generator_helpers-inl.h
1210 - src/compiler/ruby_generator_map-inl.h
1211 - src/compiler/ruby_generator_string-inl.h
1212 src:
1213 - src/compiler/cpp_generator.cc
1214 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001215 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001216 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001217 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001218 - src/compiler/python_generator.cc
1219 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001220 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001221 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222 secure: false
1223 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001224 vs_props:
1225 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001226- name: http2_client_main
1227 build: private
1228 language: c++
1229 headers:
1230 - test/cpp/interop/http2_client.h
1231 src:
1232 - src/proto/grpc/testing/empty.proto
1233 - src/proto/grpc/testing/messages.proto
1234 - src/proto/grpc/testing/test.proto
1235 - test/cpp/interop/http2_client.cc
1236 deps:
1237 - grpc++_test_util
1238 - grpc_test_util
1239 - grpc++
1240 - grpc
1241 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: interop_client_helper
1243 build: private
1244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001245 headers:
1246 - test/cpp/interop/client_helper.h
1247 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001248 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001249 - test/cpp/interop/client_helper.cc
1250 deps:
1251 - grpc++_test_util
1252 - grpc_test_util
1253 - grpc++
1254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: interop_client_main
1257 build: private
1258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001259 headers:
1260 - test/cpp/interop/interop_client.h
1261 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001262 - src/proto/grpc/testing/empty.proto
1263 - src/proto/grpc/testing/messages.proto
1264 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001265 - test/cpp/interop/client.cc
1266 - test/cpp/interop/interop_client.cc
1267 deps:
1268 - interop_client_helper
1269 - grpc++_test_util
1270 - grpc_test_util
1271 - grpc++
1272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001273 - gpr_test_util
1274 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001275 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: interop_server_helper
1277 build: private
1278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001279 headers:
1280 - test/cpp/interop/server_helper.h
1281 src:
1282 - test/cpp/interop/server_helper.cc
1283 deps:
yang-gcc591022017-01-11 11:10:43 -08001284 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001285 - grpc_test_util
1286 - grpc++
1287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001289- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 build: private
1291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001292 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001293 - src/proto/grpc/testing/empty.proto
1294 - src/proto/grpc/testing/messages.proto
1295 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001296 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001297 deps:
1298 - interop_server_helper
1299 - grpc++_test_util
1300 - grpc_test_util
1301 - grpc++
1302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr_test_util
1304 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001305 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001306- name: interop_server_main
1307 build: private
1308 language: c++
1309 src:
1310 - test/cpp/interop/interop_server_bootstrap.cc
1311 deps:
1312 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313- name: qps
1314 build: private
1315 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001316 headers:
1317 - test/cpp/qps/client.h
1318 - test/cpp/qps/driver.h
1319 - test/cpp/qps/histogram.h
1320 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001321 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001322 - test/cpp/qps/qps_worker.h
1323 - test/cpp/qps/report.h
1324 - test/cpp/qps/server.h
1325 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001326 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001327 - test/cpp/util/benchmark_config.h
1328 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001330 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001331 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001332 - src/proto/grpc/testing/control.proto
1333 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001334 - test/cpp/qps/client_async.cc
1335 - test/cpp/qps/client_sync.cc
1336 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001337 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001338 - test/cpp/qps/qps_worker.cc
1339 - test/cpp/qps/report.cc
1340 - test/cpp/qps/server_async.cc
1341 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001342 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001343 - test/cpp/util/benchmark_config.cc
1344 deps:
1345 - grpc_test_util
1346 - grpc++_test_util
1347 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: grpc_csharp_ext
1349 build: all
1350 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - src/csharp/ext/grpc_csharp_ext.c
1353 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001356 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001357 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 dll: only
1359 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001360 vs_packages:
1361 - grpc.dependencies.openssl
1362 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001363 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001364 vs_props:
1365 - zlib
1366 - openssl
1367 - winsock
1368 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001369targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001370- name: alarm_test
1371 build: test
1372 language: c
1373 src:
1374 - test/core/surface/alarm_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001378 - gpr_test_util
1379 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001380- name: algorithm_test
1381 build: test
1382 language: c
1383 src:
1384 - test/core/compression/algorithm_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001390- name: alloc_test
1391 build: test
1392 language: c
1393 src:
1394 - test/core/support/alloc_test.c
1395 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: alpn_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/transport/chttp2/alpn_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001408- name: api_fuzzer
1409 build: fuzzer
1410 language: c
1411 src:
1412 - test/core/end2end/fuzzers/api_fuzzer.c
1413 deps:
1414 - grpc_test_util
1415 - grpc
1416 - gpr_test_util
1417 - gpr
1418 corpus_dirs:
1419 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001420 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001421 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001422- name: bad_server_response_test
1423 build: test
1424 language: c
1425 src:
1426 - test/core/end2end/bad_server_response_test.c
1427 deps:
1428 - test_tcp_server
1429 - grpc_test_util
1430 - grpc
1431 - gpr_test_util
1432 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001433 exclude_iomgrs:
1434 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001435- name: bin_decoder_test
1436 build: test
1437 language: c
1438 src:
1439 - test/core/transport/chttp2/bin_decoder_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001443- name: bin_encoder_test
1444 build: test
1445 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - test/core/transport/chttp2/bin_encoder_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001451- name: census_context_test
1452 build: test
1453 language: c
1454 src:
1455 - test/core/census/context_test.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001459 - gpr_test_util
1460 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001461- name: census_resource_test
1462 build: test
1463 language: c
1464 src:
1465 - test/core/census/resource_test.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
1469 - gpr_test_util
1470 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001471- name: census_trace_context_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/census/trace_context_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001481- name: channel_create_test
1482 build: test
1483 language: c
1484 src:
1485 - test/core/surface/channel_create_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr_test_util
1490 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001491- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001495 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001501- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001505 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: chttp2_stream_map_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/transport/chttp2/stream_map_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001521- name: chttp2_varint_test
1522 build: test
1523 language: c
1524 src:
1525 - test/core/transport/chttp2/varint_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001531- name: client_fuzzer
1532 build: fuzzer
1533 language: c
1534 src:
1535 - test/core/end2end/fuzzers/client_fuzzer.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
1539 - gpr_test_util
1540 - gpr
1541 corpus_dirs:
1542 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001543 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001544 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001545- name: combiner_test
1546 cpu_cost: 30
1547 build: test
1548 language: c
1549 src:
1550 - test/core/iomgr/combiner_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
1554 - gpr_test_util
1555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: compression_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/compression/compression_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001566- name: concurrent_connectivity_test
1567 build: test
1568 language: c
1569 src:
1570 - test/core/surface/concurrent_connectivity_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
1574 - gpr_test_util
1575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001578- name: connection_refused_test
1579 cpu_cost: 0.1
1580 build: test
1581 language: c
1582 src:
1583 - test/core/end2end/connection_refused_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
1587 - gpr_test_util
1588 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001589- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001590 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001591 build: test
1592 language: c
1593 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001594 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001595 deps:
1596 - grpc_test_util
1597 - grpc
1598 - gpr_test_util
1599 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001600 exclude_iomgrs:
1601 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001602- name: dns_resolver_test
1603 build: test
1604 language: c
1605 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001606 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001613 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/end2end/dualstack_socket_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001623 exclude_iomgrs:
1624 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001625 platforms:
1626 - mac
1627 - linux
1628 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001629- name: endpoint_pair_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/iomgr/endpoint_pair_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001639 exclude_iomgrs:
1640 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001641- name: ev_epoll_linux_test
1642 build: test
1643 language: c
1644 src:
1645 - test/core/iomgr/ev_epoll_linux_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
1649 - gpr_test_util
1650 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001651 exclude_iomgrs:
1652 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001653 platforms:
1654 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: fd_conservation_posix_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/iomgr/fd_conservation_posix_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001665 exclude_iomgrs:
1666 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001667 platforms:
1668 - mac
1669 - linux
1670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: fd_posix_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/iomgr/fd_posix_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001681 exclude_iomgrs:
1682 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001683 platforms:
1684 - mac
1685 - linux
1686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: fling_client
1688 build: test
1689 run: false
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/fling/client.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: fling_server
1699 build: test
1700 run: false
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/fling/server.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001710 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/fling/fling_stream_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001725 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/fling/fling_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001735 platforms:
1736 - mac
1737 - linux
1738 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: gen_hpack_tables
1740 build: tool
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - tools/codegen/core/gen_hpack_tables.c
1744 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: gen_legal_metadata_characters
1748 build: tool
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001753- name: gen_percent_encoding_tables
1754 build: tool
1755 language: c
1756 src:
1757 - tools/codegen/core/gen_percent_encoding_tables.c
1758 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001759- name: goaway_server_test
1760 cpu_cost: 0.1
1761 build: test
1762 language: c
1763 src:
1764 - test/core/end2end/goaway_server_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
1768 - gpr_test_util
1769 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001770 exclude_iomgrs:
1771 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001776- name: gpr_avl_test
1777 build: test
1778 language: c
1779 src:
1780 - test/core/support/avl_test.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001784- name: gpr_backoff_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/support/backoff_test.c
1789 deps:
1790 - gpr_test_util
1791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: gpr_cmdline_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/support/cmdline_test.c
1797 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001800- name: gpr_cpu_test
1801 build: test
1802 language: c
1803 src:
1804 - test/core/support/cpu_test.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: gpr_env_test
1809 build: test
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - test/core/support/env_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_histogram_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/support/histogram_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_host_port_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/support/host_port_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_log_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/support/log_test.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001840- name: gpr_mpscq_test
1841 cpu_cost: 30
1842 build: test
1843 language: c
1844 src:
1845 - test/core/support/mpscq_test.c
1846 deps:
1847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001850 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/support/stack_lockfree_test.c
1855 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: gpr_string_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001867 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/sync_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001876 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/support/thd_test.c
1881 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884- name: gpr_time_test
1885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/support/time_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_tls_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/support/tls_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_useful_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/useful_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: grpc_auth_context_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/security/auth_context_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001918- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001922 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: grpc_byte_buffer_reader_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/surface/byte_buffer_reader_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: grpc_channel_args_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/channel/channel_args_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: grpc_channel_stack_test
1949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/channel/channel_stack_test.c
1953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_completion_queue_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/surface/completion_queue_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001968 exclude_iomgrs:
1969 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: grpc_create_jwt
1971 build: tool
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/security/create_jwt.c
1975 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001978 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: grpc_credentials_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/security/credentials_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001990 build: test
1991 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/security/fetch_oauth2.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002000- name: grpc_invalid_channel_args_test
2001 build: test
2002 language: c
2003 src:
2004 - test/core/surface/invalid_channel_args_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: grpc_json_token_test
2011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/security/json_token_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002020 platforms:
2021 - linux
2022 - posix
2023 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: grpc_jwt_verifier_test
2025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/security/jwt_verifier_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: grpc_print_google_default_creds_token
2035 build: tool
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/core/security/print_google_default_creds_token.c
2039 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_security_connector_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/security/security_connector_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: grpc_verify_jwt
2053 build: tool
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
2056 - test/core/security/verify_jwt.c
2057 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002060- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002061 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002062 language: c
2063 src:
2064 - test/core/handshake/client_ssl.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
2068 - gpr_test_util
2069 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002070 platforms:
2071 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002072 secure: true
2073- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002074 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002075 language: c
2076 src:
2077 - test/core/handshake/server_ssl.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
2081 - gpr_test_util
2082 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002083 platforms:
2084 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002085 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002086- name: hpack_parser_fuzzer_test
2087 build: fuzzer
2088 language: c
2089 src:
2090 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
2094 - gpr_test_util
2095 - gpr
2096 corpus_dirs:
2097 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002098 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002099 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: hpack_parser_test
2101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/transport/chttp2/hpack_parser_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110- name: hpack_table_test
2111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/transport/chttp2/hpack_table_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002120- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002124 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002130- name: http_request_fuzzer_test
2131 build: fuzzer
2132 language: c
2133 src:
2134 - test/core/http/request_fuzzer.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
2138 - gpr_test_util
2139 - gpr
2140 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002141 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002142 maxlen: 2048
2143- name: http_response_fuzzer_test
2144 build: fuzzer
2145 language: c
2146 src:
2147 - test/core/http/response_fuzzer.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
2151 - gpr_test_util
2152 - gpr
2153 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002154 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002155 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002156- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002160 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002167 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168 build: test
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002171 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002172 deps:
2173 - grpc_test_util
2174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002177 platforms:
2178 - mac
2179 - linux
2180 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002181- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002182 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002183 build: test
2184 language: c
2185 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002186 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002192 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002193 - linux
yang-gf1183302015-12-07 16:02:05 -08002194- name: init_test
2195 build: test
2196 language: c
2197 src:
2198 - test/core/surface/init_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002204- name: internal_api_canary_iomgr_test
2205 build: test
2206 run: false
2207 language: c
2208 src:
2209 - test/core/internal_api_canaries/iomgr.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
2213 - gpr_test_util
2214 - gpr
2215- name: internal_api_canary_support_test
2216 build: test
2217 run: false
2218 language: c
2219 src:
2220 - test/core/internal_api_canaries/iomgr.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
2224 - gpr_test_util
2225 - gpr
2226- name: internal_api_canary_transport_test
2227 build: test
2228 run: false
2229 language: c
2230 src:
2231 - test/core/internal_api_canaries/iomgr.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002237- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002238 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002239 build: test
2240 language: c
2241 src:
2242 - test/core/end2end/invalid_call_argument_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002248- name: json_fuzzer_test
2249 build: fuzzer
2250 language: c
2251 src:
2252 - test/core/json/fuzzer.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
2256 - gpr_test_util
2257 - gpr
2258 corpus_dirs:
2259 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002260 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: json_rewrite
2262 build: test
2263 run: false
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/json/json_rewrite.c
2267 deps:
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: json_rewrite_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/json/json_rewrite_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002280- name: json_stream_error_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/json/json_stream_error_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: json_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/json/json_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: lame_client_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/surface/lame_client_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002310- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002311 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002312 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002316 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002322- name: load_file_test
2323 build: test
2324 language: c
2325 src:
2326 - test/core/iomgr/load_file_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
2330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: low_level_ping_pong_benchmark
2333 build: benchmark
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/network_benchmarks/low_level_ping_pong.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002342 platforms:
2343 - mac
2344 - linux
2345 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002346- name: memory_profile_client
2347 build: test
2348 run: false
2349 language: c
2350 src:
2351 - test/core/memory_usage/client.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
2357- name: memory_profile_server
2358 build: test
2359 run: false
2360 language: c
2361 src:
2362 - test/core/memory_usage/server.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
2366 - gpr_test_util
2367 - gpr
2368- name: memory_profile_test
2369 cpu_cost: 1.5
2370 build: test
2371 language: c
2372 src:
2373 - test/core/memory_usage/memory_usage_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
2377 - gpr_test_util
2378 - gpr
2379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: message_compress_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/compression/message_compress_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002393- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002394 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002395 build: test
2396 language: c
2397 src:
2398 - test/core/census/mlog_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: multiple_server_queues_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/end2end/multiple_server_queues_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: murmur_hash_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/support/murmur_hash_test.c
2419 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002422- name: nanopb_fuzzer_response_test
2423 build: fuzzer
2424 language: c
2425 src:
2426 - test/core/nanopb/fuzzer_response.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
2430 - gpr_test_util
2431 - gpr
2432 corpus_dirs:
2433 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002434 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002435- name: nanopb_fuzzer_serverlist_test
2436 build: fuzzer
2437 language: c
2438 src:
2439 - test/core/nanopb/fuzzer_serverlist.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
2445 corpus_dirs:
2446 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002447 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002449 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/end2end/no_server_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002459- name: percent_decode_fuzzer
2460 build: fuzzer
2461 language: c
2462 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002463 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002464 deps:
2465 - grpc_test_util
2466 - grpc
2467 - gpr_test_util
2468 - gpr
2469 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002470 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002471 maxlen: 32
2472- name: percent_encode_fuzzer
2473 build: fuzzer
2474 language: c
2475 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002476 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002483 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002484 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002485- name: percent_encoding_test
2486 build: test
2487 language: c
2488 src:
2489 - test/core/slice/percent_encoding_test.c
2490 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002491 - grpc_test_util
2492 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002493 - gpr_test_util
2494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: resolve_address_test
2496 build: test
2497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002498 src:
2499 - test/core/iomgr/resolve_address_test.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002505 exclude_iomgrs:
2506 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002507- name: resource_quota_test
2508 cpu_cost: 30
2509 build: test
2510 language: c
2511 src:
2512 - test/core/iomgr/resource_quota_test.c
2513 deps:
2514 - grpc_test_util
2515 - grpc
2516 - gpr_test_util
2517 - gpr
yang-gd482e592015-12-10 14:04:00 -08002518- name: secure_channel_create_test
2519 build: test
2520 language: c
2521 src:
2522 - test/core/surface/secure_channel_create_test.c
2523 deps:
2524 - grpc_test_util
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528- name: secure_endpoint_test
2529 build: test
2530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/core/security/secure_endpoint_test.c
2533 deps:
2534 - grpc_test_util
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002538 exclude_iomgrs:
2539 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002540- name: sequential_connectivity_test
2541 build: test
2542 language: c
2543 src:
2544 - test/core/surface/sequential_connectivity_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
2548 - gpr_test_util
2549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002550 exclude_iomgrs:
2551 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002552- name: server_chttp2_test
2553 build: test
2554 language: c
2555 src:
2556 - test/core/surface/server_chttp2_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002560 - gpr_test_util
2561 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002562- name: server_fuzzer
2563 build: fuzzer
2564 language: c
2565 src:
2566 - test/core/end2end/fuzzers/server_fuzzer.c
2567 deps:
2568 - grpc_test_util
2569 - grpc
2570 - gpr_test_util
2571 - gpr
2572 corpus_dirs:
2573 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002574 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002575 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002576- name: server_test
2577 build: test
2578 language: c
2579 src:
2580 - test/core/surface/server_test.c
2581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002586- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002587 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002588 build: test
2589 language: c
2590 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002591 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002592 deps:
2593 - test_tcp_server
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002598 exclude_iomgrs:
2599 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002600- name: slice_buffer_test
2601 build: test
2602 language: c
2603 src:
2604 - test/core/slice/slice_buffer_test.c
2605 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002606 - grpc_test_util
2607 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002608 - gpr_test_util
2609 - gpr
2610- name: slice_string_helpers_test
2611 build: test
2612 language: c
2613 src:
2614 - test/core/slice/slice_string_helpers_test.c
2615 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002616 - grpc_test_util
2617 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002618 - gpr_test_util
2619 - gpr
2620- name: slice_test
2621 build: test
2622 language: c
2623 src:
2624 - test/core/slice/slice_test.c
2625 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002626 - grpc_test_util
2627 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002628 - gpr_test_util
2629 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002630- name: sockaddr_resolver_test
2631 build: test
2632 language: c
2633 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002634 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002635 deps:
2636 - grpc_test_util
2637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002638 - gpr_test_util
2639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640- name: sockaddr_utils_test
2641 build: test
2642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002643 src:
2644 - test/core/iomgr/sockaddr_utils_test.c
2645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002650- name: socket_utils_test
2651 build: test
2652 language: c
2653 src:
2654 - test/core/iomgr/socket_utils_test.c
2655 deps:
2656 - grpc_test_util
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr_test_util
2659 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002660 exclude_iomgrs:
2661 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002662 platforms:
2663 - mac
2664 - linux
2665 - posix
yang-g31e21282016-11-04 15:10:03 -07002666- name: ssl_server_fuzzer
2667 build: fuzzer
2668 language: c
2669 src:
2670 - test/core/security/ssl_server_fuzzer.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
2676 corpus_dirs:
2677 - test/core/security/corpus/ssl_server_corpus
2678 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002679- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002680 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681 build: test
2682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002683 src:
2684 - test/core/iomgr/tcp_client_posix_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002690 exclude_iomgrs:
2691 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002692 platforms:
2693 - mac
2694 - linux
2695 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002697 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698 build: test
2699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002700 src:
2701 - test/core/iomgr/tcp_posix_test.c
2702 deps:
2703 - grpc_test_util
2704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002705 - gpr_test_util
2706 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002707 exclude_iomgrs:
2708 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002709 platforms:
2710 - mac
2711 - linux
2712 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002713- name: tcp_server_posix_test
2714 build: test
2715 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002716 src:
2717 - test/core/iomgr/tcp_server_posix_test.c
2718 deps:
2719 - grpc_test_util
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002723 exclude_iomgrs:
2724 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002725 platforms:
2726 - mac
2727 - linux
2728 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729- name: time_averaged_stats_test
2730 build: test
2731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002732 src:
2733 - test/core/iomgr/time_averaged_stats_test.c
2734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: timeout_encoding_test
2740 build: test
2741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002743 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002744 deps:
2745 - grpc_test_util
2746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002747 - gpr_test_util
2748 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002749- name: timer_heap_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/iomgr/timer_heap_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002759 exclude_iomgrs:
2760 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002761- name: timer_list_test
2762 build: test
2763 language: c
2764 src:
2765 - test/core/iomgr/timer_list_test.c
2766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002771 exclude_iomgrs:
2772 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002773- name: transport_connectivity_state_test
2774 build: test
2775 language: c
2776 src:
2777 - test/core/transport/connectivity_state_test.c
2778 deps:
2779 - grpc_test_util
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783- name: transport_metadata_test
2784 build: test
2785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
2787 - test/core/transport/metadata_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002793- name: transport_pid_controller_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/transport/pid_controller_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
2801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: transport_security_test
2804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/core/tsi/transport_security_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002813 platforms:
2814 - linux
2815 - posix
2816 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002817- name: udp_server_test
2818 build: test
2819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002820 src:
2821 - test/core/iomgr/udp_server_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002825 - gpr_test_util
2826 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002827 exclude_iomgrs:
2828 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002829 platforms:
2830 - mac
2831 - linux
2832 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002833- name: uri_fuzzer_test
2834 build: fuzzer
2835 language: c
2836 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002837 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002838 deps:
2839 - grpc_test_util
2840 - grpc
2841 - gpr_test_util
2842 - gpr
2843 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002844 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002845 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002846- name: uri_parser_test
2847 build: test
2848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002849 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002850 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002851 deps:
2852 - grpc_test_util
2853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002856- name: wakeup_fd_cv_test
2857 build: test
2858 language: c
2859 src:
2860 - test/core/iomgr/wakeup_fd_cv_test.c
2861 deps:
2862 - grpc_test_util
2863 - grpc
2864 - gpr_test_util
2865 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002866 exclude_iomgrs:
2867 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002868 platforms:
2869 - mac
2870 - linux
2871 - posix
vjpai04e992a2016-02-10 16:58:38 -08002872- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002873 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002874 build: test
2875 language: c++
2876 src:
2877 - test/cpp/common/alarm_cpp_test.cc
2878 deps:
2879 - grpc++_test_util
2880 - grpc_test_util
2881 - grpc++
2882 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002883 - gpr_test_util
2884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002886 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887 build: test
2888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - test/cpp/end2end/async_end2end_test.cc
2891 deps:
2892 - grpc++_test_util
2893 - grpc_test_util
2894 - grpc++
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002898- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002899 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900 build: test
2901 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002902 src:
2903 - test/cpp/common/auth_property_iterator_test.cc
2904 deps:
2905 - grpc++_test_util
2906 - grpc_test_util
2907 - grpc++
2908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002909 - gpr_test_util
2910 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002911- name: bm_fullstack
2912 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002913 language: c++
2914 src:
2915 - test/cpp/microbenchmarks/bm_fullstack.cc
2916 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002917 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002918 - grpc++_test_util
2919 - grpc_test_util
2920 - grpc++
2921 - grpc
2922 - gpr_test_util
2923 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002925 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002926 build: test
2927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002928 src:
yang-g52705592015-11-25 11:45:33 -08002929 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002930 deps:
2931 - grpc++
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002934- name: channel_filter_test
2935 gtest: true
2936 build: test
2937 language: c++
2938 src:
2939 - test/cpp/common/channel_filter_test.cc
2940 deps:
2941 - grpc++
2942 - grpc
2943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002944- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002945 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946 build: test
2947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002948 src:
2949 - test/cpp/util/cli_call_test.cc
2950 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002951 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002952 - grpc++_test_util
2953 - grpc_test_util
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002959 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002960 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002961 build: test
2962 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002963 src:
2964 - test/cpp/end2end/client_crash_test.cc
2965 deps:
2966 - grpc++_test_util
2967 - grpc_test_util
2968 - grpc++
2969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002970 - gpr_test_util
2971 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002972 platforms:
2973 - mac
2974 - linux
2975 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002976- name: client_crash_test_server
2977 build: test
2978 run: false
2979 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002980 src:
2981 - test/cpp/end2end/client_crash_test_server.cc
2982 deps:
2983 - grpc++_test_util
2984 - grpc_test_util
2985 - grpc++
2986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002987 - gpr_test_util
2988 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002989- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002990 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002991 build: test
2992 language: c++
2993 src:
2994 - src/proto/grpc/testing/control.proto
2995 - src/proto/grpc/testing/messages.proto
2996 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002997 - src/proto/grpc/testing/services.proto
2998 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002999 - test/cpp/codegen/codegen_test_full.cc
3000 deps:
3001 - grpc++
3002 - grpc
3003 - gpr
3004 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003005 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003006- name: codegen_test_minimal
3007 gtest: true
3008 build: test
3009 language: c++
3010 src:
3011 - src/proto/grpc/testing/control.proto
3012 - src/proto/grpc/testing/messages.proto
3013 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003014 - src/proto/grpc/testing/services.proto
3015 - src/proto/grpc/testing/stats.proto
3016 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003017 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003018 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003019 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003020- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003021 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003022 build: test
3023 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003024 src:
3025 - test/cpp/client/credentials_test.cc
3026 deps:
3027 - grpc++
3028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003029 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003030- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003031 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003032 build: test
3033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003034 src:
3035 - test/cpp/util/byte_buffer_test.cc
3036 deps:
3037 - grpc_test_util
3038 - grpc++
3039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003040 - gpr_test_util
3041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003042- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003043 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003044 build: test
3045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003046 src:
3047 - test/cpp/util/slice_test.cc
3048 deps:
3049 - grpc_test_util
3050 - grpc++
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr_test_util
3053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003055 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056 build: test
3057 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003058 src:
3059 - test/cpp/util/string_ref_test.cc
3060 deps:
3061 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003062- name: cxx_time_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/time_test.cc
3068 deps:
3069 - grpc_test_util
3070 - grpc++
3071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003072 - gpr_test_util
3073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003074- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003075 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003076 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003077 build: test
3078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003079 src:
3080 - test/cpp/end2end/end2end_test.cc
3081 deps:
3082 - grpc++_test_util
3083 - grpc_test_util
3084 - grpc++
3085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003086 - gpr_test_util
3087 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003088- name: filter_end2end_test
3089 gtest: true
3090 build: test
3091 language: c++
3092 src:
3093 - test/cpp/end2end/filter_end2end_test.cc
3094 deps:
3095 - grpc++_test_util
3096 - grpc_test_util
3097 - grpc++
3098 - grpc
3099 - gpr_test_util
3100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003101- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003102 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 build: test
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - test/cpp/end2end/generic_end2end_test.cc
3107 deps:
3108 - grpc++_test_util
3109 - grpc_test_util
3110 - grpc++
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003114- name: golden_file_test
3115 gtest: true
3116 build: test
3117 language: c++
3118 src:
3119 - src/proto/grpc/testing/compiler_test.proto
3120 - test/cpp/codegen/golden_file_test.cc
3121 deps:
3122 - grpc++
3123 - grpc
3124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003125- name: grpc_cli
3126 build: test
3127 run: false
3128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003129 src:
3130 - test/cpp/util/grpc_cli.cc
3131 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003132 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003133 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003134 - grpc++
3135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003136 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003137 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003138- name: grpc_cpp_plugin
3139 build: protoc
3140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003141 src:
3142 - src/compiler/cpp_plugin.cc
3143 deps:
3144 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145 secure: false
3146 vs_config_type: Application
3147 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3148- name: grpc_csharp_plugin
3149 build: protoc
3150 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003151 src:
3152 - src/compiler/csharp_plugin.cc
3153 deps:
3154 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003155 secure: false
3156 vs_config_type: Application
3157 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003158- name: grpc_node_plugin
3159 build: protoc
3160 language: c++
3161 src:
3162 - src/compiler/node_plugin.cc
3163 deps:
3164 - grpc_plugin_support
3165 secure: false
3166 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167- name: grpc_objective_c_plugin
3168 build: protoc
3169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003170 src:
3171 - src/compiler/objective_c_plugin.cc
3172 deps:
3173 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174 secure: false
3175 vs_config_type: Application
3176 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003177- name: grpc_php_plugin
3178 build: protoc
3179 language: c++
3180 src:
3181 - src/compiler/php_plugin.cc
3182 deps:
3183 - grpc_plugin_support
3184 secure: false
3185 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003186- name: grpc_python_plugin
3187 build: protoc
3188 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003189 src:
3190 - src/compiler/python_plugin.cc
3191 deps:
3192 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193 secure: false
3194 vs_config_type: Application
3195 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3196- name: grpc_ruby_plugin
3197 build: protoc
3198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003199 src:
3200 - src/compiler/ruby_plugin.cc
3201 deps:
3202 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 secure: false
3204 vs_config_type: Application
3205 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003206- name: grpc_tool_test
3207 gtest: true
3208 build: test
3209 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003210 src:
3211 - src/proto/grpc/testing/echo.proto
3212 - src/proto/grpc/testing/echo_messages.proto
3213 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003214 deps:
3215 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003216 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003217 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003218 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003219 - grpc_test_util
3220 - grpc++
3221 - grpc
3222 - gpr_test_util
3223 - gpr
3224 filegroups:
3225 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003226- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003227 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003228 build: test
3229 language: c++
3230 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003231 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003232 - test/cpp/grpclb/grpclb_api_test.cc
3233 deps:
3234 - grpc++_test_util
3235 - grpc_test_util
3236 - grpc++
3237 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003238- name: grpclb_test
3239 gtest: false
3240 build: test
3241 language: c++
3242 src:
3243 - src/proto/grpc/lb/v1/load_balancer.proto
3244 - test/cpp/grpclb/grpclb_test.cc
3245 deps:
3246 - gpr
3247 - gpr_test_util
3248 - grpc
3249 - grpc++
3250 - grpc++_test_util
3251 - grpc_test_util
Eric Gribkoffc344e872017-01-09 10:53:50 -08003252- name: http2_client
3253 build: test
3254 run: false
3255 language: c++
3256 src: []
3257 deps:
3258 - http2_client_main
3259 - grpc++_test_util
3260 - grpc_test_util
3261 - grpc++
3262 - grpc
3263 - grpc++_test_config
3264 platforms:
3265 - mac
3266 - linux
3267 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003268- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003269 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003270 build: test
3271 language: c++
3272 src:
3273 - test/cpp/end2end/hybrid_end2end_test.cc
3274 deps:
3275 - grpc++_test_util
3276 - grpc_test_util
3277 - grpc++
3278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003279 - gpr_test_util
3280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003281- name: interop_client
3282 build: test
3283 run: false
3284 language: c++
3285 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003286 deps:
3287 - interop_client_main
3288 - interop_client_helper
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003295 - grpc++_test_config
3296 platforms:
3297 - mac
3298 - linux
3299 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003300- name: interop_server
3301 build: test
3302 run: false
3303 language: c++
3304 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003305 deps:
3306 - interop_server_main
3307 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003308 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003309 - grpc++_test_util
3310 - grpc_test_util
3311 - grpc++
3312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003313 - gpr_test_util
3314 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003315 - grpc++_test_config
3316 platforms:
3317 - mac
3318 - linux
3319 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003320- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003321 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003322 build: test
3323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003324 src:
3325 - test/cpp/interop/interop_test.cc
3326 deps:
3327 - grpc_test_util
3328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003329 - gpr_test_util
3330 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003331 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003332 platforms:
3333 - mac
3334 - linux
3335 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003336- name: json_run_localhost
3337 build: test
3338 run: false
3339 language: c++
3340 src:
3341 - test/cpp/qps/json_run_localhost.cc
3342 deps:
3343 - grpc++_test_util
3344 - grpc_test_util
3345 - grpc++
3346 - grpc
3347 - gpr_test_util
3348 - gpr
3349 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003350- name: metrics_client
3351 build: test
3352 run: false
3353 language: c++
3354 headers:
3355 - test/cpp/util/metrics_server.h
3356 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003357 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003358 - test/cpp/interop/metrics_client.cc
3359 deps:
3360 - grpc++
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003363 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003364- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003365 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 build: test
3367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003368 src:
3369 - test/cpp/end2end/mock_test.cc
3370 deps:
3371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr_test_util
3376 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003377- name: noop-benchmark
3378 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003379 language: c++
3380 src:
3381 - test/cpp/microbenchmarks/noop-benchmark.cc
3382 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003383 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003384- name: proto_server_reflection_test
3385 gtest: true
3386 build: test
3387 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003388 src:
3389 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003390 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003391 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003392 - grpc++_reflection
3393 - grpc++_test_util
3394 - grpc_test_util
3395 - grpc++
3396 - grpc
3397 - gpr_test_util
3398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399- name: qps_interarrival_test
3400 build: test
3401 run: false
3402 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003403 src:
3404 - test/cpp/qps/qps_interarrival_test.cc
3405 deps:
3406 - qps
3407 - grpc++_test_util
3408 - grpc_test_util
3409 - grpc++
3410 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003411 - gpr_test_util
3412 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003413 platforms:
3414 - mac
3415 - linux
3416 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003417- name: qps_json_driver
3418 build: test
3419 run: false
3420 language: c++
3421 src:
3422 - test/cpp/qps/qps_json_driver.cc
3423 deps:
3424 - qps
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
3429 - gpr_test_util
3430 - gpr
3431 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003432- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003433 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003434 build: test
3435 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003436 src:
3437 - test/cpp/qps/qps_openloop_test.cc
3438 deps:
3439 - qps
3440 - grpc++_test_util
3441 - grpc_test_util
3442 - grpc++
3443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003444 - gpr_test_util
3445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003446 - grpc++_test_config
3447 platforms:
3448 - mac
3449 - linux
3450 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003452 build: test
3453 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003455 headers:
3456 - test/cpp/qps/client.h
3457 - test/cpp/qps/server.h
3458 src:
3459 - test/cpp/qps/worker.cc
3460 deps:
3461 - qps
3462 - grpc++_test_util
3463 - grpc_test_util
3464 - grpc++
3465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003466 - gpr_test_util
3467 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003468 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003469- name: reconnect_interop_client
3470 build: test
3471 run: false
3472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003473 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003474 - src/proto/grpc/testing/empty.proto
3475 - src/proto/grpc/testing/messages.proto
3476 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003477 - test/cpp/interop/reconnect_interop_client.cc
3478 deps:
3479 - grpc++_test_util
3480 - grpc_test_util
3481 - grpc++
3482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003483 - gpr_test_util
3484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003485 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003486- name: reconnect_interop_server
3487 build: test
3488 run: false
3489 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003490 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003491 - src/proto/grpc/testing/empty.proto
3492 - src/proto/grpc/testing/messages.proto
3493 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003494 - test/cpp/interop/reconnect_interop_server.cc
3495 deps:
3496 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003497 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003498 - grpc++_test_util
3499 - grpc_test_util
3500 - grpc++
3501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003502 - gpr_test_util
3503 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003504 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003505- name: round_robin_end2end_test
3506 gtest: true
3507 build: test
3508 language: c++
3509 src:
3510 - test/cpp/end2end/round_robin_end2end_test.cc
3511 deps:
3512 - grpc++_test_util
3513 - grpc_test_util
3514 - grpc++
3515 - grpc
3516 - gpr_test_util
3517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003519 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003520 build: test
3521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003522 src:
3523 - test/cpp/common/secure_auth_context_test.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 - gpr_test_util
3530 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003531- name: secure_sync_unary_ping_pong_test
3532 build: test
3533 language: c++
3534 src:
3535 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3536 deps:
3537 - qps
3538 - grpc++_test_util
3539 - grpc_test_util
3540 - grpc++
3541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003542 - gpr_test_util
3543 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003544 platforms:
3545 - mac
3546 - linux
3547 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003548- name: server_builder_plugin_test
3549 gtest: true
3550 build: test
3551 language: c++
3552 src:
3553 - test/cpp/end2end/server_builder_plugin_test.cc
3554 deps:
3555 - grpc++_test_util
3556 - grpc_test_util
3557 - grpc++
3558 - grpc
3559 - gpr_test_util
3560 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003561- name: server_context_test_spouse_test
3562 gtest: true
3563 build: test
3564 language: c++
3565 src:
3566 - test/cpp/test/server_context_test_spouse_test.cc
3567 deps:
3568 - grpc_test_util
3569 - grpc++_test
3570 - grpc++
3571 - grpc
3572 - gpr_test_util
3573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003575 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003576 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577 build: test
3578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003579 src:
3580 - test/cpp/end2end/server_crash_test.cc
3581 deps:
3582 - grpc++_test_util
3583 - grpc_test_util
3584 - grpc++
3585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003586 - gpr_test_util
3587 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003588 platforms:
3589 - mac
3590 - linux
3591 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003592- name: server_crash_test_client
3593 build: test
3594 run: false
3595 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003596 src:
3597 - test/cpp/end2end/server_crash_test_client.cc
3598 deps:
3599 - grpc++_test_util
3600 - grpc_test_util
3601 - grpc++
3602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003603 - gpr_test_util
3604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003606 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607 build: test
3608 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003609 src:
3610 - test/cpp/end2end/shutdown_test.cc
3611 deps:
3612 - grpc++_test_util
3613 - grpc_test_util
3614 - grpc++
3615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003616 - gpr_test_util
3617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003618- name: status_test
3619 build: test
3620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003621 src:
3622 - test/cpp/util/status_test.cc
3623 deps:
3624 - grpc_test_util
3625 - grpc++
3626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003627 - gpr_test_util
3628 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003629- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003630 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003631 build: test
3632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003633 src:
3634 - test/cpp/end2end/streaming_throughput_test.cc
3635 deps:
3636 - grpc++_test_util
3637 - grpc_test_util
3638 - grpc++
3639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 - gpr_test_util
3641 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003642 platforms:
3643 - mac
3644 - linux
3645 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003646- name: stress_test
3647 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003648 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003649 language: c++
3650 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003651 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003652 - test/cpp/interop/interop_client.h
3653 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003654 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003655 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003656 - src/proto/grpc/testing/empty.proto
3657 - src/proto/grpc/testing/messages.proto
3658 - src/proto/grpc/testing/metrics.proto
3659 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003660 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003661 - test/cpp/interop/interop_client.cc
3662 - test/cpp/interop/stress_interop_client.cc
3663 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003664 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003665 deps:
3666 - grpc++_test_util
3667 - grpc_test_util
3668 - grpc++
3669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003670 - gpr_test_util
3671 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003672 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003673- name: thread_manager_test
3674 build: test
3675 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003676 src:
3677 - test/cpp/thread_manager/thread_manager_test.cc
3678 deps:
3679 - grpc++
3680 - grpc
3681 - gpr
3682 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003683- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003684 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003685 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003686 build: test
3687 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003688 src:
3689 - test/cpp/end2end/thread_stress_test.cc
3690 deps:
3691 - grpc++_test_util
3692 - grpc_test_util
3693 - grpc++
3694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003695 - gpr_test_util
3696 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003697- name: public_headers_must_be_c89
3698 build: test
3699 language: c89
3700 src:
3701 - test/core/surface/public_headers_must_be_c89.c
3702 deps:
3703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003704 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003705vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003706- linkage: static
3707 name: grpc.dependencies.zlib
3708 props: false
3709 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003710 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003711- linkage: static
3712 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003713 props: true
3714 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003715 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003716- name: gflags
3717 props: false
3718 redist: false
3719 version: 2.1.2.1
3720- name: gtest
3721 props: false
3722 redist: false
3723 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003724configs:
3725 asan:
3726 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003727 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3728 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003729 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003730 LD: clang
3731 LDFLAGS: -fsanitize=address
3732 LDXX: clang++
3733 compile_the_world: true
3734 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003735 ASAN_OPTIONS: detect_leaks=1:color=always
3736 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003737 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003738 asan-noleaks:
3739 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003740 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3741 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003742 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003743 LD: clang
3744 LDFLAGS: -fsanitize=address
3745 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003746 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003747 test_environ:
3748 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003749 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003750 asan-trace-cmp:
3751 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003752 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3753 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003754 CXX: clang++
3755 LD: clang
3756 LDFLAGS: -fsanitize=address
3757 LDXX: clang++
3758 compile_the_world: true
3759 test_environ:
3760 ASAN_OPTIONS: detect_leaks=1:color=always
3761 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3762 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003763 basicprof:
3764 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3765 DEFINES: NDEBUG
3766 dbg:
3767 CPPFLAGS: -O0
3768 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003769 easan:
3770 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003771 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3772 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003773 CXX: clang++
3774 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3775 LD: clang
3776 LDFLAGS: -fsanitize=address
3777 LDXX: clang++
3778 compile_the_world: true
3779 test_environ:
3780 ASAN_OPTIONS: detect_leaks=1:color=always
3781 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3782 timeout_multiplier: 3
3783 edbg:
3784 CPPFLAGS: -O0
3785 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3786 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003787 CC: clang
3788 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003789 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003790 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003791 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003792 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003793 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003794 LDXX: clang++
3795 compile_the_world: true
3796 test_environ:
3797 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3798 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003799 gcov:
3800 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003801 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003802 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003803 DEFINES: _DEBUG DEBUG GPR_GCOV
3804 LD: gcc
3805 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3806 LDXX: g++
3807 helgrind:
3808 CPPFLAGS: -O0
3809 DEFINES: _DEBUG DEBUG
3810 LDFLAGS: -rdynamic
3811 timeout_multiplier: 20
3812 valgrind: --tool=helgrind
3813 memcheck:
3814 CPPFLAGS: -O0
3815 DEFINES: _DEBUG DEBUG
3816 LDFLAGS: -rdynamic
3817 timeout_multiplier: 10
3818 valgrind: --tool=memcheck --leak-check=full
3819 msan:
3820 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003821 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3822 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3823 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003824 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003825 DEFINES: NDEBUG
3826 LD: clang
3827 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3828 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3829 LDXX: clang++
3830 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003831 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003832 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003833 CPPFLAGS: -O3 -fno-omit-frame-pointer
3834 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003835 LDFLAGS: -rdynamic
3836 opt:
3837 CPPFLAGS: -O2
3838 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003839 stapprof:
3840 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3841 DEFINES: NDEBUG
3842 tsan:
3843 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003844 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003845 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003846 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003847 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003848 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003849 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003850 LDXX: clang++
3851 compile_the_world: true
3852 test_environ:
3853 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003854 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003855 ubsan:
3856 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003857 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3858 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003859 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003860 DEFINES: NDEBUG
3861 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003862 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003863 LDXX: clang++
3864 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003865 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003866 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003867 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003868defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003869 benchmark:
3870 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003871 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003872 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003873 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003874 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003875 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003876 global:
3877 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3878 LDFLAGS: -g
3879 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003880 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003881 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003882node_modules:
3883- deps:
3884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003885 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003886 - boringssl
3887 - z
murgatroid9994a75412015-11-19 14:04:53 -08003888 headers:
3889 - src/node/ext/byte_buffer.h
3890 - src/node/ext/call.h
3891 - src/node/ext/call_credentials.h
3892 - src/node/ext/channel.h
3893 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003894 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003895 - src/node/ext/server.h
3896 - src/node/ext/server_credentials.h
3897 - src/node/ext/timeval.h
3898 js:
3899 - src/node/index.js
3900 - src/node/src/client.js
3901 - src/node/src/common.js
3902 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003903 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003904 - src/node/src/metadata.js
3905 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003906 name: grpc_node
3907 src:
3908 - src/node/ext/byte_buffer.cc
3909 - src/node/ext/call.cc
3910 - src/node/ext/call_credentials.cc
3911 - src/node/ext/channel.cc
3912 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003913 - src/node/ext/completion_queue_threadpool.cc
3914 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003915 - src/node/ext/node_grpc.cc
3916 - src/node/ext/server.cc
3917 - src/node/ext/server_credentials.cc
3918 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003919openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003920 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003921 extraction_dir: openssl-1.0.2f
3922 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003923php_config_m4:
3924 deps:
3925 - grpc
3926 - gpr
3927 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003928 headers:
3929 - src/php/ext/grpc/byte_buffer.h
3930 - src/php/ext/grpc/call.h
3931 - src/php/ext/grpc/call_credentials.h
3932 - src/php/ext/grpc/channel.h
3933 - src/php/ext/grpc/channel_credentials.h
3934 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003935 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003936 - src/php/ext/grpc/php_grpc.h
3937 - src/php/ext/grpc/server.h
3938 - src/php/ext/grpc/server_credentials.h
3939 - src/php/ext/grpc/timeval.h
3940 src:
3941 - src/php/ext/grpc/byte_buffer.c
3942 - src/php/ext/grpc/call.c
3943 - src/php/ext/grpc/call_credentials.c
3944 - src/php/ext/grpc/channel.c
3945 - src/php/ext/grpc/channel_credentials.c
3946 - src/php/ext/grpc/completion_queue.c
3947 - src/php/ext/grpc/php_grpc.c
3948 - src/php/ext/grpc/server.c
3949 - src/php/ext/grpc/server_credentials.c
3950 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003951python_dependencies:
3952 deps:
3953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003954 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003955 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003956 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003957ruby_gem:
3958 deps:
3959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003961 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962 - z