blob: 95ee29af752f3e567bc0c9ea910a2f1457902d90 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700147 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/port_platform.h
149 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/sync.h
151 - include/grpc/impl/codegen/sync_generic.h
152 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700162 - include/grpc/slice.h
163 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700164 - include/grpc/status.h
165 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/channel_args.h
167 - src/core/lib/channel/channel_stack.h
168 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/compress_filter.h
170 - src/core/lib/channel/connected_channel.h
171 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700172 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800174 - src/core/lib/channel/handshaker_factory.h
175 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700176 - src/core/lib/channel/http_client_filter.h
177 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700178 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700179 - src/core/lib/compression/algorithm_metadata.h
180 - src/core/lib/compression/message_compress.h
181 - src/core/lib/debug/trace.h
182 - src/core/lib/http/format_request.h
183 - src/core/lib/http/httpcli.h
184 - src/core/lib/http/parser.h
185 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700186 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/iomgr/endpoint.h
188 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700189 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700190 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700191 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700192 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/exec_ctx.h
194 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/iocp_windows.h
196 - src/core/lib/iomgr/iomgr.h
197 - src/core/lib/iomgr/iomgr_internal.h
198 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700199 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700200 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700201 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700205 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700207 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700209 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/sockaddr.h
211 - src/core/lib/iomgr/sockaddr_posix.h
212 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700213 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700214 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700215 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/socket_utils_posix.h
217 - src/core/lib/iomgr/socket_windows.h
218 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700219 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/tcp_posix.h
221 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700222 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/tcp_windows.h
224 - src/core/lib/iomgr/time_averaged_stats.h
225 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/udp_server.h
230 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700231 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700232 - src/core/lib/iomgr/wakeup_fd_pipe.h
233 - src/core/lib/iomgr/wakeup_fd_posix.h
234 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700235 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700236 - src/core/lib/iomgr/workqueue_windows.h
237 - src/core/lib/json/json.h
238 - src/core/lib/json/json_common.h
239 - src/core/lib/json/json_reader.h
240 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700241 - src/core/lib/slice/percent_encoding.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800242 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700244 - src/core/lib/surface/api_trace.h
245 - src/core/lib/surface/call.h
246 - src/core/lib/surface/call_test_only.h
247 - src/core/lib/surface/channel.h
248 - src/core/lib/surface/channel_init.h
249 - src/core/lib/surface/channel_stack_type.h
250 - src/core/lib/surface/completion_queue.h
251 - src/core/lib/surface/event_string.h
252 - src/core/lib/surface/init.h
253 - src/core/lib/surface/lame_client.h
254 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700257 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/transport/metadata.h
259 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700260 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700261 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700262 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400263 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/transport/transport.h
265 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700266 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/channel/channel_args.c
268 - src/core/lib/channel/channel_stack.c
269 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/channel/compress_filter.c
271 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700272 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700273 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800274 - src/core/lib/channel/handshaker_factory.c
275 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/channel/http_client_filter.c
277 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700278 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700279 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/compression/message_compress.c
281 - src/core/lib/debug/trace.c
282 - src/core/lib/http/format_request.c
283 - src/core/lib/http/httpcli.c
284 - src/core/lib/http/parser.c
285 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700286 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700287 - src/core/lib/iomgr/endpoint.c
288 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700289 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700291 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700292 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700293 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700294 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/iomgr/exec_ctx.c
296 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700297 - src/core/lib/iomgr/iocp_windows.c
298 - src/core/lib/iomgr/iomgr.c
299 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700300 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700302 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700303 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700304 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700305 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700307 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/pollset_windows.c
309 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700310 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700312 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700314 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/socket_utils_common_posix.c
316 - src/core/lib/iomgr/socket_utils_linux.c
317 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700318 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700319 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/socket_windows.c
321 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/tcp_client_windows.c
324 - src/core/lib/iomgr/tcp_posix.c
325 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/tcp_windows.c
330 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700331 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/udp_server.c
335 - src/core/lib/iomgr/unix_sockets_posix.c
336 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700337 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/wakeup_fd_eventfd.c
339 - src/core/lib/iomgr/wakeup_fd_nospecial.c
340 - src/core/lib/iomgr/wakeup_fd_pipe.c
341 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/workqueue_windows.c
344 - src/core/lib/json/json.c
345 - src/core/lib/json/json_reader.c
346 - src/core/lib/json/json_string.c
347 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700348 - src/core/lib/slice/percent_encoding.c
349 - src/core/lib/slice/slice.c
350 - src/core/lib/slice/slice_buffer.c
351 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/surface/alarm.c
353 - src/core/lib/surface/api_trace.c
354 - src/core/lib/surface/byte_buffer.c
355 - src/core/lib/surface/byte_buffer_reader.c
356 - src/core/lib/surface/call.c
357 - src/core/lib/surface/call_details.c
358 - src/core/lib/surface/call_log_batch.c
359 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/surface/channel_init.c
361 - src/core/lib/surface/channel_ping.c
362 - src/core/lib/surface/channel_stack_type.c
363 - src/core/lib/surface/completion_queue.c
364 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/surface/lame_client.c
366 - src/core/lib/surface/metadata_array.c
367 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/surface/validate_metadata.c
369 - src/core/lib/surface/version.c
370 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700371 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700372 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/transport/metadata.c
374 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700375 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700376 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400378 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/transport/transport.c
380 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700381 deps:
382 - gpr
383 uses:
384 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700385- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700386 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700387 - src/core/ext/client_channel/client_channel.h
388 - src/core/ext/client_channel/client_channel_factory.h
389 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700390 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700391 - src/core/ext/client_channel/initial_connect_string.h
392 - src/core/ext/client_channel/lb_policy.h
393 - src/core/ext/client_channel/lb_policy_factory.h
394 - src/core/ext/client_channel/lb_policy_registry.h
395 - src/core/ext/client_channel/parse_address.h
396 - src/core/ext/client_channel/resolver.h
397 - src/core/ext/client_channel/resolver_factory.h
398 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700399 - src/core/ext/client_channel/subchannel.h
400 - src/core/ext/client_channel/subchannel_index.h
401 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700402 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700403 - src/core/ext/client_channel/channel_connectivity.c
404 - src/core/ext/client_channel/client_channel.c
405 - src/core/ext/client_channel/client_channel_factory.c
406 - src/core/ext/client_channel/client_channel_plugin.c
407 - src/core/ext/client_channel/connector.c
408 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700409 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700410 - src/core/ext/client_channel/initial_connect_string.c
411 - src/core/ext/client_channel/lb_policy.c
412 - src/core/ext/client_channel/lb_policy_factory.c
413 - src/core/ext/client_channel/lb_policy_registry.c
414 - src/core/ext/client_channel/parse_address.c
415 - src/core/ext/client_channel/resolver.c
416 - src/core/ext/client_channel/resolver_factory.c
417 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418 - src/core/ext/client_channel/subchannel.c
419 - src/core/ext/client_channel/subchannel_index.c
420 - src/core/ext/client_channel/uri_parser.c
421 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700422 uses:
423 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800424- name: grpc_codegen
425 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700426 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800427 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800428 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800429 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800430 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800431 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800432 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700433 uses:
434 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700435- name: grpc_lb_policy_grpclb
436 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700437 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700438 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700439 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700440 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700441 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700442 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700443 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700444 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700445 uses:
446 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700447 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700448 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700449- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700450 src:
451 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700452 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700453 uses:
454 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700455 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700456- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700457 src:
458 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700459 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700460 uses:
461 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700463- name: grpc_load_reporting
464 headers:
465 - src/core/ext/load_reporting/load_reporting.h
466 - src/core/ext/load_reporting/load_reporting_filter.h
467 src:
468 - src/core/ext/load_reporting/load_reporting.c
469 - src/core/ext/load_reporting/load_reporting_filter.c
470 plugin: grpc_load_reporting_plugin
471 uses:
472 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700473- name: grpc_resolver_dns_native
474 src:
475 - src/core/ext/resolver/dns/native/dns_resolver.c
476 plugin: grpc_resolver_dns_native
477 uses:
478 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700479 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700480- name: grpc_resolver_sockaddr
481 src:
482 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
483 plugin: grpc_resolver_sockaddr
484 uses:
485 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700486 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100487- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700488 public_headers:
489 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100490 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700491 - src/core/lib/security/context/security_context.h
492 - src/core/lib/security/credentials/composite/composite_credentials.h
493 - src/core/lib/security/credentials/credentials.h
494 - src/core/lib/security/credentials/fake/fake_credentials.h
495 - src/core/lib/security/credentials/google_default/google_default_credentials.h
496 - src/core/lib/security/credentials/iam/iam_credentials.h
497 - src/core/lib/security/credentials/jwt/json_token.h
498 - src/core/lib/security/credentials/jwt/jwt_credentials.h
499 - src/core/lib/security/credentials/jwt/jwt_verifier.h
500 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
501 - src/core/lib/security/credentials/plugin/plugin_credentials.h
502 - src/core/lib/security/credentials/ssl/ssl_credentials.h
503 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700504 - src/core/lib/security/transport/secure_endpoint.h
505 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800506 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700507 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700508 - src/core/lib/security/util/b64.h
509 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100510 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700511 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700512 - src/core/lib/security/context/security_context.c
513 - src/core/lib/security/credentials/composite/composite_credentials.c
514 - src/core/lib/security/credentials/credentials.c
515 - src/core/lib/security/credentials/credentials_metadata.c
516 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700517 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700518 - src/core/lib/security/credentials/google_default/google_default_credentials.c
519 - src/core/lib/security/credentials/iam/iam_credentials.c
520 - src/core/lib/security/credentials/jwt/json_token.c
521 - src/core/lib/security/credentials/jwt/jwt_credentials.c
522 - src/core/lib/security/credentials/jwt/jwt_verifier.c
523 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
524 - src/core/lib/security/credentials/plugin/plugin_credentials.c
525 - src/core/lib/security/credentials/ssl/ssl_credentials.c
526 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700527 - src/core/lib/security/transport/secure_endpoint.c
528 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800529 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700530 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700531 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700532 - src/core/lib/security/util/b64.c
533 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700534 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700535 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700536 uses:
537 - grpc_base
538 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700539 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700540- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700541 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700542 headers:
543 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700544 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700545 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700546 - test/core/end2end/fixtures/proxy.h
547 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700548 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200549 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700550 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700551 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700552 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700553 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700554 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700555 - test/core/util/slice_splitter.h
556 src:
557 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700558 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700559 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700560 - test/core/end2end/fixtures/proxy.c
561 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700562 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200563 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700564 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700565 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700566 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700567 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700568 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700569 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/port_windows.c
571 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700572 deps:
573 - grpc
574 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700575- name: grpc_transport_chttp2
576 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700577 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700578 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700579 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
580 - src/core/ext/transport/chttp2/transport/frame.h
581 - src/core/ext/transport/chttp2/transport/frame_data.h
582 - src/core/ext/transport/chttp2/transport/frame_goaway.h
583 - src/core/ext/transport/chttp2/transport/frame_ping.h
584 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
585 - src/core/ext/transport/chttp2/transport/frame_settings.h
586 - src/core/ext/transport/chttp2/transport/frame_window_update.h
587 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
588 - src/core/ext/transport/chttp2/transport/hpack_parser.h
589 - src/core/ext/transport/chttp2/transport/hpack_table.h
590 - src/core/ext/transport/chttp2/transport/http2_errors.h
591 - src/core/ext/transport/chttp2/transport/huffsyms.h
592 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
593 - src/core/ext/transport/chttp2/transport/internal.h
594 - src/core/ext/transport/chttp2/transport/status_conversion.h
595 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700596 - src/core/ext/transport/chttp2/transport/varint.h
597 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700598 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700599 - src/core/ext/transport/chttp2/transport/bin_encoder.c
600 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700601 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
602 - src/core/ext/transport/chttp2/transport/frame_data.c
603 - src/core/ext/transport/chttp2/transport/frame_goaway.c
604 - src/core/ext/transport/chttp2/transport/frame_ping.c
605 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
606 - src/core/ext/transport/chttp2/transport/frame_settings.c
607 - src/core/ext/transport/chttp2/transport/frame_window_update.c
608 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
609 - src/core/ext/transport/chttp2/transport/hpack_parser.c
610 - src/core/ext/transport/chttp2/transport/hpack_table.c
611 - src/core/ext/transport/chttp2/transport/huffsyms.c
612 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
613 - src/core/ext/transport/chttp2/transport/parsing.c
614 - src/core/ext/transport/chttp2/transport/status_conversion.c
615 - src/core/ext/transport/chttp2/transport/stream_lists.c
616 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700617 - src/core/ext/transport/chttp2/transport/varint.c
618 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700619 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700620 uses:
621 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700622 - grpc_transport_chttp2_alpn
623- name: grpc_transport_chttp2_alpn
624 headers:
625 - src/core/ext/transport/chttp2/alpn/alpn.h
626 src:
627 - src/core/ext/transport/chttp2/alpn/alpn.c
628 deps:
629 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800630- name: grpc_transport_chttp2_client_connector
631 headers:
632 - src/core/ext/transport/chttp2/client/chttp2_connector.h
633 src:
634 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800635 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800636 - grpc_transport_chttp2
637 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700638- name: grpc_transport_chttp2_client_insecure
639 src:
640 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700641 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700642 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800643 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700644 - grpc_transport_chttp2
645 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700646 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700647- name: grpc_transport_chttp2_client_secure
648 src:
649 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700650 uses:
651 - grpc_transport_chttp2
652 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700653 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700654 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800655 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800656- name: grpc_transport_chttp2_server
657 headers:
658 - src/core/ext/transport/chttp2/server/chttp2_server.h
659 src:
660 - src/core/ext/transport/chttp2/server/chttp2_server.c
661 uses:
662 - grpc_transport_chttp2
663 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700664- name: grpc_transport_chttp2_server_insecure
665 src:
666 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700667 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700668 uses:
669 - grpc_transport_chttp2
670 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800671 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700672- name: grpc_transport_chttp2_server_secure
673 src:
674 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700675 uses:
676 - grpc_transport_chttp2
677 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700678 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800679 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700680- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700681 public_headers:
682 - include/grpc/grpc_cronet.h
683 - include/grpc/grpc_security.h
684 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700685 headers:
Garrett Castoa0ed3732016-11-07 20:36:31 -0800686 - third_party/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700687 src:
688 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
689 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
690 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700691 filegroups:
692 - grpc_base
693 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800694- name: nanopb
695 headers:
696 - third_party/nanopb/pb.h
697 - third_party/nanopb/pb_common.h
698 - third_party/nanopb/pb_decode.h
699 - third_party/nanopb/pb_encode.h
700 src:
701 - third_party/nanopb/pb_common.c
702 - third_party/nanopb/pb_decode.c
703 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704- name: tsi
705 headers:
706 - src/core/lib/tsi/fake_transport_security.h
707 - src/core/lib/tsi/ssl_transport_security.h
708 - src/core/lib/tsi/ssl_types.h
709 - src/core/lib/tsi/transport_security.h
710 - src/core/lib/tsi/transport_security_interface.h
711 src:
712 - src/core/lib/tsi/fake_transport_security.c
713 - src/core/lib/tsi/ssl_transport_security.c
714 - src/core/lib/tsi/transport_security.c
715 deps:
716 - gpr
717 secure: true
718- name: grpc++_base
719 language: c++
720 public_headers:
721 - include/grpc++/alarm.h
722 - include/grpc++/channel.h
723 - include/grpc++/client_context.h
724 - include/grpc++/completion_queue.h
725 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700726 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700727 - include/grpc++/generic/async_generic_service.h
728 - include/grpc++/generic/generic_stub.h
729 - include/grpc++/grpc++.h
730 - include/grpc++/impl/call.h
731 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700732 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700733 - include/grpc++/impl/grpc_library.h
734 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700735 - include/grpc++/impl/rpc_method.h
736 - include/grpc++/impl/rpc_service_method.h
737 - include/grpc++/impl/serialization_traits.h
738 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700739 - include/grpc++/impl/server_builder_plugin.h
740 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700742 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 - include/grpc++/security/auth_context.h
744 - include/grpc++/security/auth_metadata_processor.h
745 - include/grpc++/security/credentials.h
746 - include/grpc++/security/server_credentials.h
747 - include/grpc++/server.h
748 - include/grpc++/server_builder.h
749 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700750 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 - include/grpc++/support/async_stream.h
752 - include/grpc++/support/async_unary_call.h
753 - include/grpc++/support/byte_buffer.h
754 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700755 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - include/grpc++/support/slice.h
757 - include/grpc++/support/status.h
758 - include/grpc++/support/status_code_enum.h
759 - include/grpc++/support/string_ref.h
760 - include/grpc++/support/stub_options.h
761 - include/grpc++/support/sync_stream.h
762 - include/grpc++/support/time.h
763 headers:
764 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700765 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700766 - src/cpp/server/dynamic_thread_pool.h
767 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700768 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700770 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700771 - src/cpp/client/client_context.cc
772 - src/cpp/client/create_channel.cc
773 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700774 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700775 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700777 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700778 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700779 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700781 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700783 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - src/cpp/server/async_generic_service.cc
785 - src/cpp/server/create_default_thread_pool.cc
786 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700788 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/server/server_context.cc
790 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700791 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700792 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700793 - src/cpp/util/byte_buffer_cc.cc
794 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700795 - src/cpp/util/status.cc
796 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700797 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 uses:
yang-g17487f92016-06-03 15:21:15 -0700799 - grpc++_codegen_base
800- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 language: c++
802 public_headers:
803 - include/grpc++/impl/codegen/async_stream.h
804 - include/grpc++/impl/codegen/async_unary_call.h
805 - include/grpc++/impl/codegen/call.h
806 - include/grpc++/impl/codegen/call_hook.h
807 - include/grpc++/impl/codegen/channel_interface.h
808 - include/grpc++/impl/codegen/client_context.h
809 - include/grpc++/impl/codegen/client_unary_call.h
810 - include/grpc++/impl/codegen/completion_queue.h
811 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700812 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 - include/grpc++/impl/codegen/core_codegen_interface.h
814 - include/grpc++/impl/codegen/create_auth_context.h
815 - include/grpc++/impl/codegen/grpc_library.h
816 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 - include/grpc++/impl/codegen/rpc_method.h
818 - include/grpc++/impl/codegen/rpc_service_method.h
819 - include/grpc++/impl/codegen/security/auth_context.h
820 - include/grpc++/impl/codegen/serialization_traits.h
821 - include/grpc++/impl/codegen/server_context.h
822 - include/grpc++/impl/codegen/server_interface.h
823 - include/grpc++/impl/codegen/service_type.h
824 - include/grpc++/impl/codegen/status.h
825 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700826 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - include/grpc++/impl/codegen/string_ref.h
828 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/impl/codegen/sync_stream.h
830 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 uses:
832 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700833- name: grpc++_codegen_base_src
834 language: c++
835 src:
836 - src/cpp/codegen/codegen_init.cc
837 uses:
838 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700839- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 language: c++
841 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700842 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 uses:
yang-g17487f92016-06-03 15:21:15 -0700844 - grpc++_codegen_base
845 - grpc++_config_proto
846- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 language: c++
848 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700850- name: grpc++_reflection_proto
851 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700852 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700853 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700854- name: thrift_util
855 language: c++
856 public_headers:
857 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700858 - include/grpc++/impl/codegen/thrift_utils.h
859 uses:
860 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100861libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800862- name: gpr
863 build: all
864 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800865 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700866 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800867 secure: false
868 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
869- name: gpr_test_util
870 build: private
871 language: c
872 headers:
873 - test/core/util/test_config.h
874 src:
875 - test/core/util/test_config.c
876 deps:
877 - gpr
878 secure: false
879 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880- name: grpc
881 build: all
882 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 src:
884 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700885 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800886 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700887 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700888 filegroups:
889 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700890 - grpc_transport_chttp2_server_secure
891 - grpc_transport_chttp2_client_secure
892 - grpc_transport_chttp2_server_insecure
893 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700894 - grpc_lb_policy_grpclb
895 - grpc_lb_policy_pick_first
896 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700897 - grpc_resolver_dns_native
898 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700899 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100900 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700901 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700902 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700904 vs_packages:
905 - grpc.dependencies.openssl
906 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700907 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700908- name: grpc_cronet
909 build: all
910 language: c
911 src:
912 - src/core/lib/surface/init.c
913 baselib: true
914 deps_linkage: static
915 dll: true
916 filegroups:
917 - grpc_base
918 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700919 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700920 generate_plugin_registry: true
921 platforms:
922 - linux
923 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100924- name: grpc_dll
925 build: private
926 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100927 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100928 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100929 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100930 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100931 build_system:
932 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100933 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100934 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100935 vs_config_type: DynamicLibrary
936 vs_packages:
937 - grpc.dependencies.openssl
938 - grpc.dependencies.zlib
939 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
940 vs_props:
941 - zlib
942 - openssl
943 - winsock
944 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945- name: grpc_test_util
946 build: private
947 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700948 headers:
949 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800950 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700951 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700952 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700953 - test/core/end2end/data/server1_cert.c
954 - test/core/end2end/data/server1_key.c
955 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800956 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700957 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800958 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800959 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700960 - grpc
961 filegroups:
962 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700963 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700964 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
965- name: grpc_test_util_unsecure
966 build: private
967 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800969 - gpr
970 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800971 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700972 filegroups:
973 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700974 secure: false
975 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
976- name: grpc_unsecure
977 build: all
978 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700979 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700980 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700981 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700982 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800983 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700984 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700985 filegroups:
986 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700987 - grpc_transport_chttp2_server_insecure
988 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700989 - grpc_resolver_dns_native
990 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700991 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700992 - grpc_lb_policy_grpclb
993 - grpc_lb_policy_pick_first
994 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700995 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700996 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997 secure: false
998 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: reconnect_server
1000 build: private
1001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001002 headers:
1003 - test/core/util/reconnect_server.h
1004 src:
1005 - test/core/util/reconnect_server.c
1006 deps:
yang-gc9fca182015-11-06 16:41:33 -08001007 - test_tcp_server
1008 - grpc_test_util
1009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001010 - gpr_test_util
1011 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001012- name: test_tcp_server
1013 build: private
1014 language: c
1015 headers:
1016 - test/core/util/test_tcp_server.h
1017 src:
1018 - test/core/util/test_tcp_server.c
1019 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001020 - grpc_test_util
1021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001022 - gpr_test_util
1023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001024- name: grpc++
1025 build: all
1026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001027 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001028 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001029 - src/cpp/client/secure_credentials.h
1030 - src/cpp/common/secure_auth_context.h
1031 - src/cpp/server/secure_server_credentials.h
1032 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001033 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001034 - src/cpp/client/secure_credentials.cc
1035 - src/cpp/common/auth_property_iterator.cc
1036 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001037 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001038 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001039 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001040 - src/cpp/server/secure_server_credentials.cc
1041 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001042 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043 baselib: true
1044 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001045 filegroups:
1046 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001047 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001048 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049 secure: check
1050 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001051- name: grpc++_cronet
1052 build: all
1053 language: c++
1054 src:
1055 - src/cpp/client/cronet_credentials.cc
1056 - src/cpp/client/insecure_credentials.cc
1057 - src/cpp/common/insecure_create_auth_context.cc
1058 - src/cpp/server/insecure_server_credentials.cc
1059 deps:
1060 - gpr
1061 - grpc_cronet
1062 baselib: true
1063 dll: true
1064 filegroups:
1065 - grpc++_base
1066 - grpc++_codegen_base
1067 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001068 - grpc_transport_chttp2_client_insecure
1069 - grpc_transport_chttp2_server_insecure
1070 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001071 platforms:
1072 - linux
1073 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001074- name: grpc++_proto_reflection_desc_db
1075 build: private
1076 language: c++
1077 headers:
1078 - test/cpp/util/proto_reflection_descriptor_database.h
1079 src:
1080 - test/cpp/util/proto_reflection_descriptor_database.cc
1081 deps:
1082 - grpc++
1083 filegroups:
1084 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001085 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001086- name: grpc++_reflection
1087 build: all
1088 language: c++
1089 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001090 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001091 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001092 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001093 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001094 - src/cpp/ext/proto_server_reflection.cc
1095 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001096 deps:
1097 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001098 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001099 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001100- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001101 build: private
yang-g42879982016-10-13 15:58:31 -07001102 language: c++
1103 headers:
1104 - include/grpc++/test/server_context_test_spouse.h
1105 src:
1106 - src/cpp/test/server_context_test_spouse.cc
1107 deps:
1108 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109- name: grpc++_test_config
1110 build: private
1111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001112 headers:
1113 - test/cpp/util/test_config.h
1114 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001115 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: grpc++_test_util
1117 build: private
1118 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001119 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001120 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001121 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001122 - test/cpp/util/create_test_channel.h
1123 - test/cpp/util/string_ref_helper.h
1124 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001125 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001126 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001127 - src/proto/grpc/testing/echo_messages.proto
1128 - src/proto/grpc/testing/echo.proto
1129 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001130 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001131 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001132 - test/cpp/util/create_test_channel.cc
1133 - test/cpp/util/string_ref_helper.cc
1134 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001135 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001136 deps:
1137 - grpc++
1138 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001139 filegroups:
1140 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001141 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001142 - grpc++_codegen_proto
1143 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001144 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145- name: grpc++_unsecure
1146 build: all
1147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001148 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001149 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001150 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001151 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001152 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001154 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 baselib: true
1156 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001157 filegroups:
1158 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001159 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001160 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161 secure: false
1162 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001163- name: grpc_cli_libs
1164 build: private
1165 language: c++
1166 headers:
1167 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001168 - test/cpp/util/cli_credentials.h
1169 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001170 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001171 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001172 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001173 src:
1174 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001175 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001176 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001177 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001178 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001179 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001180 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001181 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001182 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001183 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001184 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185- name: grpc_plugin_support
1186 build: protoc
1187 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001188 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001189 - src/compiler/config.h
1190 - src/compiler/cpp_generator.h
1191 - src/compiler/cpp_generator_helpers.h
1192 - src/compiler/csharp_generator.h
1193 - src/compiler/csharp_generator_helpers.h
1194 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001195 - src/compiler/node_generator.h
1196 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001197 - src/compiler/objective_c_generator.h
1198 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001199 - src/compiler/php_generator.h
1200 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001201 - src/compiler/python_generator.h
1202 - src/compiler/ruby_generator.h
1203 - src/compiler/ruby_generator_helpers-inl.h
1204 - src/compiler/ruby_generator_map-inl.h
1205 - src/compiler/ruby_generator_string-inl.h
1206 src:
1207 - src/compiler/cpp_generator.cc
1208 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001209 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001210 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001211 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001212 - src/compiler/python_generator.cc
1213 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001214 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001215 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216 secure: false
1217 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001218 vs_props:
1219 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220- name: interop_client_helper
1221 build: private
1222 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001223 headers:
1224 - test/cpp/interop/client_helper.h
1225 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001226 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001227 - test/cpp/interop/client_helper.cc
1228 deps:
1229 - grpc++_test_util
1230 - grpc_test_util
1231 - grpc++
1232 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234- name: interop_client_main
1235 build: private
1236 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001237 headers:
1238 - test/cpp/interop/interop_client.h
1239 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001240 - src/proto/grpc/testing/empty.proto
1241 - src/proto/grpc/testing/messages.proto
1242 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001243 - test/cpp/interop/client.cc
1244 - test/cpp/interop/interop_client.cc
1245 deps:
1246 - interop_client_helper
1247 - grpc++_test_util
1248 - grpc_test_util
1249 - grpc++
1250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001251 - gpr_test_util
1252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001253 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: interop_server_helper
1255 build: private
1256 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001257 headers:
1258 - test/cpp/interop/server_helper.h
1259 src:
1260 - test/cpp/interop/server_helper.cc
1261 deps:
1262 - grpc_test_util
1263 - grpc++
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001266- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267 build: private
1268 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001269 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001270 - src/proto/grpc/testing/empty.proto
1271 - src/proto/grpc/testing/messages.proto
1272 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001273 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001274 deps:
1275 - interop_server_helper
1276 - grpc++_test_util
1277 - grpc_test_util
1278 - grpc++
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001282 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001283- name: interop_server_main
1284 build: private
1285 language: c++
1286 src:
1287 - test/cpp/interop/interop_server_bootstrap.cc
1288 deps:
1289 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: qps
1291 build: private
1292 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001293 headers:
1294 - test/cpp/qps/client.h
1295 - test/cpp/qps/driver.h
1296 - test/cpp/qps/histogram.h
1297 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001298 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001299 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001300 - test/cpp/qps/qps_worker.h
1301 - test/cpp/qps/report.h
1302 - test/cpp/qps/server.h
1303 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001304 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001305 - test/cpp/util/benchmark_config.h
1306 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001307 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001308 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001309 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001310 - src/proto/grpc/testing/control.proto
1311 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001312 - test/cpp/qps/client_async.cc
1313 - test/cpp/qps/client_sync.cc
1314 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001315 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001316 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - test/cpp/qps/qps_worker.cc
1318 - test/cpp/qps/report.cc
1319 - test/cpp/qps/server_async.cc
1320 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001321 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 - test/cpp/util/benchmark_config.cc
1323 deps:
1324 - grpc_test_util
1325 - grpc++_test_util
1326 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001327- name: grpc_csharp_ext
1328 build: all
1329 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001330 src:
1331 - src/csharp/ext/grpc_csharp_ext.c
1332 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001335 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001336 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001337 dll: only
1338 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001339 vs_packages:
1340 - grpc.dependencies.openssl
1341 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001342 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001343 vs_props:
1344 - zlib
1345 - openssl
1346 - winsock
1347 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001349- name: alarm_test
1350 build: test
1351 language: c
1352 src:
1353 - test/core/surface/alarm_test.c
1354 deps:
1355 - grpc_test_util
1356 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001357 - gpr_test_util
1358 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001359- name: algorithm_test
1360 build: test
1361 language: c
1362 src:
1363 - test/core/compression/algorithm_test.c
1364 deps:
1365 - grpc_test_util
1366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001367 - gpr_test_util
1368 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001369- name: alloc_test
1370 build: test
1371 language: c
1372 src:
1373 - test/core/support/alloc_test.c
1374 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 - gpr_test_util
1376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377- name: alpn_test
1378 build: test
1379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001380 src:
1381 - test/core/transport/chttp2/alpn_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001385 - gpr_test_util
1386 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001387- name: api_fuzzer
1388 build: fuzzer
1389 language: c
1390 src:
1391 - test/core/end2end/fuzzers/api_fuzzer.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
1395 - gpr_test_util
1396 - gpr
1397 corpus_dirs:
1398 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001399 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001400 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001401- name: bad_server_response_test
1402 build: test
1403 language: c
1404 src:
1405 - test/core/end2end/bad_server_response_test.c
1406 deps:
1407 - test_tcp_server
1408 - grpc_test_util
1409 - grpc
1410 - gpr_test_util
1411 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001412 exclude_iomgrs:
1413 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001414- name: bin_decoder_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/transport/chttp2/bin_decoder_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: bin_encoder_test
1423 build: test
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/transport/chttp2/bin_encoder_test.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001430- name: census_context_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/census/context_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001440- name: census_resource_test
1441 build: test
1442 language: c
1443 src:
1444 - test/core/census/resource_test.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
1448 - gpr_test_util
1449 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001450- name: census_trace_context_test
1451 build: test
1452 language: c
1453 src:
1454 - test/core/census/trace_context_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
1458 - gpr_test_util
1459 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001460- name: channel_create_test
1461 build: test
1462 language: c
1463 src:
1464 - test/core/surface/channel_create_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001470- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471 build: test
1472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001473 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001474 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001475 deps:
1476 - grpc_test_util
1477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001480- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001484 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001485 deps:
1486 - grpc_test_util
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: chttp2_stream_map_test
1491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/transport/chttp2/stream_map_test.c
1495 deps:
1496 - grpc_test_util
1497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001498 - gpr_test_util
1499 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001500- name: chttp2_varint_test
1501 build: test
1502 language: c
1503 src:
1504 - test/core/transport/chttp2/varint_test.c
1505 deps:
1506 - grpc_test_util
1507 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001508 - gpr_test_util
1509 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001510- name: client_fuzzer
1511 build: fuzzer
1512 language: c
1513 src:
1514 - test/core/end2end/fuzzers/client_fuzzer.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
1518 - gpr_test_util
1519 - gpr
1520 corpus_dirs:
1521 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001522 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001523 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001524- name: combiner_test
1525 cpu_cost: 30
1526 build: test
1527 language: c
1528 src:
1529 - test/core/iomgr/combiner_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
1533 - gpr_test_util
1534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: compression_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/compression/compression_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001545- name: concurrent_connectivity_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/surface/concurrent_connectivity_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
1553 - gpr_test_util
1554 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001555 exclude_iomgrs:
1556 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001557- name: connection_refused_test
1558 cpu_cost: 0.1
1559 build: test
1560 language: c
1561 src:
1562 - test/core/end2end/connection_refused_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
1566 - gpr_test_util
1567 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001568- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001569 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001570 build: test
1571 language: c
1572 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001573 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001574 deps:
1575 - grpc_test_util
1576 - grpc
1577 - gpr_test_util
1578 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001579 exclude_iomgrs:
1580 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001581- name: dns_resolver_test
1582 build: test
1583 language: c
1584 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001585 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001592 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/end2end/dualstack_socket_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001602 exclude_iomgrs:
1603 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001604 platforms:
1605 - mac
1606 - linux
1607 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001608- name: endpoint_pair_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/iomgr/endpoint_pair_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001618 exclude_iomgrs:
1619 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001620- name: ev_epoll_linux_test
1621 build: test
1622 language: c
1623 src:
1624 - test/core/iomgr/ev_epoll_linux_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
1628 - gpr_test_util
1629 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001630 exclude_iomgrs:
1631 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001632 platforms:
1633 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: fd_conservation_posix_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/iomgr/fd_conservation_posix_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001644 exclude_iomgrs:
1645 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001646 platforms:
1647 - mac
1648 - linux
1649 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650- name: fd_posix_test
1651 build: test
1652 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001653 src:
1654 - test/core/iomgr/fd_posix_test.c
1655 deps:
1656 - grpc_test_util
1657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001658 - gpr_test_util
1659 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001660 exclude_iomgrs:
1661 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001662 platforms:
1663 - mac
1664 - linux
1665 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: fling_client
1667 build: test
1668 run: false
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
1671 - test/core/fling/client.c
1672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: fling_server
1678 build: test
1679 run: false
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/fling/server.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001688- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001689 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690 build: test
1691 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001692 src:
1693 - test/core/fling/fling_stream_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001699 platforms:
1700 - mac
1701 - linux
1702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001704 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 build: test
1706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001707 src:
1708 - test/core/fling/fling_test.c
1709 deps:
1710 - grpc_test_util
1711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001712 - gpr_test_util
1713 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001714 platforms:
1715 - mac
1716 - linux
1717 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: gen_hpack_tables
1719 build: tool
1720 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001721 src:
1722 - tools/codegen/core/gen_hpack_tables.c
1723 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001725 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726- name: gen_legal_metadata_characters
1727 build: tool
1728 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001729 src:
1730 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001732- name: gen_percent_encoding_tables
1733 build: tool
1734 language: c
1735 src:
1736 - tools/codegen/core/gen_percent_encoding_tables.c
1737 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001738- name: goaway_server_test
1739 cpu_cost: 0.1
1740 build: test
1741 language: c
1742 src:
1743 - test/core/end2end/goaway_server_test.c
1744 deps:
1745 - grpc_test_util
1746 - grpc
1747 - gpr_test_util
1748 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001749 exclude_iomgrs:
1750 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001751 platforms:
1752 - mac
1753 - linux
1754 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001755- name: gpr_avl_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/support/avl_test.c
1760 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001761 - gpr_test_util
1762 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001763- name: gpr_backoff_test
1764 build: test
1765 language: c
1766 src:
1767 - test/core/support/backoff_test.c
1768 deps:
1769 - gpr_test_util
1770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001771- name: gpr_cmdline_test
1772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/support/cmdline_test.c
1776 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001779- name: gpr_cpu_test
1780 build: test
1781 language: c
1782 src:
1783 - test/core/support/cpu_test.c
1784 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: gpr_env_test
1788 build: test
1789 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001790 src:
1791 - test/core/support/env_test.c
1792 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: gpr_histogram_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/support/histogram_test.c
1800 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: gpr_host_port_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/support/host_port_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811- name: gpr_log_test
1812 build: test
1813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/core/support/log_test.c
1816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001819- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001820 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001821 build: test
1822 language: c
1823 src:
1824 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001825 deps:
1826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001829 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/stack_lockfree_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: gpr_string_test
1838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - test/core/support/string_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001846 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/support/sync_test.c
1851 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001854- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001855 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/support/thd_test.c
1860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: gpr_time_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/support/time_test.c
1868 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gpr_tls_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/tls_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: gpr_useful_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/support/useful_test.c
1884 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: grpc_auth_context_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/security/auth_context_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001897- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001901 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: grpc_byte_buffer_reader_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/surface/byte_buffer_reader_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917- name: grpc_channel_args_test
1918 build: test
1919 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001920 src:
1921 - test/core/channel/channel_args_test.c
1922 deps:
1923 - grpc_test_util
1924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: grpc_channel_stack_test
1928 build: test
1929 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/core/channel/channel_stack_test.c
1932 deps:
1933 - grpc_test_util
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: grpc_completion_queue_test
1938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/surface/completion_queue_test.c
1942 deps:
1943 - grpc_test_util
1944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001945 - gpr_test_util
1946 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001947 exclude_iomgrs:
1948 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: grpc_create_jwt
1950 build: tool
1951 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001952 src:
1953 - test/core/security/create_jwt.c
1954 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001957 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_credentials_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/security/credentials_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001969 build: test
1970 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/core/security/fetch_oauth2.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001979- name: grpc_invalid_channel_args_test
1980 build: test
1981 language: c
1982 src:
1983 - test/core/surface/invalid_channel_args_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_json_token_test
1990 build: test
1991 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001992 src:
1993 - test/core/security/json_token_test.c
1994 deps:
1995 - grpc_test_util
1996 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001997 - gpr_test_util
1998 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001999 platforms:
2000 - linux
2001 - posix
2002 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002003- name: grpc_jwt_verifier_test
2004 build: test
2005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002006 src:
2007 - test/core/security/jwt_verifier_test.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002011 - gpr_test_util
2012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002013- name: grpc_print_google_default_creds_token
2014 build: tool
2015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/core/security/print_google_default_creds_token.c
2018 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: grpc_security_connector_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/security/security_connector_test.c
2026 deps:
2027 - grpc_test_util
2028 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002029 - gpr_test_util
2030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: grpc_verify_jwt
2032 build: tool
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/security/verify_jwt.c
2036 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002039- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002040 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002041 language: c
2042 src:
2043 - test/core/handshake/client_ssl.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002049 platforms:
2050 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002051 secure: true
2052- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002053 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002054 language: c
2055 src:
2056 - test/core/handshake/server_ssl.c
2057 deps:
2058 - grpc_test_util
2059 - grpc
2060 - gpr_test_util
2061 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002062 platforms:
2063 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002064 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002065- name: hpack_parser_fuzzer_test
2066 build: fuzzer
2067 language: c
2068 src:
2069 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2070 deps:
2071 - grpc_test_util
2072 - grpc
2073 - gpr_test_util
2074 - gpr
2075 corpus_dirs:
2076 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002077 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002078 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: hpack_parser_test
2080 build: test
2081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/core/transport/chttp2/hpack_parser_test.c
2084 deps:
2085 - grpc_test_util
2086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: hpack_table_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/transport/chttp2/hpack_table_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002099- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002103 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002104 deps:
2105 - grpc_test_util
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002109- name: http_request_fuzzer_test
2110 build: fuzzer
2111 language: c
2112 src:
2113 - test/core/http/request_fuzzer.c
2114 deps:
2115 - grpc_test_util
2116 - grpc
2117 - gpr_test_util
2118 - gpr
2119 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002120 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002121 maxlen: 2048
2122- name: http_response_fuzzer_test
2123 build: fuzzer
2124 language: c
2125 src:
2126 - test/core/http/response_fuzzer.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
2130 - gpr_test_util
2131 - gpr
2132 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002133 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002134 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002135- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002136 build: test
2137 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002138 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002139 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002145- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002146 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147 build: test
2148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002149 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002150 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002156 platforms:
2157 - mac
2158 - linux
2159 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002160- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002161 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002162 build: test
2163 language: c
2164 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002165 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002166 deps:
2167 - grpc_test_util
2168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002171 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002172 - linux
yang-gf1183302015-12-07 16:02:05 -08002173- name: init_test
2174 build: test
2175 language: c
2176 src:
2177 - test/core/surface/init_test.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002181 - gpr_test_util
2182 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002183- name: internal_api_canary_iomgr_test
2184 build: test
2185 run: false
2186 language: c
2187 src:
2188 - test/core/internal_api_canaries/iomgr.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
2192 - gpr_test_util
2193 - gpr
2194- name: internal_api_canary_support_test
2195 build: test
2196 run: false
2197 language: c
2198 src:
2199 - test/core/internal_api_canaries/iomgr.c
2200 deps:
2201 - grpc_test_util
2202 - grpc
2203 - gpr_test_util
2204 - gpr
2205- name: internal_api_canary_transport_test
2206 build: test
2207 run: false
2208 language: c
2209 src:
2210 - test/core/internal_api_canaries/iomgr.c
2211 deps:
2212 - grpc_test_util
2213 - grpc
2214 - gpr_test_util
2215 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002216- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002217 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002218 build: test
2219 language: c
2220 src:
2221 - test/core/end2end/invalid_call_argument_test.c
2222 deps:
2223 - grpc_test_util
2224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002227- name: json_fuzzer_test
2228 build: fuzzer
2229 language: c
2230 src:
2231 - test/core/json/fuzzer.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
2237 corpus_dirs:
2238 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002239 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240- name: json_rewrite
2241 build: test
2242 run: false
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/json/json_rewrite.c
2246 deps:
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: json_rewrite_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/json/json_rewrite_test.c
2254 deps:
2255 - grpc_test_util
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002259- name: json_stream_error_test
2260 build: test
2261 language: c
2262 src:
2263 - test/core/json/json_stream_error_test.c
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: json_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
2273 - test/core/json/json_test.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr_test_util
2278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: lame_client_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/surface/lame_client_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002289- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002290 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002291 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002292 build: test
2293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002294 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002295 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002296 deps:
2297 - grpc_test_util
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002301- name: load_file_test
2302 build: test
2303 language: c
2304 src:
2305 - test/core/iomgr/load_file_test.c
2306 deps:
2307 - grpc_test_util
2308 - grpc
2309 - gpr_test_util
2310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: low_level_ping_pong_benchmark
2312 build: benchmark
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/network_benchmarks/low_level_ping_pong.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002321 platforms:
2322 - mac
2323 - linux
2324 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: message_compress_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/compression/message_compress_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002335- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002336 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002337 build: test
2338 language: c
2339 src:
2340 - test/core/census/mlog_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
2344 - gpr_test_util
2345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: multiple_server_queues_test
2347 build: test
2348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
2350 - test/core/end2end/multiple_server_queues_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: murmur_hash_test
2357 build: test
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/core/support/murmur_hash_test.c
2361 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002362 - gpr_test_util
2363 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002364- name: nanopb_fuzzer_response_test
2365 build: fuzzer
2366 language: c
2367 src:
2368 - test/core/nanopb/fuzzer_response.c
2369 deps:
2370 - grpc_test_util
2371 - grpc
2372 - gpr_test_util
2373 - gpr
2374 corpus_dirs:
2375 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002376 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002377- name: nanopb_fuzzer_serverlist_test
2378 build: fuzzer
2379 language: c
2380 src:
2381 - test/core/nanopb/fuzzer_serverlist.c
2382 deps:
2383 - grpc_test_util
2384 - grpc
2385 - gpr_test_util
2386 - gpr
2387 corpus_dirs:
2388 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002389 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002391 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/end2end/no_server_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002401- name: percent_decode_fuzzer
2402 build: fuzzer
2403 language: c
2404 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002405 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002406 deps:
2407 - grpc_test_util
2408 - grpc
2409 - gpr_test_util
2410 - gpr
2411 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002412 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002413 maxlen: 32
2414- name: percent_encode_fuzzer
2415 build: fuzzer
2416 language: c
2417 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002418 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002419 deps:
2420 - grpc_test_util
2421 - grpc
2422 - gpr_test_util
2423 - gpr
2424 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002425 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002426 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002427- name: percent_encoding_test
2428 build: test
2429 language: c
2430 src:
2431 - test/core/slice/percent_encoding_test.c
2432 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002433 - grpc_test_util
2434 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002435 - gpr_test_util
2436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437- name: resolve_address_test
2438 build: test
2439 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002440 src:
2441 - test/core/iomgr/resolve_address_test.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002445 - gpr_test_util
2446 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002447 exclude_iomgrs:
2448 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002449- name: resource_quota_test
2450 cpu_cost: 30
2451 build: test
2452 language: c
2453 src:
2454 - test/core/iomgr/resource_quota_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
2458 - gpr_test_util
2459 - gpr
yang-gd482e592015-12-10 14:04:00 -08002460- name: secure_channel_create_test
2461 build: test
2462 language: c
2463 src:
2464 - test/core/surface/secure_channel_create_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002468 - gpr_test_util
2469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: secure_endpoint_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/security/secure_endpoint_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002480 exclude_iomgrs:
2481 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002482- name: sequential_connectivity_test
2483 build: test
2484 language: c
2485 src:
2486 - test/core/surface/sequential_connectivity_test.c
2487 deps:
2488 - grpc_test_util
2489 - grpc
2490 - gpr_test_util
2491 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002492 exclude_iomgrs:
2493 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002494- name: server_chttp2_test
2495 build: test
2496 language: c
2497 src:
2498 - test/core/surface/server_chttp2_test.c
2499 deps:
2500 - grpc_test_util
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002504- name: server_fuzzer
2505 build: fuzzer
2506 language: c
2507 src:
2508 - test/core/end2end/fuzzers/server_fuzzer.c
2509 deps:
2510 - grpc_test_util
2511 - grpc
2512 - gpr_test_util
2513 - gpr
2514 corpus_dirs:
2515 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002516 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002517 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002518- name: server_test
2519 build: test
2520 language: c
2521 src:
2522 - test/core/surface/server_test.c
2523 deps:
2524 - grpc_test_util
2525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002526 - gpr_test_util
2527 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002528- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002529 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002530 build: test
2531 language: c
2532 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002533 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002534 deps:
2535 - test_tcp_server
2536 - grpc_test_util
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002540 exclude_iomgrs:
2541 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002542- name: slice_buffer_test
2543 build: test
2544 language: c
2545 src:
2546 - test/core/slice/slice_buffer_test.c
2547 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002548 - grpc_test_util
2549 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002550 - gpr_test_util
2551 - gpr
2552- name: slice_string_helpers_test
2553 build: test
2554 language: c
2555 src:
2556 - test/core/slice/slice_string_helpers_test.c
2557 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002558 - grpc_test_util
2559 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002560 - gpr_test_util
2561 - gpr
2562- name: slice_test
2563 build: test
2564 language: c
2565 src:
2566 - test/core/slice/slice_test.c
2567 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002568 - grpc_test_util
2569 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002570 - gpr_test_util
2571 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002572- name: sockaddr_resolver_test
2573 build: test
2574 language: c
2575 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002576 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002577 deps:
2578 - grpc_test_util
2579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002580 - gpr_test_util
2581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002582- name: sockaddr_utils_test
2583 build: test
2584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
2586 - test/core/iomgr/sockaddr_utils_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002592- name: socket_utils_test
2593 build: test
2594 language: c
2595 src:
2596 - test/core/iomgr/socket_utils_test.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002602 exclude_iomgrs:
2603 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002604 platforms:
2605 - mac
2606 - linux
2607 - posix
yang-g31e21282016-11-04 15:10:03 -07002608- name: ssl_server_fuzzer
2609 build: fuzzer
2610 language: c
2611 src:
2612 - test/core/security/ssl_server_fuzzer.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
2618 corpus_dirs:
2619 - test/core/security/corpus/ssl_server_corpus
2620 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002622 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002623 build: test
2624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002625 src:
2626 - test/core/iomgr/tcp_client_posix_test.c
2627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002632 exclude_iomgrs:
2633 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002634 platforms:
2635 - mac
2636 - linux
2637 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002639 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002640 build: test
2641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002642 src:
2643 - test/core/iomgr/tcp_posix_test.c
2644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002649 exclude_iomgrs:
2650 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002651 platforms:
2652 - mac
2653 - linux
2654 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: tcp_server_posix_test
2656 build: test
2657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
2659 - test/core/iomgr/tcp_server_posix_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002665 exclude_iomgrs:
2666 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002667 platforms:
2668 - mac
2669 - linux
2670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002671- name: time_averaged_stats_test
2672 build: test
2673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002674 src:
2675 - test/core/iomgr/time_averaged_stats_test.c
2676 deps:
2677 - grpc_test_util
2678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002679 - gpr_test_util
2680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002681- name: timeout_encoding_test
2682 build: test
2683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002684 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002685 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002691- name: timer_heap_test
2692 build: test
2693 language: c
2694 src:
2695 - test/core/iomgr/timer_heap_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002701 exclude_iomgrs:
2702 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002703- name: timer_list_test
2704 build: test
2705 language: c
2706 src:
2707 - test/core/iomgr/timer_list_test.c
2708 deps:
2709 - grpc_test_util
2710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002711 - gpr_test_util
2712 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002713 exclude_iomgrs:
2714 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002715- name: transport_connectivity_state_test
2716 build: test
2717 language: c
2718 src:
2719 - test/core/transport/connectivity_state_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002725- name: transport_metadata_test
2726 build: test
2727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
2729 - test/core/transport/metadata_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002735- name: transport_pid_controller_test
2736 build: test
2737 language: c
2738 src:
2739 - test/core/transport/pid_controller_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
2743 - gpr_test_util
2744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002745- name: transport_security_test
2746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/core/tsi/transport_security_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002755 platforms:
2756 - linux
2757 - posix
2758 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759- name: udp_server_test
2760 build: test
2761 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002762 src:
2763 - test/core/iomgr/udp_server_test.c
2764 deps:
2765 - grpc_test_util
2766 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002767 - gpr_test_util
2768 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002769 exclude_iomgrs:
2770 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002771 platforms:
2772 - mac
2773 - linux
2774 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002775- name: uri_fuzzer_test
2776 build: fuzzer
2777 language: c
2778 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002779 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002780 deps:
2781 - grpc_test_util
2782 - grpc
2783 - gpr_test_util
2784 - gpr
2785 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002786 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002787 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002788- name: uri_parser_test
2789 build: test
2790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002791 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002792 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002793 deps:
2794 - grpc_test_util
2795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002796 - gpr_test_util
2797 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002798- name: wakeup_fd_cv_test
2799 build: test
2800 language: c
2801 src:
2802 - test/core/iomgr/wakeup_fd_cv_test.c
2803 deps:
2804 - grpc_test_util
2805 - grpc
2806 - gpr_test_util
2807 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002808 exclude_iomgrs:
2809 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002810 platforms:
2811 - mac
2812 - linux
2813 - posix
vjpai04e992a2016-02-10 16:58:38 -08002814- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002815 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002816 build: test
2817 language: c++
2818 src:
2819 - test/cpp/common/alarm_cpp_test.cc
2820 deps:
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002825 - gpr_test_util
2826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002828 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002829 build: test
2830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002831 src:
2832 - test/cpp/end2end/async_end2end_test.cc
2833 deps:
2834 - grpc++_test_util
2835 - grpc_test_util
2836 - grpc++
2837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002838 - gpr_test_util
2839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002841 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842 build: test
2843 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - test/cpp/common/auth_property_iterator_test.cc
2846 deps:
2847 - grpc++_test_util
2848 - grpc_test_util
2849 - grpc++
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002853- name: bm_fullstack
2854 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002855 language: c++
2856 src:
2857 - test/cpp/microbenchmarks/bm_fullstack.cc
2858 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002859 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002860 - grpc++_test_util
2861 - grpc_test_util
2862 - grpc++
2863 - grpc
2864 - gpr_test_util
2865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002866- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002867 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868 build: test
2869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002870 src:
yang-g52705592015-11-25 11:45:33 -08002871 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002872 deps:
2873 - grpc++
2874 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002875 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002876- name: channel_filter_test
2877 gtest: true
2878 build: test
2879 language: c++
2880 src:
2881 - test/cpp/common/channel_filter_test.cc
2882 deps:
2883 - grpc++
2884 - grpc
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002887 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888 build: test
2889 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
2891 - test/cpp/util/cli_call_test.cc
2892 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002893 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002894 - grpc++_test_util
2895 - grpc_test_util
2896 - grpc++
2897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002898 - gpr_test_util
2899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002900- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002901 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002902 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002903 build: test
2904 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002905 src:
2906 - test/cpp/end2end/client_crash_test.cc
2907 deps:
2908 - grpc++_test_util
2909 - grpc_test_util
2910 - grpc++
2911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002912 - gpr_test_util
2913 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002914 platforms:
2915 - mac
2916 - linux
2917 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002918- name: client_crash_test_server
2919 build: test
2920 run: false
2921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002922 src:
2923 - test/cpp/end2end/client_crash_test_server.cc
2924 deps:
2925 - grpc++_test_util
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002931- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002932 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002933 build: test
2934 language: c++
2935 src:
2936 - src/proto/grpc/testing/control.proto
2937 - src/proto/grpc/testing/messages.proto
2938 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002939 - src/proto/grpc/testing/services.proto
2940 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002941 - test/cpp/codegen/codegen_test_full.cc
2942 deps:
2943 - grpc++
2944 - grpc
2945 - gpr
2946 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002947 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002948- name: codegen_test_minimal
2949 gtest: true
2950 build: test
2951 language: c++
2952 src:
2953 - src/proto/grpc/testing/control.proto
2954 - src/proto/grpc/testing/messages.proto
2955 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002956 - src/proto/grpc/testing/services.proto
2957 - src/proto/grpc/testing/stats.proto
2958 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002959 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002960 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002961 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002963 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002964 build: test
2965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002966 src:
2967 - test/cpp/client/credentials_test.cc
2968 deps:
2969 - grpc++
2970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002973 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974 build: test
2975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002976 src:
2977 - test/cpp/util/byte_buffer_test.cc
2978 deps:
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002985 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986 build: test
2987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002988 src:
2989 - test/cpp/util/slice_test.cc
2990 deps:
2991 - grpc_test_util
2992 - grpc++
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002997 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002998 build: test
2999 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003000 src:
3001 - test/cpp/util/string_ref_test.cc
3002 deps:
3003 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003005 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006 build: test
3007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
3009 - test/cpp/util/time_test.cc
3010 deps:
3011 - grpc_test_util
3012 - grpc++
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003017 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003018 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019 build: test
3020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003021 src:
3022 - test/cpp/end2end/end2end_test.cc
3023 deps:
3024 - grpc++_test_util
3025 - grpc_test_util
3026 - grpc++
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003030- name: filter_end2end_test
3031 gtest: true
3032 build: test
3033 language: c++
3034 src:
3035 - test/cpp/end2end/filter_end2end_test.cc
3036 deps:
3037 - grpc++_test_util
3038 - grpc_test_util
3039 - grpc++
3040 - grpc
3041 - gpr_test_util
3042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003043- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003044 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003045 build: test
3046 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003047 src:
3048 - test/cpp/end2end/generic_end2end_test.cc
3049 deps:
3050 - grpc++_test_util
3051 - grpc_test_util
3052 - grpc++
3053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003054 - gpr_test_util
3055 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003056- name: golden_file_test
3057 gtest: true
3058 build: test
3059 language: c++
3060 src:
3061 - src/proto/grpc/testing/compiler_test.proto
3062 - test/cpp/codegen/golden_file_test.cc
3063 deps:
3064 - grpc++
3065 - grpc
3066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003067- name: grpc_cli
3068 build: test
3069 run: false
3070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/cpp/util/grpc_cli.cc
3073 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003074 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003075 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003076 - grpc++
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003079 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: grpc_cpp_plugin
3081 build: protoc
3082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003083 src:
3084 - src/compiler/cpp_plugin.cc
3085 deps:
3086 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003087 secure: false
3088 vs_config_type: Application
3089 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3090- name: grpc_csharp_plugin
3091 build: protoc
3092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003093 src:
3094 - src/compiler/csharp_plugin.cc
3095 deps:
3096 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003097 secure: false
3098 vs_config_type: Application
3099 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003100- name: grpc_node_plugin
3101 build: protoc
3102 language: c++
3103 src:
3104 - src/compiler/node_plugin.cc
3105 deps:
3106 - grpc_plugin_support
3107 secure: false
3108 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109- name: grpc_objective_c_plugin
3110 build: protoc
3111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - src/compiler/objective_c_plugin.cc
3114 deps:
3115 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003116 secure: false
3117 vs_config_type: Application
3118 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003119- name: grpc_php_plugin
3120 build: protoc
3121 language: c++
3122 src:
3123 - src/compiler/php_plugin.cc
3124 deps:
3125 - grpc_plugin_support
3126 secure: false
3127 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003128- name: grpc_python_plugin
3129 build: protoc
3130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003131 src:
3132 - src/compiler/python_plugin.cc
3133 deps:
3134 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003135 secure: false
3136 vs_config_type: Application
3137 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3138- name: grpc_ruby_plugin
3139 build: protoc
3140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003141 src:
3142 - src/compiler/ruby_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: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003148- name: grpc_tool_test
3149 gtest: true
3150 build: test
3151 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003152 src:
3153 - src/proto/grpc/testing/echo.proto
3154 - src/proto/grpc/testing/echo_messages.proto
3155 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003156 deps:
3157 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003158 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003159 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003160 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003161 - grpc_test_util
3162 - grpc++
3163 - grpc
3164 - gpr_test_util
3165 - gpr
3166 filegroups:
3167 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003168- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003169 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003170 build: test
3171 language: c++
3172 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003173 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003174 - test/cpp/grpclb/grpclb_api_test.cc
3175 deps:
3176 - grpc++_test_util
3177 - grpc_test_util
3178 - grpc++
3179 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003180- name: grpclb_test
3181 gtest: false
3182 build: test
3183 language: c++
3184 src:
3185 - src/proto/grpc/lb/v1/load_balancer.proto
3186 - test/cpp/grpclb/grpclb_test.cc
3187 deps:
3188 - gpr
3189 - gpr_test_util
3190 - grpc
3191 - grpc++
3192 - grpc++_test_util
3193 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003194- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003195 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003196 build: test
3197 language: c++
3198 src:
3199 - test/cpp/end2end/hybrid_end2end_test.cc
3200 deps:
3201 - grpc++_test_util
3202 - grpc_test_util
3203 - grpc++
3204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003205 - gpr_test_util
3206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207- name: interop_client
3208 build: test
3209 run: false
3210 language: c++
3211 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003212 deps:
3213 - interop_client_main
3214 - interop_client_helper
3215 - grpc++_test_util
3216 - grpc_test_util
3217 - grpc++
3218 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003219 - gpr_test_util
3220 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003221 - grpc++_test_config
3222 platforms:
3223 - mac
3224 - linux
3225 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226- name: interop_server
3227 build: test
3228 run: false
3229 language: c++
3230 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003231 deps:
3232 - interop_server_main
3233 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003234 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003235 - grpc++_test_util
3236 - grpc_test_util
3237 - grpc++
3238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003239 - gpr_test_util
3240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003241 - grpc++_test_config
3242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003247 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248 build: test
3249 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003250 src:
3251 - test/cpp/interop/interop_test.cc
3252 deps:
3253 - grpc_test_util
3254 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003255 - gpr_test_util
3256 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003257 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003258 platforms:
3259 - mac
3260 - linux
3261 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003262- name: json_run_localhost
3263 build: test
3264 run: false
3265 language: c++
3266 src:
3267 - test/cpp/qps/json_run_localhost.cc
3268 deps:
3269 - grpc++_test_util
3270 - grpc_test_util
3271 - grpc++
3272 - grpc
3273 - gpr_test_util
3274 - gpr
3275 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003276- name: metrics_client
3277 build: test
3278 run: false
3279 language: c++
3280 headers:
3281 - test/cpp/util/metrics_server.h
3282 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003283 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003284 - test/cpp/interop/metrics_client.cc
3285 deps:
3286 - grpc++
3287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003288 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003289 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003290- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003291 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003292 build: test
3293 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003294 src:
3295 - test/cpp/end2end/mock_test.cc
3296 deps:
3297 - grpc++_test_util
3298 - grpc_test_util
3299 - grpc++
3300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003301 - gpr_test_util
3302 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003303- name: noop-benchmark
3304 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003305 language: c++
3306 src:
3307 - test/cpp/microbenchmarks/noop-benchmark.cc
3308 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003309 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003310- name: proto_server_reflection_test
3311 gtest: true
3312 build: test
3313 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003314 src:
3315 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003316 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003317 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003318 - grpc++_reflection
3319 - grpc++_test_util
3320 - grpc_test_util
3321 - grpc++
3322 - grpc
3323 - gpr_test_util
3324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003325- name: qps_interarrival_test
3326 build: test
3327 run: false
3328 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003329 src:
3330 - test/cpp/qps/qps_interarrival_test.cc
3331 deps:
3332 - qps
3333 - grpc++_test_util
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003337 - gpr_test_util
3338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003339 platforms:
3340 - mac
3341 - linux
3342 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003343- name: qps_json_driver
3344 build: test
3345 run: false
3346 language: c++
3347 src:
3348 - test/cpp/qps/qps_json_driver.cc
3349 deps:
3350 - qps
3351 - grpc++_test_util
3352 - grpc_test_util
3353 - grpc++
3354 - grpc
3355 - gpr_test_util
3356 - gpr
3357 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003358- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003359 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003360 build: test
3361 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003362 src:
3363 - test/cpp/qps/qps_openloop_test.cc
3364 deps:
3365 - qps
3366 - grpc++_test_util
3367 - grpc_test_util
3368 - grpc++
3369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003370 - gpr_test_util
3371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003372 - grpc++_test_config
3373 platforms:
3374 - mac
3375 - linux
3376 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003377- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003378 build: test
3379 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003380 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003381 headers:
3382 - test/cpp/qps/client.h
3383 - test/cpp/qps/server.h
3384 src:
3385 - test/cpp/qps/worker.cc
3386 deps:
3387 - qps
3388 - grpc++_test_util
3389 - grpc_test_util
3390 - grpc++
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr_test_util
3393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003394 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003395- name: reconnect_interop_client
3396 build: test
3397 run: false
3398 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003399 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003400 - src/proto/grpc/testing/empty.proto
3401 - src/proto/grpc/testing/messages.proto
3402 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003403 - test/cpp/interop/reconnect_interop_client.cc
3404 deps:
3405 - grpc++_test_util
3406 - grpc_test_util
3407 - grpc++
3408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003409 - gpr_test_util
3410 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003411 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003412- name: reconnect_interop_server
3413 build: test
3414 run: false
3415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003416 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003417 - src/proto/grpc/testing/empty.proto
3418 - src/proto/grpc/testing/messages.proto
3419 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003420 - test/cpp/interop/reconnect_interop_server.cc
3421 deps:
3422 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003423 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003424 - grpc++_test_util
3425 - grpc_test_util
3426 - grpc++
3427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003428 - gpr_test_util
3429 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003430 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003431- name: round_robin_end2end_test
3432 gtest: true
3433 build: test
3434 language: c++
3435 src:
3436 - test/cpp/end2end/round_robin_end2end_test.cc
3437 deps:
3438 - grpc++_test_util
3439 - grpc_test_util
3440 - grpc++
3441 - grpc
3442 - gpr_test_util
3443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003444- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003445 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003446 build: test
3447 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003448 src:
3449 - test/cpp/common/secure_auth_context_test.cc
3450 deps:
3451 - grpc++_test_util
3452 - grpc_test_util
3453 - grpc++
3454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003455 - gpr_test_util
3456 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003457- name: secure_sync_unary_ping_pong_test
3458 build: test
3459 language: c++
3460 src:
3461 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3462 deps:
3463 - qps
3464 - grpc++_test_util
3465 - grpc_test_util
3466 - grpc++
3467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003468 - gpr_test_util
3469 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003470 platforms:
3471 - mac
3472 - linux
3473 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003474- name: server_builder_plugin_test
3475 gtest: true
3476 build: test
3477 language: c++
3478 src:
3479 - test/cpp/end2end/server_builder_plugin_test.cc
3480 deps:
3481 - grpc++_test_util
3482 - grpc_test_util
3483 - grpc++
3484 - grpc
3485 - gpr_test_util
3486 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003487- name: server_context_test_spouse_test
3488 gtest: true
3489 build: test
3490 language: c++
3491 src:
3492 - test/cpp/test/server_context_test_spouse_test.cc
3493 deps:
3494 - grpc_test_util
3495 - grpc++_test
3496 - grpc++
3497 - grpc
3498 - gpr_test_util
3499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003500- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003501 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003502 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003503 build: test
3504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003505 src:
3506 - test/cpp/end2end/server_crash_test.cc
3507 deps:
3508 - grpc++_test_util
3509 - grpc_test_util
3510 - grpc++
3511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003512 - gpr_test_util
3513 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003514 platforms:
3515 - mac
3516 - linux
3517 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518- name: server_crash_test_client
3519 build: test
3520 run: false
3521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003522 src:
3523 - test/cpp/end2end/server_crash_test_client.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc_test_util
3527 - grpc++
3528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003529 - gpr_test_util
3530 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003531- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003532 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003533 build: test
3534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003535 src:
3536 - test/cpp/end2end/shutdown_test.cc
3537 deps:
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
Craig Tillerbf4b2242015-08-31 15:53:53 -07003544- name: status_test
3545 build: test
3546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003547 src:
3548 - test/cpp/util/status_test.cc
3549 deps:
3550 - grpc_test_util
3551 - grpc++
3552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003553 - gpr_test_util
3554 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003555- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003556 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003557 build: test
3558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003559 src:
3560 - test/cpp/end2end/streaming_throughput_test.cc
3561 deps:
3562 - grpc++_test_util
3563 - grpc_test_util
3564 - grpc++
3565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003566 - gpr_test_util
3567 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003568 platforms:
3569 - mac
3570 - linux
3571 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003572- name: stress_test
3573 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003574 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003575 language: c++
3576 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003577 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003578 - test/cpp/interop/interop_client.h
3579 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003580 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003581 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003582 - src/proto/grpc/testing/empty.proto
3583 - src/proto/grpc/testing/messages.proto
3584 - src/proto/grpc/testing/metrics.proto
3585 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003586 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003587 - test/cpp/interop/interop_client.cc
3588 - test/cpp/interop/stress_interop_client.cc
3589 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003590 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003591 deps:
3592 - grpc++_test_util
3593 - grpc_test_util
3594 - grpc++
3595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003596 - gpr_test_util
3597 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003598 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003599- name: thread_manager_test
3600 build: test
3601 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003602 src:
3603 - test/cpp/thread_manager/thread_manager_test.cc
3604 deps:
3605 - grpc++
3606 - grpc
3607 - gpr
3608 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003610 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003611 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003612 build: test
3613 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003614 src:
3615 - test/cpp/end2end/thread_stress_test.cc
3616 deps:
3617 - grpc++_test_util
3618 - grpc_test_util
3619 - grpc++
3620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003621 - gpr_test_util
3622 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003623- name: public_headers_must_be_c89
3624 build: test
3625 language: c89
3626 src:
3627 - test/core/surface/public_headers_must_be_c89.c
3628 deps:
3629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003631vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003632- linkage: static
3633 name: grpc.dependencies.zlib
3634 props: false
3635 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003636 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003637- linkage: static
3638 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003639 props: true
3640 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003641 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003642- name: gflags
3643 props: false
3644 redist: false
3645 version: 2.1.2.1
3646- name: gtest
3647 props: false
3648 redist: false
3649 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003650configs:
3651 asan:
3652 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003653 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3654 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003655 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003656 LD: clang
3657 LDFLAGS: -fsanitize=address
3658 LDXX: clang++
3659 compile_the_world: true
3660 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003661 ASAN_OPTIONS: detect_leaks=1:color=always
3662 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003663 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003664 asan-noleaks:
3665 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003666 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3667 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003668 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003669 LD: clang
3670 LDFLAGS: -fsanitize=address
3671 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003672 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003673 test_environ:
3674 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003675 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003676 asan-trace-cmp:
3677 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003678 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3679 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003680 CXX: clang++
3681 LD: clang
3682 LDFLAGS: -fsanitize=address
3683 LDXX: clang++
3684 compile_the_world: true
3685 test_environ:
3686 ASAN_OPTIONS: detect_leaks=1:color=always
3687 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3688 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003689 basicprof:
3690 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3691 DEFINES: NDEBUG
3692 dbg:
3693 CPPFLAGS: -O0
3694 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003695 easan:
3696 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003697 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3698 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003699 CXX: clang++
3700 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3701 LD: clang
3702 LDFLAGS: -fsanitize=address
3703 LDXX: clang++
3704 compile_the_world: true
3705 test_environ:
3706 ASAN_OPTIONS: detect_leaks=1:color=always
3707 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3708 timeout_multiplier: 3
3709 edbg:
3710 CPPFLAGS: -O0
3711 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3712 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003713 CC: clang
3714 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003715 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003716 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003717 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003718 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003719 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003720 LDXX: clang++
3721 compile_the_world: true
3722 test_environ:
3723 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3724 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003725 gcov:
3726 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003727 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003728 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003729 DEFINES: _DEBUG DEBUG GPR_GCOV
3730 LD: gcc
3731 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3732 LDXX: g++
3733 helgrind:
3734 CPPFLAGS: -O0
3735 DEFINES: _DEBUG DEBUG
3736 LDFLAGS: -rdynamic
3737 timeout_multiplier: 20
3738 valgrind: --tool=helgrind
3739 memcheck:
3740 CPPFLAGS: -O0
3741 DEFINES: _DEBUG DEBUG
3742 LDFLAGS: -rdynamic
3743 timeout_multiplier: 10
3744 valgrind: --tool=memcheck --leak-check=full
3745 msan:
3746 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003747 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3748 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3749 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003750 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003751 DEFINES: NDEBUG
3752 LD: clang
3753 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3754 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3755 LDXX: clang++
3756 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003757 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003758 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003759 CPPFLAGS: -O3 -fno-omit-frame-pointer
3760 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003761 LDFLAGS: -rdynamic
3762 opt:
3763 CPPFLAGS: -O2
3764 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003765 stapprof:
3766 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3767 DEFINES: NDEBUG
3768 tsan:
3769 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003770 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003771 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003772 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003773 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003774 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003775 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003776 LDXX: clang++
3777 compile_the_world: true
3778 test_environ:
3779 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003780 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003781 ubsan:
3782 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003783 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3784 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003785 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003786 DEFINES: NDEBUG
3787 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003788 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003789 LDXX: clang++
3790 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003791 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003792 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003793 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003794defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003795 benchmark:
3796 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003797 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003798 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003799 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003800 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003801 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003802 global:
3803 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3804 LDFLAGS: -g
3805 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003806 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003807 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003808node_modules:
3809- deps:
3810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003811 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003812 - boringssl
3813 - z
murgatroid9994a75412015-11-19 14:04:53 -08003814 headers:
3815 - src/node/ext/byte_buffer.h
3816 - src/node/ext/call.h
3817 - src/node/ext/call_credentials.h
3818 - src/node/ext/channel.h
3819 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003820 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003821 - src/node/ext/completion_queue_async_worker.h
3822 - src/node/ext/server.h
3823 - src/node/ext/server_credentials.h
3824 - src/node/ext/timeval.h
3825 js:
3826 - src/node/index.js
3827 - src/node/src/client.js
3828 - src/node/src/common.js
3829 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003830 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003831 - src/node/src/metadata.js
3832 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003833 name: grpc_node
3834 src:
3835 - src/node/ext/byte_buffer.cc
3836 - src/node/ext/call.cc
3837 - src/node/ext/call_credentials.cc
3838 - src/node/ext/channel.cc
3839 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003840 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003841 - src/node/ext/completion_queue_async_worker.cc
3842 - src/node/ext/node_grpc.cc
3843 - src/node/ext/server.cc
3844 - src/node/ext/server_credentials.cc
3845 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003846openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003847 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003848 extraction_dir: openssl-1.0.2f
3849 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003850php_config_m4:
3851 deps:
3852 - grpc
3853 - gpr
3854 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003855 headers:
3856 - src/php/ext/grpc/byte_buffer.h
3857 - src/php/ext/grpc/call.h
3858 - src/php/ext/grpc/call_credentials.h
3859 - src/php/ext/grpc/channel.h
3860 - src/php/ext/grpc/channel_credentials.h
3861 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003862 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003863 - src/php/ext/grpc/php_grpc.h
3864 - src/php/ext/grpc/server.h
3865 - src/php/ext/grpc/server_credentials.h
3866 - src/php/ext/grpc/timeval.h
3867 src:
3868 - src/php/ext/grpc/byte_buffer.c
3869 - src/php/ext/grpc/call.c
3870 - src/php/ext/grpc/call_credentials.c
3871 - src/php/ext/grpc/channel.c
3872 - src/php/ext/grpc/channel_credentials.c
3873 - src/php/ext/grpc/completion_queue.c
3874 - src/php/ext/grpc/php_grpc.c
3875 - src/php/ext/grpc/server.c
3876 - src/php/ext/grpc/server_credentials.c
3877 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003878python_dependencies:
3879 deps:
3880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003881 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003882 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003883 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003884ruby_gem:
3885 deps:
3886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003888 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889 - z