blob: 5b9dcbbd26508045fde6e56c7f8e1c41af9d1557 [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 Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700165 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800191 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700192 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700216 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700217 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/socket_utils_posix.h
219 - src/core/lib/iomgr/socket_windows.h
220 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700221 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_posix.h
223 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/tcp_windows.h
226 - src/core/lib/iomgr/time_averaged_stats.h
227 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/udp_server.h
232 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700233 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/wakeup_fd_pipe.h
235 - src/core/lib/iomgr/wakeup_fd_posix.h
236 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/workqueue_windows.h
239 - src/core/lib/json/json.h
240 - src/core/lib/json/json_common.h
241 - src/core/lib/json/json_reader.h
242 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800244 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800245 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700246 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/surface/api_trace.h
248 - src/core/lib/surface/call.h
249 - src/core/lib/surface/call_test_only.h
250 - src/core/lib/surface/channel.h
251 - src/core/lib/surface/channel_init.h
252 - src/core/lib/surface/channel_stack_type.h
253 - src/core/lib/surface/completion_queue.h
254 - src/core/lib/surface/event_string.h
255 - src/core/lib/surface/init.h
256 - src/core/lib/surface/lame_client.h
257 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/surface/validate_metadata.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800261 - src/core/lib/transport/error_utils.h
262 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700263 - src/core/lib/transport/metadata.h
264 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700265 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700266 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800268 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400269 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700270 - src/core/lib/transport/transport.h
271 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700272 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/channel/channel_args.c
274 - src/core/lib/channel/channel_stack.c
275 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/channel/compress_filter.c
277 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700278 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700279 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800280 - src/core/lib/channel/handshaker_factory.c
281 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/http_client_filter.c
283 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700284 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700285 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/compression/message_compress.c
287 - src/core/lib/debug/trace.c
288 - src/core/lib/http/format_request.c
289 - src/core/lib/http/httpcli.c
290 - src/core/lib/http/parser.c
291 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700292 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/iomgr/endpoint.c
294 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700295 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700297 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700298 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700299 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700300 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/exec_ctx.c
302 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/iocp_windows.c
304 - src/core/lib/iomgr/iomgr.c
305 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700306 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700307 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700308 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700309 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700310 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700311 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/pollset_windows.c
315 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700316 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700317 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700318 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700319 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700320 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/socket_utils_common_posix.c
322 - src/core/lib/iomgr/socket_utils_linux.c
323 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700325 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/socket_windows.c
327 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/tcp_client_windows.c
330 - src/core/lib/iomgr/tcp_posix.c
331 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700332 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700334 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/tcp_windows.c
336 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700339 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/udp_server.c
341 - src/core/lib/iomgr/unix_sockets_posix.c
342 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700343 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/wakeup_fd_eventfd.c
345 - src/core/lib/iomgr/wakeup_fd_nospecial.c
346 - src/core/lib/iomgr/wakeup_fd_pipe.c
347 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/workqueue_windows.c
350 - src/core/lib/json/json.c
351 - src/core/lib/json/json_reader.c
352 - src/core/lib/json/json_string.c
353 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700354 - src/core/lib/slice/percent_encoding.c
355 - src/core/lib/slice/slice.c
356 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800357 - src/core/lib/slice/slice_hash_table.c
358 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700359 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/surface/alarm.c
361 - src/core/lib/surface/api_trace.c
362 - src/core/lib/surface/byte_buffer.c
363 - src/core/lib/surface/byte_buffer_reader.c
364 - src/core/lib/surface/call.c
365 - src/core/lib/surface/call_details.c
366 - src/core/lib/surface/call_log_batch.c
367 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/surface/channel_init.c
369 - src/core/lib/surface/channel_ping.c
370 - src/core/lib/surface/channel_stack_type.c
371 - src/core/lib/surface/completion_queue.c
372 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/surface/lame_client.c
374 - src/core/lib/surface/metadata_array.c
375 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700376 - src/core/lib/surface/validate_metadata.c
377 - src/core/lib/surface/version.c
378 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700379 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800380 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700381 - src/core/lib/transport/metadata.c
382 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700383 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700384 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800386 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400387 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/transport.c
389 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700390 deps:
391 - gpr
392 uses:
393 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700394- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700395 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700396 - src/core/ext/client_channel/client_channel.h
397 - src/core/ext/client_channel/client_channel_factory.h
398 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700399 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800400 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700401 - src/core/ext/client_channel/initial_connect_string.h
402 - src/core/ext/client_channel/lb_policy.h
403 - src/core/ext/client_channel/lb_policy_factory.h
404 - src/core/ext/client_channel/lb_policy_registry.h
405 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800406 - src/core/ext/client_channel/proxy_mapper.h
407 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700408 - src/core/ext/client_channel/resolver.h
409 - src/core/ext/client_channel/resolver_factory.h
410 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/subchannel.h
412 - src/core/ext/client_channel/subchannel_index.h
413 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700414 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700415 - src/core/ext/client_channel/channel_connectivity.c
416 - src/core/ext/client_channel/client_channel.c
417 - src/core/ext/client_channel/client_channel_factory.c
418 - src/core/ext/client_channel/client_channel_plugin.c
419 - src/core/ext/client_channel/connector.c
420 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700421 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800422 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700423 - src/core/ext/client_channel/initial_connect_string.c
424 - src/core/ext/client_channel/lb_policy.c
425 - src/core/ext/client_channel/lb_policy_factory.c
426 - src/core/ext/client_channel/lb_policy_registry.c
427 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800428 - src/core/ext/client_channel/proxy_mapper.c
429 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700430 - src/core/ext/client_channel/resolver.c
431 - src/core/ext/client_channel/resolver_factory.c
432 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700433 - src/core/ext/client_channel/subchannel.c
434 - src/core/ext/client_channel/subchannel_index.c
435 - src/core/ext/client_channel/uri_parser.c
436 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700437 uses:
438 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800439- name: grpc_codegen
440 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700441 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800442 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800443 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800444 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800445 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800446 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800447 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700448 uses:
449 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700450- name: grpc_lb_policy_grpclb
451 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700452 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700453 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700454 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700455 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700456 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700457 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700458 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700459 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700460 uses:
461 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700463 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700464- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700465 src:
466 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700467 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700468 uses:
469 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700470 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700471- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700472 src:
473 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700474 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700475 uses:
476 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700477 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700478- name: grpc_load_reporting
479 headers:
480 - src/core/ext/load_reporting/load_reporting.h
481 - src/core/ext/load_reporting/load_reporting_filter.h
482 src:
483 - src/core/ext/load_reporting/load_reporting.c
484 - src/core/ext/load_reporting/load_reporting_filter.c
485 plugin: grpc_load_reporting_plugin
486 uses:
487 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700488- name: grpc_resolver_dns_native
489 src:
490 - src/core/ext/resolver/dns/native/dns_resolver.c
491 plugin: grpc_resolver_dns_native
492 uses:
493 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700494 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700495- name: grpc_resolver_sockaddr
496 src:
497 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
498 plugin: grpc_resolver_sockaddr
499 uses:
500 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100502- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700503 public_headers:
504 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100505 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/context/security_context.h
507 - src/core/lib/security/credentials/composite/composite_credentials.h
508 - src/core/lib/security/credentials/credentials.h
509 - src/core/lib/security/credentials/fake/fake_credentials.h
510 - src/core/lib/security/credentials/google_default/google_default_credentials.h
511 - src/core/lib/security/credentials/iam/iam_credentials.h
512 - src/core/lib/security/credentials/jwt/json_token.h
513 - src/core/lib/security/credentials/jwt/jwt_credentials.h
514 - src/core/lib/security/credentials/jwt/jwt_verifier.h
515 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
516 - src/core/lib/security/credentials/plugin/plugin_credentials.h
517 - src/core/lib/security/credentials/ssl/ssl_credentials.h
518 - src/core/lib/security/transport/auth_filters.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700519 - src/core/lib/security/transport/secure_endpoint.h
520 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800521 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700522 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700523 - src/core/lib/security/util/b64.h
524 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100525 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700526 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700527 - src/core/lib/security/context/security_context.c
528 - src/core/lib/security/credentials/composite/composite_credentials.c
529 - src/core/lib/security/credentials/credentials.c
530 - src/core/lib/security/credentials/credentials_metadata.c
531 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700532 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700533 - src/core/lib/security/credentials/google_default/google_default_credentials.c
534 - src/core/lib/security/credentials/iam/iam_credentials.c
535 - src/core/lib/security/credentials/jwt/json_token.c
536 - src/core/lib/security/credentials/jwt/jwt_credentials.c
537 - src/core/lib/security/credentials/jwt/jwt_verifier.c
538 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
539 - src/core/lib/security/credentials/plugin/plugin_credentials.c
540 - src/core/lib/security/credentials/ssl/ssl_credentials.c
541 - src/core/lib/security/transport/client_auth_filter.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700542 - src/core/lib/security/transport/secure_endpoint.c
543 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800544 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700545 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700546 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700547 - src/core/lib/security/util/b64.c
548 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700549 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700550 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700551 uses:
552 - grpc_base
553 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700554 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700555- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700556 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700557 headers:
558 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700559 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700560 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/end2end/fixtures/proxy.h
562 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700563 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200564 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700565 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700567 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700569 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/slice_splitter.h
571 src:
572 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700573 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700574 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700575 - test/core/end2end/fixtures/proxy.c
576 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700577 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200578 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700579 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700580 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700581 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700582 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700583 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700584 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700585 - test/core/util/port_windows.c
586 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 deps:
588 - grpc
589 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700590- name: grpc_transport_chttp2
591 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700592 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700594 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
595 - src/core/ext/transport/chttp2/transport/frame.h
596 - src/core/ext/transport/chttp2/transport/frame_data.h
597 - src/core/ext/transport/chttp2/transport/frame_goaway.h
598 - src/core/ext/transport/chttp2/transport/frame_ping.h
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
600 - src/core/ext/transport/chttp2/transport/frame_settings.h
601 - src/core/ext/transport/chttp2/transport/frame_window_update.h
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
603 - src/core/ext/transport/chttp2/transport/hpack_parser.h
604 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700605 - src/core/ext/transport/chttp2/transport/huffsyms.h
606 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
607 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700608 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700609 - src/core/ext/transport/chttp2/transport/varint.h
610 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700611 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700612 - src/core/ext/transport/chttp2/transport/bin_encoder.c
613 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700614 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
615 - src/core/ext/transport/chttp2/transport/frame_data.c
616 - src/core/ext/transport/chttp2/transport/frame_goaway.c
617 - src/core/ext/transport/chttp2/transport/frame_ping.c
618 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
619 - src/core/ext/transport/chttp2/transport/frame_settings.c
620 - src/core/ext/transport/chttp2/transport/frame_window_update.c
621 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
622 - src/core/ext/transport/chttp2/transport/hpack_parser.c
623 - src/core/ext/transport/chttp2/transport/hpack_table.c
624 - src/core/ext/transport/chttp2/transport/huffsyms.c
625 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
626 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700627 - src/core/ext/transport/chttp2/transport/stream_lists.c
628 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700629 - src/core/ext/transport/chttp2/transport/varint.c
630 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700631 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700632 uses:
633 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700634 - grpc_transport_chttp2_alpn
635- name: grpc_transport_chttp2_alpn
636 headers:
637 - src/core/ext/transport/chttp2/alpn/alpn.h
638 src:
639 - src/core/ext/transport/chttp2/alpn/alpn.c
640 deps:
641 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800642- name: grpc_transport_chttp2_client_connector
643 headers:
644 - src/core/ext/transport/chttp2/client/chttp2_connector.h
645 src:
646 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800647 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800648 - grpc_transport_chttp2
649 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700650- name: grpc_transport_chttp2_client_insecure
651 src:
652 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700653 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700654 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800655 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 - grpc_transport_chttp2
657 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700658 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700659- name: grpc_transport_chttp2_client_secure
660 src:
661 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700662 uses:
663 - grpc_transport_chttp2
664 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700665 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700666 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800667 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800668- name: grpc_transport_chttp2_server
669 headers:
670 - src/core/ext/transport/chttp2/server/chttp2_server.h
671 src:
672 - src/core/ext/transport/chttp2/server/chttp2_server.c
673 uses:
674 - grpc_transport_chttp2
675 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700676- name: grpc_transport_chttp2_server_insecure
677 src:
678 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700679 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700680 uses:
681 - grpc_transport_chttp2
682 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800683 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700684- name: grpc_transport_chttp2_server_secure
685 src:
686 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 uses:
688 - grpc_transport_chttp2
689 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700690 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800691 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700692- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700693 public_headers:
694 - include/grpc/grpc_cronet.h
695 - include/grpc/grpc_security.h
696 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700697 headers:
Garrett Castoa0ed3732016-11-07 20:36:31 -0800698 - third_party/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700699 src:
700 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
701 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
702 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700703 filegroups:
704 - grpc_base
705 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800706- name: nanopb
707 headers:
708 - third_party/nanopb/pb.h
709 - third_party/nanopb/pb_common.h
710 - third_party/nanopb/pb_decode.h
711 - third_party/nanopb/pb_encode.h
712 src:
713 - third_party/nanopb/pb_common.c
714 - third_party/nanopb/pb_decode.c
715 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716- name: tsi
717 headers:
718 - src/core/lib/tsi/fake_transport_security.h
719 - src/core/lib/tsi/ssl_transport_security.h
720 - src/core/lib/tsi/ssl_types.h
721 - src/core/lib/tsi/transport_security.h
722 - src/core/lib/tsi/transport_security_interface.h
723 src:
724 - src/core/lib/tsi/fake_transport_security.c
725 - src/core/lib/tsi/ssl_transport_security.c
726 - src/core/lib/tsi/transport_security.c
727 deps:
728 - gpr
729 secure: true
730- name: grpc++_base
731 language: c++
732 public_headers:
733 - include/grpc++/alarm.h
734 - include/grpc++/channel.h
735 - include/grpc++/client_context.h
736 - include/grpc++/completion_queue.h
737 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700738 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - include/grpc++/generic/async_generic_service.h
740 - include/grpc++/generic/generic_stub.h
741 - include/grpc++/grpc++.h
742 - include/grpc++/impl/call.h
743 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700744 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/impl/grpc_library.h
746 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/rpc_method.h
748 - include/grpc++/impl/rpc_service_method.h
749 - include/grpc++/impl/serialization_traits.h
750 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700751 - include/grpc++/impl/server_builder_plugin.h
752 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700754 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - include/grpc++/security/auth_context.h
756 - include/grpc++/security/auth_metadata_processor.h
757 - include/grpc++/security/credentials.h
758 - include/grpc++/security/server_credentials.h
759 - include/grpc++/server.h
760 - include/grpc++/server_builder.h
761 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700762 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/support/async_stream.h
764 - include/grpc++/support/async_unary_call.h
765 - include/grpc++/support/byte_buffer.h
766 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700767 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - include/grpc++/support/slice.h
769 - include/grpc++/support/status.h
770 - include/grpc++/support/status_code_enum.h
771 - include/grpc++/support/string_ref.h
772 - include/grpc++/support/stub_options.h
773 - include/grpc++/support/sync_stream.h
774 - include/grpc++/support/time.h
775 headers:
776 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700777 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/server/dynamic_thread_pool.h
779 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700780 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700782 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/client/client_context.cc
784 - src/cpp/client/create_channel.cc
785 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700786 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700787 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700790 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700791 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700793 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700795 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - src/cpp/server/async_generic_service.cc
797 - src/cpp/server/create_default_thread_pool.cc
798 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700800 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - src/cpp/server/server_context.cc
802 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700803 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700804 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700805 - src/cpp/util/byte_buffer_cc.cc
806 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - src/cpp/util/status.cc
808 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700809 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 uses:
yang-g17487f92016-06-03 15:21:15 -0700811 - grpc++_codegen_base
812- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 language: c++
814 public_headers:
815 - include/grpc++/impl/codegen/async_stream.h
816 - include/grpc++/impl/codegen/async_unary_call.h
817 - include/grpc++/impl/codegen/call.h
818 - include/grpc++/impl/codegen/call_hook.h
819 - include/grpc++/impl/codegen/channel_interface.h
820 - include/grpc++/impl/codegen/client_context.h
821 - include/grpc++/impl/codegen/client_unary_call.h
822 - include/grpc++/impl/codegen/completion_queue.h
823 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700824 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - include/grpc++/impl/codegen/core_codegen_interface.h
826 - include/grpc++/impl/codegen/create_auth_context.h
827 - include/grpc++/impl/codegen/grpc_library.h
828 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/impl/codegen/rpc_method.h
830 - include/grpc++/impl/codegen/rpc_service_method.h
831 - include/grpc++/impl/codegen/security/auth_context.h
832 - include/grpc++/impl/codegen/serialization_traits.h
833 - include/grpc++/impl/codegen/server_context.h
834 - include/grpc++/impl/codegen/server_interface.h
835 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800836 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - include/grpc++/impl/codegen/status.h
838 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700839 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/codegen/string_ref.h
841 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700842 - include/grpc++/impl/codegen/sync_stream.h
843 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 uses:
845 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700846- name: grpc++_codegen_base_src
847 language: c++
848 src:
849 - src/cpp/codegen/codegen_init.cc
850 uses:
851 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700852- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 language: c++
854 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700855 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 uses:
yang-g17487f92016-06-03 15:21:15 -0700857 - grpc++_codegen_base
858 - grpc++_config_proto
859- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 language: c++
861 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700863- name: grpc++_reflection_proto
864 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700865 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700866 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700867- name: thrift_util
868 language: c++
869 public_headers:
870 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700871 - include/grpc++/impl/codegen/thrift_utils.h
872 uses:
873 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100874libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800875- name: gpr
876 build: all
877 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800878 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700879 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800880 secure: false
881 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
882- name: gpr_test_util
883 build: private
884 language: c
885 headers:
886 - test/core/util/test_config.h
887 src:
888 - test/core/util/test_config.c
889 deps:
890 - gpr
891 secure: false
892 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893- name: grpc
894 build: all
895 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700896 src:
897 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800899 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700900 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700901 filegroups:
902 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700903 - grpc_transport_chttp2_server_secure
904 - grpc_transport_chttp2_client_secure
905 - grpc_transport_chttp2_server_insecure
906 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700907 - grpc_lb_policy_grpclb
908 - grpc_lb_policy_pick_first
909 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700910 - grpc_resolver_dns_native
911 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700912 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100913 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700914 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700915 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700917 vs_packages:
918 - grpc.dependencies.openssl
919 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700920 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700921- name: grpc_cronet
922 build: all
923 language: c
924 src:
925 - src/core/lib/surface/init.c
926 baselib: true
927 deps_linkage: static
928 dll: true
929 filegroups:
930 - grpc_base
931 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700932 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700933 generate_plugin_registry: true
934 platforms:
935 - linux
936 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100937- name: grpc_dll
938 build: private
939 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100940 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100941 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100942 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100943 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100944 build_system:
945 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100946 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100947 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100948 vs_config_type: DynamicLibrary
949 vs_packages:
950 - grpc.dependencies.openssl
951 - grpc.dependencies.zlib
952 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
953 vs_props:
954 - zlib
955 - openssl
956 - winsock
957 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958- name: grpc_test_util
959 build: private
960 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700961 headers:
962 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800963 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700964 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700965 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700966 - test/core/end2end/data/server1_cert.c
967 - test/core/end2end/data/server1_key.c
968 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800969 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700970 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700973 - grpc
974 filegroups:
975 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700976 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
978- name: grpc_test_util_unsecure
979 build: private
980 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800982 - gpr
983 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800984 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700985 filegroups:
986 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 secure: false
988 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
989- name: grpc_unsecure
990 build: all
991 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700992 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700993 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700994 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700995 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800996 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700998 filegroups:
999 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001000 - grpc_transport_chttp2_server_insecure
1001 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001002 - grpc_resolver_dns_native
1003 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001004 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001005 - grpc_lb_policy_grpclb
1006 - grpc_lb_policy_pick_first
1007 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001008 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001009 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010 secure: false
1011 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012- name: reconnect_server
1013 build: private
1014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001015 headers:
1016 - test/core/util/reconnect_server.h
1017 src:
1018 - test/core/util/reconnect_server.c
1019 deps:
yang-gc9fca182015-11-06 16:41:33 -08001020 - test_tcp_server
1021 - grpc_test_util
1022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001023 - gpr_test_util
1024 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001025- name: test_tcp_server
1026 build: private
1027 language: c
1028 headers:
1029 - test/core/util/test_tcp_server.h
1030 src:
1031 - test/core/util/test_tcp_server.c
1032 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001033 - grpc_test_util
1034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr_test_util
1036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: grpc++
1038 build: all
1039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001040 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001041 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001042 - src/cpp/client/secure_credentials.h
1043 - src/cpp/common/secure_auth_context.h
1044 - src/cpp/server/secure_server_credentials.h
1045 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001046 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001047 - src/cpp/client/secure_credentials.cc
1048 - src/cpp/common/auth_property_iterator.cc
1049 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001050 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001051 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001052 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001053 - src/cpp/server/secure_server_credentials.cc
1054 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001055 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001056 baselib: true
1057 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001058 filegroups:
1059 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001060 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001061 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001062 secure: check
1063 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001064- name: grpc++_cronet
1065 build: all
1066 language: c++
1067 src:
1068 - src/cpp/client/cronet_credentials.cc
1069 - src/cpp/client/insecure_credentials.cc
1070 - src/cpp/common/insecure_create_auth_context.cc
1071 - src/cpp/server/insecure_server_credentials.cc
1072 deps:
1073 - gpr
1074 - grpc_cronet
1075 baselib: true
1076 dll: true
1077 filegroups:
1078 - grpc++_base
1079 - grpc++_codegen_base
1080 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001081 - grpc_transport_chttp2_client_insecure
1082 - grpc_transport_chttp2_server_insecure
1083 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001084 platforms:
1085 - linux
1086 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001087- name: grpc++_proto_reflection_desc_db
1088 build: private
1089 language: c++
1090 headers:
1091 - test/cpp/util/proto_reflection_descriptor_database.h
1092 src:
1093 - test/cpp/util/proto_reflection_descriptor_database.cc
1094 deps:
1095 - grpc++
1096 filegroups:
1097 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001098 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001099- name: grpc++_reflection
1100 build: all
1101 language: c++
1102 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001103 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001104 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001105 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001106 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001107 - src/cpp/ext/proto_server_reflection.cc
1108 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001109 deps:
1110 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001111 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001112 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001113- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001114 build: private
yang-g42879982016-10-13 15:58:31 -07001115 language: c++
1116 headers:
1117 - include/grpc++/test/server_context_test_spouse.h
1118 src:
1119 - src/cpp/test/server_context_test_spouse.cc
1120 deps:
1121 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122- name: grpc++_test_config
1123 build: private
1124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001125 headers:
1126 - test/cpp/util/test_config.h
1127 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001128 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129- name: grpc++_test_util
1130 build: private
1131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001132 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001133 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001134 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001135 - test/cpp/util/create_test_channel.h
1136 - test/cpp/util/string_ref_helper.h
1137 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001138 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001139 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001140 - src/proto/grpc/testing/echo_messages.proto
1141 - src/proto/grpc/testing/echo.proto
1142 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001143 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001144 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001145 - test/cpp/util/create_test_channel.cc
1146 - test/cpp/util/string_ref_helper.cc
1147 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001148 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001149 deps:
1150 - grpc++
1151 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001152 filegroups:
1153 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001154 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001155 - grpc++_codegen_proto
1156 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001157 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: grpc++_unsecure
1159 build: all
1160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001162 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001163 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001164 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001165 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001167 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168 baselib: true
1169 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001170 filegroups:
1171 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001172 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001173 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 secure: false
1175 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001176- name: grpc_cli_libs
1177 build: private
1178 language: c++
1179 headers:
1180 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001181 - test/cpp/util/cli_credentials.h
1182 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001183 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001184 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001185 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001186 src:
1187 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001188 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001189 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001190 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001191 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001192 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001193 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001194 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001195 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001196 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001197 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001198- name: grpc_plugin_support
1199 build: protoc
1200 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001201 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001202 - src/compiler/config.h
1203 - src/compiler/cpp_generator.h
1204 - src/compiler/cpp_generator_helpers.h
1205 - src/compiler/csharp_generator.h
1206 - src/compiler/csharp_generator_helpers.h
1207 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001208 - src/compiler/node_generator.h
1209 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001210 - src/compiler/objective_c_generator.h
1211 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001212 - src/compiler/php_generator.h
1213 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001214 - src/compiler/python_generator.h
1215 - src/compiler/ruby_generator.h
1216 - src/compiler/ruby_generator_helpers-inl.h
1217 - src/compiler/ruby_generator_map-inl.h
1218 - src/compiler/ruby_generator_string-inl.h
1219 src:
1220 - src/compiler/cpp_generator.cc
1221 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001222 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001223 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001224 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001225 - src/compiler/python_generator.cc
1226 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001227 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001228 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229 secure: false
1230 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001231 vs_props:
1232 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001233- name: http2_client_main
1234 build: private
1235 language: c++
1236 headers:
1237 - test/cpp/interop/http2_client.h
1238 src:
1239 - src/proto/grpc/testing/empty.proto
1240 - src/proto/grpc/testing/messages.proto
1241 - src/proto/grpc/testing/test.proto
1242 - test/cpp/interop/http2_client.cc
1243 deps:
1244 - grpc++_test_util
1245 - grpc_test_util
1246 - grpc++
1247 - grpc
1248 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249- name: interop_client_helper
1250 build: private
1251 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001252 headers:
1253 - test/cpp/interop/client_helper.h
1254 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001255 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001256 - test/cpp/interop/client_helper.cc
1257 deps:
1258 - grpc++_test_util
1259 - grpc_test_util
1260 - grpc++
1261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263- name: interop_client_main
1264 build: private
1265 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001266 headers:
1267 - test/cpp/interop/interop_client.h
1268 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001269 - src/proto/grpc/testing/empty.proto
1270 - src/proto/grpc/testing/messages.proto
1271 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001272 - test/cpp/interop/client.cc
1273 - test/cpp/interop/interop_client.cc
1274 deps:
1275 - interop_client_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
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283- name: interop_server_helper
1284 build: private
1285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001286 headers:
1287 - test/cpp/interop/server_helper.h
1288 src:
1289 - test/cpp/interop/server_helper.cc
1290 deps:
yang-gcc591022017-01-11 11:10:43 -08001291 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001292 - grpc_test_util
1293 - grpc++
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001296- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297 build: private
1298 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001300 - src/proto/grpc/testing/empty.proto
1301 - src/proto/grpc/testing/messages.proto
1302 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001303 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001304 deps:
1305 - interop_server_helper
1306 - grpc++_test_util
1307 - grpc_test_util
1308 - grpc++
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001312 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001313- name: interop_server_main
1314 build: private
1315 language: c++
1316 src:
1317 - test/cpp/interop/interop_server_bootstrap.cc
1318 deps:
1319 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: qps
1321 build: private
1322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001323 headers:
1324 - test/cpp/qps/client.h
1325 - test/cpp/qps/driver.h
1326 - test/cpp/qps/histogram.h
1327 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001328 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001329 - test/cpp/qps/qps_worker.h
1330 - test/cpp/qps/report.h
1331 - test/cpp/qps/server.h
1332 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001333 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001334 - test/cpp/util/benchmark_config.h
1335 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001336 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001337 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001338 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001339 - src/proto/grpc/testing/control.proto
1340 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001341 - test/cpp/qps/client_async.cc
1342 - test/cpp/qps/client_sync.cc
1343 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001344 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001345 - test/cpp/qps/qps_worker.cc
1346 - test/cpp/qps/report.cc
1347 - test/cpp/qps/server_async.cc
1348 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001349 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001350 - test/cpp/util/benchmark_config.cc
1351 deps:
1352 - grpc_test_util
1353 - grpc++_test_util
1354 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: grpc_csharp_ext
1356 build: all
1357 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
1359 - src/csharp/ext/grpc_csharp_ext.c
1360 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001363 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001364 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365 dll: only
1366 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001367 vs_packages:
1368 - grpc.dependencies.openssl
1369 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001371 vs_props:
1372 - zlib
1373 - openssl
1374 - winsock
1375 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001377- name: alarm_test
1378 build: test
1379 language: c
1380 src:
1381 - test/core/surface/alarm_test.c
1382 deps:
1383 - grpc_test_util
1384 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001385 - gpr_test_util
1386 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001387- name: algorithm_test
1388 build: test
1389 language: c
1390 src:
1391 - test/core/compression/algorithm_test.c
1392 deps:
1393 - grpc_test_util
1394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001395 - gpr_test_util
1396 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001397- name: alloc_test
1398 build: test
1399 language: c
1400 src:
1401 - test/core/support/alloc_test.c
1402 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr_test_util
1404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: alpn_test
1406 build: test
1407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001408 src:
1409 - test/core/transport/chttp2/alpn_test.c
1410 deps:
1411 - grpc_test_util
1412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001415- name: api_fuzzer
1416 build: fuzzer
1417 language: c
1418 src:
1419 - test/core/end2end/fuzzers/api_fuzzer.c
1420 deps:
1421 - grpc_test_util
1422 - grpc
1423 - gpr_test_util
1424 - gpr
1425 corpus_dirs:
1426 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001427 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001428 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001429- name: bad_server_response_test
1430 build: test
1431 language: c
1432 src:
1433 - test/core/end2end/bad_server_response_test.c
1434 deps:
1435 - test_tcp_server
1436 - grpc_test_util
1437 - grpc
1438 - gpr_test_util
1439 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001440 exclude_iomgrs:
1441 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001442- name: bin_decoder_test
1443 build: test
1444 language: c
1445 src:
1446 - test/core/transport/chttp2/bin_decoder_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: bin_encoder_test
1451 build: test
1452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001453 src:
1454 - test/core/transport/chttp2/bin_encoder_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001458- name: census_context_test
1459 build: test
1460 language: c
1461 src:
1462 - test/core/census/context_test.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001468- name: census_resource_test
1469 build: test
1470 language: c
1471 src:
1472 - test/core/census/resource_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
1476 - gpr_test_util
1477 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001478- name: census_trace_context_test
1479 build: test
1480 language: c
1481 src:
1482 - test/core/census/trace_context_test.c
1483 deps:
1484 - grpc_test_util
1485 - grpc
1486 - gpr_test_util
1487 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001488- name: channel_create_test
1489 build: test
1490 language: c
1491 src:
1492 - test/core/surface/channel_create_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001498- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001502 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001503 deps:
1504 - grpc_test_util
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001508- name: chttp2_stream_map_test
1509 build: test
1510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001511 src:
1512 - test/core/transport/chttp2/stream_map_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001518- name: chttp2_varint_test
1519 build: test
1520 language: c
1521 src:
1522 - test/core/transport/chttp2/varint_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001528- name: client_fuzzer
1529 build: fuzzer
1530 language: c
1531 src:
1532 - test/core/end2end/fuzzers/client_fuzzer.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
1536 - gpr_test_util
1537 - gpr
1538 corpus_dirs:
1539 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001540 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001541 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001542- name: combiner_test
1543 cpu_cost: 30
1544 build: test
1545 language: c
1546 src:
1547 - test/core/iomgr/combiner_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: compression_test
1554 build: test
1555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001556 src:
1557 - test/core/compression/compression_test.c
1558 deps:
1559 - grpc_test_util
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr_test_util
1562 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001563- name: concurrent_connectivity_test
1564 build: test
1565 language: c
1566 src:
1567 - test/core/surface/concurrent_connectivity_test.c
1568 deps:
1569 - grpc_test_util
1570 - grpc
1571 - gpr_test_util
1572 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001573 exclude_iomgrs:
1574 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001575- name: connection_refused_test
1576 cpu_cost: 0.1
1577 build: test
1578 language: c
1579 src:
1580 - test/core/end2end/connection_refused_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
1584 - gpr_test_util
1585 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001586- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001587 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001588 build: test
1589 language: c
1590 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001591 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001592 deps:
1593 - grpc_test_util
1594 - grpc
1595 - gpr_test_util
1596 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001597 exclude_iomgrs:
1598 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001599- name: dns_resolver_test
1600 build: test
1601 language: c
1602 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001603 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001604 deps:
1605 - grpc_test_util
1606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001607 - gpr_test_util
1608 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001609- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001610 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/end2end/dualstack_socket_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001620 exclude_iomgrs:
1621 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001622 platforms:
1623 - mac
1624 - linux
1625 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001626- name: endpoint_pair_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/iomgr/endpoint_pair_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001636 exclude_iomgrs:
1637 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001638- name: ev_epoll_linux_test
1639 build: test
1640 language: c
1641 src:
1642 - test/core/iomgr/ev_epoll_linux_test.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
1646 - gpr_test_util
1647 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001648 exclude_iomgrs:
1649 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001650 platforms:
1651 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001652- name: fd_conservation_posix_test
1653 build: test
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/iomgr/fd_conservation_posix_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001662 exclude_iomgrs:
1663 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001664 platforms:
1665 - mac
1666 - linux
1667 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668- name: fd_posix_test
1669 build: test
1670 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
1672 - test/core/iomgr/fd_posix_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001676 - gpr_test_util
1677 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001678 exclude_iomgrs:
1679 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001680 platforms:
1681 - mac
1682 - linux
1683 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001684- name: fling_client
1685 build: test
1686 run: false
1687 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001688 src:
1689 - test/core/fling/client.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: fling_server
1696 build: test
1697 run: false
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/fling/server.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001706- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001707 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708 build: test
1709 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001710 src:
1711 - test/core/fling/fling_stream_test.c
1712 deps:
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001717 platforms:
1718 - mac
1719 - linux
1720 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001721- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001722 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/fling/fling_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001732 platforms:
1733 - mac
1734 - linux
1735 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001736- name: gen_hpack_tables
1737 build: tool
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - tools/codegen/core/gen_hpack_tables.c
1741 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001743 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001744- name: gen_legal_metadata_characters
1745 build: tool
1746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001747 src:
1748 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001750- name: gen_percent_encoding_tables
1751 build: tool
1752 language: c
1753 src:
1754 - tools/codegen/core/gen_percent_encoding_tables.c
1755 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001756- name: goaway_server_test
1757 cpu_cost: 0.1
1758 build: test
1759 language: c
1760 src:
1761 - test/core/end2end/goaway_server_test.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
1765 - gpr_test_util
1766 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001767 exclude_iomgrs:
1768 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001769 platforms:
1770 - mac
1771 - linux
1772 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001773- name: gpr_avl_test
1774 build: test
1775 language: c
1776 src:
1777 - test/core/support/avl_test.c
1778 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001781- name: gpr_backoff_test
1782 build: test
1783 language: c
1784 src:
1785 - test/core/support/backoff_test.c
1786 deps:
1787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: gpr_cmdline_test
1790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/support/cmdline_test.c
1794 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001795 - gpr_test_util
1796 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001797- name: gpr_cpu_test
1798 build: test
1799 language: c
1800 src:
1801 - test/core/support/cpu_test.c
1802 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: gpr_env_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/support/env_test.c
1810 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: gpr_histogram_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/support/histogram_test.c
1818 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: gpr_host_port_test
1822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/support/host_port_test.c
1826 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: gpr_log_test
1830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/log_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001837- name: gpr_mpscq_test
1838 cpu_cost: 30
1839 build: test
1840 language: c
1841 src:
1842 - test/core/support/mpscq_test.c
1843 deps:
1844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001847 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001848 build: test
1849 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001850 src:
1851 - test/core/support/stack_lockfree_test.c
1852 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: gpr_string_test
1856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001864 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865 build: test
1866 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001867 src:
1868 - test/core/support/sync_test.c
1869 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001870 - gpr_test_util
1871 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001873 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001874 build: test
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/support/thd_test.c
1878 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: gpr_time_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/support/time_test.c
1886 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: gpr_tls_test
1890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/support/tls_test.c
1894 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: gpr_useful_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/support/useful_test.c
1902 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: grpc_auth_context_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/security/auth_context_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001915- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001916 build: test
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001919 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: grpc_byte_buffer_reader_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/surface/byte_buffer_reader_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: grpc_channel_args_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/channel/channel_args_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: grpc_channel_stack_test
1946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/channel/channel_stack_test.c
1950 deps:
1951 - grpc_test_util
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955- name: grpc_completion_queue_test
1956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/surface/completion_queue_test.c
1960 deps:
1961 - grpc_test_util
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001965 exclude_iomgrs:
1966 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: grpc_create_jwt
1968 build: tool
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/security/create_jwt.c
1972 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001975 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001976- name: grpc_credentials_test
1977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/security/credentials_test.c
1981 deps:
1982 - grpc_test_util
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001987 build: test
1988 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/security/fetch_oauth2.c
1992 deps:
1993 - grpc_test_util
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr_test_util
1996 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001997- name: grpc_invalid_channel_args_test
1998 build: test
1999 language: c
2000 src:
2001 - test/core/surface/invalid_channel_args_test.c
2002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: grpc_json_token_test
2008 build: test
2009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/core/security/json_token_test.c
2012 deps:
2013 - grpc_test_util
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002017 platforms:
2018 - linux
2019 - posix
2020 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: grpc_jwt_verifier_test
2022 build: test
2023 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002024 src:
2025 - test/core/security/jwt_verifier_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_print_google_default_creds_token
2032 build: tool
2033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/core/security/print_google_default_creds_token.c
2036 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002039- name: grpc_security_connector_test
2040 build: test
2041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002042 src:
2043 - test/core/security/security_connector_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: grpc_verify_jwt
2050 build: tool
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/security/verify_jwt.c
2054 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002057- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002058 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002059 language: c
2060 src:
2061 - test/core/handshake/client_ssl.c
2062 deps:
2063 - grpc_test_util
2064 - grpc
2065 - gpr_test_util
2066 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002067 platforms:
2068 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002069 secure: true
2070- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002071 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002072 language: c
2073 src:
2074 - test/core/handshake/server_ssl.c
2075 deps:
2076 - grpc_test_util
2077 - grpc
2078 - gpr_test_util
2079 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002080 platforms:
2081 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002082 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002083- name: hpack_parser_fuzzer_test
2084 build: fuzzer
2085 language: c
2086 src:
2087 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
2091 - gpr_test_util
2092 - gpr
2093 corpus_dirs:
2094 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002095 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002096 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: hpack_parser_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/transport/chttp2/hpack_parser_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: hpack_table_test
2108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/transport/chttp2/hpack_table_test.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002117- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118 build: test
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002121 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002122 deps:
2123 - grpc_test_util
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002127- name: http_request_fuzzer_test
2128 build: fuzzer
2129 language: c
2130 src:
2131 - test/core/http/request_fuzzer.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
2135 - gpr_test_util
2136 - gpr
2137 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002138 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002139 maxlen: 2048
2140- name: http_response_fuzzer_test
2141 build: fuzzer
2142 language: c
2143 src:
2144 - test/core/http/response_fuzzer.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
2148 - gpr_test_util
2149 - gpr
2150 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002151 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002152 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002153- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154 build: test
2155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002157 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002158 deps:
2159 - grpc_test_util
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002164 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165 build: test
2166 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002168 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002174 platforms:
2175 - mac
2176 - linux
2177 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002178- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002179 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002180 build: test
2181 language: c
2182 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002183 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002184 deps:
2185 - grpc_test_util
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002189 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002190 - linux
yang-gf1183302015-12-07 16:02:05 -08002191- name: init_test
2192 build: test
2193 language: c
2194 src:
2195 - test/core/surface/init_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002201- name: internal_api_canary_iomgr_test
2202 build: test
2203 run: false
2204 language: c
2205 src:
2206 - test/core/internal_api_canaries/iomgr.c
2207 deps:
2208 - grpc_test_util
2209 - grpc
2210 - gpr_test_util
2211 - gpr
2212- name: internal_api_canary_support_test
2213 build: test
2214 run: false
2215 language: c
2216 src:
2217 - test/core/internal_api_canaries/iomgr.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
2221 - gpr_test_util
2222 - gpr
2223- name: internal_api_canary_transport_test
2224 build: test
2225 run: false
2226 language: c
2227 src:
2228 - test/core/internal_api_canaries/iomgr.c
2229 deps:
2230 - grpc_test_util
2231 - grpc
2232 - gpr_test_util
2233 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002234- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002235 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002236 build: test
2237 language: c
2238 src:
2239 - test/core/end2end/invalid_call_argument_test.c
2240 deps:
2241 - grpc_test_util
2242 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002243 - gpr_test_util
2244 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002245- name: json_fuzzer_test
2246 build: fuzzer
2247 language: c
2248 src:
2249 - test/core/json/fuzzer.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
2253 - gpr_test_util
2254 - gpr
2255 corpus_dirs:
2256 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002257 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: json_rewrite
2259 build: test
2260 run: false
2261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/core/json/json_rewrite.c
2264 deps:
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267- name: json_rewrite_test
2268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
2271 - test/core/json/json_rewrite_test.c
2272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002277- name: json_stream_error_test
2278 build: test
2279 language: c
2280 src:
2281 - test/core/json/json_stream_error_test.c
2282 deps:
2283 - grpc_test_util
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr_test_util
2286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: json_test
2288 build: test
2289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/core/json/json_test.c
2292 deps:
2293 - grpc_test_util
2294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002295 - gpr_test_util
2296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: lame_client_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/core/surface/lame_client_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002307- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002308 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002309 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002310 build: test
2311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002312 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002313 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002314 deps:
2315 - grpc_test_util
2316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002317 - gpr_test_util
2318 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002319- name: load_file_test
2320 build: test
2321 language: c
2322 src:
2323 - test/core/iomgr/load_file_test.c
2324 deps:
2325 - grpc_test_util
2326 - grpc
2327 - gpr_test_util
2328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: low_level_ping_pong_benchmark
2330 build: benchmark
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/network_benchmarks/low_level_ping_pong.c
2334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002339 platforms:
2340 - mac
2341 - linux
2342 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002343- name: memory_profile_client
2344 build: test
2345 run: false
2346 language: c
2347 src:
2348 - test/core/memory_usage/client.c
2349 deps:
2350 - grpc_test_util
2351 - grpc
2352 - gpr_test_util
2353 - gpr
2354- name: memory_profile_server
2355 build: test
2356 run: false
2357 language: c
2358 src:
2359 - test/core/memory_usage/server.c
2360 deps:
2361 - grpc_test_util
2362 - grpc
2363 - gpr_test_util
2364 - gpr
2365- name: memory_profile_test
2366 cpu_cost: 1.5
2367 build: test
2368 language: c
2369 src:
2370 - test/core/memory_usage/memory_usage_test.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
2374 - gpr_test_util
2375 - gpr
2376 platforms:
2377 - mac
2378 - linux
2379 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002380- name: message_compress_test
2381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
2384 - test/core/compression/message_compress_test.c
2385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002390- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002391 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002392 build: test
2393 language: c
2394 src:
2395 - test/core/census/mlog_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
2399 - gpr_test_util
2400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: multiple_server_queues_test
2402 build: test
2403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
2405 - test/core/end2end/multiple_server_queues_test.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: murmur_hash_test
2412 build: test
2413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/support/murmur_hash_test.c
2416 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002419- name: nanopb_fuzzer_response_test
2420 build: fuzzer
2421 language: c
2422 src:
2423 - test/core/nanopb/fuzzer_response.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
2427 - gpr_test_util
2428 - gpr
2429 corpus_dirs:
2430 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002431 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002432- name: nanopb_fuzzer_serverlist_test
2433 build: fuzzer
2434 language: c
2435 src:
2436 - test/core/nanopb/fuzzer_serverlist.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
2442 corpus_dirs:
2443 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002444 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002445- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002446 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
2450 - test/core/end2end/no_server_test.c
2451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002456- name: percent_decode_fuzzer
2457 build: fuzzer
2458 language: c
2459 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002460 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002461 deps:
2462 - grpc_test_util
2463 - grpc
2464 - gpr_test_util
2465 - gpr
2466 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002467 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002468 maxlen: 32
2469- name: percent_encode_fuzzer
2470 build: fuzzer
2471 language: c
2472 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002473 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002474 deps:
2475 - grpc_test_util
2476 - grpc
2477 - gpr_test_util
2478 - gpr
2479 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002480 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002481 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002482- name: percent_encoding_test
2483 build: test
2484 language: c
2485 src:
2486 - test/core/slice/percent_encoding_test.c
2487 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002488 - grpc_test_util
2489 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002490 - gpr_test_util
2491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002492- name: resolve_address_test
2493 build: test
2494 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
2496 - test/core/iomgr/resolve_address_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002502 exclude_iomgrs:
2503 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002504- name: resource_quota_test
2505 cpu_cost: 30
2506 build: test
2507 language: c
2508 src:
2509 - test/core/iomgr/resource_quota_test.c
2510 deps:
2511 - grpc_test_util
2512 - grpc
2513 - gpr_test_util
2514 - gpr
yang-gd482e592015-12-10 14:04:00 -08002515- name: secure_channel_create_test
2516 build: test
2517 language: c
2518 src:
2519 - test/core/surface/secure_channel_create_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002525- name: secure_endpoint_test
2526 build: test
2527 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002528 src:
2529 - test/core/security/secure_endpoint_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002535 exclude_iomgrs:
2536 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002537- name: sequential_connectivity_test
2538 build: test
2539 language: c
2540 src:
2541 - test/core/surface/sequential_connectivity_test.c
2542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002547 exclude_iomgrs:
2548 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002549- name: server_chttp2_test
2550 build: test
2551 language: c
2552 src:
2553 - test/core/surface/server_chttp2_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002559- name: server_fuzzer
2560 build: fuzzer
2561 language: c
2562 src:
2563 - test/core/end2end/fuzzers/server_fuzzer.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
2567 - gpr_test_util
2568 - gpr
2569 corpus_dirs:
2570 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002571 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002572 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002573- name: server_test
2574 build: test
2575 language: c
2576 src:
2577 - test/core/surface/server_test.c
2578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002583- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002584 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002585 build: test
2586 language: c
2587 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002588 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002589 deps:
2590 - test_tcp_server
2591 - grpc_test_util
2592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002593 - gpr_test_util
2594 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002595 exclude_iomgrs:
2596 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002597- name: slice_buffer_test
2598 build: test
2599 language: c
2600 src:
2601 - test/core/slice/slice_buffer_test.c
2602 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002603 - grpc_test_util
2604 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002605 - gpr_test_util
2606 - gpr
2607- name: slice_string_helpers_test
2608 build: test
2609 language: c
2610 src:
2611 - test/core/slice/slice_string_helpers_test.c
2612 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002613 - grpc_test_util
2614 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002615 - gpr_test_util
2616 - gpr
2617- name: slice_test
2618 build: test
2619 language: c
2620 src:
2621 - test/core/slice/slice_test.c
2622 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002623 - grpc_test_util
2624 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002625 - gpr_test_util
2626 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002627- name: sockaddr_resolver_test
2628 build: test
2629 language: c
2630 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002631 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637- name: sockaddr_utils_test
2638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
2641 - test/core/iomgr/sockaddr_utils_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002647- name: socket_utils_test
2648 build: test
2649 language: c
2650 src:
2651 - test/core/iomgr/socket_utils_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002655 - gpr_test_util
2656 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002657 exclude_iomgrs:
2658 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002659 platforms:
2660 - mac
2661 - linux
2662 - posix
yang-g31e21282016-11-04 15:10:03 -07002663- name: ssl_server_fuzzer
2664 build: fuzzer
2665 language: c
2666 src:
2667 - test/core/security/ssl_server_fuzzer.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
2671 - gpr_test_util
2672 - gpr
2673 corpus_dirs:
2674 - test/core/security/corpus/ssl_server_corpus
2675 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002676- name: status_conversion_test
2677 build: test
2678 language: c
2679 src:
2680 - test/core/transport/status_conversion_test.c
2681 deps:
2682 - grpc_test_util
2683 - grpc
2684 - gpr_test_util
2685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002687 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002688 build: test
2689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/core/iomgr/tcp_client_posix_test.c
2692 deps:
2693 - grpc_test_util
2694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002695 - gpr_test_util
2696 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002697 exclude_iomgrs:
2698 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002699 platforms:
2700 - mac
2701 - linux
2702 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002704 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705 build: test
2706 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002707 src:
2708 - test/core/iomgr/tcp_posix_test.c
2709 deps:
2710 - grpc_test_util
2711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002712 - gpr_test_util
2713 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002714 exclude_iomgrs:
2715 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002716 platforms:
2717 - mac
2718 - linux
2719 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: tcp_server_posix_test
2721 build: test
2722 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002723 src:
2724 - test/core/iomgr/tcp_server_posix_test.c
2725 deps:
2726 - grpc_test_util
2727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002728 - gpr_test_util
2729 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002730 exclude_iomgrs:
2731 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002732 platforms:
2733 - mac
2734 - linux
2735 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002736- name: time_averaged_stats_test
2737 build: test
2738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002739 src:
2740 - test/core/iomgr/time_averaged_stats_test.c
2741 deps:
2742 - grpc_test_util
2743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002744 - gpr_test_util
2745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746- name: timeout_encoding_test
2747 build: test
2748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002749 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002750 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002751 deps:
2752 - grpc_test_util
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002756- name: timer_heap_test
2757 build: test
2758 language: c
2759 src:
2760 - test/core/iomgr/timer_heap_test.c
2761 deps:
2762 - grpc_test_util
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr_test_util
2765 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002766 exclude_iomgrs:
2767 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002768- name: timer_list_test
2769 build: test
2770 language: c
2771 src:
2772 - test/core/iomgr/timer_list_test.c
2773 deps:
2774 - grpc_test_util
2775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002776 - gpr_test_util
2777 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002778 exclude_iomgrs:
2779 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002780- name: transport_connectivity_state_test
2781 build: test
2782 language: c
2783 src:
2784 - test/core/transport/connectivity_state_test.c
2785 deps:
2786 - grpc_test_util
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr_test_util
2789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002790- name: transport_metadata_test
2791 build: test
2792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002793 src:
2794 - test/core/transport/metadata_test.c
2795 deps:
2796 - grpc_test_util
2797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002798 - gpr_test_util
2799 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002800- name: transport_pid_controller_test
2801 build: test
2802 language: c
2803 src:
2804 - test/core/transport/pid_controller_test.c
2805 deps:
2806 - grpc_test_util
2807 - grpc
2808 - gpr_test_util
2809 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002810- name: transport_security_test
2811 build: test
2812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002813 src:
2814 - test/core/tsi/transport_security_test.c
2815 deps:
2816 - grpc_test_util
2817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002818 - gpr_test_util
2819 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002820 platforms:
2821 - linux
2822 - posix
2823 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002824- name: udp_server_test
2825 build: test
2826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002827 src:
2828 - test/core/iomgr/udp_server_test.c
2829 deps:
2830 - grpc_test_util
2831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002832 - gpr_test_util
2833 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002834 exclude_iomgrs:
2835 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002836 platforms:
2837 - mac
2838 - linux
2839 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002840- name: uri_fuzzer_test
2841 build: fuzzer
2842 language: c
2843 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002844 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002845 deps:
2846 - grpc_test_util
2847 - grpc
2848 - gpr_test_util
2849 - gpr
2850 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002851 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002852 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002853- name: uri_parser_test
2854 build: test
2855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002856 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002857 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002858 deps:
2859 - grpc_test_util
2860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002861 - gpr_test_util
2862 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002863- name: wakeup_fd_cv_test
2864 build: test
2865 language: c
2866 src:
2867 - test/core/iomgr/wakeup_fd_cv_test.c
2868 deps:
2869 - grpc_test_util
2870 - grpc
2871 - gpr_test_util
2872 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002873 exclude_iomgrs:
2874 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002875 platforms:
2876 - mac
2877 - linux
2878 - posix
vjpai04e992a2016-02-10 16:58:38 -08002879- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002880 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002881 build: test
2882 language: c++
2883 src:
2884 - test/cpp/common/alarm_cpp_test.cc
2885 deps:
2886 - grpc++_test_util
2887 - grpc_test_util
2888 - grpc++
2889 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002890 - gpr_test_util
2891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002893 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002894 build: test
2895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/cpp/end2end/async_end2end_test.cc
2898 deps:
2899 - grpc++_test_util
2900 - grpc_test_util
2901 - grpc++
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002905- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002906 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907 build: test
2908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002909 src:
2910 - test/cpp/common/auth_property_iterator_test.cc
2911 deps:
2912 - grpc++_test_util
2913 - grpc_test_util
2914 - grpc++
2915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002916 - gpr_test_util
2917 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002918- name: bm_fullstack
2919 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002920 language: c++
2921 src:
2922 - test/cpp/microbenchmarks/bm_fullstack.cc
2923 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002924 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002925 - grpc++_test_util
2926 - grpc_test_util
2927 - grpc++
2928 - grpc
2929 - gpr_test_util
2930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002932 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002933 build: test
2934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
yang-g52705592015-11-25 11:45:33 -08002936 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002937 deps:
2938 - grpc++
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002941- name: channel_filter_test
2942 gtest: true
2943 build: test
2944 language: c++
2945 src:
2946 - test/cpp/common/channel_filter_test.cc
2947 deps:
2948 - grpc++
2949 - grpc
2950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002952 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953 build: test
2954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/cpp/util/cli_call_test.cc
2957 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002958 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002959 - grpc++_test_util
2960 - grpc_test_util
2961 - grpc++
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002966 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002967 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968 build: test
2969 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002970 src:
2971 - test/cpp/end2end/client_crash_test.cc
2972 deps:
2973 - grpc++_test_util
2974 - grpc_test_util
2975 - grpc++
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002979 platforms:
2980 - mac
2981 - linux
2982 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002983- name: client_crash_test_server
2984 build: test
2985 run: false
2986 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002987 src:
2988 - test/cpp/end2end/client_crash_test_server.cc
2989 deps:
2990 - grpc++_test_util
2991 - grpc_test_util
2992 - grpc++
2993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002994 - gpr_test_util
2995 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002996- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002997 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002998 build: test
2999 language: c++
3000 src:
3001 - src/proto/grpc/testing/control.proto
3002 - src/proto/grpc/testing/messages.proto
3003 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003004 - src/proto/grpc/testing/services.proto
3005 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003006 - test/cpp/codegen/codegen_test_full.cc
3007 deps:
3008 - grpc++
3009 - grpc
3010 - gpr
3011 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003012 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003013- name: codegen_test_minimal
3014 gtest: true
3015 build: test
3016 language: c++
3017 src:
3018 - src/proto/grpc/testing/control.proto
3019 - src/proto/grpc/testing/messages.proto
3020 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003021 - src/proto/grpc/testing/services.proto
3022 - src/proto/grpc/testing/stats.proto
3023 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003024 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003025 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003026 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003027- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003028 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003029 build: test
3030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003031 src:
3032 - test/cpp/client/credentials_test.cc
3033 deps:
3034 - grpc++
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003038 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003039 build: test
3040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003041 src:
3042 - test/cpp/util/byte_buffer_test.cc
3043 deps:
3044 - grpc_test_util
3045 - grpc++
3046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003047 - gpr_test_util
3048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003050 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051 build: test
3052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/cpp/util/slice_test.cc
3055 deps:
3056 - grpc_test_util
3057 - grpc++
3058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003059 - gpr_test_util
3060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003062 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003063 build: test
3064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003065 src:
3066 - test/cpp/util/string_ref_test.cc
3067 deps:
3068 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003069- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003070 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071 build: test
3072 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003073 src:
3074 - test/cpp/util/time_test.cc
3075 deps:
3076 - grpc_test_util
3077 - grpc++
3078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003079 - gpr_test_util
3080 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003082 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003083 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084 build: test
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - test/cpp/end2end/end2end_test.cc
3088 deps:
3089 - grpc++_test_util
3090 - grpc_test_util
3091 - grpc++
3092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003093 - gpr_test_util
3094 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003095- name: filter_end2end_test
3096 gtest: true
3097 build: test
3098 language: c++
3099 src:
3100 - test/cpp/end2end/filter_end2end_test.cc
3101 deps:
3102 - grpc++_test_util
3103 - grpc_test_util
3104 - grpc++
3105 - grpc
3106 - gpr_test_util
3107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003108- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003109 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003110 build: test
3111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - test/cpp/end2end/generic_end2end_test.cc
3114 deps:
3115 - grpc++_test_util
3116 - grpc_test_util
3117 - grpc++
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003121- name: golden_file_test
3122 gtest: true
3123 build: test
3124 language: c++
3125 src:
3126 - src/proto/grpc/testing/compiler_test.proto
3127 - test/cpp/codegen/golden_file_test.cc
3128 deps:
3129 - grpc++
3130 - grpc
3131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003132- name: grpc_cli
3133 build: test
3134 run: false
3135 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003136 src:
3137 - test/cpp/util/grpc_cli.cc
3138 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003139 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003140 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003141 - grpc++
3142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003143 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003144 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003145- name: grpc_cpp_plugin
3146 build: protoc
3147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003148 src:
3149 - src/compiler/cpp_plugin.cc
3150 deps:
3151 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152 secure: false
3153 vs_config_type: Application
3154 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3155- name: grpc_csharp_plugin
3156 build: protoc
3157 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003158 src:
3159 - src/compiler/csharp_plugin.cc
3160 deps:
3161 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003162 secure: false
3163 vs_config_type: Application
3164 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003165- name: grpc_node_plugin
3166 build: protoc
3167 language: c++
3168 src:
3169 - src/compiler/node_plugin.cc
3170 deps:
3171 - grpc_plugin_support
3172 secure: false
3173 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003174- name: grpc_objective_c_plugin
3175 build: protoc
3176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - src/compiler/objective_c_plugin.cc
3179 deps:
3180 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181 secure: false
3182 vs_config_type: Application
3183 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003184- name: grpc_php_plugin
3185 build: protoc
3186 language: c++
3187 src:
3188 - src/compiler/php_plugin.cc
3189 deps:
3190 - grpc_plugin_support
3191 secure: false
3192 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193- name: grpc_python_plugin
3194 build: protoc
3195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003196 src:
3197 - src/compiler/python_plugin.cc
3198 deps:
3199 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 secure: false
3201 vs_config_type: Application
3202 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3203- name: grpc_ruby_plugin
3204 build: protoc
3205 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003206 src:
3207 - src/compiler/ruby_plugin.cc
3208 deps:
3209 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003210 secure: false
3211 vs_config_type: Application
3212 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003213- name: grpc_tool_test
3214 gtest: true
3215 build: test
3216 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003217 src:
3218 - src/proto/grpc/testing/echo.proto
3219 - src/proto/grpc/testing/echo_messages.proto
3220 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003221 deps:
3222 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003223 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003224 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003225 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003226 - grpc_test_util
3227 - grpc++
3228 - grpc
3229 - gpr_test_util
3230 - gpr
3231 filegroups:
3232 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003233- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003234 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003235 build: test
3236 language: c++
3237 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003238 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003239 - test/cpp/grpclb/grpclb_api_test.cc
3240 deps:
3241 - grpc++_test_util
3242 - grpc_test_util
3243 - grpc++
3244 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003245- name: grpclb_test
3246 gtest: false
3247 build: test
3248 language: c++
3249 src:
3250 - src/proto/grpc/lb/v1/load_balancer.proto
3251 - test/cpp/grpclb/grpclb_test.cc
3252 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003253 - grpc++_test_util
3254 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003255 - grpc++
3256 - grpc
3257 - gpr_test_util
3258 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003259- name: http2_client
3260 build: test
3261 run: false
3262 language: c++
3263 src: []
3264 deps:
3265 - http2_client_main
3266 - grpc++_test_util
3267 - grpc_test_util
3268 - grpc++
3269 - grpc
3270 - grpc++_test_config
3271 platforms:
3272 - mac
3273 - linux
3274 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003275- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003276 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003277 build: test
3278 language: c++
3279 src:
3280 - test/cpp/end2end/hybrid_end2end_test.cc
3281 deps:
3282 - grpc++_test_util
3283 - grpc_test_util
3284 - grpc++
3285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003286 - gpr_test_util
3287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288- name: interop_client
3289 build: test
3290 run: false
3291 language: c++
3292 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003293 deps:
3294 - interop_client_main
3295 - interop_client_helper
3296 - grpc++_test_util
3297 - grpc_test_util
3298 - grpc++
3299 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003300 - gpr_test_util
3301 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003302 - grpc++_test_config
3303 platforms:
3304 - mac
3305 - linux
3306 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003307- name: interop_server
3308 build: test
3309 run: false
3310 language: c++
3311 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003312 deps:
3313 - interop_server_main
3314 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003315 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003316 - grpc++_test_util
3317 - grpc_test_util
3318 - grpc++
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003322 - grpc++_test_config
3323 platforms:
3324 - mac
3325 - linux
3326 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003327- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003328 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003329 build: test
3330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003331 src:
3332 - test/cpp/interop/interop_test.cc
3333 deps:
3334 - grpc_test_util
3335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003336 - gpr_test_util
3337 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003338 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003339 platforms:
3340 - mac
3341 - linux
3342 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003343- name: json_run_localhost
3344 build: test
3345 run: false
3346 language: c++
3347 src:
3348 - test/cpp/qps/json_run_localhost.cc
3349 deps:
3350 - grpc++_test_util
3351 - grpc_test_util
3352 - grpc++
3353 - grpc
3354 - gpr_test_util
3355 - gpr
3356 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003357- name: metrics_client
3358 build: test
3359 run: false
3360 language: c++
3361 headers:
3362 - test/cpp/util/metrics_server.h
3363 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003364 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003365 - test/cpp/interop/metrics_client.cc
3366 deps:
3367 - grpc++
3368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003369 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003370 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003371- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003372 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003373 build: test
3374 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003375 src:
3376 - test/cpp/end2end/mock_test.cc
3377 deps:
3378 - grpc++_test_util
3379 - grpc_test_util
3380 - grpc++
3381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003382 - gpr_test_util
3383 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003384- name: noop-benchmark
3385 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003386 language: c++
3387 src:
3388 - test/cpp/microbenchmarks/noop-benchmark.cc
3389 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003390 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003391- name: proto_server_reflection_test
3392 gtest: true
3393 build: test
3394 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003395 src:
3396 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003397 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003398 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003399 - grpc++_reflection
3400 - grpc++_test_util
3401 - grpc_test_util
3402 - grpc++
3403 - grpc
3404 - gpr_test_util
3405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003406- name: qps_interarrival_test
3407 build: test
3408 run: false
3409 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003410 src:
3411 - test/cpp/qps/qps_interarrival_test.cc
3412 deps:
3413 - qps
3414 - grpc++_test_util
3415 - grpc_test_util
3416 - grpc++
3417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 - gpr_test_util
3419 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003420 platforms:
3421 - mac
3422 - linux
3423 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003424- name: qps_json_driver
3425 build: test
3426 run: false
3427 language: c++
3428 src:
3429 - test/cpp/qps/qps_json_driver.cc
3430 deps:
3431 - qps
3432 - grpc++_test_util
3433 - grpc_test_util
3434 - grpc++
3435 - grpc
3436 - gpr_test_util
3437 - gpr
3438 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003440 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441 build: test
3442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003443 src:
3444 - test/cpp/qps/qps_openloop_test.cc
3445 deps:
3446 - qps
3447 - grpc++_test_util
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003451 - gpr_test_util
3452 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003453 - grpc++_test_config
3454 platforms:
3455 - mac
3456 - linux
3457 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003458- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003459 build: test
3460 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003462 headers:
3463 - test/cpp/qps/client.h
3464 - test/cpp/qps/server.h
3465 src:
3466 - test/cpp/qps/worker.cc
3467 deps:
3468 - qps
3469 - grpc++_test_util
3470 - grpc_test_util
3471 - grpc++
3472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003473 - gpr_test_util
3474 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003475 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003476- name: reconnect_interop_client
3477 build: test
3478 run: false
3479 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003480 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003481 - src/proto/grpc/testing/empty.proto
3482 - src/proto/grpc/testing/messages.proto
3483 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003484 - test/cpp/interop/reconnect_interop_client.cc
3485 deps:
3486 - grpc++_test_util
3487 - grpc_test_util
3488 - grpc++
3489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003490 - gpr_test_util
3491 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003492 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003493- name: reconnect_interop_server
3494 build: test
3495 run: false
3496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003497 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003498 - src/proto/grpc/testing/empty.proto
3499 - src/proto/grpc/testing/messages.proto
3500 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003501 - test/cpp/interop/reconnect_interop_server.cc
3502 deps:
3503 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003504 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003505 - grpc++_test_util
3506 - grpc_test_util
3507 - grpc++
3508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003509 - gpr_test_util
3510 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003511 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003512- name: round_robin_end2end_test
3513 gtest: true
3514 build: test
3515 language: c++
3516 src:
3517 - test/cpp/end2end/round_robin_end2end_test.cc
3518 deps:
3519 - grpc++_test_util
3520 - grpc_test_util
3521 - grpc++
3522 - grpc
3523 - gpr_test_util
3524 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003525- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003526 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003527 build: test
3528 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003529 src:
3530 - test/cpp/common/secure_auth_context_test.cc
3531 deps:
3532 - grpc++_test_util
3533 - grpc_test_util
3534 - grpc++
3535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003536 - gpr_test_util
3537 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003538- name: secure_sync_unary_ping_pong_test
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3543 deps:
3544 - qps
3545 - grpc++_test_util
3546 - grpc_test_util
3547 - grpc++
3548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003549 - gpr_test_util
3550 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003551 platforms:
3552 - mac
3553 - linux
3554 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003555- name: server_builder_plugin_test
3556 gtest: true
3557 build: test
3558 language: c++
3559 src:
3560 - test/cpp/end2end/server_builder_plugin_test.cc
3561 deps:
3562 - grpc++_test_util
3563 - grpc_test_util
3564 - grpc++
3565 - grpc
3566 - gpr_test_util
3567 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003568- name: server_context_test_spouse_test
3569 gtest: true
3570 build: test
3571 language: c++
3572 src:
3573 - test/cpp/test/server_context_test_spouse_test.cc
3574 deps:
3575 - grpc_test_util
3576 - grpc++_test
3577 - grpc++
3578 - grpc
3579 - gpr_test_util
3580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003581- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003582 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003583 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003584 build: test
3585 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003586 src:
3587 - test/cpp/end2end/server_crash_test.cc
3588 deps:
3589 - grpc++_test_util
3590 - grpc_test_util
3591 - grpc++
3592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003593 - gpr_test_util
3594 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003595 platforms:
3596 - mac
3597 - linux
3598 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599- name: server_crash_test_client
3600 build: test
3601 run: false
3602 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003603 src:
3604 - test/cpp/end2end/server_crash_test_client.cc
3605 deps:
3606 - grpc++_test_util
3607 - grpc_test_util
3608 - grpc++
3609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003610 - gpr_test_util
3611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003612- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003613 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003614 build: test
3615 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003616 src:
3617 - test/cpp/end2end/shutdown_test.cc
3618 deps:
3619 - grpc++_test_util
3620 - grpc_test_util
3621 - grpc++
3622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003623 - gpr_test_util
3624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003625- name: status_test
3626 build: test
3627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003628 src:
3629 - test/cpp/util/status_test.cc
3630 deps:
3631 - grpc_test_util
3632 - grpc++
3633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003634 - gpr_test_util
3635 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003636- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003637 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003638 build: test
3639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003640 src:
3641 - test/cpp/end2end/streaming_throughput_test.cc
3642 deps:
3643 - grpc++_test_util
3644 - grpc_test_util
3645 - grpc++
3646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003647 - gpr_test_util
3648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003649 platforms:
3650 - mac
3651 - linux
3652 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003653- name: stress_test
3654 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003655 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003656 language: c++
3657 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003658 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003659 - test/cpp/interop/interop_client.h
3660 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003661 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003662 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003663 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003664 - src/proto/grpc/testing/empty.proto
3665 - src/proto/grpc/testing/messages.proto
3666 - src/proto/grpc/testing/metrics.proto
3667 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003668 - test/cpp/interop/interop_client.cc
3669 - test/cpp/interop/stress_interop_client.cc
3670 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003671 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003672 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003673 deps:
3674 - grpc++_test_util
3675 - grpc_test_util
3676 - grpc++
3677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003678 - gpr_test_util
3679 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003680 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003681- name: thread_manager_test
3682 build: test
3683 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003684 src:
3685 - test/cpp/thread_manager/thread_manager_test.cc
3686 deps:
3687 - grpc++
3688 - grpc
3689 - gpr
3690 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003691- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003692 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003693 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003694 build: test
3695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003696 src:
3697 - test/cpp/end2end/thread_stress_test.cc
3698 deps:
3699 - grpc++_test_util
3700 - grpc_test_util
3701 - grpc++
3702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003703 - gpr_test_util
3704 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003705- name: public_headers_must_be_c89
3706 build: test
3707 language: c89
3708 src:
3709 - test/core/surface/public_headers_must_be_c89.c
3710 deps:
3711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003712 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003713vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003714- linkage: static
3715 name: grpc.dependencies.zlib
3716 props: false
3717 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003718 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003719- linkage: static
3720 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003721 props: true
3722 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003723 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003724- name: gflags
3725 props: false
3726 redist: false
3727 version: 2.1.2.1
3728- name: gtest
3729 props: false
3730 redist: false
3731 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003732configs:
3733 asan:
3734 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003735 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3736 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003737 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003738 LD: clang
3739 LDFLAGS: -fsanitize=address
3740 LDXX: clang++
3741 compile_the_world: true
3742 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003743 ASAN_OPTIONS: detect_leaks=1:color=always
3744 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003745 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003746 asan-noleaks:
3747 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003748 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3749 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003750 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003751 LD: clang
3752 LDFLAGS: -fsanitize=address
3753 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003754 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003755 test_environ:
3756 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003757 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003758 asan-trace-cmp:
3759 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003760 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3761 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003762 CXX: clang++
3763 LD: clang
3764 LDFLAGS: -fsanitize=address
3765 LDXX: clang++
3766 compile_the_world: true
3767 test_environ:
3768 ASAN_OPTIONS: detect_leaks=1:color=always
3769 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3770 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003771 basicprof:
3772 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3773 DEFINES: NDEBUG
3774 dbg:
3775 CPPFLAGS: -O0
3776 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003777 gcov:
3778 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003779 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003780 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003781 DEFINES: _DEBUG DEBUG GPR_GCOV
3782 LD: gcc
3783 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3784 LDXX: g++
3785 helgrind:
3786 CPPFLAGS: -O0
3787 DEFINES: _DEBUG DEBUG
3788 LDFLAGS: -rdynamic
3789 timeout_multiplier: 20
3790 valgrind: --tool=helgrind
3791 memcheck:
3792 CPPFLAGS: -O0
3793 DEFINES: _DEBUG DEBUG
3794 LDFLAGS: -rdynamic
3795 timeout_multiplier: 10
3796 valgrind: --tool=memcheck --leak-check=full
3797 msan:
3798 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003799 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3800 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3801 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003802 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003803 DEFINES: NDEBUG
3804 LD: clang
3805 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3806 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3807 LDXX: clang++
3808 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003809 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003810 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003811 CPPFLAGS: -O3 -fno-omit-frame-pointer
3812 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003813 LDFLAGS: -rdynamic
3814 opt:
3815 CPPFLAGS: -O2
3816 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003817 stapprof:
3818 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3819 DEFINES: NDEBUG
3820 tsan:
3821 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003822 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003823 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003824 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003825 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003826 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003827 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003828 LDXX: clang++
3829 compile_the_world: true
3830 test_environ:
3831 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003832 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003833 ubsan:
3834 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003835 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3836 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003837 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003838 DEFINES: NDEBUG
3839 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003840 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003841 LDXX: clang++
3842 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003843 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003844 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003845 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003846defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003847 benchmark:
3848 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003849 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003850 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003851 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003852 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003853 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003854 global:
3855 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3856 LDFLAGS: -g
3857 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003858 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003859 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003860node_modules:
3861- deps:
3862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003863 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003864 - boringssl
3865 - z
murgatroid9994a75412015-11-19 14:04:53 -08003866 headers:
3867 - src/node/ext/byte_buffer.h
3868 - src/node/ext/call.h
3869 - src/node/ext/call_credentials.h
3870 - src/node/ext/channel.h
3871 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003872 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003873 - src/node/ext/server.h
3874 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003875 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003876 - src/node/ext/timeval.h
3877 js:
3878 - src/node/index.js
3879 - src/node/src/client.js
3880 - src/node/src/common.js
3881 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003882 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003883 - src/node/src/metadata.js
3884 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003885 name: grpc_node
3886 src:
3887 - src/node/ext/byte_buffer.cc
3888 - src/node/ext/call.cc
3889 - src/node/ext/call_credentials.cc
3890 - src/node/ext/channel.cc
3891 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003892 - src/node/ext/completion_queue_threadpool.cc
3893 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003894 - src/node/ext/node_grpc.cc
3895 - src/node/ext/server.cc
3896 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003897 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003898 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003899openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003900 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003901 extraction_dir: openssl-1.0.2f
3902 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003903php_config_m4:
3904 deps:
3905 - grpc
3906 - gpr
3907 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003908 headers:
3909 - src/php/ext/grpc/byte_buffer.h
3910 - src/php/ext/grpc/call.h
3911 - src/php/ext/grpc/call_credentials.h
3912 - src/php/ext/grpc/channel.h
3913 - src/php/ext/grpc/channel_credentials.h
3914 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003915 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003916 - src/php/ext/grpc/php_grpc.h
3917 - src/php/ext/grpc/server.h
3918 - src/php/ext/grpc/server_credentials.h
3919 - src/php/ext/grpc/timeval.h
3920 src:
3921 - src/php/ext/grpc/byte_buffer.c
3922 - src/php/ext/grpc/call.c
3923 - src/php/ext/grpc/call_credentials.c
3924 - src/php/ext/grpc/channel.c
3925 - src/php/ext/grpc/channel_credentials.c
3926 - src/php/ext/grpc/completion_queue.c
3927 - src/php/ext/grpc/php_grpc.c
3928 - src/php/ext/grpc/server.c
3929 - src/php/ext/grpc/server_credentials.c
3930 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003931python_dependencies:
3932 deps:
3933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003934 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003935 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003936 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003937ruby_gem:
3938 deps:
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003942 - z