blob: 3cec9c5bd250e0f99bc52cb150f469d6d251072c [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
9 '#05': new word.
10 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
17 version: 1.2.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800147 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700148 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/port_platform.h
150 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800151 - include/grpc/impl/codegen/sync.h
152 - include/grpc/impl/codegen/sync_generic.h
153 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700154 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700155- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700156 public_headers:
157 - include/grpc/byte_buffer.h
158 - include/grpc/byte_buffer_reader.h
159 - include/grpc/compression.h
160 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700161 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200162 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700163 - include/grpc/slice.h
164 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700165 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700166 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700167 - src/core/lib/channel/channel_args.h
168 - src/core/lib/channel/channel_stack.h
169 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700170 - src/core/lib/channel/compress_filter.h
171 - src/core/lib/channel/connected_channel.h
172 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700173 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700174 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800175 - src/core/lib/channel/handshaker_factory.h
176 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/http_client_filter.h
178 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700179 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/compression/algorithm_metadata.h
181 - src/core/lib/compression/message_compress.h
182 - src/core/lib/debug/trace.h
183 - src/core/lib/http/format_request.h
184 - src/core/lib/http/httpcli.h
185 - src/core/lib/http/parser.h
186 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700187 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/iomgr/endpoint.h
189 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700190 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800191 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700192 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700193 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700194 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/exec_ctx.h
196 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700197 - src/core/lib/iomgr/iocp_windows.h
198 - src/core/lib/iomgr/iomgr.h
199 - src/core/lib/iomgr/iomgr_internal.h
200 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700201 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700202 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700203 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700207 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700209 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700210 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700211 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/sockaddr.h
213 - src/core/lib/iomgr/sockaddr_posix.h
214 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700215 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700216 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700217 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/socket_utils_posix.h
219 - src/core/lib/iomgr/socket_windows.h
220 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700221 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/tcp_posix.h
223 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/tcp_windows.h
226 - src/core/lib/iomgr/time_averaged_stats.h
227 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700228 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700230 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/udp_server.h
232 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700233 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/wakeup_fd_pipe.h
235 - src/core/lib/iomgr/wakeup_fd_posix.h
236 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700237 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/workqueue_windows.h
239 - src/core/lib/json/json.h
240 - src/core/lib/json/json_common.h
241 - src/core/lib/json/json_reader.h
242 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700243 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800244 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800245 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700246 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/surface/api_trace.h
248 - src/core/lib/surface/call.h
249 - src/core/lib/surface/call_test_only.h
250 - src/core/lib/surface/channel.h
251 - src/core/lib/surface/channel_init.h
252 - src/core/lib/surface/channel_stack_type.h
253 - src/core/lib/surface/completion_queue.h
254 - src/core/lib/surface/event_string.h
255 - src/core/lib/surface/init.h
256 - src/core/lib/surface/lame_client.h
257 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800258 - src/core/lib/surface/validate_metadata.h
Craig 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 Tiller61eb40c2017-02-03 13:46:33 -0800563 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700564 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200565 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700566 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700567 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700568 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700569 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700570 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/slice_splitter.h
572 src:
573 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700574 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700575 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700576 - test/core/end2end/fixtures/proxy.c
577 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800578 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700579 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200580 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700581 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700582 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700583 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700584 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700585 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700586 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700587 - test/core/util/port_windows.c
588 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700589 deps:
590 - grpc
591 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700592- name: grpc_transport_chttp2
593 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700594 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700595 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700596 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
597 - src/core/ext/transport/chttp2/transport/frame.h
598 - src/core/ext/transport/chttp2/transport/frame_data.h
599 - src/core/ext/transport/chttp2/transport/frame_goaway.h
600 - src/core/ext/transport/chttp2/transport/frame_ping.h
601 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
602 - src/core/ext/transport/chttp2/transport/frame_settings.h
603 - src/core/ext/transport/chttp2/transport/frame_window_update.h
604 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
605 - src/core/ext/transport/chttp2/transport/hpack_parser.h
606 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700607 - src/core/ext/transport/chttp2/transport/huffsyms.h
608 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
609 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700610 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700611 - src/core/ext/transport/chttp2/transport/varint.h
612 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700613 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700614 - src/core/ext/transport/chttp2/transport/bin_encoder.c
615 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700616 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
617 - src/core/ext/transport/chttp2/transport/frame_data.c
618 - src/core/ext/transport/chttp2/transport/frame_goaway.c
619 - src/core/ext/transport/chttp2/transport/frame_ping.c
620 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
621 - src/core/ext/transport/chttp2/transport/frame_settings.c
622 - src/core/ext/transport/chttp2/transport/frame_window_update.c
623 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
624 - src/core/ext/transport/chttp2/transport/hpack_parser.c
625 - src/core/ext/transport/chttp2/transport/hpack_table.c
626 - src/core/ext/transport/chttp2/transport/huffsyms.c
627 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
628 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700629 - src/core/ext/transport/chttp2/transport/stream_lists.c
630 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700631 - src/core/ext/transport/chttp2/transport/varint.c
632 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700633 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700634 uses:
635 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700636 - grpc_transport_chttp2_alpn
637- name: grpc_transport_chttp2_alpn
638 headers:
639 - src/core/ext/transport/chttp2/alpn/alpn.h
640 src:
641 - src/core/ext/transport/chttp2/alpn/alpn.c
642 deps:
643 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800644- name: grpc_transport_chttp2_client_connector
645 headers:
646 - src/core/ext/transport/chttp2/client/chttp2_connector.h
647 src:
648 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800649 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800650 - grpc_transport_chttp2
651 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700652- name: grpc_transport_chttp2_client_insecure
653 src:
654 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700655 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800657 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700658 - grpc_transport_chttp2
659 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700660 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700661- name: grpc_transport_chttp2_client_secure
662 src:
663 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700664 uses:
665 - grpc_transport_chttp2
666 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700667 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700668 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800669 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800670- name: grpc_transport_chttp2_server
671 headers:
672 - src/core/ext/transport/chttp2/server/chttp2_server.h
673 src:
674 - src/core/ext/transport/chttp2/server/chttp2_server.c
675 uses:
676 - grpc_transport_chttp2
677 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700678- name: grpc_transport_chttp2_server_insecure
679 src:
680 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700681 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700682 uses:
683 - grpc_transport_chttp2
684 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800685 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700686- name: grpc_transport_chttp2_server_secure
687 src:
688 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700689 uses:
690 - grpc_transport_chttp2
691 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700692 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800693 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700694- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700695 public_headers:
696 - include/grpc/grpc_cronet.h
697 - include/grpc/grpc_security.h
698 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700699 headers:
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800700 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700701 src:
702 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
703 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
704 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700705 filegroups:
706 - grpc_base
707 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800708- name: nanopb
709 headers:
710 - third_party/nanopb/pb.h
711 - third_party/nanopb/pb_common.h
712 - third_party/nanopb/pb_decode.h
713 - third_party/nanopb/pb_encode.h
714 src:
715 - third_party/nanopb/pb_common.c
716 - third_party/nanopb/pb_decode.c
717 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700718- name: tsi
719 headers:
720 - src/core/lib/tsi/fake_transport_security.h
721 - src/core/lib/tsi/ssl_transport_security.h
722 - src/core/lib/tsi/ssl_types.h
723 - src/core/lib/tsi/transport_security.h
724 - src/core/lib/tsi/transport_security_interface.h
725 src:
726 - src/core/lib/tsi/fake_transport_security.c
727 - src/core/lib/tsi/ssl_transport_security.c
728 - src/core/lib/tsi/transport_security.c
729 deps:
730 - gpr
731 secure: true
732- name: grpc++_base
733 language: c++
734 public_headers:
735 - include/grpc++/alarm.h
736 - include/grpc++/channel.h
737 - include/grpc++/client_context.h
738 - include/grpc++/completion_queue.h
739 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700740 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700741 - include/grpc++/generic/async_generic_service.h
742 - include/grpc++/generic/generic_stub.h
743 - include/grpc++/grpc++.h
744 - include/grpc++/impl/call.h
745 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700746 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/grpc_library.h
748 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700749 - include/grpc++/impl/rpc_method.h
750 - include/grpc++/impl/rpc_service_method.h
751 - include/grpc++/impl/serialization_traits.h
752 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700753 - include/grpc++/impl/server_builder_plugin.h
754 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700756 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700757 - include/grpc++/security/auth_context.h
758 - include/grpc++/security/auth_metadata_processor.h
759 - include/grpc++/security/credentials.h
760 - include/grpc++/security/server_credentials.h
761 - include/grpc++/server.h
762 - include/grpc++/server_builder.h
763 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700764 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700765 - include/grpc++/support/async_stream.h
766 - include/grpc++/support/async_unary_call.h
767 - include/grpc++/support/byte_buffer.h
768 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700769 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700770 - include/grpc++/support/slice.h
771 - include/grpc++/support/status.h
772 - include/grpc++/support/status_code_enum.h
773 - include/grpc++/support/string_ref.h
774 - include/grpc++/support/stub_options.h
775 - include/grpc++/support/sync_stream.h
776 - include/grpc++/support/time.h
777 headers:
778 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700779 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - src/cpp/server/dynamic_thread_pool.h
781 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700782 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700784 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - src/cpp/client/client_context.cc
786 - src/cpp/client/create_channel.cc
787 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700788 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700789 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700792 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700793 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700795 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700797 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - src/cpp/server/async_generic_service.cc
799 - src/cpp/server/create_default_thread_pool.cc
800 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700802 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - src/cpp/server/server_context.cc
804 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700805 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700806 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700807 - src/cpp/util/byte_buffer_cc.cc
808 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700809 - src/cpp/util/status.cc
810 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700811 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700812 uses:
yang-g17487f92016-06-03 15:21:15 -0700813 - grpc++_codegen_base
814- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700815 language: c++
816 public_headers:
817 - include/grpc++/impl/codegen/async_stream.h
818 - include/grpc++/impl/codegen/async_unary_call.h
819 - include/grpc++/impl/codegen/call.h
820 - include/grpc++/impl/codegen/call_hook.h
821 - include/grpc++/impl/codegen/channel_interface.h
822 - include/grpc++/impl/codegen/client_context.h
823 - include/grpc++/impl/codegen/client_unary_call.h
824 - include/grpc++/impl/codegen/completion_queue.h
825 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700826 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700827 - include/grpc++/impl/codegen/core_codegen_interface.h
828 - include/grpc++/impl/codegen/create_auth_context.h
829 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800830 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700831 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - include/grpc++/impl/codegen/rpc_method.h
833 - include/grpc++/impl/codegen/rpc_service_method.h
834 - include/grpc++/impl/codegen/security/auth_context.h
835 - include/grpc++/impl/codegen/serialization_traits.h
836 - include/grpc++/impl/codegen/server_context.h
837 - include/grpc++/impl/codegen/server_interface.h
838 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800839 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700840 - include/grpc++/impl/codegen/status.h
841 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700842 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - include/grpc++/impl/codegen/string_ref.h
844 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - include/grpc++/impl/codegen/sync_stream.h
846 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 uses:
848 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700849- name: grpc++_codegen_base_src
850 language: c++
851 src:
852 - src/cpp/codegen/codegen_init.cc
853 uses:
854 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700855- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 language: c++
857 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700858 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 uses:
yang-g17487f92016-06-03 15:21:15 -0700860 - grpc++_codegen_base
861 - grpc++_config_proto
862- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 language: c++
864 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700865 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700866- name: grpc++_reflection_proto
867 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700868 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700869 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700870- name: thrift_util
871 language: c++
872 public_headers:
873 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700874 - include/grpc++/impl/codegen/thrift_utils.h
875 uses:
876 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100877libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800878- name: gpr
879 build: all
880 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800881 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700882 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800883 secure: false
884 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
885- name: gpr_test_util
886 build: private
887 language: c
888 headers:
889 - test/core/util/test_config.h
890 src:
891 - test/core/util/test_config.c
892 deps:
893 - gpr
894 secure: false
895 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896- name: grpc
897 build: all
898 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 src:
900 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800902 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700904 filegroups:
905 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700906 - grpc_transport_chttp2_server_secure
907 - grpc_transport_chttp2_client_secure
908 - grpc_transport_chttp2_server_insecure
909 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700910 - grpc_lb_policy_grpclb
911 - grpc_lb_policy_pick_first
912 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700913 - grpc_resolver_dns_native
914 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700915 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100916 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700917 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700918 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700920 vs_packages:
921 - grpc.dependencies.openssl
922 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700923 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700924- name: grpc_cronet
925 build: all
926 language: c
927 src:
928 - src/core/lib/surface/init.c
929 baselib: true
930 deps_linkage: static
931 dll: true
932 filegroups:
933 - grpc_base
934 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700935 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700936 generate_plugin_registry: true
937 platforms:
938 - linux
939 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100940- name: grpc_dll
941 build: private
942 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100943 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100944 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100945 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100946 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100947 build_system:
948 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100949 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100950 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100951 vs_config_type: DynamicLibrary
952 vs_packages:
953 - grpc.dependencies.openssl
954 - grpc.dependencies.zlib
955 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
956 vs_props:
957 - zlib
958 - openssl
959 - winsock
960 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961- name: grpc_test_util
962 build: private
963 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700964 headers:
965 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800966 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700967 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700968 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700969 - test/core/end2end/data/server1_cert.c
970 - test/core/end2end/data/server1_key.c
971 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800972 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700973 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800974 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800975 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700976 - grpc
977 filegroups:
978 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700979 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700980 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
981- name: grpc_test_util_unsecure
982 build: private
983 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800985 - gpr
986 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800987 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700988 filegroups:
989 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700990 secure: false
991 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
992- name: grpc_unsecure
993 build: all
994 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700995 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700996 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700997 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800999 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001001 filegroups:
1002 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001003 - grpc_transport_chttp2_server_insecure
1004 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001005 - grpc_resolver_dns_native
1006 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001007 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001008 - grpc_lb_policy_grpclb
1009 - grpc_lb_policy_pick_first
1010 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001011 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001012 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013 secure: false
1014 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001015- name: reconnect_server
1016 build: private
1017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001018 headers:
1019 - test/core/util/reconnect_server.h
1020 src:
1021 - test/core/util/reconnect_server.c
1022 deps:
yang-gc9fca182015-11-06 16:41:33 -08001023 - test_tcp_server
1024 - grpc_test_util
1025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001026 - gpr_test_util
1027 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001028- name: test_tcp_server
1029 build: private
1030 language: c
1031 headers:
1032 - test/core/util/test_tcp_server.h
1033 src:
1034 - test/core/util/test_tcp_server.c
1035 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001036 - grpc_test_util
1037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001038 - gpr_test_util
1039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040- name: grpc++
1041 build: all
1042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001043 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001044 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001045 - src/cpp/client/secure_credentials.h
1046 - src/cpp/common/secure_auth_context.h
1047 - src/cpp/server/secure_server_credentials.h
1048 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001049 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001050 - src/cpp/client/secure_credentials.cc
1051 - src/cpp/common/auth_property_iterator.cc
1052 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001053 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001054 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001055 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001056 - src/cpp/server/secure_server_credentials.cc
1057 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001058 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059 baselib: true
1060 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001061 filegroups:
1062 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001063 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001064 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 secure: check
1066 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001067- name: grpc++_cronet
1068 build: all
1069 language: c++
1070 src:
1071 - src/cpp/client/cronet_credentials.cc
1072 - src/cpp/client/insecure_credentials.cc
1073 - src/cpp/common/insecure_create_auth_context.cc
1074 - src/cpp/server/insecure_server_credentials.cc
1075 deps:
1076 - gpr
1077 - grpc_cronet
1078 baselib: true
1079 dll: true
1080 filegroups:
1081 - grpc++_base
1082 - grpc++_codegen_base
1083 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001084 - grpc_transport_chttp2_client_insecure
1085 - grpc_transport_chttp2_server_insecure
1086 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001087 platforms:
1088 - linux
1089 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001090- name: grpc++_proto_reflection_desc_db
1091 build: private
1092 language: c++
1093 headers:
1094 - test/cpp/util/proto_reflection_descriptor_database.h
1095 src:
1096 - test/cpp/util/proto_reflection_descriptor_database.cc
1097 deps:
1098 - grpc++
1099 filegroups:
1100 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001101 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001102- name: grpc++_reflection
1103 build: all
1104 language: c++
1105 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001106 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001107 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001108 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001109 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001110 - src/cpp/ext/proto_server_reflection.cc
1111 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001112 deps:
1113 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001114 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001115 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001116- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001117 build: private
yang-g42879982016-10-13 15:58:31 -07001118 language: c++
1119 headers:
1120 - include/grpc++/test/server_context_test_spouse.h
1121 src:
1122 - src/cpp/test/server_context_test_spouse.cc
1123 deps:
1124 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001125- name: grpc++_test_config
1126 build: private
1127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001128 headers:
1129 - test/cpp/util/test_config.h
1130 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001131 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: grpc++_test_util
1133 build: private
1134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001135 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001136 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001137 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001138 - test/cpp/util/create_test_channel.h
1139 - test/cpp/util/string_ref_helper.h
1140 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001141 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001142 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001143 - src/proto/grpc/testing/echo_messages.proto
1144 - src/proto/grpc/testing/echo.proto
1145 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001146 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001147 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001148 - test/cpp/util/create_test_channel.cc
1149 - test/cpp/util/string_ref_helper.cc
1150 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001151 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001152 deps:
1153 - grpc++
1154 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001155 filegroups:
1156 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001157 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001158 - grpc++_codegen_proto
1159 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001160 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161- name: grpc++_unsecure
1162 build: all
1163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001164 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001165 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001167 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001170 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 baselib: true
1172 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001173 filegroups:
1174 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001175 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001176 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177 secure: false
1178 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001179- name: grpc_cli_libs
1180 build: private
1181 language: c++
1182 headers:
1183 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001184 - test/cpp/util/cli_credentials.h
1185 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001186 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001187 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001188 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001189 src:
1190 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001191 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001192 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001193 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001194 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001195 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001196 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001197 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001198 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001199 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001200 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: grpc_plugin_support
1202 build: protoc
1203 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001204 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001205 - src/compiler/config.h
1206 - src/compiler/cpp_generator.h
1207 - src/compiler/cpp_generator_helpers.h
1208 - src/compiler/csharp_generator.h
1209 - src/compiler/csharp_generator_helpers.h
1210 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001211 - src/compiler/node_generator.h
1212 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001213 - src/compiler/objective_c_generator.h
1214 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001215 - src/compiler/php_generator.h
1216 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001217 - src/compiler/python_generator.h
1218 - src/compiler/ruby_generator.h
1219 - src/compiler/ruby_generator_helpers-inl.h
1220 - src/compiler/ruby_generator_map-inl.h
1221 - src/compiler/ruby_generator_string-inl.h
1222 src:
1223 - src/compiler/cpp_generator.cc
1224 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001225 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001226 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001227 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001228 - src/compiler/python_generator.cc
1229 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001230 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001231 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232 secure: false
1233 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001234 vs_props:
1235 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001236- name: http2_client_main
1237 build: private
1238 language: c++
1239 headers:
1240 - test/cpp/interop/http2_client.h
1241 src:
1242 - src/proto/grpc/testing/empty.proto
1243 - src/proto/grpc/testing/messages.proto
1244 - src/proto/grpc/testing/test.proto
1245 - test/cpp/interop/http2_client.cc
1246 deps:
1247 - grpc++_test_util
1248 - grpc_test_util
1249 - grpc++
1250 - grpc
1251 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: interop_client_helper
1253 build: private
1254 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001255 headers:
1256 - test/cpp/interop/client_helper.h
1257 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001258 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001259 - test/cpp/interop/client_helper.cc
1260 deps:
1261 - grpc++_test_util
1262 - grpc_test_util
1263 - grpc++
1264 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001266- name: interop_client_main
1267 build: private
1268 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001269 headers:
1270 - test/cpp/interop/interop_client.h
1271 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001272 - src/proto/grpc/testing/empty.proto
1273 - src/proto/grpc/testing/messages.proto
1274 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001275 - test/cpp/interop/client.cc
1276 - test/cpp/interop/interop_client.cc
1277 deps:
1278 - interop_client_helper
1279 - grpc++_test_util
1280 - grpc_test_util
1281 - grpc++
1282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001283 - gpr_test_util
1284 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001285 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: interop_server_helper
1287 build: private
1288 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001289 headers:
1290 - test/cpp/interop/server_helper.h
1291 src:
1292 - test/cpp/interop/server_helper.cc
1293 deps:
yang-gcc591022017-01-11 11:10:43 -08001294 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001295 - grpc_test_util
1296 - grpc++
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001299- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300 build: private
1301 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001303 - src/proto/grpc/testing/empty.proto
1304 - src/proto/grpc/testing/messages.proto
1305 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001306 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001307 deps:
1308 - interop_server_helper
1309 - grpc++_test_util
1310 - grpc_test_util
1311 - grpc++
1312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001315 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001316- name: interop_server_main
1317 build: private
1318 language: c++
1319 src:
1320 - test/cpp/interop/interop_server_bootstrap.cc
1321 deps:
1322 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: qps
1324 build: private
1325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001326 headers:
1327 - test/cpp/qps/client.h
1328 - test/cpp/qps/driver.h
1329 - test/cpp/qps/histogram.h
1330 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001331 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001332 - test/cpp/qps/qps_worker.h
1333 - test/cpp/qps/report.h
1334 - test/cpp/qps/server.h
1335 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001336 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001337 - test/cpp/util/benchmark_config.h
1338 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001339 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001340 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001341 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001342 - src/proto/grpc/testing/control.proto
1343 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001344 - test/cpp/qps/client_async.cc
1345 - test/cpp/qps/client_sync.cc
1346 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001347 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001348 - test/cpp/qps/qps_worker.cc
1349 - test/cpp/qps/report.cc
1350 - test/cpp/qps/server_async.cc
1351 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001352 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001353 - test/cpp/util/benchmark_config.cc
1354 deps:
1355 - grpc_test_util
1356 - grpc++_test_util
1357 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358- name: grpc_csharp_ext
1359 build: all
1360 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - src/csharp/ext/grpc_csharp_ext.c
1363 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001365 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001366 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001367 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368 dll: only
1369 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001370 vs_packages:
1371 - grpc.dependencies.openssl
1372 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001373 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001374 vs_props:
1375 - zlib
1376 - openssl
1377 - winsock
1378 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001380- name: alarm_test
1381 build: test
1382 language: c
1383 src:
1384 - test/core/surface/alarm_test.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001388 - gpr_test_util
1389 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001390- name: algorithm_test
1391 build: test
1392 language: c
1393 src:
1394 - test/core/compression/algorithm_test.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001400- name: alloc_test
1401 build: test
1402 language: c
1403 src:
1404 - test/core/support/alloc_test.c
1405 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: alpn_test
1409 build: test
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/transport/chttp2/alpn_test.c
1413 deps:
1414 - grpc_test_util
1415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001418- name: api_fuzzer
1419 build: fuzzer
1420 language: c
1421 src:
1422 - test/core/end2end/fuzzers/api_fuzzer.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
1426 - gpr_test_util
1427 - gpr
1428 corpus_dirs:
1429 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001430 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001431 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001432- name: bad_server_response_test
1433 build: test
1434 language: c
1435 src:
1436 - test/core/end2end/bad_server_response_test.c
1437 deps:
1438 - test_tcp_server
1439 - grpc_test_util
1440 - grpc
1441 - gpr_test_util
1442 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001443 exclude_iomgrs:
1444 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001445- name: bin_decoder_test
1446 build: test
1447 language: c
1448 src:
1449 - test/core/transport/chttp2/bin_decoder_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001453- name: bin_encoder_test
1454 build: test
1455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001456 src:
1457 - test/core/transport/chttp2/bin_encoder_test.c
1458 deps:
1459 - grpc_test_util
1460 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001461- name: census_context_test
1462 build: test
1463 language: c
1464 src:
1465 - test/core/census/context_test.c
1466 deps:
1467 - grpc_test_util
1468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001469 - gpr_test_util
1470 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001471- name: census_resource_test
1472 build: test
1473 language: c
1474 src:
1475 - test/core/census/resource_test.c
1476 deps:
1477 - grpc_test_util
1478 - grpc
1479 - gpr_test_util
1480 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001481- name: census_trace_context_test
1482 build: test
1483 language: c
1484 src:
1485 - test/core/census/trace_context_test.c
1486 deps:
1487 - grpc_test_util
1488 - grpc
1489 - gpr_test_util
1490 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001491- name: channel_create_test
1492 build: test
1493 language: c
1494 src:
1495 - test/core/surface/channel_create_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001501- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001502 build: test
1503 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001504 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001505 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001506 deps:
1507 - grpc_test_util
1508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001509 - gpr_test_util
1510 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511- name: chttp2_stream_map_test
1512 build: test
1513 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001514 src:
1515 - test/core/transport/chttp2/stream_map_test.c
1516 deps:
1517 - grpc_test_util
1518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001519 - gpr_test_util
1520 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001521- name: chttp2_varint_test
1522 build: test
1523 language: c
1524 src:
1525 - test/core/transport/chttp2/varint_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001531- name: client_fuzzer
1532 build: fuzzer
1533 language: c
1534 src:
1535 - test/core/end2end/fuzzers/client_fuzzer.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
1539 - gpr_test_util
1540 - gpr
1541 corpus_dirs:
1542 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001543 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001544 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001545- name: combiner_test
1546 cpu_cost: 30
1547 build: test
1548 language: c
1549 src:
1550 - test/core/iomgr/combiner_test.c
1551 deps:
1552 - grpc_test_util
1553 - grpc
1554 - gpr_test_util
1555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: compression_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/compression/compression_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001566- name: concurrent_connectivity_test
1567 build: test
1568 language: c
1569 src:
1570 - test/core/surface/concurrent_connectivity_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
1574 - gpr_test_util
1575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001578- name: connection_refused_test
1579 cpu_cost: 0.1
1580 build: test
1581 language: c
1582 src:
1583 - test/core/end2end/connection_refused_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
1587 - gpr_test_util
1588 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001589- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001590 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001591 build: test
1592 language: c
1593 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001594 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001595 deps:
1596 - grpc_test_util
1597 - grpc
1598 - gpr_test_util
1599 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001600 exclude_iomgrs:
1601 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001602- name: dns_resolver_test
1603 build: test
1604 language: c
1605 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001606 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001613 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/end2end/dualstack_socket_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001623 exclude_iomgrs:
1624 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001625 platforms:
1626 - mac
1627 - linux
1628 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001629- name: endpoint_pair_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/iomgr/endpoint_pair_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001639 exclude_iomgrs:
1640 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001641- name: ev_epoll_linux_test
1642 build: test
1643 language: c
1644 src:
1645 - test/core/iomgr/ev_epoll_linux_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
1649 - gpr_test_util
1650 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001651 exclude_iomgrs:
1652 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001653 platforms:
1654 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: fd_conservation_posix_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/iomgr/fd_conservation_posix_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001665 exclude_iomgrs:
1666 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001667 platforms:
1668 - mac
1669 - linux
1670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: fd_posix_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/iomgr/fd_posix_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001681 exclude_iomgrs:
1682 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001683 platforms:
1684 - mac
1685 - linux
1686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001687- name: fling_client
1688 build: test
1689 run: false
1690 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001691 src:
1692 - test/core/fling/client.c
1693 deps:
1694 - grpc_test_util
1695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001696 - gpr_test_util
1697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: fling_server
1699 build: test
1700 run: false
1701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001702 src:
1703 - test/core/fling/server.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001710 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/fling/fling_stream_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001720 platforms:
1721 - mac
1722 - linux
1723 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001725 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/fling/fling_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001735 platforms:
1736 - mac
1737 - linux
1738 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001739- name: gen_hpack_tables
1740 build: tool
1741 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001742 src:
1743 - tools/codegen/core/gen_hpack_tables.c
1744 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: gen_legal_metadata_characters
1748 build: tool
1749 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001750 src:
1751 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001753- name: gen_percent_encoding_tables
1754 build: tool
1755 language: c
1756 src:
1757 - tools/codegen/core/gen_percent_encoding_tables.c
1758 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001759- name: goaway_server_test
1760 cpu_cost: 0.1
1761 build: test
1762 language: c
1763 src:
1764 - test/core/end2end/goaway_server_test.c
1765 deps:
1766 - grpc_test_util
1767 - grpc
1768 - gpr_test_util
1769 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001770 exclude_iomgrs:
1771 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001772 platforms:
1773 - mac
1774 - linux
1775 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001776- name: gpr_avl_test
1777 build: test
1778 language: c
1779 src:
1780 - test/core/support/avl_test.c
1781 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001782 - gpr_test_util
1783 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001784- name: gpr_backoff_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/support/backoff_test.c
1789 deps:
1790 - gpr_test_util
1791 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: gpr_cmdline_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/support/cmdline_test.c
1797 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001800- name: gpr_cpu_test
1801 build: test
1802 language: c
1803 src:
1804 - test/core/support/cpu_test.c
1805 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001806 - gpr_test_util
1807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001808- name: gpr_env_test
1809 build: test
1810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001811 src:
1812 - test/core/support/env_test.c
1813 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: gpr_histogram_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/support/histogram_test.c
1821 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001822 - gpr_test_util
1823 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001824- name: gpr_host_port_test
1825 build: test
1826 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001827 src:
1828 - test/core/support/host_port_test.c
1829 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001830 - gpr_test_util
1831 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001832- name: gpr_log_test
1833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/support/log_test.c
1837 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001840- name: gpr_mpscq_test
1841 cpu_cost: 30
1842 build: test
1843 language: c
1844 src:
1845 - test/core/support/mpscq_test.c
1846 deps:
1847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001850 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/support/stack_lockfree_test.c
1855 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: gpr_string_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/support/string_test.c
1863 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001867 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868 build: test
1869 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001870 src:
1871 - test/core/support/sync_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001876 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/support/thd_test.c
1881 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001882 - gpr_test_util
1883 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001884- name: gpr_time_test
1885 build: test
1886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001887 src:
1888 - test/core/support/time_test.c
1889 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001890 - gpr_test_util
1891 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001892- name: gpr_tls_test
1893 build: test
1894 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001895 src:
1896 - test/core/support/tls_test.c
1897 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: gpr_useful_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/support/useful_test.c
1905 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: grpc_auth_context_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/security/auth_context_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001918- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001922 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: grpc_byte_buffer_reader_test
1929 build: test
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - test/core/surface/byte_buffer_reader_test.c
1933 deps:
1934 - grpc_test_util
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938- name: grpc_channel_args_test
1939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/channel/channel_args_test.c
1943 deps:
1944 - grpc_test_util
1945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001946 - gpr_test_util
1947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001948- name: grpc_channel_stack_test
1949 build: test
1950 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001951 src:
1952 - test/core/channel/channel_stack_test.c
1953 deps:
1954 - grpc_test_util
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: grpc_completion_queue_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/surface/completion_queue_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001968 exclude_iomgrs:
1969 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001970- name: grpc_create_jwt
1971 build: tool
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/security/create_jwt.c
1975 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001978 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: grpc_credentials_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/security/credentials_test.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001990 build: test
1991 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/security/fetch_oauth2.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002000- name: grpc_invalid_channel_args_test
2001 build: test
2002 language: c
2003 src:
2004 - test/core/surface/invalid_channel_args_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010- name: grpc_json_token_test
2011 build: test
2012 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/core/security/json_token_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002020 platforms:
2021 - linux
2022 - posix
2023 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002024- name: grpc_jwt_verifier_test
2025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/security/jwt_verifier_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: grpc_print_google_default_creds_token
2035 build: tool
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/core/security/print_google_default_creds_token.c
2039 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: grpc_security_connector_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/core/security/security_connector_test.c
2047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002052- name: grpc_verify_jwt
2053 build: tool
2054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002055 src:
2056 - test/core/security/verify_jwt.c
2057 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002060- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002061 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002062 language: c
2063 src:
2064 - test/core/handshake/client_ssl.c
2065 deps:
2066 - grpc_test_util
2067 - grpc
2068 - gpr_test_util
2069 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002070 platforms:
2071 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002072 secure: true
2073- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002074 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002075 language: c
2076 src:
2077 - test/core/handshake/server_ssl.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
2081 - gpr_test_util
2082 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002083 platforms:
2084 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002085 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002086- name: hpack_parser_fuzzer_test
2087 build: fuzzer
2088 language: c
2089 src:
2090 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2091 deps:
2092 - grpc_test_util
2093 - grpc
2094 - gpr_test_util
2095 - gpr
2096 corpus_dirs:
2097 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002098 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002099 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: hpack_parser_test
2101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/transport/chttp2/hpack_parser_test.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110- name: hpack_table_test
2111 build: test
2112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002113 src:
2114 - test/core/transport/chttp2/hpack_table_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002120- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002124 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002130- name: http_request_fuzzer_test
2131 build: fuzzer
2132 language: c
2133 src:
2134 - test/core/http/request_fuzzer.c
2135 deps:
2136 - grpc_test_util
2137 - grpc
2138 - gpr_test_util
2139 - gpr
2140 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002141 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002142 maxlen: 2048
2143- name: http_response_fuzzer_test
2144 build: fuzzer
2145 language: c
2146 src:
2147 - test/core/http/response_fuzzer.c
2148 deps:
2149 - grpc_test_util
2150 - grpc
2151 - gpr_test_util
2152 - gpr
2153 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002154 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002155 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002156- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002160 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002167 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168 build: test
2169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002171 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002172 deps:
2173 - grpc_test_util
2174 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002175 - gpr_test_util
2176 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002177 platforms:
2178 - mac
2179 - linux
2180 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002181- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002182 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002183 build: test
2184 language: c
2185 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002186 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002187 deps:
2188 - grpc_test_util
2189 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002190 - gpr_test_util
2191 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002192 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002193 - linux
yang-gf1183302015-12-07 16:02:05 -08002194- name: init_test
2195 build: test
2196 language: c
2197 src:
2198 - test/core/surface/init_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002204- name: internal_api_canary_iomgr_test
2205 build: test
2206 run: false
2207 language: c
2208 src:
2209 - test/core/internal_api_canaries/iomgr.c
2210 deps:
2211 - grpc_test_util
2212 - grpc
2213 - gpr_test_util
2214 - gpr
2215- name: internal_api_canary_support_test
2216 build: test
2217 run: false
2218 language: c
2219 src:
2220 - test/core/internal_api_canaries/iomgr.c
2221 deps:
2222 - grpc_test_util
2223 - grpc
2224 - gpr_test_util
2225 - gpr
2226- name: internal_api_canary_transport_test
2227 build: test
2228 run: false
2229 language: c
2230 src:
2231 - test/core/internal_api_canaries/iomgr.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
2235 - gpr_test_util
2236 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002237- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002238 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002239 build: test
2240 language: c
2241 src:
2242 - test/core/end2end/invalid_call_argument_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002248- name: json_fuzzer_test
2249 build: fuzzer
2250 language: c
2251 src:
2252 - test/core/json/fuzzer.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
2256 - gpr_test_util
2257 - gpr
2258 corpus_dirs:
2259 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002260 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: json_rewrite
2262 build: test
2263 run: false
2264 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002265 src:
2266 - test/core/json/json_rewrite.c
2267 deps:
2268 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002269 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: json_rewrite_test
2271 build: test
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/json/json_rewrite_test.c
2275 deps:
2276 - grpc_test_util
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002280- name: json_stream_error_test
2281 build: test
2282 language: c
2283 src:
2284 - test/core/json/json_stream_error_test.c
2285 deps:
2286 - grpc_test_util
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290- name: json_test
2291 build: test
2292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/json/json_test.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: lame_client_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
2304 - test/core/surface/lame_client_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002310- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002311 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002312 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002313 build: test
2314 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002316 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002317 deps:
2318 - grpc_test_util
2319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002320 - gpr_test_util
2321 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002322- name: load_file_test
2323 build: test
2324 language: c
2325 src:
2326 - test/core/iomgr/load_file_test.c
2327 deps:
2328 - grpc_test_util
2329 - grpc
2330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: low_level_ping_pong_benchmark
2333 build: benchmark
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
2336 - test/core/network_benchmarks/low_level_ping_pong.c
2337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002342 platforms:
2343 - mac
2344 - linux
2345 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002346- name: memory_profile_client
2347 build: test
2348 run: false
2349 language: c
2350 src:
2351 - test/core/memory_usage/client.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
2355 - gpr_test_util
2356 - gpr
2357- name: memory_profile_server
2358 build: test
2359 run: false
2360 language: c
2361 src:
2362 - test/core/memory_usage/server.c
2363 deps:
2364 - grpc_test_util
2365 - grpc
2366 - gpr_test_util
2367 - gpr
2368- name: memory_profile_test
2369 cpu_cost: 1.5
2370 build: test
2371 language: c
2372 src:
2373 - test/core/memory_usage/memory_usage_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
2377 - gpr_test_util
2378 - gpr
2379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: message_compress_test
2384 build: test
2385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
2387 - test/core/compression/message_compress_test.c
2388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002393- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002394 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002395 build: test
2396 language: c
2397 src:
2398 - test/core/census/mlog_test.c
2399 deps:
2400 - grpc_test_util
2401 - grpc
2402 - gpr_test_util
2403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: multiple_server_queues_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/core/end2end/multiple_server_queues_test.c
2409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: murmur_hash_test
2415 build: test
2416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002417 src:
2418 - test/core/support/murmur_hash_test.c
2419 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002422- name: nanopb_fuzzer_response_test
2423 build: fuzzer
2424 language: c
2425 src:
2426 - test/core/nanopb/fuzzer_response.c
2427 deps:
2428 - grpc_test_util
2429 - grpc
2430 - gpr_test_util
2431 - gpr
2432 corpus_dirs:
2433 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002434 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002435- name: nanopb_fuzzer_serverlist_test
2436 build: fuzzer
2437 language: c
2438 src:
2439 - test/core/nanopb/fuzzer_serverlist.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
2445 corpus_dirs:
2446 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002447 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002449 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/end2end/no_server_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002459- name: percent_decode_fuzzer
2460 build: fuzzer
2461 language: c
2462 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002463 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002464 deps:
2465 - grpc_test_util
2466 - grpc
2467 - gpr_test_util
2468 - gpr
2469 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002470 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002471 maxlen: 32
2472- name: percent_encode_fuzzer
2473 build: fuzzer
2474 language: c
2475 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002476 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002477 deps:
2478 - grpc_test_util
2479 - grpc
2480 - gpr_test_util
2481 - gpr
2482 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002483 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002484 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002485- name: percent_encoding_test
2486 build: test
2487 language: c
2488 src:
2489 - test/core/slice/percent_encoding_test.c
2490 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002491 - grpc_test_util
2492 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002493 - gpr_test_util
2494 - gpr
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002495- name: resolve_address_posix_test
2496 build: test
2497 language: c
2498 src:
2499 - test/core/iomgr/resolve_address_posix_test.c
2500 deps:
2501 - grpc_test_util
2502 - grpc
2503 - gpr_test_util
2504 - gpr
2505 platforms:
2506 - mac
2507 - linux
2508 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002509- name: resolve_address_test
2510 build: test
2511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002512 src:
2513 - test/core/iomgr/resolve_address_test.c
2514 deps:
2515 - grpc_test_util
2516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002517 - gpr_test_util
2518 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002519 exclude_iomgrs:
2520 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002521- name: resource_quota_test
2522 cpu_cost: 30
2523 build: test
2524 language: c
2525 src:
2526 - test/core/iomgr/resource_quota_test.c
2527 deps:
2528 - grpc_test_util
2529 - grpc
2530 - gpr_test_util
2531 - gpr
yang-gd482e592015-12-10 14:04:00 -08002532- name: secure_channel_create_test
2533 build: test
2534 language: c
2535 src:
2536 - test/core/surface/secure_channel_create_test.c
2537 deps:
2538 - grpc_test_util
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: secure_endpoint_test
2543 build: test
2544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - test/core/security/secure_endpoint_test.c
2547 deps:
2548 - grpc_test_util
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002552 exclude_iomgrs:
2553 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002554- name: sequential_connectivity_test
2555 build: test
2556 language: c
2557 src:
2558 - test/core/surface/sequential_connectivity_test.c
2559 deps:
2560 - grpc_test_util
2561 - grpc
2562 - gpr_test_util
2563 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002564 exclude_iomgrs:
2565 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002566- name: server_chttp2_test
2567 build: test
2568 language: c
2569 src:
2570 - test/core/surface/server_chttp2_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002576- name: server_fuzzer
2577 build: fuzzer
2578 language: c
2579 src:
2580 - test/core/end2end/fuzzers/server_fuzzer.c
2581 deps:
2582 - grpc_test_util
2583 - grpc
2584 - gpr_test_util
2585 - gpr
2586 corpus_dirs:
2587 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002588 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002589 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002590- name: server_test
2591 build: test
2592 language: c
2593 src:
2594 - test/core/surface/server_test.c
2595 deps:
2596 - grpc_test_util
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002600- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002601 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002602 build: test
2603 language: c
2604 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002605 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002606 deps:
2607 - test_tcp_server
2608 - grpc_test_util
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002612 exclude_iomgrs:
2613 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002614- name: slice_buffer_test
2615 build: test
2616 language: c
2617 src:
2618 - test/core/slice/slice_buffer_test.c
2619 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002620 - grpc_test_util
2621 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002622 - gpr_test_util
2623 - gpr
2624- name: slice_string_helpers_test
2625 build: test
2626 language: c
2627 src:
2628 - test/core/slice/slice_string_helpers_test.c
2629 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002630 - grpc_test_util
2631 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002632 - gpr_test_util
2633 - gpr
2634- name: slice_test
2635 build: test
2636 language: c
2637 src:
2638 - test/core/slice/slice_test.c
2639 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002640 - grpc_test_util
2641 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002642 - gpr_test_util
2643 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002644- name: sockaddr_resolver_test
2645 build: test
2646 language: c
2647 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002648 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002649 deps:
2650 - grpc_test_util
2651 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002652 - gpr_test_util
2653 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002654- name: sockaddr_utils_test
2655 build: test
2656 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/core/iomgr/sockaddr_utils_test.c
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002664- name: socket_utils_test
2665 build: test
2666 language: c
2667 src:
2668 - test/core/iomgr/socket_utils_test.c
2669 deps:
2670 - grpc_test_util
2671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002672 - gpr_test_util
2673 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002674 exclude_iomgrs:
2675 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002676 platforms:
2677 - mac
2678 - linux
2679 - posix
yang-g31e21282016-11-04 15:10:03 -07002680- name: ssl_server_fuzzer
2681 build: fuzzer
2682 language: c
2683 src:
2684 - test/core/security/ssl_server_fuzzer.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
2688 - gpr_test_util
2689 - gpr
2690 corpus_dirs:
2691 - test/core/security/corpus/ssl_server_corpus
2692 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002693- name: status_conversion_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/transport/status_conversion_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
2701 - gpr_test_util
2702 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002704 cpu_cost: 0.5
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_client_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_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002721 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/core/iomgr/tcp_posix_test.c
2726 deps:
2727 - grpc_test_util
2728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002729 - gpr_test_util
2730 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002731 exclude_iomgrs:
2732 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002733 platforms:
2734 - mac
2735 - linux
2736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002737- name: tcp_server_posix_test
2738 build: test
2739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
2741 - test/core/iomgr/tcp_server_posix_test.c
2742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002747 exclude_iomgrs:
2748 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002749 platforms:
2750 - mac
2751 - linux
2752 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002753- name: time_averaged_stats_test
2754 build: test
2755 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002756 src:
2757 - test/core/iomgr/time_averaged_stats_test.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763- name: timeout_encoding_test
2764 build: test
2765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002766 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002767 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002768 deps:
2769 - grpc_test_util
2770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002771 - gpr_test_util
2772 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002773- name: timer_heap_test
2774 build: test
2775 language: c
2776 src:
2777 - test/core/iomgr/timer_heap_test.c
2778 deps:
2779 - grpc_test_util
2780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002781 - gpr_test_util
2782 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002783 exclude_iomgrs:
2784 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002785- name: timer_list_test
2786 build: test
2787 language: c
2788 src:
2789 - test/core/iomgr/timer_list_test.c
2790 deps:
2791 - grpc_test_util
2792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002793 - gpr_test_util
2794 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002795 exclude_iomgrs:
2796 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002797- name: transport_connectivity_state_test
2798 build: test
2799 language: c
2800 src:
2801 - test/core/transport/connectivity_state_test.c
2802 deps:
2803 - grpc_test_util
2804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002805 - gpr_test_util
2806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002807- name: transport_metadata_test
2808 build: test
2809 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002810 src:
2811 - test/core/transport/metadata_test.c
2812 deps:
2813 - grpc_test_util
2814 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002815 - gpr_test_util
2816 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002817- name: transport_pid_controller_test
2818 build: test
2819 language: c
2820 src:
2821 - test/core/transport/pid_controller_test.c
2822 deps:
2823 - grpc_test_util
2824 - grpc
2825 - gpr_test_util
2826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002827- name: transport_security_test
2828 build: test
2829 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002830 src:
2831 - test/core/tsi/transport_security_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002835 - gpr_test_util
2836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002837 platforms:
2838 - linux
2839 - posix
2840 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002841- name: udp_server_test
2842 build: test
2843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
2845 - test/core/iomgr/udp_server_test.c
2846 deps:
2847 - grpc_test_util
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr_test_util
2850 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002851 exclude_iomgrs:
2852 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002853 platforms:
2854 - mac
2855 - linux
2856 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002857- name: uri_fuzzer_test
2858 build: fuzzer
2859 language: c
2860 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002861 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002868 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002869 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: uri_parser_test
2871 build: test
2872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002873 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002874 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002875 deps:
2876 - grpc_test_util
2877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002878 - gpr_test_util
2879 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002880- name: wakeup_fd_cv_test
2881 build: test
2882 language: c
2883 src:
2884 - test/core/iomgr/wakeup_fd_cv_test.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
2888 - gpr_test_util
2889 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002890 exclude_iomgrs:
2891 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002892 platforms:
2893 - mac
2894 - linux
2895 - posix
vjpai04e992a2016-02-10 16:58:38 -08002896- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002897 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002898 build: test
2899 language: c++
2900 src:
2901 - test/cpp/common/alarm_cpp_test.cc
2902 deps:
2903 - grpc++_test_util
2904 - grpc_test_util
2905 - grpc++
2906 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002907 - gpr_test_util
2908 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002910 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002911 build: test
2912 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002913 src:
2914 - test/cpp/end2end/async_end2end_test.cc
2915 deps:
2916 - grpc++_test_util
2917 - grpc_test_util
2918 - grpc++
2919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002920 - gpr_test_util
2921 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002923 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002924 build: test
2925 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002926 src:
2927 - test/cpp/common/auth_property_iterator_test.cc
2928 deps:
2929 - grpc++_test_util
2930 - grpc_test_util
2931 - grpc++
2932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002933 - gpr_test_util
2934 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002935- name: bm_fullstack
2936 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002937 language: c++
2938 src:
2939 - test/cpp/microbenchmarks/bm_fullstack.cc
2940 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002941 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002942 - grpc++_test_util
2943 - grpc_test_util
2944 - grpc++
2945 - grpc
2946 - gpr_test_util
2947 - gpr
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01002948 platforms:
2949 - mac
2950 - linux
2951 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002954 build: test
2955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002956 src:
yang-g52705592015-11-25 11:45:33 -08002957 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002958 deps:
2959 - grpc++
2960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002961 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002962- name: channel_filter_test
2963 gtest: true
2964 build: test
2965 language: c++
2966 src:
2967 - test/cpp/common/channel_filter_test.cc
2968 deps:
2969 - grpc++
2970 - grpc
2971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002973 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974 build: test
2975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002976 src:
2977 - test/cpp/util/cli_call_test.cc
2978 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002979 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002980 - grpc++_test_util
2981 - grpc_test_util
2982 - grpc++
2983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002984 - gpr_test_util
2985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002986- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002987 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002988 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002989 build: test
2990 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002991 src:
2992 - test/cpp/end2end/client_crash_test.cc
2993 deps:
2994 - grpc++_test_util
2995 - grpc_test_util
2996 - grpc++
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003000 platforms:
3001 - mac
3002 - linux
3003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003004- name: client_crash_test_server
3005 build: test
3006 run: false
3007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003008 src:
3009 - test/cpp/end2end/client_crash_test_server.cc
3010 deps:
3011 - grpc++_test_util
3012 - grpc_test_util
3013 - grpc++
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr_test_util
3016 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003017- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003018 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003019 build: test
3020 language: c++
3021 src:
3022 - src/proto/grpc/testing/control.proto
3023 - src/proto/grpc/testing/messages.proto
3024 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003025 - src/proto/grpc/testing/services.proto
3026 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003027 - test/cpp/codegen/codegen_test_full.cc
3028 deps:
3029 - grpc++
3030 - grpc
3031 - gpr
3032 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003033 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003034- name: codegen_test_minimal
3035 gtest: true
3036 build: test
3037 language: c++
3038 src:
3039 - src/proto/grpc/testing/control.proto
3040 - src/proto/grpc/testing/messages.proto
3041 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003042 - src/proto/grpc/testing/services.proto
3043 - src/proto/grpc/testing/stats.proto
3044 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003045 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003046 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003047 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003049 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050 build: test
3051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003052 src:
3053 - test/cpp/client/credentials_test.cc
3054 deps:
3055 - grpc++
3056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003059 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003060 build: test
3061 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003062 src:
3063 - test/cpp/util/byte_buffer_test.cc
3064 deps:
3065 - grpc_test_util
3066 - grpc++
3067 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003071 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003072 build: test
3073 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003074 src:
3075 - test/cpp/util/slice_test.cc
3076 deps:
3077 - grpc_test_util
3078 - grpc++
3079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003080 - gpr_test_util
3081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003083 gtest: true
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/util/string_ref_test.cc
3088 deps:
3089 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003090- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003091 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003092 build: test
3093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003094 src:
3095 - test/cpp/util/time_test.cc
3096 deps:
3097 - grpc_test_util
3098 - grpc++
3099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003100 - gpr_test_util
3101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003103 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003104 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003105 build: test
3106 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003107 src:
3108 - test/cpp/end2end/end2end_test.cc
3109 deps:
3110 - grpc++_test_util
3111 - grpc_test_util
3112 - grpc++
3113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003114 - gpr_test_util
3115 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003116- name: filter_end2end_test
3117 gtest: true
3118 build: test
3119 language: c++
3120 src:
3121 - test/cpp/end2end/filter_end2end_test.cc
3122 deps:
3123 - grpc++_test_util
3124 - grpc_test_util
3125 - grpc++
3126 - grpc
3127 - gpr_test_util
3128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003130 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003131 build: test
3132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003133 src:
3134 - test/cpp/end2end/generic_end2end_test.cc
3135 deps:
3136 - grpc++_test_util
3137 - grpc_test_util
3138 - grpc++
3139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003140 - gpr_test_util
3141 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003142- name: golden_file_test
3143 gtest: true
3144 build: test
3145 language: c++
3146 src:
3147 - src/proto/grpc/testing/compiler_test.proto
3148 - test/cpp/codegen/golden_file_test.cc
3149 deps:
3150 - grpc++
3151 - grpc
3152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003153- name: grpc_cli
3154 build: test
3155 run: false
3156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003157 src:
3158 - test/cpp/util/grpc_cli.cc
3159 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003160 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003161 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003162 - grpc++
3163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003165 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003166- name: grpc_cpp_plugin
3167 build: protoc
3168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003169 src:
3170 - src/compiler/cpp_plugin.cc
3171 deps:
3172 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003173 secure: false
3174 vs_config_type: Application
3175 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3176- name: grpc_csharp_plugin
3177 build: protoc
3178 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003179 src:
3180 - src/compiler/csharp_plugin.cc
3181 deps:
3182 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183 secure: false
3184 vs_config_type: Application
3185 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003186- name: grpc_node_plugin
3187 build: protoc
3188 language: c++
3189 src:
3190 - src/compiler/node_plugin.cc
3191 deps:
3192 - grpc_plugin_support
3193 secure: false
3194 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003195- name: grpc_objective_c_plugin
3196 build: protoc
3197 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003198 src:
3199 - src/compiler/objective_c_plugin.cc
3200 deps:
3201 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003202 secure: false
3203 vs_config_type: Application
3204 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003205- name: grpc_php_plugin
3206 build: protoc
3207 language: c++
3208 src:
3209 - src/compiler/php_plugin.cc
3210 deps:
3211 - grpc_plugin_support
3212 secure: false
3213 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214- name: grpc_python_plugin
3215 build: protoc
3216 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003217 src:
3218 - src/compiler/python_plugin.cc
3219 deps:
3220 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003221 secure: false
3222 vs_config_type: Application
3223 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3224- name: grpc_ruby_plugin
3225 build: protoc
3226 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003227 src:
3228 - src/compiler/ruby_plugin.cc
3229 deps:
3230 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 secure: false
3232 vs_config_type: Application
3233 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003234- name: grpc_tool_test
3235 gtest: true
3236 build: test
3237 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003238 src:
3239 - src/proto/grpc/testing/echo.proto
3240 - src/proto/grpc/testing/echo_messages.proto
3241 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003242 deps:
3243 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003244 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003245 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003246 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003247 - grpc_test_util
3248 - grpc++
3249 - grpc
3250 - gpr_test_util
3251 - gpr
3252 filegroups:
3253 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003254- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003255 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003256 build: test
3257 language: c++
3258 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003259 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003260 - test/cpp/grpclb/grpclb_api_test.cc
3261 deps:
3262 - grpc++_test_util
3263 - grpc_test_util
3264 - grpc++
3265 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003266- name: grpclb_test
3267 gtest: false
3268 build: test
3269 language: c++
3270 src:
3271 - src/proto/grpc/lb/v1/load_balancer.proto
3272 - test/cpp/grpclb/grpclb_test.cc
3273 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003274 - grpc++_test_util
3275 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003276 - grpc++
3277 - grpc
3278 - gpr_test_util
3279 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003280- name: http2_client
3281 build: test
3282 run: false
3283 language: c++
3284 src: []
3285 deps:
3286 - http2_client_main
3287 - grpc++_test_util
3288 - grpc_test_util
3289 - grpc++
3290 - grpc
3291 - grpc++_test_config
3292 platforms:
3293 - mac
3294 - linux
3295 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003296- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003297 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003298 build: test
3299 language: c++
3300 src:
3301 - test/cpp/end2end/hybrid_end2end_test.cc
3302 deps:
3303 - grpc++_test_util
3304 - grpc_test_util
3305 - grpc++
3306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003307 - gpr_test_util
3308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003309- name: interop_client
3310 build: test
3311 run: false
3312 language: c++
3313 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003314 deps:
3315 - interop_client_main
3316 - interop_client_helper
3317 - grpc++_test_util
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003321 - gpr_test_util
3322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003323 - grpc++_test_config
3324 platforms:
3325 - mac
3326 - linux
3327 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003328- name: interop_server
3329 build: test
3330 run: false
3331 language: c++
3332 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003333 deps:
3334 - interop_server_main
3335 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003336 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003337 - grpc++_test_util
3338 - grpc_test_util
3339 - grpc++
3340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003341 - gpr_test_util
3342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003343 - grpc++_test_config
3344 platforms:
3345 - mac
3346 - linux
3347 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003348- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003349 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003350 build: test
3351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003352 src:
3353 - test/cpp/interop/interop_test.cc
3354 deps:
3355 - grpc_test_util
3356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 - gpr_test_util
3358 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003359 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003360 platforms:
3361 - mac
3362 - linux
3363 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003364- name: json_run_localhost
3365 build: test
3366 run: false
3367 language: c++
3368 src:
3369 - test/cpp/qps/json_run_localhost.cc
3370 deps:
3371 - grpc++_test_util
3372 - grpc_test_util
3373 - grpc++
3374 - grpc
3375 - gpr_test_util
3376 - gpr
3377 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003378 platforms:
3379 - mac
3380 - linux
3381 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003382- name: metrics_client
3383 build: test
3384 run: false
3385 language: c++
3386 headers:
3387 - test/cpp/util/metrics_server.h
3388 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003389 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003390 - test/cpp/interop/metrics_client.cc
3391 deps:
3392 - grpc++
3393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003394 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003395 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003397 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003398 build: test
3399 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003400 src:
3401 - test/cpp/end2end/mock_test.cc
3402 deps:
3403 - grpc++_test_util
3404 - grpc_test_util
3405 - grpc++
3406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003407 - gpr_test_util
3408 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003409- name: noop-benchmark
3410 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003411 language: c++
3412 src:
3413 - test/cpp/microbenchmarks/noop-benchmark.cc
3414 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003415 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003416- name: proto_server_reflection_test
3417 gtest: true
3418 build: test
3419 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003420 src:
3421 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003422 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003423 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003424 - grpc++_reflection
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
3429 - gpr_test_util
3430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431- name: qps_interarrival_test
3432 build: test
3433 run: false
3434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003435 src:
3436 - test/cpp/qps/qps_interarrival_test.cc
3437 deps:
3438 - qps
3439 - grpc++_test_util
3440 - grpc_test_util
3441 - grpc++
3442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003443 - gpr_test_util
3444 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003445 platforms:
3446 - mac
3447 - linux
3448 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003449- name: qps_json_driver
3450 build: test
3451 run: false
3452 language: c++
3453 src:
3454 - test/cpp/qps/qps_json_driver.cc
3455 deps:
3456 - qps
3457 - grpc++_test_util
3458 - grpc_test_util
3459 - grpc++
3460 - grpc
3461 - gpr_test_util
3462 - gpr
3463 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003464- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003465 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003466 build: test
3467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003468 src:
3469 - test/cpp/qps/qps_openloop_test.cc
3470 deps:
3471 - qps
3472 - grpc++_test_util
3473 - grpc_test_util
3474 - grpc++
3475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003476 - gpr_test_util
3477 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003478 - grpc++_test_config
3479 platforms:
3480 - mac
3481 - linux
3482 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003483- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003484 build: test
3485 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003487 headers:
3488 - test/cpp/qps/client.h
3489 - test/cpp/qps/server.h
3490 src:
3491 - test/cpp/qps/worker.cc
3492 deps:
3493 - qps
3494 - grpc++_test_util
3495 - grpc_test_util
3496 - grpc++
3497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003498 - gpr_test_util
3499 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003500 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003501- name: reconnect_interop_client
3502 build: test
3503 run: false
3504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003505 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003506 - src/proto/grpc/testing/empty.proto
3507 - src/proto/grpc/testing/messages.proto
3508 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003509 - test/cpp/interop/reconnect_interop_client.cc
3510 deps:
3511 - grpc++_test_util
3512 - grpc_test_util
3513 - grpc++
3514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003515 - gpr_test_util
3516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003517 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518- name: reconnect_interop_server
3519 build: test
3520 run: false
3521 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003522 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003523 - src/proto/grpc/testing/empty.proto
3524 - src/proto/grpc/testing/messages.proto
3525 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003526 - test/cpp/interop/reconnect_interop_server.cc
3527 deps:
3528 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003529 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003530 - grpc++_test_util
3531 - grpc_test_util
3532 - grpc++
3533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003534 - gpr_test_util
3535 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003536 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003537- name: round_robin_end2end_test
3538 gtest: true
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/end2end/round_robin_end2end_test.cc
3543 deps:
3544 - grpc++_test_util
3545 - grpc_test_util
3546 - grpc++
3547 - grpc
3548 - gpr_test_util
3549 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003550- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003551 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003552 build: test
3553 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003554 src:
3555 - test/cpp/common/secure_auth_context_test.cc
3556 deps:
3557 - grpc++_test_util
3558 - grpc_test_util
3559 - grpc++
3560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003561 - gpr_test_util
3562 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003563- name: secure_sync_unary_ping_pong_test
3564 build: test
3565 language: c++
3566 src:
3567 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3568 deps:
3569 - qps
3570 - grpc++_test_util
3571 - grpc_test_util
3572 - grpc++
3573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003574 - gpr_test_util
3575 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003576 platforms:
3577 - mac
3578 - linux
3579 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003580- name: server_builder_plugin_test
3581 gtest: true
3582 build: test
3583 language: c++
3584 src:
3585 - test/cpp/end2end/server_builder_plugin_test.cc
3586 deps:
3587 - grpc++_test_util
3588 - grpc_test_util
3589 - grpc++
3590 - grpc
3591 - gpr_test_util
3592 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003593- name: server_context_test_spouse_test
3594 gtest: true
3595 build: test
3596 language: c++
3597 src:
3598 - test/cpp/test/server_context_test_spouse_test.cc
3599 deps:
3600 - grpc_test_util
3601 - grpc++_test
3602 - grpc++
3603 - grpc
3604 - gpr_test_util
3605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003607 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003608 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003609 build: test
3610 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003611 src:
3612 - test/cpp/end2end/server_crash_test.cc
3613 deps:
3614 - grpc++_test_util
3615 - grpc_test_util
3616 - grpc++
3617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003618 - gpr_test_util
3619 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003620 platforms:
3621 - mac
3622 - linux
3623 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003624- name: server_crash_test_client
3625 build: test
3626 run: false
3627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003628 src:
3629 - test/cpp/end2end/server_crash_test_client.cc
3630 deps:
3631 - grpc++_test_util
3632 - grpc_test_util
3633 - grpc++
3634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003635 - gpr_test_util
3636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003637- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003638 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003639 build: test
3640 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003641 src:
3642 - test/cpp/end2end/shutdown_test.cc
3643 deps:
3644 - grpc++_test_util
3645 - grpc_test_util
3646 - grpc++
3647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003648 - gpr_test_util
3649 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003650- name: status_test
3651 build: test
3652 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003653 src:
3654 - test/cpp/util/status_test.cc
3655 deps:
3656 - grpc_test_util
3657 - grpc++
3658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003659 - gpr_test_util
3660 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003661- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003662 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003663 build: test
3664 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003665 src:
3666 - test/cpp/end2end/streaming_throughput_test.cc
3667 deps:
3668 - grpc++_test_util
3669 - grpc_test_util
3670 - grpc++
3671 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003672 - gpr_test_util
3673 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003674 platforms:
3675 - mac
3676 - linux
3677 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003678- name: stress_test
3679 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003680 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003681 language: c++
3682 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003683 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003684 - test/cpp/interop/interop_client.h
3685 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003686 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003687 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003688 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003689 - src/proto/grpc/testing/empty.proto
3690 - src/proto/grpc/testing/messages.proto
3691 - src/proto/grpc/testing/metrics.proto
3692 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003693 - test/cpp/interop/interop_client.cc
3694 - test/cpp/interop/stress_interop_client.cc
3695 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003696 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003697 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003698 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
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003705 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003706- name: thread_manager_test
3707 build: test
3708 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003709 src:
3710 - test/cpp/thread_manager/thread_manager_test.cc
3711 deps:
3712 - grpc++
3713 - grpc
3714 - gpr
3715 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003716- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003717 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003718 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003719 build: test
3720 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003721 src:
3722 - test/cpp/end2end/thread_stress_test.cc
3723 deps:
3724 - grpc++_test_util
3725 - grpc_test_util
3726 - grpc++
3727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003728 - gpr_test_util
3729 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003730- name: public_headers_must_be_c89
3731 build: test
3732 language: c89
3733 src:
3734 - test/core/surface/public_headers_must_be_c89.c
3735 deps:
3736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003739- linkage: static
3740 name: grpc.dependencies.zlib
3741 props: false
3742 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003743 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003744- linkage: static
3745 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003746 props: true
3747 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003748 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003749- name: gflags
3750 props: false
3751 redist: false
3752 version: 2.1.2.1
3753- name: gtest
3754 props: false
3755 redist: false
3756 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003757configs:
3758 asan:
3759 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003760 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3761 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003762 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003763 LD: clang
3764 LDFLAGS: -fsanitize=address
3765 LDXX: clang++
3766 compile_the_world: true
3767 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003768 ASAN_OPTIONS: detect_leaks=1:color=always
3769 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003770 asan-noleaks:
3771 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003772 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3773 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003774 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003775 LD: clang
3776 LDFLAGS: -fsanitize=address
3777 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003778 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003779 test_environ:
3780 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003781 asan-trace-cmp:
3782 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003783 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3784 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003785 CXX: clang++
3786 LD: clang
3787 LDFLAGS: -fsanitize=address
3788 LDXX: clang++
3789 compile_the_world: true
3790 test_environ:
3791 ASAN_OPTIONS: detect_leaks=1:color=always
3792 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003793 basicprof:
3794 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3795 DEFINES: NDEBUG
3796 dbg:
3797 CPPFLAGS: -O0
3798 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003799 gcov:
3800 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003801 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003802 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003803 DEFINES: _DEBUG DEBUG GPR_GCOV
3804 LD: gcc
3805 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3806 LDXX: g++
3807 helgrind:
3808 CPPFLAGS: -O0
3809 DEFINES: _DEBUG DEBUG
3810 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003811 valgrind: --tool=helgrind
3812 memcheck:
3813 CPPFLAGS: -O0
3814 DEFINES: _DEBUG DEBUG
3815 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003816 valgrind: --tool=memcheck --leak-check=full
3817 msan:
3818 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003819 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3820 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3821 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003822 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003823 DEFINES: NDEBUG
3824 LD: clang
3825 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3826 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3827 LDXX: clang++
3828 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003829 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003830 CPPFLAGS: -O3 -fno-omit-frame-pointer
3831 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003832 LDFLAGS: -rdynamic
3833 opt:
3834 CPPFLAGS: -O2
3835 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003836 stapprof:
3837 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3838 DEFINES: NDEBUG
3839 tsan:
3840 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003841 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003842 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003843 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003844 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003845 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003846 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003847 LDXX: clang++
3848 compile_the_world: true
3849 test_environ:
3850 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003851 ubsan:
3852 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003853 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3854 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003855 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003856 DEFINES: NDEBUG
3857 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003858 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003859 LDXX: clang++
3860 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003861 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003862 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003863defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003864 benchmark:
3865 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003866 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003867 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003868 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003869 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003870 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003871 global:
3872 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3873 LDFLAGS: -g
3874 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003875 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003876 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003877node_modules:
3878- deps:
3879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003880 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003881 - boringssl
3882 - z
murgatroid9994a75412015-11-19 14:04:53 -08003883 headers:
3884 - src/node/ext/byte_buffer.h
3885 - src/node/ext/call.h
3886 - src/node/ext/call_credentials.h
3887 - src/node/ext/channel.h
3888 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003889 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003890 - src/node/ext/server.h
3891 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003892 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003893 - src/node/ext/timeval.h
3894 js:
3895 - src/node/index.js
3896 - src/node/src/client.js
3897 - src/node/src/common.js
3898 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003899 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003900 - src/node/src/metadata.js
3901 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003902 name: grpc_node
3903 src:
3904 - src/node/ext/byte_buffer.cc
3905 - src/node/ext/call.cc
3906 - src/node/ext/call_credentials.cc
3907 - src/node/ext/channel.cc
3908 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003909 - src/node/ext/completion_queue_threadpool.cc
3910 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003911 - src/node/ext/node_grpc.cc
3912 - src/node/ext/server.cc
3913 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003914 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003915 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003916openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003917 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003918 extraction_dir: openssl-1.0.2f
3919 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003920php_config_m4:
3921 deps:
3922 - grpc
3923 - gpr
3924 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003925 headers:
3926 - src/php/ext/grpc/byte_buffer.h
3927 - src/php/ext/grpc/call.h
3928 - src/php/ext/grpc/call_credentials.h
3929 - src/php/ext/grpc/channel.h
3930 - src/php/ext/grpc/channel_credentials.h
3931 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003932 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003933 - src/php/ext/grpc/php_grpc.h
3934 - src/php/ext/grpc/server.h
3935 - src/php/ext/grpc/server_credentials.h
3936 - src/php/ext/grpc/timeval.h
3937 src:
3938 - src/php/ext/grpc/byte_buffer.c
3939 - src/php/ext/grpc/call.c
3940 - src/php/ext/grpc/call_credentials.c
3941 - src/php/ext/grpc/channel.c
3942 - src/php/ext/grpc/channel_credentials.c
3943 - src/php/ext/grpc/completion_queue.c
3944 - src/php/ext/grpc/php_grpc.c
3945 - src/php/ext/grpc/server.c
3946 - src/php/ext/grpc/server_credentials.c
3947 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003948python_dependencies:
3949 deps:
3950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003951 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003952 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003953 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003954ruby_gem:
3955 deps:
3956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003958 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003959 - z