blob: 06b6eb32556eab39ccaddcab4c0e45abc6930c38 [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 Tiller25834342015-09-25 08:08:24 -0700563 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200564 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700565 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700566 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700567 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700568 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700569 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700570 - test/core/util/slice_splitter.h
571 src:
572 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700573 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700574 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700575 - test/core/end2end/fixtures/proxy.c
576 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700577 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200578 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700579 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700580 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700581 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700582 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700583 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700584 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700585 - test/core/util/port_windows.c
586 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700587 deps:
588 - grpc
589 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700590- name: grpc_transport_chttp2
591 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700592 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700594 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
595 - src/core/ext/transport/chttp2/transport/frame.h
596 - src/core/ext/transport/chttp2/transport/frame_data.h
597 - src/core/ext/transport/chttp2/transport/frame_goaway.h
598 - src/core/ext/transport/chttp2/transport/frame_ping.h
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
600 - src/core/ext/transport/chttp2/transport/frame_settings.h
601 - src/core/ext/transport/chttp2/transport/frame_window_update.h
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
603 - src/core/ext/transport/chttp2/transport/hpack_parser.h
604 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700605 - src/core/ext/transport/chttp2/transport/huffsyms.h
606 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
607 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700608 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700609 - src/core/ext/transport/chttp2/transport/varint.h
610 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700611 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700612 - src/core/ext/transport/chttp2/transport/bin_encoder.c
613 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700614 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
615 - src/core/ext/transport/chttp2/transport/frame_data.c
616 - src/core/ext/transport/chttp2/transport/frame_goaway.c
617 - src/core/ext/transport/chttp2/transport/frame_ping.c
618 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
619 - src/core/ext/transport/chttp2/transport/frame_settings.c
620 - src/core/ext/transport/chttp2/transport/frame_window_update.c
621 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
622 - src/core/ext/transport/chttp2/transport/hpack_parser.c
623 - src/core/ext/transport/chttp2/transport/hpack_table.c
624 - src/core/ext/transport/chttp2/transport/huffsyms.c
625 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
626 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700627 - src/core/ext/transport/chttp2/transport/stream_lists.c
628 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700629 - src/core/ext/transport/chttp2/transport/varint.c
630 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700631 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700632 uses:
633 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700634 - grpc_transport_chttp2_alpn
635- name: grpc_transport_chttp2_alpn
636 headers:
637 - src/core/ext/transport/chttp2/alpn/alpn.h
638 src:
639 - src/core/ext/transport/chttp2/alpn/alpn.c
640 deps:
641 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800642- name: grpc_transport_chttp2_client_connector
643 headers:
644 - src/core/ext/transport/chttp2/client/chttp2_connector.h
645 src:
646 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800647 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800648 - grpc_transport_chttp2
649 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700650- name: grpc_transport_chttp2_client_insecure
651 src:
652 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700653 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700654 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800655 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 - grpc_transport_chttp2
657 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700658 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700659- name: grpc_transport_chttp2_client_secure
660 src:
661 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700662 uses:
663 - grpc_transport_chttp2
664 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700665 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700666 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800667 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800668- name: grpc_transport_chttp2_server
669 headers:
670 - src/core/ext/transport/chttp2/server/chttp2_server.h
671 src:
672 - src/core/ext/transport/chttp2/server/chttp2_server.c
673 uses:
674 - grpc_transport_chttp2
675 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700676- name: grpc_transport_chttp2_server_insecure
677 src:
678 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700679 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700680 uses:
681 - grpc_transport_chttp2
682 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800683 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700684- name: grpc_transport_chttp2_server_secure
685 src:
686 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700687 uses:
688 - grpc_transport_chttp2
689 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700690 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800691 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700692- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700693 public_headers:
694 - include/grpc/grpc_cronet.h
695 - include/grpc/grpc_security.h
696 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700697 headers:
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800698 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700699 src:
700 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
701 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
702 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700703 filegroups:
704 - grpc_base
705 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800706- name: nanopb
707 headers:
708 - third_party/nanopb/pb.h
709 - third_party/nanopb/pb_common.h
710 - third_party/nanopb/pb_decode.h
711 - third_party/nanopb/pb_encode.h
712 src:
713 - third_party/nanopb/pb_common.c
714 - third_party/nanopb/pb_decode.c
715 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700716- name: tsi
717 headers:
718 - src/core/lib/tsi/fake_transport_security.h
719 - src/core/lib/tsi/ssl_transport_security.h
720 - src/core/lib/tsi/ssl_types.h
721 - src/core/lib/tsi/transport_security.h
722 - src/core/lib/tsi/transport_security_interface.h
723 src:
724 - src/core/lib/tsi/fake_transport_security.c
725 - src/core/lib/tsi/ssl_transport_security.c
726 - src/core/lib/tsi/transport_security.c
727 deps:
728 - gpr
729 secure: true
730- name: grpc++_base
731 language: c++
732 public_headers:
733 - include/grpc++/alarm.h
734 - include/grpc++/channel.h
735 - include/grpc++/client_context.h
736 - include/grpc++/completion_queue.h
737 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700738 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700739 - include/grpc++/generic/async_generic_service.h
740 - include/grpc++/generic/generic_stub.h
741 - include/grpc++/grpc++.h
742 - include/grpc++/impl/call.h
743 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700744 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - include/grpc++/impl/grpc_library.h
746 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700747 - include/grpc++/impl/rpc_method.h
748 - include/grpc++/impl/rpc_service_method.h
749 - include/grpc++/impl/serialization_traits.h
750 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700751 - include/grpc++/impl/server_builder_plugin.h
752 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700753 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700754 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700755 - include/grpc++/security/auth_context.h
756 - include/grpc++/security/auth_metadata_processor.h
757 - include/grpc++/security/credentials.h
758 - include/grpc++/security/server_credentials.h
759 - include/grpc++/server.h
760 - include/grpc++/server_builder.h
761 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700762 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - include/grpc++/support/async_stream.h
764 - include/grpc++/support/async_unary_call.h
765 - include/grpc++/support/byte_buffer.h
766 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700767 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700768 - include/grpc++/support/slice.h
769 - include/grpc++/support/status.h
770 - include/grpc++/support/status_code_enum.h
771 - include/grpc++/support/string_ref.h
772 - include/grpc++/support/stub_options.h
773 - include/grpc++/support/sync_stream.h
774 - include/grpc++/support/time.h
775 headers:
776 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700777 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700778 - src/cpp/server/dynamic_thread_pool.h
779 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700780 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700782 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - src/cpp/client/client_context.cc
784 - src/cpp/client/create_channel.cc
785 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700786 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700787 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700789 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700790 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700791 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700793 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700795 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - src/cpp/server/async_generic_service.cc
797 - src/cpp/server/create_default_thread_pool.cc
798 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700799 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700800 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - src/cpp/server/server_context.cc
802 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700803 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700804 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700805 - src/cpp/util/byte_buffer_cc.cc
806 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - src/cpp/util/status.cc
808 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700809 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700810 uses:
yang-g17487f92016-06-03 15:21:15 -0700811 - grpc++_codegen_base
812- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700813 language: c++
814 public_headers:
815 - include/grpc++/impl/codegen/async_stream.h
816 - include/grpc++/impl/codegen/async_unary_call.h
817 - include/grpc++/impl/codegen/call.h
818 - include/grpc++/impl/codegen/call_hook.h
819 - include/grpc++/impl/codegen/channel_interface.h
820 - include/grpc++/impl/codegen/client_context.h
821 - include/grpc++/impl/codegen/client_unary_call.h
822 - include/grpc++/impl/codegen/completion_queue.h
823 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700824 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700825 - include/grpc++/impl/codegen/core_codegen_interface.h
826 - include/grpc++/impl/codegen/create_auth_context.h
827 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800828 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - include/grpc++/impl/codegen/rpc_method.h
831 - include/grpc++/impl/codegen/rpc_service_method.h
832 - include/grpc++/impl/codegen/security/auth_context.h
833 - include/grpc++/impl/codegen/serialization_traits.h
834 - include/grpc++/impl/codegen/server_context.h
835 - include/grpc++/impl/codegen/server_interface.h
836 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800837 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - include/grpc++/impl/codegen/status.h
839 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700840 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - include/grpc++/impl/codegen/string_ref.h
842 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - include/grpc++/impl/codegen/sync_stream.h
844 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 uses:
846 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700847- name: grpc++_codegen_base_src
848 language: c++
849 src:
850 - src/cpp/codegen/codegen_init.cc
851 uses:
852 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700853- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 language: c++
855 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700856 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 uses:
yang-g17487f92016-06-03 15:21:15 -0700858 - grpc++_codegen_base
859 - grpc++_config_proto
860- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700861 language: c++
862 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700864- name: grpc++_reflection_proto
865 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700866 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700867 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700868- name: thrift_util
869 language: c++
870 public_headers:
871 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700872 - include/grpc++/impl/codegen/thrift_utils.h
873 uses:
874 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100875libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800876- name: gpr
877 build: all
878 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800879 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700880 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800881 secure: false
882 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
883- name: gpr_test_util
884 build: private
885 language: c
886 headers:
887 - test/core/util/test_config.h
888 src:
889 - test/core/util/test_config.c
890 deps:
891 - gpr
892 secure: false
893 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700894- name: grpc
895 build: all
896 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700897 src:
898 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800900 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700902 filegroups:
903 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700904 - grpc_transport_chttp2_server_secure
905 - grpc_transport_chttp2_client_secure
906 - grpc_transport_chttp2_server_insecure
907 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700908 - grpc_lb_policy_grpclb
909 - grpc_lb_policy_pick_first
910 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700911 - grpc_resolver_dns_native
912 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700913 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100914 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700915 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700916 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700917 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700918 vs_packages:
919 - grpc.dependencies.openssl
920 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700921 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700922- name: grpc_cronet
923 build: all
924 language: c
925 src:
926 - src/core/lib/surface/init.c
927 baselib: true
928 deps_linkage: static
929 dll: true
930 filegroups:
931 - grpc_base
932 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700933 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700934 generate_plugin_registry: true
935 platforms:
936 - linux
937 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100938- name: grpc_dll
939 build: private
940 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100941 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100942 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100943 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100944 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100945 build_system:
946 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100947 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100948 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100949 vs_config_type: DynamicLibrary
950 vs_packages:
951 - grpc.dependencies.openssl
952 - grpc.dependencies.zlib
953 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
954 vs_props:
955 - zlib
956 - openssl
957 - winsock
958 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959- name: grpc_test_util
960 build: private
961 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700962 headers:
963 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800964 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700965 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700966 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700967 - test/core/end2end/data/server1_cert.c
968 - test/core/end2end/data/server1_key.c
969 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800970 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700971 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800972 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800973 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700974 - grpc
975 filegroups:
976 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700977 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700978 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
979- name: grpc_test_util_unsecure
980 build: private
981 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700982 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800983 - gpr
984 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800985 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700986 filegroups:
987 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700988 secure: false
989 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
990- name: grpc_unsecure
991 build: all
992 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700993 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700994 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700995 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700996 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800997 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700999 filegroups:
1000 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001001 - grpc_transport_chttp2_server_insecure
1002 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001003 - grpc_resolver_dns_native
1004 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001005 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001006 - grpc_lb_policy_grpclb
1007 - grpc_lb_policy_pick_first
1008 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001009 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001010 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011 secure: false
1012 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013- name: reconnect_server
1014 build: private
1015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001016 headers:
1017 - test/core/util/reconnect_server.h
1018 src:
1019 - test/core/util/reconnect_server.c
1020 deps:
yang-gc9fca182015-11-06 16:41:33 -08001021 - test_tcp_server
1022 - grpc_test_util
1023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
1025 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001026- name: test_tcp_server
1027 build: private
1028 language: c
1029 headers:
1030 - test/core/util/test_tcp_server.h
1031 src:
1032 - test/core/util/test_tcp_server.c
1033 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001034 - grpc_test_util
1035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001036 - gpr_test_util
1037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: grpc++
1039 build: all
1040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001041 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001042 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001043 - src/cpp/client/secure_credentials.h
1044 - src/cpp/common/secure_auth_context.h
1045 - src/cpp/server/secure_server_credentials.h
1046 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001047 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001048 - src/cpp/client/secure_credentials.cc
1049 - src/cpp/common/auth_property_iterator.cc
1050 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001051 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001052 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001053 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001054 - src/cpp/server/secure_server_credentials.cc
1055 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001056 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001057 baselib: true
1058 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001059 filegroups:
1060 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001061 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001062 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 secure: check
1064 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001065- name: grpc++_cronet
1066 build: all
1067 language: c++
1068 src:
1069 - src/cpp/client/cronet_credentials.cc
1070 - src/cpp/client/insecure_credentials.cc
1071 - src/cpp/common/insecure_create_auth_context.cc
1072 - src/cpp/server/insecure_server_credentials.cc
1073 deps:
1074 - gpr
1075 - grpc_cronet
1076 baselib: true
1077 dll: true
1078 filegroups:
1079 - grpc++_base
1080 - grpc++_codegen_base
1081 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001082 - grpc_transport_chttp2_client_insecure
1083 - grpc_transport_chttp2_server_insecure
1084 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001085 platforms:
1086 - linux
1087 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001088- name: grpc++_proto_reflection_desc_db
1089 build: private
1090 language: c++
1091 headers:
1092 - test/cpp/util/proto_reflection_descriptor_database.h
1093 src:
1094 - test/cpp/util/proto_reflection_descriptor_database.cc
1095 deps:
1096 - grpc++
1097 filegroups:
1098 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001099 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001100- name: grpc++_reflection
1101 build: all
1102 language: c++
1103 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001104 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001105 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001106 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001107 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001108 - src/cpp/ext/proto_server_reflection.cc
1109 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001110 deps:
1111 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001112 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001113 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001114- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001115 build: private
yang-g42879982016-10-13 15:58:31 -07001116 language: c++
1117 headers:
1118 - include/grpc++/test/server_context_test_spouse.h
1119 src:
1120 - src/cpp/test/server_context_test_spouse.cc
1121 deps:
1122 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123- name: grpc++_test_config
1124 build: private
1125 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001126 headers:
1127 - test/cpp/util/test_config.h
1128 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001129 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: grpc++_test_util
1131 build: private
1132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001133 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001134 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001135 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001136 - test/cpp/util/create_test_channel.h
1137 - test/cpp/util/string_ref_helper.h
1138 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001139 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001140 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001141 - src/proto/grpc/testing/echo_messages.proto
1142 - src/proto/grpc/testing/echo.proto
1143 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001144 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001145 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001146 - test/cpp/util/create_test_channel.cc
1147 - test/cpp/util/string_ref_helper.cc
1148 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001149 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001150 deps:
1151 - grpc++
1152 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001153 filegroups:
1154 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001155 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001156 - grpc++_codegen_proto
1157 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001158 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc++_unsecure
1160 build: all
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001163 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001164 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001165 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001167 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001168 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 baselib: true
1170 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001171 filegroups:
1172 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001173 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001174 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175 secure: false
1176 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001177- name: grpc_cli_libs
1178 build: private
1179 language: c++
1180 headers:
1181 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001182 - test/cpp/util/cli_credentials.h
1183 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001184 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001185 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001186 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001187 src:
1188 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001189 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001190 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001191 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001192 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001193 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001194 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001195 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001196 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001197 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001198 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: grpc_plugin_support
1200 build: protoc
1201 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001202 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001203 - src/compiler/config.h
1204 - src/compiler/cpp_generator.h
1205 - src/compiler/cpp_generator_helpers.h
1206 - src/compiler/csharp_generator.h
1207 - src/compiler/csharp_generator_helpers.h
1208 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001209 - src/compiler/node_generator.h
1210 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001211 - src/compiler/objective_c_generator.h
1212 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001213 - src/compiler/php_generator.h
1214 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001215 - src/compiler/python_generator.h
1216 - src/compiler/ruby_generator.h
1217 - src/compiler/ruby_generator_helpers-inl.h
1218 - src/compiler/ruby_generator_map-inl.h
1219 - src/compiler/ruby_generator_string-inl.h
1220 src:
1221 - src/compiler/cpp_generator.cc
1222 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001223 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001224 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001225 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001226 - src/compiler/python_generator.cc
1227 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001228 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001229 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230 secure: false
1231 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001232 vs_props:
1233 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001234- name: http2_client_main
1235 build: private
1236 language: c++
1237 headers:
1238 - test/cpp/interop/http2_client.h
1239 src:
1240 - src/proto/grpc/testing/empty.proto
1241 - src/proto/grpc/testing/messages.proto
1242 - src/proto/grpc/testing/test.proto
1243 - test/cpp/interop/http2_client.cc
1244 deps:
1245 - grpc++_test_util
1246 - grpc_test_util
1247 - grpc++
1248 - grpc
1249 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: interop_client_helper
1251 build: private
1252 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001253 headers:
1254 - test/cpp/interop/client_helper.h
1255 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001256 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001257 - test/cpp/interop/client_helper.cc
1258 deps:
1259 - grpc++_test_util
1260 - grpc_test_util
1261 - grpc++
1262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: interop_client_main
1265 build: private
1266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001267 headers:
1268 - test/cpp/interop/interop_client.h
1269 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001270 - src/proto/grpc/testing/empty.proto
1271 - src/proto/grpc/testing/messages.proto
1272 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001273 - test/cpp/interop/client.cc
1274 - test/cpp/interop/interop_client.cc
1275 deps:
1276 - interop_client_helper
1277 - grpc++_test_util
1278 - grpc_test_util
1279 - grpc++
1280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001281 - gpr_test_util
1282 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001283 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: interop_server_helper
1285 build: private
1286 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001287 headers:
1288 - test/cpp/interop/server_helper.h
1289 src:
1290 - test/cpp/interop/server_helper.cc
1291 deps:
yang-gcc591022017-01-11 11:10:43 -08001292 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001293 - grpc_test_util
1294 - grpc++
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001297- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298 build: private
1299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001301 - src/proto/grpc/testing/empty.proto
1302 - src/proto/grpc/testing/messages.proto
1303 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001304 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001305 deps:
1306 - interop_server_helper
1307 - grpc++_test_util
1308 - grpc_test_util
1309 - grpc++
1310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001311 - gpr_test_util
1312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001313 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001314- name: interop_server_main
1315 build: private
1316 language: c++
1317 src:
1318 - test/cpp/interop/interop_server_bootstrap.cc
1319 deps:
1320 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: qps
1322 build: private
1323 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001324 headers:
1325 - test/cpp/qps/client.h
1326 - test/cpp/qps/driver.h
1327 - test/cpp/qps/histogram.h
1328 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001329 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001330 - test/cpp/qps/qps_worker.h
1331 - test/cpp/qps/report.h
1332 - test/cpp/qps/server.h
1333 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001334 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001335 - test/cpp/util/benchmark_config.h
1336 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001337 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001338 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001339 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001340 - src/proto/grpc/testing/control.proto
1341 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001342 - test/cpp/qps/client_async.cc
1343 - test/cpp/qps/client_sync.cc
1344 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001345 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001346 - test/cpp/qps/qps_worker.cc
1347 - test/cpp/qps/report.cc
1348 - test/cpp/qps/server_async.cc
1349 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001350 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001351 - test/cpp/util/benchmark_config.cc
1352 deps:
1353 - grpc_test_util
1354 - grpc++_test_util
1355 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: grpc_csharp_ext
1357 build: all
1358 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - src/csharp/ext/grpc_csharp_ext.c
1361 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001364 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001365 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366 dll: only
1367 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001368 vs_packages:
1369 - grpc.dependencies.openssl
1370 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001372 vs_props:
1373 - zlib
1374 - openssl
1375 - winsock
1376 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001377targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001378- name: alarm_test
1379 build: test
1380 language: c
1381 src:
1382 - test/core/surface/alarm_test.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001386 - gpr_test_util
1387 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001388- name: algorithm_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/compression/algorithm_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001398- name: alloc_test
1399 build: test
1400 language: c
1401 src:
1402 - test/core/support/alloc_test.c
1403 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr_test_util
1405 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001406- name: alpn_test
1407 build: test
1408 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001409 src:
1410 - test/core/transport/chttp2/alpn_test.c
1411 deps:
1412 - grpc_test_util
1413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001414 - gpr_test_util
1415 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001416- name: api_fuzzer
1417 build: fuzzer
1418 language: c
1419 src:
1420 - test/core/end2end/fuzzers/api_fuzzer.c
1421 deps:
1422 - grpc_test_util
1423 - grpc
1424 - gpr_test_util
1425 - gpr
1426 corpus_dirs:
1427 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001428 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001429 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001430- name: bad_server_response_test
1431 build: test
1432 language: c
1433 src:
1434 - test/core/end2end/bad_server_response_test.c
1435 deps:
1436 - test_tcp_server
1437 - grpc_test_util
1438 - grpc
1439 - gpr_test_util
1440 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001441 exclude_iomgrs:
1442 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001443- name: bin_decoder_test
1444 build: test
1445 language: c
1446 src:
1447 - test/core/transport/chttp2/bin_decoder_test.c
1448 deps:
1449 - grpc_test_util
1450 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451- name: bin_encoder_test
1452 build: test
1453 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001454 src:
1455 - test/core/transport/chttp2/bin_encoder_test.c
1456 deps:
1457 - grpc_test_util
1458 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001459- name: census_context_test
1460 build: test
1461 language: c
1462 src:
1463 - test/core/census/context_test.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001469- name: census_resource_test
1470 build: test
1471 language: c
1472 src:
1473 - test/core/census/resource_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
1477 - gpr_test_util
1478 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001479- name: census_trace_context_test
1480 build: test
1481 language: c
1482 src:
1483 - test/core/census/trace_context_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
1487 - gpr_test_util
1488 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001489- name: channel_create_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/surface/channel_create_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001499- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001503 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: chttp2_stream_map_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/transport/chttp2/stream_map_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001519- name: chttp2_varint_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/transport/chttp2/varint_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001529- name: client_fuzzer
1530 build: fuzzer
1531 language: c
1532 src:
1533 - test/core/end2end/fuzzers/client_fuzzer.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
1537 - gpr_test_util
1538 - gpr
1539 corpus_dirs:
1540 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001541 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001542 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001543- name: combiner_test
1544 cpu_cost: 30
1545 build: test
1546 language: c
1547 src:
1548 - test/core/iomgr/combiner_test.c
1549 deps:
1550 - grpc_test_util
1551 - grpc
1552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: compression_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/compression/compression_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 - gpr_test_util
1563 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001564- name: concurrent_connectivity_test
1565 build: test
1566 language: c
1567 src:
1568 - test/core/surface/concurrent_connectivity_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
1572 - gpr_test_util
1573 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001574 exclude_iomgrs:
1575 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001576- name: connection_refused_test
1577 cpu_cost: 0.1
1578 build: test
1579 language: c
1580 src:
1581 - test/core/end2end/connection_refused_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
1585 - gpr_test_util
1586 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001587- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001588 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001589 build: test
1590 language: c
1591 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001592 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001593 deps:
1594 - grpc_test_util
1595 - grpc
1596 - gpr_test_util
1597 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001598 exclude_iomgrs:
1599 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001600- name: dns_resolver_test
1601 build: test
1602 language: c
1603 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001604 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001605 deps:
1606 - grpc_test_util
1607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001611 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612 build: test
1613 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001614 src:
1615 - test/core/end2end/dualstack_socket_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001621 exclude_iomgrs:
1622 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001623 platforms:
1624 - mac
1625 - linux
1626 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001627- name: endpoint_pair_test
1628 build: test
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - test/core/iomgr/endpoint_pair_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001637 exclude_iomgrs:
1638 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001639- name: ev_epoll_linux_test
1640 build: test
1641 language: c
1642 src:
1643 - test/core/iomgr/ev_epoll_linux_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
1647 - gpr_test_util
1648 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001649 exclude_iomgrs:
1650 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001651 platforms:
1652 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: fd_conservation_posix_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/iomgr/fd_conservation_posix_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001663 exclude_iomgrs:
1664 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001665 platforms:
1666 - mac
1667 - linux
1668 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001669- name: fd_posix_test
1670 build: test
1671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001672 src:
1673 - test/core/iomgr/fd_posix_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001679 exclude_iomgrs:
1680 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001681 platforms:
1682 - mac
1683 - linux
1684 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001685- name: fling_client
1686 build: test
1687 run: false
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/fling/client.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: fling_server
1697 build: test
1698 run: false
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/fling/server.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001707- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001708 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
1712 - test/core/fling/fling_stream_test.c
1713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001718 platforms:
1719 - mac
1720 - linux
1721 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001723 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001724 build: test
1725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001726 src:
1727 - test/core/fling/fling_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001733 platforms:
1734 - mac
1735 - linux
1736 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737- name: gen_hpack_tables
1738 build: tool
1739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001740 src:
1741 - tools/codegen/core/gen_hpack_tables.c
1742 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001744 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: gen_legal_metadata_characters
1746 build: tool
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001751- name: gen_percent_encoding_tables
1752 build: tool
1753 language: c
1754 src:
1755 - tools/codegen/core/gen_percent_encoding_tables.c
1756 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001757- name: goaway_server_test
1758 cpu_cost: 0.1
1759 build: test
1760 language: c
1761 src:
1762 - test/core/end2end/goaway_server_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
1766 - gpr_test_util
1767 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001768 exclude_iomgrs:
1769 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001770 platforms:
1771 - mac
1772 - linux
1773 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001774- name: gpr_avl_test
1775 build: test
1776 language: c
1777 src:
1778 - test/core/support/avl_test.c
1779 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001782- name: gpr_backoff_test
1783 build: test
1784 language: c
1785 src:
1786 - test/core/support/backoff_test.c
1787 deps:
1788 - gpr_test_util
1789 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: gpr_cmdline_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/support/cmdline_test.c
1795 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001798- name: gpr_cpu_test
1799 build: test
1800 language: c
1801 src:
1802 - test/core/support/cpu_test.c
1803 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: gpr_env_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/support/env_test.c
1811 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001814- name: gpr_histogram_test
1815 build: test
1816 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001817 src:
1818 - test/core/support/histogram_test.c
1819 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr_test_util
1821 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001822- name: gpr_host_port_test
1823 build: test
1824 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001825 src:
1826 - test/core/support/host_port_test.c
1827 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: gpr_log_test
1831 build: test
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/support/log_test.c
1835 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001838- name: gpr_mpscq_test
1839 cpu_cost: 30
1840 build: test
1841 language: c
1842 src:
1843 - test/core/support/mpscq_test.c
1844 deps:
1845 - gpr_test_util
1846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001847- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001848 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849 build: test
1850 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001851 src:
1852 - test/core/support/stack_lockfree_test.c
1853 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: gpr_string_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/support/string_test.c
1861 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001862 - gpr_test_util
1863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001864- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001865 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/support/sync_test.c
1870 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001874 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875 build: test
1876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001877 src:
1878 - test/core/support/thd_test.c
1879 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001880 - gpr_test_util
1881 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001882- name: gpr_time_test
1883 build: test
1884 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001885 src:
1886 - test/core/support/time_test.c
1887 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: gpr_tls_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/support/tls_test.c
1895 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: gpr_useful_test
1899 build: test
1900 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001901 src:
1902 - test/core/support/useful_test.c
1903 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001906- name: grpc_auth_context_test
1907 build: test
1908 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001909 src:
1910 - test/core/security/auth_context_test.c
1911 deps:
1912 - grpc_test_util
1913 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001914 - gpr_test_util
1915 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001916- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001917 build: test
1918 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001919 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001920 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001921 deps:
1922 - grpc_test_util
1923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001926- name: grpc_byte_buffer_reader_test
1927 build: test
1928 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001929 src:
1930 - test/core/surface/byte_buffer_reader_test.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: grpc_channel_args_test
1937 build: test
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - test/core/channel/channel_args_test.c
1941 deps:
1942 - grpc_test_util
1943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: grpc_channel_stack_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/channel/channel_stack_test.c
1951 deps:
1952 - grpc_test_util
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: grpc_completion_queue_test
1957 build: test
1958 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/core/surface/completion_queue_test.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001966 exclude_iomgrs:
1967 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968- name: grpc_create_jwt
1969 build: tool
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/security/create_jwt.c
1973 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001975 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001976 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: grpc_credentials_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/security/credentials_test.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001988 build: test
1989 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/security/fetch_oauth2.c
1993 deps:
1994 - grpc_test_util
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001998- name: grpc_invalid_channel_args_test
1999 build: test
2000 language: c
2001 src:
2002 - test/core/surface/invalid_channel_args_test.c
2003 deps:
2004 - grpc_test_util
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: grpc_json_token_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/security/json_token_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002018 platforms:
2019 - linux
2020 - posix
2021 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: grpc_jwt_verifier_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/security/jwt_verifier_test.c
2027 deps:
2028 - grpc_test_util
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032- name: grpc_print_google_default_creds_token
2033 build: tool
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/security/print_google_default_creds_token.c
2037 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002038 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: grpc_security_connector_test
2041 build: test
2042 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
2044 - test/core/security/security_connector_test.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr_test_util
2049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050- name: grpc_verify_jwt
2051 build: tool
2052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002053 src:
2054 - test/core/security/verify_jwt.c
2055 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002058- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002059 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002060 language: c
2061 src:
2062 - test/core/handshake/client_ssl.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
2066 - gpr_test_util
2067 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002068 platforms:
2069 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002070 secure: true
2071- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002072 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002073 language: c
2074 src:
2075 - test/core/handshake/server_ssl.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
2079 - gpr_test_util
2080 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002081 platforms:
2082 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002083 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002084- name: hpack_parser_fuzzer_test
2085 build: fuzzer
2086 language: c
2087 src:
2088 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2089 deps:
2090 - grpc_test_util
2091 - grpc
2092 - gpr_test_util
2093 - gpr
2094 corpus_dirs:
2095 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002096 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002097 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: hpack_parser_test
2099 build: test
2100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002101 src:
2102 - test/core/transport/chttp2/hpack_parser_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: hpack_table_test
2109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - test/core/transport/chttp2/hpack_table_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002118- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119 build: test
2120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002121 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002122 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002123 deps:
2124 - grpc_test_util
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002128- name: http_request_fuzzer_test
2129 build: fuzzer
2130 language: c
2131 src:
2132 - test/core/http/request_fuzzer.c
2133 deps:
2134 - grpc_test_util
2135 - grpc
2136 - gpr_test_util
2137 - gpr
2138 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002139 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002140 maxlen: 2048
2141- name: http_response_fuzzer_test
2142 build: fuzzer
2143 language: c
2144 src:
2145 - test/core/http/response_fuzzer.c
2146 deps:
2147 - grpc_test_util
2148 - grpc
2149 - gpr_test_util
2150 - gpr
2151 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002152 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002153 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002154- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002155 build: test
2156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002158 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002165 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166 build: test
2167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002168 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002169 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002170 deps:
2171 - grpc_test_util
2172 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002173 - gpr_test_util
2174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002175 platforms:
2176 - mac
2177 - linux
2178 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002179- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002180 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002181 build: test
2182 language: c
2183 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002184 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002185 deps:
2186 - grpc_test_util
2187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002190 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002191 - linux
yang-gf1183302015-12-07 16:02:05 -08002192- name: init_test
2193 build: test
2194 language: c
2195 src:
2196 - test/core/surface/init_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002200 - gpr_test_util
2201 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002202- name: internal_api_canary_iomgr_test
2203 build: test
2204 run: false
2205 language: c
2206 src:
2207 - test/core/internal_api_canaries/iomgr.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
2211 - gpr_test_util
2212 - gpr
2213- name: internal_api_canary_support_test
2214 build: test
2215 run: false
2216 language: c
2217 src:
2218 - test/core/internal_api_canaries/iomgr.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
2222 - gpr_test_util
2223 - gpr
2224- name: internal_api_canary_transport_test
2225 build: test
2226 run: false
2227 language: c
2228 src:
2229 - test/core/internal_api_canaries/iomgr.c
2230 deps:
2231 - grpc_test_util
2232 - grpc
2233 - gpr_test_util
2234 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002235- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002236 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002237 build: test
2238 language: c
2239 src:
2240 - test/core/end2end/invalid_call_argument_test.c
2241 deps:
2242 - grpc_test_util
2243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002246- name: json_fuzzer_test
2247 build: fuzzer
2248 language: c
2249 src:
2250 - test/core/json/fuzzer.c
2251 deps:
2252 - grpc_test_util
2253 - grpc
2254 - gpr_test_util
2255 - gpr
2256 corpus_dirs:
2257 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002258 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002259- name: json_rewrite
2260 build: test
2261 run: false
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
2264 - test/core/json/json_rewrite.c
2265 deps:
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: json_rewrite_test
2269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/core/json/json_rewrite_test.c
2273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002278- name: json_stream_error_test
2279 build: test
2280 language: c
2281 src:
2282 - test/core/json/json_stream_error_test.c
2283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288- name: json_test
2289 build: test
2290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002291 src:
2292 - test/core/json/json_test.c
2293 deps:
2294 - grpc_test_util
2295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002296 - gpr_test_util
2297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298- name: lame_client_test
2299 build: test
2300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002301 src:
2302 - test/core/surface/lame_client_test.c
2303 deps:
2304 - grpc_test_util
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002308- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002309 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002310 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002314 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002320- name: load_file_test
2321 build: test
2322 language: c
2323 src:
2324 - test/core/iomgr/load_file_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
2328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: low_level_ping_pong_benchmark
2331 build: benchmark
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/network_benchmarks/low_level_ping_pong.c
2335 deps:
2336 - grpc_test_util
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002340 platforms:
2341 - mac
2342 - linux
2343 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002344- name: memory_profile_client
2345 build: test
2346 run: false
2347 language: c
2348 src:
2349 - test/core/memory_usage/client.c
2350 deps:
2351 - grpc_test_util
2352 - grpc
2353 - gpr_test_util
2354 - gpr
2355- name: memory_profile_server
2356 build: test
2357 run: false
2358 language: c
2359 src:
2360 - test/core/memory_usage/server.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
2364 - gpr_test_util
2365 - gpr
2366- name: memory_profile_test
2367 cpu_cost: 1.5
2368 build: test
2369 language: c
2370 src:
2371 - test/core/memory_usage/memory_usage_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
2375 - gpr_test_util
2376 - gpr
2377 platforms:
2378 - mac
2379 - linux
2380 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381- name: message_compress_test
2382 build: test
2383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002384 src:
2385 - test/core/compression/message_compress_test.c
2386 deps:
2387 - grpc_test_util
2388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002389 - gpr_test_util
2390 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002391- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002392 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002393 build: test
2394 language: c
2395 src:
2396 - test/core/census/mlog_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
2400 - gpr_test_util
2401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: multiple_server_queues_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/end2end/multiple_server_queues_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: murmur_hash_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/support/murmur_hash_test.c
2417 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002418 - gpr_test_util
2419 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002420- name: nanopb_fuzzer_response_test
2421 build: fuzzer
2422 language: c
2423 src:
2424 - test/core/nanopb/fuzzer_response.c
2425 deps:
2426 - grpc_test_util
2427 - grpc
2428 - gpr_test_util
2429 - gpr
2430 corpus_dirs:
2431 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002432 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002433- name: nanopb_fuzzer_serverlist_test
2434 build: fuzzer
2435 language: c
2436 src:
2437 - test/core/nanopb/fuzzer_serverlist.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
2441 - gpr_test_util
2442 - gpr
2443 corpus_dirs:
2444 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002445 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002447 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448 build: test
2449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002450 src:
2451 - test/core/end2end/no_server_test.c
2452 deps:
2453 - grpc_test_util
2454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002455 - gpr_test_util
2456 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002457- name: percent_decode_fuzzer
2458 build: fuzzer
2459 language: c
2460 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002461 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002462 deps:
2463 - grpc_test_util
2464 - grpc
2465 - gpr_test_util
2466 - gpr
2467 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002468 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002469 maxlen: 32
2470- name: percent_encode_fuzzer
2471 build: fuzzer
2472 language: c
2473 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002474 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002475 deps:
2476 - grpc_test_util
2477 - grpc
2478 - gpr_test_util
2479 - gpr
2480 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002481 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002482 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002483- name: percent_encoding_test
2484 build: test
2485 language: c
2486 src:
2487 - test/core/slice/percent_encoding_test.c
2488 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002489 - grpc_test_util
2490 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002491 - gpr_test_util
2492 - gpr
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002493- name: resolve_address_posix_test
2494 build: test
2495 language: c
2496 src:
2497 - test/core/iomgr/resolve_address_posix_test.c
2498 deps:
2499 - grpc_test_util
2500 - grpc
2501 - gpr_test_util
2502 - gpr
2503 platforms:
2504 - mac
2505 - linux
2506 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002507- name: resolve_address_test
2508 build: test
2509 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002510 src:
2511 - test/core/iomgr/resolve_address_test.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002517 exclude_iomgrs:
2518 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002519- name: resource_quota_test
2520 cpu_cost: 30
2521 build: test
2522 language: c
2523 src:
2524 - test/core/iomgr/resource_quota_test.c
2525 deps:
2526 - grpc_test_util
2527 - grpc
2528 - gpr_test_util
2529 - gpr
yang-gd482e592015-12-10 14:04:00 -08002530- name: secure_channel_create_test
2531 build: test
2532 language: c
2533 src:
2534 - test/core/surface/secure_channel_create_test.c
2535 deps:
2536 - grpc_test_util
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr_test_util
2539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: secure_endpoint_test
2541 build: test
2542 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - test/core/security/secure_endpoint_test.c
2545 deps:
2546 - grpc_test_util
2547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002548 - gpr_test_util
2549 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002550 exclude_iomgrs:
2551 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002552- name: sequential_connectivity_test
2553 build: test
2554 language: c
2555 src:
2556 - test/core/surface/sequential_connectivity_test.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
2560 - gpr_test_util
2561 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002562 exclude_iomgrs:
2563 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002564- name: server_chttp2_test
2565 build: test
2566 language: c
2567 src:
2568 - test/core/surface/server_chttp2_test.c
2569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002574- name: server_fuzzer
2575 build: fuzzer
2576 language: c
2577 src:
2578 - test/core/end2end/fuzzers/server_fuzzer.c
2579 deps:
2580 - grpc_test_util
2581 - grpc
2582 - gpr_test_util
2583 - gpr
2584 corpus_dirs:
2585 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002586 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002587 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002588- name: server_test
2589 build: test
2590 language: c
2591 src:
2592 - test/core/surface/server_test.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002598- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002599 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002600 build: test
2601 language: c
2602 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002603 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002604 deps:
2605 - test_tcp_server
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002610 exclude_iomgrs:
2611 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002612- name: slice_buffer_test
2613 build: test
2614 language: c
2615 src:
2616 - test/core/slice/slice_buffer_test.c
2617 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002618 - grpc_test_util
2619 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002620 - gpr_test_util
2621 - gpr
2622- name: slice_string_helpers_test
2623 build: test
2624 language: c
2625 src:
2626 - test/core/slice/slice_string_helpers_test.c
2627 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002628 - grpc_test_util
2629 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002630 - gpr_test_util
2631 - gpr
2632- name: slice_test
2633 build: test
2634 language: c
2635 src:
2636 - test/core/slice/slice_test.c
2637 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002638 - grpc_test_util
2639 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002640 - gpr_test_util
2641 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002642- name: sockaddr_resolver_test
2643 build: test
2644 language: c
2645 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002646 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002647 deps:
2648 - grpc_test_util
2649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002650 - gpr_test_util
2651 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: sockaddr_utils_test
2653 build: test
2654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - test/core/iomgr/sockaddr_utils_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002662- name: socket_utils_test
2663 build: test
2664 language: c
2665 src:
2666 - test/core/iomgr/socket_utils_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002670 - gpr_test_util
2671 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002672 exclude_iomgrs:
2673 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002674 platforms:
2675 - mac
2676 - linux
2677 - posix
yang-g31e21282016-11-04 15:10:03 -07002678- name: ssl_server_fuzzer
2679 build: fuzzer
2680 language: c
2681 src:
2682 - test/core/security/ssl_server_fuzzer.c
2683 deps:
2684 - grpc_test_util
2685 - grpc
2686 - gpr_test_util
2687 - gpr
2688 corpus_dirs:
2689 - test/core/security/corpus/ssl_server_corpus
2690 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002691- name: status_conversion_test
2692 build: test
2693 language: c
2694 src:
2695 - test/core/transport/status_conversion_test.c
2696 deps:
2697 - grpc_test_util
2698 - grpc
2699 - gpr_test_util
2700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002701- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002702 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002703 build: test
2704 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002705 src:
2706 - test/core/iomgr/tcp_client_posix_test.c
2707 deps:
2708 - grpc_test_util
2709 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002710 - gpr_test_util
2711 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002712 exclude_iomgrs:
2713 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002714 platforms:
2715 - mac
2716 - linux
2717 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002718- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002719 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720 build: test
2721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/core/iomgr/tcp_posix_test.c
2724 deps:
2725 - grpc_test_util
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002729 exclude_iomgrs:
2730 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002731 platforms:
2732 - mac
2733 - linux
2734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002735- name: tcp_server_posix_test
2736 build: test
2737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002738 src:
2739 - test/core/iomgr/tcp_server_posix_test.c
2740 deps:
2741 - grpc_test_util
2742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002743 - gpr_test_util
2744 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002745 exclude_iomgrs:
2746 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002747 platforms:
2748 - mac
2749 - linux
2750 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: time_averaged_stats_test
2752 build: test
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
2755 - test/core/iomgr/time_averaged_stats_test.c
2756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: timeout_encoding_test
2762 build: test
2763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002764 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002765 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002766 deps:
2767 - grpc_test_util
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002771- name: timer_heap_test
2772 build: test
2773 language: c
2774 src:
2775 - test/core/iomgr/timer_heap_test.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002781 exclude_iomgrs:
2782 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002783- name: timer_list_test
2784 build: test
2785 language: c
2786 src:
2787 - test/core/iomgr/timer_list_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002793 exclude_iomgrs:
2794 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002795- name: transport_connectivity_state_test
2796 build: test
2797 language: c
2798 src:
2799 - test/core/transport/connectivity_state_test.c
2800 deps:
2801 - grpc_test_util
2802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002803 - gpr_test_util
2804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805- name: transport_metadata_test
2806 build: test
2807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
2809 - test/core/transport/metadata_test.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002815- name: transport_pid_controller_test
2816 build: test
2817 language: c
2818 src:
2819 - test/core/transport/pid_controller_test.c
2820 deps:
2821 - grpc_test_util
2822 - grpc
2823 - gpr_test_util
2824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: transport_security_test
2826 build: test
2827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002828 src:
2829 - test/core/tsi/transport_security_test.c
2830 deps:
2831 - grpc_test_util
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002835 platforms:
2836 - linux
2837 - posix
2838 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: udp_server_test
2840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/iomgr/udp_server_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002849 exclude_iomgrs:
2850 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002851 platforms:
2852 - mac
2853 - linux
2854 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002855- name: uri_fuzzer_test
2856 build: fuzzer
2857 language: c
2858 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002859 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002866 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002867 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: uri_parser_test
2869 build: test
2870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002871 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002872 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002873 deps:
2874 - grpc_test_util
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002878- name: wakeup_fd_cv_test
2879 build: test
2880 language: c
2881 src:
2882 - test/core/iomgr/wakeup_fd_cv_test.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
2886 - gpr_test_util
2887 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002888 exclude_iomgrs:
2889 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002890 platforms:
2891 - mac
2892 - linux
2893 - posix
vjpai04e992a2016-02-10 16:58:38 -08002894- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002895 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002896 build: test
2897 language: c++
2898 src:
2899 - test/cpp/common/alarm_cpp_test.cc
2900 deps:
2901 - grpc++_test_util
2902 - grpc_test_util
2903 - grpc++
2904 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002905 - gpr_test_util
2906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002907- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002908 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002909 build: test
2910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
2912 - test/cpp/end2end/async_end2end_test.cc
2913 deps:
2914 - grpc++_test_util
2915 - grpc_test_util
2916 - grpc++
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002920- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002921 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002922 build: test
2923 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002924 src:
2925 - test/cpp/common/auth_property_iterator_test.cc
2926 deps:
2927 - grpc++_test_util
2928 - grpc_test_util
2929 - grpc++
2930 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002931 - gpr_test_util
2932 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002933- name: bm_fullstack
2934 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002935 language: c++
2936 src:
2937 - test/cpp/microbenchmarks/bm_fullstack.cc
2938 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08002939 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07002940 - grpc++_test_util
2941 - grpc_test_util
2942 - grpc++
2943 - grpc
2944 - gpr_test_util
2945 - gpr
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01002946 platforms:
2947 - mac
2948 - linux
2949 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002950- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002951 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952 build: test
2953 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002954 src:
yang-g52705592015-11-25 11:45:33 -08002955 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002956 deps:
2957 - grpc++
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002960- name: channel_filter_test
2961 gtest: true
2962 build: test
2963 language: c++
2964 src:
2965 - test/cpp/common/channel_filter_test.cc
2966 deps:
2967 - grpc++
2968 - grpc
2969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002971 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972 build: test
2973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
2975 - test/cpp/util/cli_call_test.cc
2976 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002977 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002978 - grpc++_test_util
2979 - grpc_test_util
2980 - grpc++
2981 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002982 - gpr_test_util
2983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002984- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002985 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002986 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002987 build: test
2988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002989 src:
2990 - test/cpp/end2end/client_crash_test.cc
2991 deps:
2992 - grpc++_test_util
2993 - grpc_test_util
2994 - grpc++
2995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002996 - gpr_test_util
2997 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002998 platforms:
2999 - mac
3000 - linux
3001 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: client_crash_test_server
3003 build: test
3004 run: false
3005 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003006 src:
3007 - test/cpp/end2end/client_crash_test_server.cc
3008 deps:
3009 - grpc++_test_util
3010 - grpc_test_util
3011 - grpc++
3012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003013 - gpr_test_util
3014 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003015- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003016 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003017 build: test
3018 language: c++
3019 src:
3020 - src/proto/grpc/testing/control.proto
3021 - src/proto/grpc/testing/messages.proto
3022 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003023 - src/proto/grpc/testing/services.proto
3024 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003025 - test/cpp/codegen/codegen_test_full.cc
3026 deps:
3027 - grpc++
3028 - grpc
3029 - gpr
3030 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003031 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003032- name: codegen_test_minimal
3033 gtest: true
3034 build: test
3035 language: c++
3036 src:
3037 - src/proto/grpc/testing/control.proto
3038 - src/proto/grpc/testing/messages.proto
3039 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003040 - src/proto/grpc/testing/services.proto
3041 - src/proto/grpc/testing/stats.proto
3042 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003043 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003044 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003045 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003047 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048 build: test
3049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003050 src:
3051 - test/cpp/client/credentials_test.cc
3052 deps:
3053 - grpc++
3054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003056- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003057 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003058 build: test
3059 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003060 src:
3061 - test/cpp/util/byte_buffer_test.cc
3062 deps:
3063 - grpc_test_util
3064 - grpc++
3065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003066 - gpr_test_util
3067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003069 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070 build: test
3071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003072 src:
3073 - test/cpp/util/slice_test.cc
3074 deps:
3075 - grpc_test_util
3076 - grpc++
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003080- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003081 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003082 build: test
3083 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003084 src:
3085 - test/cpp/util/string_ref_test.cc
3086 deps:
3087 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003088- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003089 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003090 build: test
3091 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003092 src:
3093 - test/cpp/util/time_test.cc
3094 deps:
3095 - grpc_test_util
3096 - grpc++
3097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003098 - gpr_test_util
3099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003100- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003101 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003102 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003103 build: test
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - test/cpp/end2end/end2end_test.cc
3107 deps:
3108 - grpc++_test_util
3109 - grpc_test_util
3110 - grpc++
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003114- name: filter_end2end_test
3115 gtest: true
3116 build: test
3117 language: c++
3118 src:
3119 - test/cpp/end2end/filter_end2end_test.cc
3120 deps:
3121 - grpc++_test_util
3122 - grpc_test_util
3123 - grpc++
3124 - grpc
3125 - gpr_test_util
3126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003127- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003128 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003129 build: test
3130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003131 src:
3132 - test/cpp/end2end/generic_end2end_test.cc
3133 deps:
3134 - grpc++_test_util
3135 - grpc_test_util
3136 - grpc++
3137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003138 - gpr_test_util
3139 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003140- name: golden_file_test
3141 gtest: true
3142 build: test
3143 language: c++
3144 src:
3145 - src/proto/grpc/testing/compiler_test.proto
3146 - test/cpp/codegen/golden_file_test.cc
3147 deps:
3148 - grpc++
3149 - grpc
3150 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003151- name: grpc_cli
3152 build: test
3153 run: false
3154 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003155 src:
3156 - test/cpp/util/grpc_cli.cc
3157 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003158 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003159 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003160 - grpc++
3161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003163 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003164- name: grpc_cpp_plugin
3165 build: protoc
3166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003167 src:
3168 - src/compiler/cpp_plugin.cc
3169 deps:
3170 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003171 secure: false
3172 vs_config_type: Application
3173 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3174- name: grpc_csharp_plugin
3175 build: protoc
3176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003177 src:
3178 - src/compiler/csharp_plugin.cc
3179 deps:
3180 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181 secure: false
3182 vs_config_type: Application
3183 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003184- name: grpc_node_plugin
3185 build: protoc
3186 language: c++
3187 src:
3188 - src/compiler/node_plugin.cc
3189 deps:
3190 - grpc_plugin_support
3191 secure: false
3192 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003193- name: grpc_objective_c_plugin
3194 build: protoc
3195 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003196 src:
3197 - src/compiler/objective_c_plugin.cc
3198 deps:
3199 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200 secure: false
3201 vs_config_type: Application
3202 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003203- name: grpc_php_plugin
3204 build: protoc
3205 language: c++
3206 src:
3207 - src/compiler/php_plugin.cc
3208 deps:
3209 - grpc_plugin_support
3210 secure: false
3211 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003212- name: grpc_python_plugin
3213 build: protoc
3214 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003215 src:
3216 - src/compiler/python_plugin.cc
3217 deps:
3218 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003219 secure: false
3220 vs_config_type: Application
3221 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3222- name: grpc_ruby_plugin
3223 build: protoc
3224 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003225 src:
3226 - src/compiler/ruby_plugin.cc
3227 deps:
3228 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229 secure: false
3230 vs_config_type: Application
3231 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003232- name: grpc_tool_test
3233 gtest: true
3234 build: test
3235 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003236 src:
3237 - src/proto/grpc/testing/echo.proto
3238 - src/proto/grpc/testing/echo_messages.proto
3239 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003240 deps:
3241 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003242 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003243 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003244 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003245 - grpc_test_util
3246 - grpc++
3247 - grpc
3248 - gpr_test_util
3249 - gpr
3250 filegroups:
3251 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003252- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003253 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003254 build: test
3255 language: c++
3256 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003257 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003258 - test/cpp/grpclb/grpclb_api_test.cc
3259 deps:
3260 - grpc++_test_util
3261 - grpc_test_util
3262 - grpc++
3263 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003264- name: grpclb_test
3265 gtest: false
3266 build: test
3267 language: c++
3268 src:
3269 - src/proto/grpc/lb/v1/load_balancer.proto
3270 - test/cpp/grpclb/grpclb_test.cc
3271 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003272 - grpc++_test_util
3273 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003274 - grpc++
3275 - grpc
3276 - gpr_test_util
3277 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003278- name: http2_client
3279 build: test
3280 run: false
3281 language: c++
3282 src: []
3283 deps:
3284 - http2_client_main
3285 - grpc++_test_util
3286 - grpc_test_util
3287 - grpc++
3288 - grpc
3289 - grpc++_test_config
3290 platforms:
3291 - mac
3292 - linux
3293 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003294- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003295 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/end2end/hybrid_end2end_test.cc
3300 deps:
3301 - grpc++_test_util
3302 - grpc_test_util
3303 - grpc++
3304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003305 - gpr_test_util
3306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003307- name: interop_client
3308 build: test
3309 run: false
3310 language: c++
3311 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003312 deps:
3313 - interop_client_main
3314 - interop_client_helper
3315 - grpc++_test_util
3316 - grpc_test_util
3317 - grpc++
3318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003319 - gpr_test_util
3320 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003321 - grpc++_test_config
3322 platforms:
3323 - mac
3324 - linux
3325 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003326- name: interop_server
3327 build: test
3328 run: false
3329 language: c++
3330 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003331 deps:
3332 - interop_server_main
3333 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003334 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003335 - grpc++_test_util
3336 - grpc_test_util
3337 - grpc++
3338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003339 - gpr_test_util
3340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003341 - grpc++_test_config
3342 platforms:
3343 - mac
3344 - linux
3345 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003346- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003347 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003348 build: test
3349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003350 src:
3351 - test/cpp/interop/interop_test.cc
3352 deps:
3353 - grpc_test_util
3354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003355 - gpr_test_util
3356 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003357 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003358 platforms:
3359 - mac
3360 - linux
3361 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003362- name: json_run_localhost
3363 build: test
3364 run: false
3365 language: c++
3366 src:
3367 - test/cpp/qps/json_run_localhost.cc
3368 deps:
3369 - grpc++_test_util
3370 - grpc_test_util
3371 - grpc++
3372 - grpc
3373 - gpr_test_util
3374 - gpr
3375 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003376 platforms:
3377 - mac
3378 - linux
3379 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003380- name: metrics_client
3381 build: test
3382 run: false
3383 language: c++
3384 headers:
3385 - test/cpp/util/metrics_server.h
3386 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003387 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003388 - test/cpp/interop/metrics_client.cc
3389 deps:
3390 - grpc++
3391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003392 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003393 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003394- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003395 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003396 build: test
3397 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003398 src:
3399 - test/cpp/end2end/mock_test.cc
3400 deps:
3401 - grpc++_test_util
3402 - grpc_test_util
3403 - grpc++
3404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 - gpr_test_util
3406 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003407- name: noop-benchmark
3408 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003409 language: c++
3410 src:
3411 - test/cpp/microbenchmarks/noop-benchmark.cc
3412 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003413 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003414- name: proto_server_reflection_test
3415 gtest: true
3416 build: test
3417 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003418 src:
3419 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003420 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003421 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003422 - grpc++_reflection
3423 - grpc++_test_util
3424 - grpc_test_util
3425 - grpc++
3426 - grpc
3427 - gpr_test_util
3428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003429- name: qps_interarrival_test
3430 build: test
3431 run: false
3432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003433 src:
3434 - test/cpp/qps/qps_interarrival_test.cc
3435 deps:
3436 - qps
3437 - grpc++_test_util
3438 - grpc_test_util
3439 - grpc++
3440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003441 - gpr_test_util
3442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003443 platforms:
3444 - mac
3445 - linux
3446 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003447- name: qps_json_driver
3448 build: test
3449 run: false
3450 language: c++
3451 src:
3452 - test/cpp/qps/qps_json_driver.cc
3453 deps:
3454 - qps
3455 - grpc++_test_util
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
3459 - gpr_test_util
3460 - gpr
3461 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003462- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003463 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003464 build: test
3465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003466 src:
3467 - test/cpp/qps/qps_openloop_test.cc
3468 deps:
3469 - qps
3470 - grpc++_test_util
3471 - grpc_test_util
3472 - grpc++
3473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003474 - gpr_test_util
3475 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003476 - grpc++_test_config
3477 platforms:
3478 - mac
3479 - linux
3480 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003481- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003482 build: test
3483 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003485 headers:
3486 - test/cpp/qps/client.h
3487 - test/cpp/qps/server.h
3488 src:
3489 - test/cpp/qps/worker.cc
3490 deps:
3491 - qps
3492 - grpc++_test_util
3493 - grpc_test_util
3494 - grpc++
3495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003496 - gpr_test_util
3497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003498 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499- name: reconnect_interop_client
3500 build: test
3501 run: false
3502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003503 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003504 - src/proto/grpc/testing/empty.proto
3505 - src/proto/grpc/testing/messages.proto
3506 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003507 - test/cpp/interop/reconnect_interop_client.cc
3508 deps:
3509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 - gpr_test_util
3514 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003515 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003516- name: reconnect_interop_server
3517 build: test
3518 run: false
3519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003520 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003521 - src/proto/grpc/testing/empty.proto
3522 - src/proto/grpc/testing/messages.proto
3523 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003524 - test/cpp/interop/reconnect_interop_server.cc
3525 deps:
3526 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003527 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003528 - grpc++_test_util
3529 - grpc_test_util
3530 - grpc++
3531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003532 - gpr_test_util
3533 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003534 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003535- name: round_robin_end2end_test
3536 gtest: true
3537 build: test
3538 language: c++
3539 src:
3540 - test/cpp/end2end/round_robin_end2end_test.cc
3541 deps:
3542 - grpc++_test_util
3543 - grpc_test_util
3544 - grpc++
3545 - grpc
3546 - gpr_test_util
3547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003549 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003550 build: test
3551 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003552 src:
3553 - test/cpp/common/secure_auth_context_test.cc
3554 deps:
3555 - grpc++_test_util
3556 - grpc_test_util
3557 - grpc++
3558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003559 - gpr_test_util
3560 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003561- name: secure_sync_unary_ping_pong_test
3562 build: test
3563 language: c++
3564 src:
3565 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3566 deps:
3567 - qps
3568 - grpc++_test_util
3569 - grpc_test_util
3570 - grpc++
3571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003572 - gpr_test_util
3573 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003574 platforms:
3575 - mac
3576 - linux
3577 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003578- name: server_builder_plugin_test
3579 gtest: true
3580 build: test
3581 language: c++
3582 src:
3583 - test/cpp/end2end/server_builder_plugin_test.cc
3584 deps:
3585 - grpc++_test_util
3586 - grpc_test_util
3587 - grpc++
3588 - grpc
3589 - gpr_test_util
3590 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003591- name: server_context_test_spouse_test
3592 gtest: true
3593 build: test
3594 language: c++
3595 src:
3596 - test/cpp/test/server_context_test_spouse_test.cc
3597 deps:
3598 - grpc_test_util
3599 - grpc++_test
3600 - grpc++
3601 - grpc
3602 - gpr_test_util
3603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003604- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003605 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003606 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003607 build: test
3608 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003609 src:
3610 - test/cpp/end2end/server_crash_test.cc
3611 deps:
3612 - grpc++_test_util
3613 - grpc_test_util
3614 - grpc++
3615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003616 - gpr_test_util
3617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003618 platforms:
3619 - mac
3620 - linux
3621 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003622- name: server_crash_test_client
3623 build: test
3624 run: false
3625 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003626 src:
3627 - test/cpp/end2end/server_crash_test_client.cc
3628 deps:
3629 - grpc++_test_util
3630 - grpc_test_util
3631 - grpc++
3632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003633 - gpr_test_util
3634 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003635- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003636 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003637 build: test
3638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003639 src:
3640 - test/cpp/end2end/shutdown_test.cc
3641 deps:
3642 - grpc++_test_util
3643 - grpc_test_util
3644 - grpc++
3645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003646 - gpr_test_util
3647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003648- name: status_test
3649 build: test
3650 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003651 src:
3652 - test/cpp/util/status_test.cc
3653 deps:
3654 - grpc_test_util
3655 - grpc++
3656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003657 - gpr_test_util
3658 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003659- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003660 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003661 build: test
3662 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003663 src:
3664 - test/cpp/end2end/streaming_throughput_test.cc
3665 deps:
3666 - grpc++_test_util
3667 - grpc_test_util
3668 - grpc++
3669 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003670 - gpr_test_util
3671 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003672 platforms:
3673 - mac
3674 - linux
3675 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003676- name: stress_test
3677 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003678 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003679 language: c++
3680 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003681 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003682 - test/cpp/interop/interop_client.h
3683 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08003684 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003685 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003686 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003687 - src/proto/grpc/testing/empty.proto
3688 - src/proto/grpc/testing/messages.proto
3689 - src/proto/grpc/testing/metrics.proto
3690 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003691 - test/cpp/interop/interop_client.cc
3692 - test/cpp/interop/stress_interop_client.cc
3693 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08003694 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003695 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003696 deps:
3697 - grpc++_test_util
3698 - grpc_test_util
3699 - grpc++
3700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003701 - gpr_test_util
3702 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003703 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003704- name: thread_manager_test
3705 build: test
3706 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003707 src:
3708 - test/cpp/thread_manager/thread_manager_test.cc
3709 deps:
3710 - grpc++
3711 - grpc
3712 - gpr
3713 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003714- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003715 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003716 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717 build: test
3718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003719 src:
3720 - test/cpp/end2end/thread_stress_test.cc
3721 deps:
3722 - grpc++_test_util
3723 - grpc_test_util
3724 - grpc++
3725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003726 - gpr_test_util
3727 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003728- name: public_headers_must_be_c89
3729 build: test
3730 language: c89
3731 src:
3732 - test/core/surface/public_headers_must_be_c89.c
3733 deps:
3734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003737- linkage: static
3738 name: grpc.dependencies.zlib
3739 props: false
3740 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003741 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003742- linkage: static
3743 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003744 props: true
3745 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003746 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003747- name: gflags
3748 props: false
3749 redist: false
3750 version: 2.1.2.1
3751- name: gtest
3752 props: false
3753 redist: false
3754 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003755configs:
3756 asan:
3757 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003758 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3759 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003760 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003761 LD: clang
3762 LDFLAGS: -fsanitize=address
3763 LDXX: clang++
3764 compile_the_world: true
3765 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003766 ASAN_OPTIONS: detect_leaks=1:color=always
3767 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003768 asan-noleaks:
3769 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003770 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3771 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003772 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003773 LD: clang
3774 LDFLAGS: -fsanitize=address
3775 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003776 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003777 test_environ:
3778 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07003779 asan-trace-cmp:
3780 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003781 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3782 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003783 CXX: clang++
3784 LD: clang
3785 LDFLAGS: -fsanitize=address
3786 LDXX: clang++
3787 compile_the_world: true
3788 test_environ:
3789 ASAN_OPTIONS: detect_leaks=1:color=always
3790 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08003791 basicprof:
3792 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3793 DEFINES: NDEBUG
3794 dbg:
3795 CPPFLAGS: -O0
3796 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003797 gcov:
3798 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003799 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003800 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003801 DEFINES: _DEBUG DEBUG GPR_GCOV
3802 LD: gcc
3803 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3804 LDXX: g++
3805 helgrind:
3806 CPPFLAGS: -O0
3807 DEFINES: _DEBUG DEBUG
3808 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003809 valgrind: --tool=helgrind
3810 memcheck:
3811 CPPFLAGS: -O0
3812 DEFINES: _DEBUG DEBUG
3813 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08003814 valgrind: --tool=memcheck --leak-check=full
3815 msan:
3816 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003817 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3818 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3819 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003820 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003821 DEFINES: NDEBUG
3822 LD: clang
3823 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3824 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3825 LDXX: clang++
3826 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003827 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003828 CPPFLAGS: -O3 -fno-omit-frame-pointer
3829 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003830 LDFLAGS: -rdynamic
3831 opt:
3832 CPPFLAGS: -O2
3833 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003834 stapprof:
3835 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3836 DEFINES: NDEBUG
3837 tsan:
3838 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003839 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003840 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003841 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003842 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003843 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003844 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003845 LDXX: clang++
3846 compile_the_world: true
3847 test_environ:
3848 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08003849 ubsan:
3850 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003851 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3852 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003853 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003854 DEFINES: NDEBUG
3855 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003856 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003857 LDXX: clang++
3858 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003859 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003860 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003861defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08003862 benchmark:
3863 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003864 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003865 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003866 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003867 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003868 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003869 global:
3870 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3871 LDFLAGS: -g
3872 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003873 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003874 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003875node_modules:
3876- deps:
3877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003878 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003879 - boringssl
3880 - z
murgatroid9994a75412015-11-19 14:04:53 -08003881 headers:
3882 - src/node/ext/byte_buffer.h
3883 - src/node/ext/call.h
3884 - src/node/ext/call_credentials.h
3885 - src/node/ext/channel.h
3886 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003887 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003888 - src/node/ext/server.h
3889 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003890 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08003891 - src/node/ext/timeval.h
3892 js:
3893 - src/node/index.js
3894 - src/node/src/client.js
3895 - src/node/src/common.js
3896 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003897 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003898 - src/node/src/metadata.js
3899 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003900 name: grpc_node
3901 src:
3902 - src/node/ext/byte_buffer.cc
3903 - src/node/ext/call.cc
3904 - src/node/ext/call_credentials.cc
3905 - src/node/ext/channel.cc
3906 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07003907 - src/node/ext/completion_queue_threadpool.cc
3908 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003909 - src/node/ext/node_grpc.cc
3910 - src/node/ext/server.cc
3911 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003912 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003913 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003914openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003915 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003916 extraction_dir: openssl-1.0.2f
3917 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003918php_config_m4:
3919 deps:
3920 - grpc
3921 - gpr
3922 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003923 headers:
3924 - src/php/ext/grpc/byte_buffer.h
3925 - src/php/ext/grpc/call.h
3926 - src/php/ext/grpc/call_credentials.h
3927 - src/php/ext/grpc/channel.h
3928 - src/php/ext/grpc/channel_credentials.h
3929 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003930 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003931 - src/php/ext/grpc/php_grpc.h
3932 - src/php/ext/grpc/server.h
3933 - src/php/ext/grpc/server_credentials.h
3934 - src/php/ext/grpc/timeval.h
3935 src:
3936 - src/php/ext/grpc/byte_buffer.c
3937 - src/php/ext/grpc/call.c
3938 - src/php/ext/grpc/call_credentials.c
3939 - src/php/ext/grpc/channel.c
3940 - src/php/ext/grpc/channel_credentials.c
3941 - src/php/ext/grpc/completion_queue.c
3942 - src/php/ext/grpc/php_grpc.c
3943 - src/php/ext/grpc/server.c
3944 - src/php/ext/grpc/server_credentials.c
3945 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003946python_dependencies:
3947 deps:
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003950 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003951 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003952ruby_gem:
3953 deps:
3954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003956 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003957 - z