blob: 63f22fd2fd7855a5473258c5cebda3cc63d44aab [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
Nicolas "Pixel" Noble58796c82017-03-14 20:58:24 +010016 g_stands_for: gentle
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070088 - src/core/lib/support/arena.h
Craig Tillerf23078c2016-03-25 17:07:29 -070089 - src/core/lib/support/backoff.h
90 - src/core/lib/support/block_annotate.h
91 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070092 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070093 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080094 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/stack_lockfree.h
96 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070097 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070098 - src/core/lib/support/thd_internal.h
99 - src/core/lib/support/time_precise.h
100 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100101 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/profiling/basic_timers.c
103 - src/core/lib/profiling/stap_timers.c
104 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700105 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700106 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700107 - src/core/lib/support/avl.c
108 - src/core/lib/support/backoff.c
109 - src/core/lib/support/cmdline.c
110 - src/core/lib/support/cpu_iphone.c
111 - src/core/lib/support/cpu_linux.c
112 - src/core/lib/support/cpu_posix.c
113 - src/core/lib/support/cpu_windows.c
114 - src/core/lib/support/env_linux.c
115 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700116 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/histogram.c
118 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700119 - src/core/lib/support/log.c
120 - src/core/lib/support/log_android.c
121 - src/core/lib/support/log_linux.c
122 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700124 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700125 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/stack_lockfree.c
127 - src/core/lib/support/string.c
128 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700129 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700131 - src/core/lib/support/subprocess_posix.c
132 - src/core/lib/support/subprocess_windows.c
133 - src/core/lib/support/sync.c
134 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/thd.c
137 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700138 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700139 - src/core/lib/support/time.c
140 - src/core/lib/support/time_posix.c
141 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200144 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700148 uses:
149 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800150- name: gpr_codegen
151 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800152 - include/grpc/impl/codegen/atm.h
153 - include/grpc/impl/codegen/atm_gcc_atomic.h
154 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700155 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800156 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700157 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/port_platform.h
159 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/sync.h
161 - include/grpc/impl/codegen/sync_generic.h
162 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700164- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700165 public_headers:
166 - include/grpc/byte_buffer.h
167 - include/grpc/byte_buffer_reader.h
168 - include/grpc/compression.h
169 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700170 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200171 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800172 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700173 - include/grpc/slice.h
174 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700175 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700176 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/channel_args.h
178 - src/core/lib/channel/channel_stack.h
179 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/compress_filter.h
181 - src/core/lib/channel/connected_channel.h
182 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700183 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700184 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800185 - src/core/lib/channel/handshaker_factory.h
186 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/http_client_filter.h
188 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700189 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700190 - src/core/lib/compression/algorithm_metadata.h
191 - src/core/lib/compression/message_compress.h
192 - src/core/lib/debug/trace.h
193 - src/core/lib/http/format_request.h
194 - src/core/lib/http/httpcli.h
195 - src/core/lib/http/parser.h
196 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700197 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700198 - src/core/lib/iomgr/endpoint.h
199 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700200 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800201 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700202 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700203 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700204 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/exec_ctx.h
206 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700207 - src/core/lib/iomgr/iocp_windows.h
208 - src/core/lib/iomgr/iomgr.h
209 - src/core/lib/iomgr/iomgr_internal.h
210 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700211 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700212 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700213 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700217 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700219 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700221 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/sockaddr.h
223 - src/core/lib/iomgr/sockaddr_posix.h
224 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700225 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500226 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700227 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700228 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/socket_utils_posix.h
230 - src/core/lib/iomgr/socket_windows.h
231 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700232 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_posix.h
234 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700235 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/tcp_windows.h
238 - src/core/lib/iomgr/time_averaged_stats.h
239 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700240 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700242 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/udp_server.h
244 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700245 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/wakeup_fd_pipe.h
247 - src/core/lib/iomgr/wakeup_fd_posix.h
248 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/workqueue_windows.h
251 - src/core/lib/json/json.h
252 - src/core/lib/json/json_common.h
253 - src/core/lib/json/json_reader.h
254 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700255 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800256 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800257 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700258 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/surface/api_trace.h
260 - src/core/lib/surface/call.h
261 - src/core/lib/surface/call_test_only.h
262 - src/core/lib/surface/channel.h
263 - src/core/lib/surface/channel_init.h
264 - src/core/lib/surface/channel_stack_type.h
265 - src/core/lib/surface/completion_queue.h
266 - src/core/lib/surface/event_string.h
267 - src/core/lib/surface/init.h
268 - src/core/lib/surface/lame_client.h
269 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800270 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700271 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700273 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800274 - src/core/lib/transport/error_utils.h
275 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/metadata.h
277 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700278 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700279 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700280 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800281 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400282 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/transport/transport.h
284 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/channel/channel_args.c
287 - src/core/lib/channel/channel_stack.c
288 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/channel/compress_filter.c
290 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700291 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700292 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800293 - src/core/lib/channel/handshaker_factory.c
294 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/http_client_filter.c
296 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700297 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700298 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/compression/message_compress.c
300 - src/core/lib/debug/trace.c
301 - src/core/lib/http/format_request.c
302 - src/core/lib/http/httpcli.c
303 - src/core/lib/http/parser.c
304 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700305 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/endpoint.c
307 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700308 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700309 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700310 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700311 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700312 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700313 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/exec_ctx.c
315 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/iocp_windows.c
317 - src/core/lib/iomgr/iomgr.c
318 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700319 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700320 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700321 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700322 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700323 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700324 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/pollset_windows.c
328 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700331 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700332 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500333 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700334 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/socket_utils_common_posix.c
336 - src/core/lib/iomgr/socket_utils_linux.c
337 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700339 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700340 - src/core/lib/iomgr/socket_windows.c
341 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700342 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/tcp_client_windows.c
344 - src/core/lib/iomgr/tcp_posix.c
345 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700346 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700347 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
348 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/tcp_windows.c
353 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700356 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700357 - src/core/lib/iomgr/udp_server.c
358 - src/core/lib/iomgr/unix_sockets_posix.c
359 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700360 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/wakeup_fd_eventfd.c
362 - src/core/lib/iomgr/wakeup_fd_nospecial.c
363 - src/core/lib/iomgr/wakeup_fd_pipe.c
364 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700365 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/iomgr/workqueue_windows.c
367 - src/core/lib/json/json.c
368 - src/core/lib/json/json_reader.c
369 - src/core/lib/json/json_string.c
370 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700371 - src/core/lib/slice/percent_encoding.c
372 - src/core/lib/slice/slice.c
373 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800374 - src/core/lib/slice/slice_hash_table.c
375 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700376 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/alarm.c
378 - src/core/lib/surface/api_trace.c
379 - src/core/lib/surface/byte_buffer.c
380 - src/core/lib/surface/byte_buffer_reader.c
381 - src/core/lib/surface/call.c
382 - src/core/lib/surface/call_details.c
383 - src/core/lib/surface/call_log_batch.c
384 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/channel_init.c
386 - src/core/lib/surface/channel_ping.c
387 - src/core/lib/surface/channel_stack_type.c
388 - src/core/lib/surface/completion_queue.c
389 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/lame_client.c
391 - src/core/lib/surface/metadata_array.c
392 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700393 - src/core/lib/surface/validate_metadata.c
394 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700395 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800398 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700399 - src/core/lib/transport/metadata.c
400 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700401 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700402 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800404 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400405 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/transport/transport.c
407 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700408 deps:
409 - gpr
410 uses:
411 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700412- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700413 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700414 - src/core/ext/client_channel/client_channel.h
415 - src/core/ext/client_channel/client_channel_factory.h
416 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700417 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800418 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700419 - src/core/ext/client_channel/lb_policy.h
420 - src/core/ext/client_channel/lb_policy_factory.h
421 - src/core/ext/client_channel/lb_policy_registry.h
422 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800423 - src/core/ext/client_channel/proxy_mapper.h
424 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425 - src/core/ext/client_channel/resolver.h
426 - src/core/ext/client_channel/resolver_factory.h
427 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800428 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700429 - src/core/ext/client_channel/subchannel.h
430 - src/core/ext/client_channel/subchannel_index.h
431 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700432 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700433 - src/core/ext/client_channel/channel_connectivity.c
434 - src/core/ext/client_channel/client_channel.c
435 - src/core/ext/client_channel/client_channel_factory.c
436 - src/core/ext/client_channel/client_channel_plugin.c
437 - src/core/ext/client_channel/connector.c
Mark D. Roth15195742016-10-07 09:02:28 -0700438 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800439 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700440 - src/core/ext/client_channel/lb_policy.c
441 - src/core/ext/client_channel/lb_policy_factory.c
442 - src/core/ext/client_channel/lb_policy_registry.c
443 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800444 - src/core/ext/client_channel/proxy_mapper.c
445 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 - src/core/ext/client_channel/resolver.c
447 - src/core/ext/client_channel/resolver_factory.c
448 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800449 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700450 - src/core/ext/client_channel/subchannel.c
451 - src/core/ext/client_channel/subchannel_index.c
452 - src/core/ext/client_channel/uri_parser.c
453 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700454 uses:
455 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456- name: grpc_codegen
457 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700458 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800460 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800461 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800462 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800463 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700465 uses:
466 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700467- name: grpc_lb_policy_grpclb
468 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700469 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800470 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700471 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700472 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700473 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700474 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800475 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
476 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
477 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
478 plugin: grpc_lb_policy_grpclb
479 uses:
480 - grpc_base
481 - grpc_client_channel
482 - nanopb
483- name: grpc_lb_policy_grpclb_secure
484 headers:
485 - src/core/ext/lb_policy/grpclb/grpclb.h
486 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
487 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
488 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
489 src:
490 - src/core/ext/lb_policy/grpclb/grpclb.c
491 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700492 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700493 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700494 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700495 uses:
496 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700497 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700498 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700499- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700500 src:
501 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700502 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700503 uses:
504 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700505 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700506- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700507 src:
508 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700509 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700510 uses:
511 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700512 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700513- name: grpc_load_reporting
514 headers:
515 - src/core/ext/load_reporting/load_reporting.h
516 - src/core/ext/load_reporting/load_reporting_filter.h
517 src:
518 - src/core/ext/load_reporting/load_reporting.c
519 - src/core/ext/load_reporting/load_reporting_filter.c
520 plugin: grpc_load_reporting_plugin
521 uses:
522 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700523- name: grpc_resolver_dns_native
524 src:
525 - src/core/ext/resolver/dns/native/dns_resolver.c
526 plugin: grpc_resolver_dns_native
527 uses:
528 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700529 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700530- name: grpc_resolver_sockaddr
531 src:
532 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
533 plugin: grpc_resolver_sockaddr
534 uses:
535 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700536 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100537- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700538 public_headers:
539 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100540 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700541 - src/core/lib/security/context/security_context.h
542 - src/core/lib/security/credentials/composite/composite_credentials.h
543 - src/core/lib/security/credentials/credentials.h
544 - src/core/lib/security/credentials/fake/fake_credentials.h
545 - src/core/lib/security/credentials/google_default/google_default_credentials.h
546 - src/core/lib/security/credentials/iam/iam_credentials.h
547 - src/core/lib/security/credentials/jwt/json_token.h
548 - src/core/lib/security/credentials/jwt/jwt_credentials.h
549 - src/core/lib/security/credentials/jwt/jwt_verifier.h
550 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
551 - src/core/lib/security/credentials/plugin/plugin_credentials.h
552 - src/core/lib/security/credentials/ssl/ssl_credentials.h
553 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800554 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700555 - src/core/lib/security/transport/secure_endpoint.h
556 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800557 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700558 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700559 - src/core/lib/security/util/b64.h
560 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100561 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700562 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700563 - src/core/lib/security/context/security_context.c
564 - src/core/lib/security/credentials/composite/composite_credentials.c
565 - src/core/lib/security/credentials/credentials.c
566 - src/core/lib/security/credentials/credentials_metadata.c
567 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700568 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700569 - src/core/lib/security/credentials/google_default/google_default_credentials.c
570 - src/core/lib/security/credentials/iam/iam_credentials.c
571 - src/core/lib/security/credentials/jwt/json_token.c
572 - src/core/lib/security/credentials/jwt/jwt_credentials.c
573 - src/core/lib/security/credentials/jwt/jwt_verifier.c
574 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
575 - src/core/lib/security/credentials/plugin/plugin_credentials.c
576 - src/core/lib/security/credentials/ssl/ssl_credentials.c
577 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800578 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700579 - src/core/lib/security/transport/secure_endpoint.c
580 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800581 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700582 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700583 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700584 - src/core/lib/security/util/b64.c
585 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700586 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700587 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700588 uses:
589 - grpc_base
590 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700591 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700592- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700593 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700594 headers:
595 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700596 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800597 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 - test/core/end2end/fixtures/proxy.h
599 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800600 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200602 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700603 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700604 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700605 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700606 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700607 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700608 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800609 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700610 src:
611 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700612 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800613 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700614 - test/core/end2end/fixtures/proxy.c
615 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800616 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700617 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200618 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700619 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700620 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700621 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800622 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700623 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700624 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800625 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700626 deps:
627 - grpc
628 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700629- name: grpc_transport_chttp2
630 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700631 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700632 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700633 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
634 - src/core/ext/transport/chttp2/transport/frame.h
635 - src/core/ext/transport/chttp2/transport/frame_data.h
636 - src/core/ext/transport/chttp2/transport/frame_goaway.h
637 - src/core/ext/transport/chttp2/transport/frame_ping.h
638 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
639 - src/core/ext/transport/chttp2/transport/frame_settings.h
640 - src/core/ext/transport/chttp2/transport/frame_window_update.h
641 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
642 - src/core/ext/transport/chttp2/transport/hpack_parser.h
643 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700644 - src/core/ext/transport/chttp2/transport/huffsyms.h
645 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
646 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700647 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700648 - src/core/ext/transport/chttp2/transport/varint.h
649 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700650 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700651 - src/core/ext/transport/chttp2/transport/bin_encoder.c
652 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700653 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
654 - src/core/ext/transport/chttp2/transport/frame_data.c
655 - src/core/ext/transport/chttp2/transport/frame_goaway.c
656 - src/core/ext/transport/chttp2/transport/frame_ping.c
657 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
658 - src/core/ext/transport/chttp2/transport/frame_settings.c
659 - src/core/ext/transport/chttp2/transport/frame_window_update.c
660 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
661 - src/core/ext/transport/chttp2/transport/hpack_parser.c
662 - src/core/ext/transport/chttp2/transport/hpack_table.c
663 - src/core/ext/transport/chttp2/transport/huffsyms.c
664 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
665 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700666 - src/core/ext/transport/chttp2/transport/stream_lists.c
667 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700668 - src/core/ext/transport/chttp2/transport/varint.c
669 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700670 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700671 uses:
672 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700673 - grpc_transport_chttp2_alpn
674- name: grpc_transport_chttp2_alpn
675 headers:
676 - src/core/ext/transport/chttp2/alpn/alpn.h
677 src:
678 - src/core/ext/transport/chttp2/alpn/alpn.c
679 deps:
680 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800681- name: grpc_transport_chttp2_client_connector
682 headers:
683 - src/core/ext/transport/chttp2/client/chttp2_connector.h
684 src:
685 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800686 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800687 - grpc_transport_chttp2
688 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700689- name: grpc_transport_chttp2_client_insecure
690 src:
691 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700692 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700693 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800694 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700695 - grpc_transport_chttp2
696 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700697 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700698- name: grpc_transport_chttp2_client_secure
699 src:
700 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700701 uses:
702 - grpc_transport_chttp2
703 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700704 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700705 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800706 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800707- name: grpc_transport_chttp2_server
708 headers:
709 - src/core/ext/transport/chttp2/server/chttp2_server.h
710 src:
711 - src/core/ext/transport/chttp2/server/chttp2_server.c
712 uses:
713 - grpc_transport_chttp2
714 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700715- name: grpc_transport_chttp2_server_insecure
716 src:
717 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700718 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700719 uses:
720 - grpc_transport_chttp2
721 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800722 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700723- name: grpc_transport_chttp2_server_secure
724 src:
725 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700726 uses:
727 - grpc_transport_chttp2
728 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700729 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800730 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700731- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700732 public_headers:
733 - include/grpc/grpc_cronet.h
734 - include/grpc/grpc_security.h
735 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700736 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800737 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800738 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700739 src:
740 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
741 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
742 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700743 filegroups:
744 - grpc_base
745 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800746- name: nanopb
747 headers:
748 - third_party/nanopb/pb.h
749 - third_party/nanopb/pb_common.h
750 - third_party/nanopb/pb_decode.h
751 - third_party/nanopb/pb_encode.h
752 src:
753 - third_party/nanopb/pb_common.c
754 - third_party/nanopb/pb_decode.c
755 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756- name: tsi
757 headers:
758 - src/core/lib/tsi/fake_transport_security.h
759 - src/core/lib/tsi/ssl_transport_security.h
760 - src/core/lib/tsi/ssl_types.h
761 - src/core/lib/tsi/transport_security.h
762 - src/core/lib/tsi/transport_security_interface.h
763 src:
764 - src/core/lib/tsi/fake_transport_security.c
765 - src/core/lib/tsi/ssl_transport_security.c
766 - src/core/lib/tsi/transport_security.c
767 deps:
768 - gpr
769 secure: true
770- name: grpc++_base
771 language: c++
772 public_headers:
773 - include/grpc++/alarm.h
774 - include/grpc++/channel.h
775 - include/grpc++/client_context.h
776 - include/grpc++/completion_queue.h
777 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700778 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800779 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/generic/async_generic_service.h
781 - include/grpc++/generic/generic_stub.h
782 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800783 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800785 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700787 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700788 - include/grpc++/impl/grpc_library.h
789 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700790 - include/grpc++/impl/rpc_method.h
791 - include/grpc++/impl/rpc_service_method.h
792 - include/grpc++/impl/serialization_traits.h
793 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700794 - include/grpc++/impl/server_builder_plugin.h
795 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700796 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700797 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700798 - include/grpc++/security/auth_context.h
799 - include/grpc++/security/auth_metadata_processor.h
800 - include/grpc++/security/credentials.h
801 - include/grpc++/security/server_credentials.h
802 - include/grpc++/server.h
803 - include/grpc++/server_builder.h
804 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700805 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/support/async_stream.h
807 - include/grpc++/support/async_unary_call.h
808 - include/grpc++/support/byte_buffer.h
809 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700810 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700811 - include/grpc++/support/slice.h
812 - include/grpc++/support/status.h
813 - include/grpc++/support/status_code_enum.h
814 - include/grpc++/support/string_ref.h
815 - include/grpc++/support/stub_options.h
816 - include/grpc++/support/sync_stream.h
817 - include/grpc++/support/time.h
818 headers:
819 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700820 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800822 - src/cpp/server/health/default_health_check_service.h
823 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700825 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700826 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700827 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/client/client_context.cc
829 - src/cpp/client/create_channel.cc
830 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700831 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700832 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700835 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700836 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700838 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700840 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700841 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800842 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700843 - src/cpp/server/create_default_thread_pool.cc
844 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800845 - src/cpp/server/health/default_health_check_service.cc
846 - src/cpp/server/health/health.pb.c
847 - src/cpp/server/health/health_check_service.cc
848 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700849 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700850 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700851 - src/cpp/server/server_context.cc
852 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700853 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700854 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700855 - src/cpp/util/byte_buffer_cc.cc
856 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 - src/cpp/util/status.cc
858 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700859 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700860 uses:
yang-g17487f92016-06-03 15:21:15 -0700861 - grpc++_codegen_base
862- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700863 language: c++
864 public_headers:
865 - include/grpc++/impl/codegen/async_stream.h
866 - include/grpc++/impl/codegen/async_unary_call.h
867 - include/grpc++/impl/codegen/call.h
868 - include/grpc++/impl/codegen/call_hook.h
869 - include/grpc++/impl/codegen/channel_interface.h
870 - include/grpc++/impl/codegen/client_context.h
871 - include/grpc++/impl/codegen/client_unary_call.h
872 - include/grpc++/impl/codegen/completion_queue.h
873 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700874 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - include/grpc++/impl/codegen/core_codegen_interface.h
876 - include/grpc++/impl/codegen/create_auth_context.h
877 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800878 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700879 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700880 - include/grpc++/impl/codegen/rpc_method.h
881 - include/grpc++/impl/codegen/rpc_service_method.h
882 - include/grpc++/impl/codegen/security/auth_context.h
883 - include/grpc++/impl/codegen/serialization_traits.h
884 - include/grpc++/impl/codegen/server_context.h
885 - include/grpc++/impl/codegen/server_interface.h
886 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800887 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 - include/grpc++/impl/codegen/status.h
889 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700890 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 - include/grpc++/impl/codegen/string_ref.h
892 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700893 - include/grpc++/impl/codegen/sync_stream.h
894 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 uses:
896 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700897- name: grpc++_codegen_base_src
898 language: c++
899 src:
900 - src/cpp/codegen/codegen_init.cc
901 uses:
902 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700903- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700904 language: c++
905 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700906 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 uses:
yang-g17487f92016-06-03 15:21:15 -0700908 - grpc++_codegen_base
909 - grpc++_config_proto
910- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700911 language: c++
912 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700914- name: grpc++_reflection_proto
915 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700916 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700917 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800918- name: grpc++_test
919 language: c++
920 public_headers:
921 - include/grpc++/test/server_context_test_spouse.h
922 deps:
923 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700924- name: thrift_util
925 language: c++
926 public_headers:
927 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700928 - include/grpc++/impl/codegen/thrift_utils.h
929 uses:
930 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100931libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800932- name: gpr
933 build: all
934 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700936 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800937 secure: false
938 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
939- name: gpr_test_util
940 build: private
941 language: c
942 headers:
943 - test/core/util/test_config.h
944 src:
945 - test/core/util/test_config.c
946 deps:
947 - gpr
948 secure: false
949 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950- name: grpc
951 build: all
952 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700953 src:
954 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800956 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700957 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700958 filegroups:
959 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700960 - grpc_transport_chttp2_server_secure
961 - grpc_transport_chttp2_client_secure
962 - grpc_transport_chttp2_server_insecure
963 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800964 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700965 - grpc_lb_policy_pick_first
966 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700967 - grpc_resolver_dns_native
968 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700969 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100970 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700971 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700972 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700974 vs_packages:
975 - grpc.dependencies.openssl
976 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700978- name: grpc_cronet
979 build: all
980 language: c
981 src:
982 - src/core/lib/surface/init.c
983 baselib: true
984 deps_linkage: static
985 dll: true
986 filegroups:
987 - grpc_base
988 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700989 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800990 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700991 generate_plugin_registry: true
992 platforms:
993 - linux
994 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100995- name: grpc_dll
996 build: private
997 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100998 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100999 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001000 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001001 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001002 build_system:
1003 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001004 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001005 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001006 vs_config_type: DynamicLibrary
1007 vs_packages:
1008 - grpc.dependencies.openssl
1009 - grpc.dependencies.zlib
1010 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1011 vs_props:
1012 - zlib
1013 - openssl
1014 - winsock
1015 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016- name: grpc_test_util
1017 build: private
1018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001019 headers:
1020 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001021 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001022 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001023 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001024 - test/core/end2end/data/server1_cert.c
1025 - test/core/end2end/data/server1_key.c
1026 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001027 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001028 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001029 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001030 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001031 - grpc
1032 filegroups:
1033 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001034 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001035 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1036- name: grpc_test_util_unsecure
1037 build: private
1038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001039 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001040 - gpr
1041 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001042 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001043 filegroups:
1044 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001045 secure: false
1046 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1047- name: grpc_unsecure
1048 build: all
1049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001050 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001052 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001054 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001056 filegroups:
1057 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001058 - grpc_transport_chttp2_server_insecure
1059 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001060 - grpc_resolver_dns_native
1061 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001062 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001063 - grpc_lb_policy_grpclb
1064 - grpc_lb_policy_pick_first
1065 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001066 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001067 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001068 secure: false
1069 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001070- name: reconnect_server
1071 build: private
1072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001073 headers:
1074 - test/core/util/reconnect_server.h
1075 src:
1076 - test/core/util/reconnect_server.c
1077 deps:
yang-gc9fca182015-11-06 16:41:33 -08001078 - test_tcp_server
1079 - grpc_test_util
1080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001081 - gpr_test_util
1082 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001083- name: test_tcp_server
1084 build: private
1085 language: c
1086 headers:
1087 - test/core/util/test_tcp_server.h
1088 src:
1089 - test/core/util/test_tcp_server.c
1090 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001091 - grpc_test_util
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr_test_util
1094 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095- name: grpc++
1096 build: all
1097 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001098 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001099 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/cpp/client/secure_credentials.h
1101 - src/cpp/common/secure_auth_context.h
1102 - src/cpp/server/secure_server_credentials.h
1103 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001104 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001105 - src/cpp/client/secure_credentials.cc
1106 - src/cpp/common/auth_property_iterator.cc
1107 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001108 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001109 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001110 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001111 - src/cpp/server/secure_server_credentials.cc
1112 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001113 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001114 baselib: true
1115 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001116 filegroups:
1117 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001118 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001119 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001120 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121 secure: check
1122 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001123- name: grpc++_cronet
1124 build: all
1125 language: c++
1126 src:
1127 - src/cpp/client/cronet_credentials.cc
1128 - src/cpp/client/insecure_credentials.cc
1129 - src/cpp/common/insecure_create_auth_context.cc
1130 - src/cpp/server/insecure_server_credentials.cc
1131 deps:
1132 - gpr
1133 - grpc_cronet
1134 baselib: true
1135 dll: true
1136 filegroups:
1137 - grpc++_base
1138 - grpc++_codegen_base
1139 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001140 - grpc_transport_chttp2_client_insecure
1141 - grpc_transport_chttp2_server_insecure
1142 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001143 platforms:
1144 - linux
1145 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001146- name: grpc++_proto_reflection_desc_db
1147 build: private
1148 language: c++
1149 headers:
1150 - test/cpp/util/proto_reflection_descriptor_database.h
1151 src:
1152 - test/cpp/util/proto_reflection_descriptor_database.cc
1153 deps:
1154 - grpc++
1155 filegroups:
1156 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001157 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001158- name: grpc++_reflection
1159 build: all
1160 language: c++
1161 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001162 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001163 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001164 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001165 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001166 - src/cpp/ext/proto_server_reflection.cc
1167 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001168 deps:
1169 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001170 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001171 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172- name: grpc++_test_config
1173 build: private
1174 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001175 headers:
1176 - test/cpp/util/test_config.h
1177 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001178 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179- name: grpc++_test_util
1180 build: private
1181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001182 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001183 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001184 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001185 - test/cpp/util/create_test_channel.h
1186 - test/cpp/util/string_ref_helper.h
1187 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001188 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001189 src:
yang-gc8a49d22016-12-12 11:18:49 -08001190 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001191 - src/proto/grpc/testing/echo_messages.proto
1192 - src/proto/grpc/testing/echo.proto
1193 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001194 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001195 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001196 - test/cpp/util/create_test_channel.cc
1197 - test/cpp/util/string_ref_helper.cc
1198 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001199 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001200 deps:
1201 - grpc++
1202 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001203 filegroups:
1204 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001205 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001206 - grpc++_codegen_proto
1207 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001208 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: grpc++_unsecure
1210 build: all
1211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001212 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001213 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001214 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001215 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001216 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001217 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001218 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 baselib: true
1220 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001221 filegroups:
1222 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001223 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001224 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225 secure: false
1226 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001227- name: grpc_benchmark
1228 build: test
1229 language: c++
1230 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001231 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1232 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001233 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001234 src:
1235 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001236 deps:
1237 - benchmark
1238 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001239 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001240 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001241- name: grpc_cli_libs
1242 build: private
1243 language: c++
1244 headers:
1245 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001246 - test/cpp/util/cli_credentials.h
1247 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001248 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001249 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001250 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001251 src:
1252 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001253 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001254 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001255 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001256 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001257 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001258 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001259 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001260 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001261 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001262 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263- name: grpc_plugin_support
1264 build: protoc
1265 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001266 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001267 - src/compiler/config.h
1268 - src/compiler/cpp_generator.h
1269 - src/compiler/cpp_generator_helpers.h
1270 - src/compiler/csharp_generator.h
1271 - src/compiler/csharp_generator_helpers.h
1272 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001273 - src/compiler/node_generator.h
1274 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001275 - src/compiler/objective_c_generator.h
1276 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001277 - src/compiler/php_generator.h
1278 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001279 - src/compiler/python_generator.h
1280 - src/compiler/ruby_generator.h
1281 - src/compiler/ruby_generator_helpers-inl.h
1282 - src/compiler/ruby_generator_map-inl.h
1283 - src/compiler/ruby_generator_string-inl.h
1284 src:
1285 - src/compiler/cpp_generator.cc
1286 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001287 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001288 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001289 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001290 - src/compiler/python_generator.cc
1291 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001292 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001293 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294 secure: false
1295 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001296 vs_props:
1297 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001298- name: http2_client_main
1299 build: private
1300 language: c++
1301 headers:
1302 - test/cpp/interop/http2_client.h
1303 src:
1304 - src/proto/grpc/testing/empty.proto
1305 - src/proto/grpc/testing/messages.proto
1306 - src/proto/grpc/testing/test.proto
1307 - test/cpp/interop/http2_client.cc
1308 deps:
1309 - grpc++_test_util
1310 - grpc_test_util
1311 - grpc++
1312 - grpc
1313 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: interop_client_helper
1315 build: private
1316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001317 headers:
1318 - test/cpp/interop/client_helper.h
1319 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001320 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001321 - test/cpp/interop/client_helper.cc
1322 deps:
1323 - grpc++_test_util
1324 - grpc_test_util
1325 - grpc++
1326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: interop_client_main
1329 build: private
1330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001331 headers:
1332 - test/cpp/interop/interop_client.h
1333 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001334 - src/proto/grpc/testing/empty.proto
1335 - src/proto/grpc/testing/messages.proto
1336 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001337 - test/cpp/interop/client.cc
1338 - test/cpp/interop/interop_client.cc
1339 deps:
1340 - interop_client_helper
1341 - grpc++_test_util
1342 - grpc_test_util
1343 - grpc++
1344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001347 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: interop_server_helper
1349 build: private
1350 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001351 headers:
1352 - test/cpp/interop/server_helper.h
1353 src:
1354 - test/cpp/interop/server_helper.cc
1355 deps:
yang-gcc591022017-01-11 11:10:43 -08001356 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001357 - grpc_test_util
1358 - grpc++
1359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001360 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001361- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001362 build: private
1363 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001364 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001365 - src/proto/grpc/testing/empty.proto
1366 - src/proto/grpc/testing/messages.proto
1367 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001368 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001369 deps:
1370 - interop_server_helper
1371 - grpc++_test_util
1372 - grpc_test_util
1373 - grpc++
1374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001375 - gpr_test_util
1376 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001377 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001378- name: interop_server_main
1379 build: private
1380 language: c++
1381 src:
1382 - test/cpp/interop/interop_server_bootstrap.cc
1383 deps:
1384 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: qps
1386 build: private
1387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001388 headers:
1389 - test/cpp/qps/client.h
1390 - test/cpp/qps/driver.h
1391 - test/cpp/qps/histogram.h
1392 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001393 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001394 - test/cpp/qps/qps_worker.h
1395 - test/cpp/qps/report.h
1396 - test/cpp/qps/server.h
1397 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001398 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001399 - test/cpp/util/benchmark_config.h
1400 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001401 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001402 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001403 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001404 - src/proto/grpc/testing/control.proto
1405 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001406 - test/cpp/qps/client_async.cc
1407 - test/cpp/qps/client_sync.cc
1408 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001409 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001410 - test/cpp/qps/qps_worker.cc
1411 - test/cpp/qps/report.cc
1412 - test/cpp/qps/server_async.cc
1413 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001414 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001415 - test/cpp/util/benchmark_config.cc
1416 deps:
1417 - grpc_test_util
1418 - grpc++_test_util
1419 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: grpc_csharp_ext
1421 build: all
1422 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001423 src:
1424 - src/csharp/ext/grpc_csharp_ext.c
1425 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001427 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001428 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001429 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430 dll: only
1431 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001432 vs_packages:
1433 - grpc.dependencies.openssl
1434 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001436 vs_props:
1437 - zlib
1438 - openssl
1439 - winsock
1440 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001442- name: alarm_test
1443 build: test
1444 language: c
1445 src:
1446 - test/core/surface/alarm_test.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001450 - gpr_test_util
1451 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001452- name: algorithm_test
1453 build: test
1454 language: c
1455 src:
1456 - test/core/compression/algorithm_test.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001462- name: alloc_test
1463 build: test
1464 language: c
1465 src:
1466 - test/core/support/alloc_test.c
1467 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470- name: alpn_test
1471 build: test
1472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001473 src:
1474 - test/core/transport/chttp2/alpn_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001480- name: api_fuzzer
1481 build: fuzzer
1482 language: c
1483 src:
1484 - test/core/end2end/fuzzers/api_fuzzer.c
1485 deps:
1486 - grpc_test_util
1487 - grpc
1488 - gpr_test_util
1489 - gpr
1490 corpus_dirs:
1491 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001492 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001493 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001494- name: arena_test
1495 build: test
1496 language: c
1497 src:
1498 - test/core/support/arena_test.c
1499 deps:
1500 - gpr_test_util
1501 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001502- name: bad_server_response_test
1503 build: test
1504 language: c
1505 src:
1506 - test/core/end2end/bad_server_response_test.c
1507 deps:
1508 - test_tcp_server
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001513 exclude_iomgrs:
1514 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001515- name: bdp_estimator_test
1516 build: test
1517 language: c
1518 src:
1519 - test/core/transport/bdp_estimator_test.c
1520 deps:
1521 - grpc_test_util
1522 - grpc
1523 - gpr_test_util
1524 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001525- name: bin_decoder_test
1526 build: test
1527 language: c
1528 src:
1529 - test/core/transport/chttp2/bin_decoder_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001533- name: bin_encoder_test
1534 build: test
1535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001536 src:
1537 - test/core/transport/chttp2/bin_encoder_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001541- name: census_context_test
1542 build: test
1543 language: c
1544 src:
1545 - test/core/census/context_test.c
1546 deps:
1547 - grpc_test_util
1548 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001549 - gpr_test_util
1550 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001551- name: census_resource_test
1552 build: test
1553 language: c
1554 src:
1555 - test/core/census/resource_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
1559 - gpr_test_util
1560 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001561- name: census_trace_context_test
1562 build: test
1563 language: c
1564 src:
1565 - test/core/census/trace_context_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
1569 - gpr_test_util
1570 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001571- name: channel_create_test
1572 build: test
1573 language: c
1574 src:
1575 - test/core/surface/channel_create_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001581- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001585 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001591- name: chttp2_stream_map_test
1592 build: test
1593 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001594 src:
1595 - test/core/transport/chttp2/stream_map_test.c
1596 deps:
1597 - grpc_test_util
1598 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001599 - gpr_test_util
1600 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001601- name: chttp2_varint_test
1602 build: test
1603 language: c
1604 src:
1605 - test/core/transport/chttp2/varint_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001609 - gpr_test_util
1610 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001611- name: client_fuzzer
1612 build: fuzzer
1613 language: c
1614 src:
1615 - test/core/end2end/fuzzers/client_fuzzer.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
1619 - gpr_test_util
1620 - gpr
1621 corpus_dirs:
1622 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001623 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001624 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001625- name: combiner_test
1626 cpu_cost: 30
1627 build: test
1628 language: c
1629 src:
1630 - test/core/iomgr/combiner_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
1634 - gpr_test_util
1635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: compression_test
1637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/compression/compression_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001646- name: concurrent_connectivity_test
1647 build: test
1648 language: c
1649 src:
1650 - test/core/surface/concurrent_connectivity_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
1654 - gpr_test_util
1655 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001656 exclude_iomgrs:
1657 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001658- name: connection_refused_test
1659 cpu_cost: 0.1
1660 build: test
1661 language: c
1662 src:
1663 - test/core/end2end/connection_refused_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
1667 - gpr_test_util
1668 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001669- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001670 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001671 build: test
1672 language: c
1673 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001674 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001675 deps:
1676 - grpc_test_util
1677 - grpc
1678 - gpr_test_util
1679 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001680 exclude_iomgrs:
1681 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001682- name: dns_resolver_test
1683 build: test
1684 language: c
1685 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001686 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001693 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001694 build: test
1695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - test/core/end2end/dualstack_socket_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001703 exclude_iomgrs:
1704 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001705 platforms:
1706 - mac
1707 - linux
1708 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001709- name: endpoint_pair_test
1710 build: test
1711 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001712 src:
1713 - test/core/iomgr/endpoint_pair_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001717 - gpr_test_util
1718 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001719 exclude_iomgrs:
1720 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001721- name: error_test
1722 cpu_cost: 30
1723 build: test
1724 language: c
1725 src:
1726 - test/core/iomgr/error_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
1730 - gpr_test_util
1731 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001732- name: ev_epoll_linux_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/iomgr/ev_epoll_linux_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
1740 - gpr_test_util
1741 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001742 exclude_iomgrs:
1743 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001744 platforms:
1745 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: fd_conservation_posix_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/iomgr/fd_conservation_posix_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001756 exclude_iomgrs:
1757 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001758 platforms:
1759 - mac
1760 - linux
1761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: fd_posix_test
1763 build: test
1764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001765 src:
1766 - test/core/iomgr/fd_posix_test.c
1767 deps:
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001772 exclude_iomgrs:
1773 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001774 platforms:
1775 - mac
1776 - linux
1777 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001778- name: fling_client
1779 build: test
1780 run: false
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/fling/client.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: fling_server
1790 build: test
1791 run: false
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
1794 - test/core/fling/server.c
1795 deps:
1796 - grpc_test_util
1797 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001798 - gpr_test_util
1799 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001800- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001801 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - test/core/fling/fling_stream_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001811 platforms:
1812 - mac
1813 - linux
1814 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001815- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001816 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/fling/fling_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001826 platforms:
1827 - mac
1828 - linux
1829 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830- name: gen_hpack_tables
1831 build: tool
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - tools/codegen/core/gen_hpack_tables.c
1835 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001837 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: gen_legal_metadata_characters
1839 build: tool
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001843 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001844- name: gen_percent_encoding_tables
1845 build: tool
1846 language: c
1847 src:
1848 - tools/codegen/core/gen_percent_encoding_tables.c
1849 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001850- name: goaway_server_test
1851 cpu_cost: 0.1
1852 build: test
1853 language: c
1854 src:
1855 - test/core/end2end/goaway_server_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
1859 - gpr_test_util
1860 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001861 exclude_iomgrs:
1862 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001863 platforms:
1864 - mac
1865 - linux
1866 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001867- name: gpr_avl_test
1868 build: test
1869 language: c
1870 src:
1871 - test/core/support/avl_test.c
1872 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001875- name: gpr_backoff_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/support/backoff_test.c
1880 deps:
1881 - gpr_test_util
1882 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: gpr_cmdline_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/support/cmdline_test.c
1888 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001891- name: gpr_cpu_test
1892 build: test
1893 language: c
1894 src:
1895 - test/core/support/cpu_test.c
1896 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001899- name: gpr_env_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/support/env_test.c
1904 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001907- name: gpr_histogram_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/support/histogram_test.c
1912 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915- name: gpr_host_port_test
1916 build: test
1917 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001918 src:
1919 - test/core/support/host_port_test.c
1920 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001921 - gpr_test_util
1922 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: gpr_log_test
1924 build: test
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/support/log_test.c
1928 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001931- name: gpr_mpscq_test
1932 cpu_cost: 30
1933 build: test
1934 language: c
1935 src:
1936 - test/core/support/mpscq_test.c
1937 deps:
1938 - gpr_test_util
1939 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001940- name: gpr_spinlock_test
1941 cpu_cost: 10
1942 build: test
1943 language: c
1944 src:
1945 - test/core/support/spinlock_test.c
1946 deps:
1947 - gpr_test_util
1948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001949- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001950 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/support/stack_lockfree_test.c
1955 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: gpr_string_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/support/string_test.c
1963 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001964 - gpr_test_util
1965 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001967 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001968 build: test
1969 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001970 src:
1971 - test/core/support/sync_test.c
1972 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001976 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977 build: test
1978 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001979 src:
1980 - test/core/support/thd_test.c
1981 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001982 - gpr_test_util
1983 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001984- name: gpr_time_test
1985 build: test
1986 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001987 src:
1988 - test/core/support/time_test.c
1989 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: gpr_tls_test
1993 build: test
1994 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/core/support/tls_test.c
1997 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: gpr_useful_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/support/useful_test.c
2005 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: grpc_auth_context_test
2009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/security/auth_context_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002018- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019 build: test
2020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002021 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002022 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002023 deps:
2024 - grpc_test_util
2025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002026 - gpr_test_util
2027 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: grpc_byte_buffer_reader_test
2029 build: test
2030 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/core/surface/byte_buffer_reader_test.c
2033 deps:
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: grpc_channel_args_test
2039 build: test
2040 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002041 src:
2042 - test/core/channel/channel_args_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: grpc_channel_stack_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/channel/channel_stack_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: grpc_completion_queue_test
2059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/core/surface/completion_queue_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002068- name: grpc_completion_queue_threading_test
2069 build: test
2070 language: c
2071 src:
2072 - test/core/surface/completion_queue_threading_test.c
2073 deps:
2074 - grpc_test_util
2075 - grpc
2076 - gpr_test_util
2077 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002078 exclude_iomgrs:
2079 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: grpc_create_jwt
2081 build: tool
2082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/core/security/create_jwt.c
2085 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002088 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: grpc_credentials_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/security/credentials_test.c
2094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002100 build: test
2101 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/core/security/fetch_oauth2.c
2105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002110- name: grpc_invalid_channel_args_test
2111 build: test
2112 language: c
2113 src:
2114 - test/core/surface/invalid_channel_args_test.c
2115 deps:
2116 - grpc_test_util
2117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: grpc_json_token_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/security/json_token_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 platforms:
2131 - linux
2132 - posix
2133 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: grpc_jwt_verifier_test
2135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/security/jwt_verifier_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: grpc_print_google_default_creds_token
2145 build: tool
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/security/print_google_default_creds_token.c
2149 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152- name: grpc_security_connector_test
2153 build: test
2154 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002155 src:
2156 - test/core/security/security_connector_test.c
2157 deps:
2158 - grpc_test_util
2159 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002160 - gpr_test_util
2161 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: grpc_verify_jwt
2163 build: tool
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
2166 - test/core/security/verify_jwt.c
2167 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002168 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002170- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002171 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002172 language: c
2173 src:
2174 - test/core/handshake/client_ssl.c
2175 deps:
2176 - grpc_test_util
2177 - grpc
2178 - gpr_test_util
2179 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002180 exclude_iomgrs:
2181 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002182 platforms:
2183 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002184 secure: true
2185- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002186 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002187 language: c
2188 src:
2189 - test/core/handshake/server_ssl.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
2193 - gpr_test_util
2194 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002195 platforms:
2196 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002197 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002198- name: hpack_parser_fuzzer_test
2199 build: fuzzer
2200 language: c
2201 src:
2202 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
2206 - gpr_test_util
2207 - gpr
2208 corpus_dirs:
2209 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002210 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002211 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002212- name: hpack_parser_test
2213 build: test
2214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002215 src:
2216 - test/core/transport/chttp2/hpack_parser_test.c
2217 deps:
2218 - grpc_test_util
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: hpack_table_test
2223 build: test
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
2226 - test/core/transport/chttp2/hpack_table_test.c
2227 deps:
2228 - grpc_test_util
2229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002230 - gpr_test_util
2231 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002232- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002236 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002237 deps:
2238 - grpc_test_util
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002242- name: http_request_fuzzer_test
2243 build: fuzzer
2244 language: c
2245 src:
2246 - test/core/http/request_fuzzer.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
2252 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002253 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002254 maxlen: 2048
2255- name: http_response_fuzzer_test
2256 build: fuzzer
2257 language: c
2258 src:
2259 - test/core/http/response_fuzzer.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
2263 - gpr_test_util
2264 - gpr
2265 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002266 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002267 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002268- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269 build: test
2270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002272 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002273 deps:
2274 - grpc_test_util
2275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002276 - gpr_test_util
2277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002279 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002283 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002289 platforms:
2290 - mac
2291 - linux
2292 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002293- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002294 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002295 build: test
2296 language: c
2297 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002298 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002304 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002305 - linux
yang-gf1183302015-12-07 16:02:05 -08002306- name: init_test
2307 build: test
2308 language: c
2309 src:
2310 - test/core/surface/init_test.c
2311 deps:
2312 - grpc_test_util
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002316- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002317 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002318 build: test
2319 language: c
2320 src:
2321 - test/core/end2end/invalid_call_argument_test.c
2322 deps:
2323 - grpc_test_util
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002327- name: json_fuzzer_test
2328 build: fuzzer
2329 language: c
2330 src:
2331 - test/core/json/fuzzer.c
2332 deps:
2333 - grpc_test_util
2334 - grpc
2335 - gpr_test_util
2336 - gpr
2337 corpus_dirs:
2338 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002339 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: json_rewrite
2341 build: test
2342 run: false
2343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002344 src:
2345 - test/core/json/json_rewrite.c
2346 deps:
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: json_rewrite_test
2350 build: test
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/json/json_rewrite_test.c
2354 deps:
2355 - grpc_test_util
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002359- name: json_stream_error_test
2360 build: test
2361 language: c
2362 src:
2363 - test/core/json/json_stream_error_test.c
2364 deps:
2365 - grpc_test_util
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: json_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/json/json_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379- name: lame_client_test
2380 build: test
2381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
2383 - test/core/surface/lame_client_test.c
2384 deps:
2385 - grpc_test_util
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002389- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002390 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002391 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002392 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002395 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002401- name: load_file_test
2402 build: test
2403 language: c
2404 src:
2405 - test/core/iomgr/load_file_test.c
2406 deps:
2407 - grpc_test_util
2408 - grpc
2409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: low_level_ping_pong_benchmark
2412 build: benchmark
2413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/network_benchmarks/low_level_ping_pong.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002421 platforms:
2422 - mac
2423 - linux
2424 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002425- name: memory_profile_client
2426 build: test
2427 run: false
2428 language: c
2429 src:
2430 - test/core/memory_usage/client.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
2434 - gpr_test_util
2435 - gpr
2436- name: memory_profile_server
2437 build: test
2438 run: false
2439 language: c
2440 src:
2441 - test/core/memory_usage/server.c
2442 deps:
2443 - grpc_test_util
2444 - grpc
2445 - gpr_test_util
2446 - gpr
2447- name: memory_profile_test
2448 cpu_cost: 1.5
2449 build: test
2450 language: c
2451 src:
2452 - test/core/memory_usage/memory_usage_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
2456 - gpr_test_util
2457 - gpr
2458 platforms:
2459 - mac
2460 - linux
2461 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: message_compress_test
2463 build: test
2464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/core/compression/message_compress_test.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002470 - gpr_test_util
2471 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002472- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002473 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002474 build: test
2475 language: c
2476 src:
2477 - test/core/census/mlog_test.c
2478 deps:
2479 - grpc_test_util
2480 - grpc
2481 - gpr_test_util
2482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: multiple_server_queues_test
2484 build: test
2485 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/core/end2end/multiple_server_queues_test.c
2488 deps:
2489 - grpc_test_util
2490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002491 - gpr_test_util
2492 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493- name: murmur_hash_test
2494 build: test
2495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002496 src:
2497 - test/core/support/murmur_hash_test.c
2498 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002501- name: nanopb_fuzzer_response_test
2502 build: fuzzer
2503 language: c
2504 src:
2505 - test/core/nanopb/fuzzer_response.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
2509 - gpr_test_util
2510 - gpr
2511 corpus_dirs:
2512 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002513 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002514- name: nanopb_fuzzer_serverlist_test
2515 build: fuzzer
2516 language: c
2517 src:
2518 - test/core/nanopb/fuzzer_serverlist.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
2522 - gpr_test_util
2523 - gpr
2524 corpus_dirs:
2525 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002526 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002527- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002528 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 build: test
2530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/core/end2end/no_server_test.c
2533 deps:
2534 - grpc_test_util
2535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002536 - gpr_test_util
2537 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002538- name: parse_address_test
2539 build: test
2540 language: c
2541 src:
2542 - test/core/client_channel/parse_address_test.c
2543 deps:
2544 - grpc_test_util
2545 - grpc
2546 - gpr_test_util
2547 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002548- name: percent_decode_fuzzer
2549 build: fuzzer
2550 language: c
2551 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002552 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002559 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002560 maxlen: 32
2561- name: percent_encode_fuzzer
2562 build: fuzzer
2563 language: c
2564 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002565 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002566 deps:
2567 - grpc_test_util
2568 - grpc
2569 - gpr_test_util
2570 - gpr
2571 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002572 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002573 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002574- name: percent_encoding_test
2575 build: test
2576 language: c
2577 src:
2578 - test/core/slice/percent_encoding_test.c
2579 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002580 - grpc_test_util
2581 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002582 - gpr_test_util
2583 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002584- name: pollset_set_test
2585 build: test
2586 language: c
2587 src:
2588 - test/core/iomgr/pollset_set_test.c
2589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 exclude_iomgrs:
2595 - uv
2596 platforms:
2597 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002598- name: resolve_address_posix_test
2599 build: test
2600 language: c
2601 src:
2602 - test/core/iomgr/resolve_address_posix_test.c
2603 deps:
2604 - grpc_test_util
2605 - grpc
2606 - gpr_test_util
2607 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002608 exclude_iomgrs:
2609 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002610 platforms:
2611 - mac
2612 - linux
2613 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614- name: resolve_address_test
2615 build: test
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
2618 - test/core/iomgr/resolve_address_test.c
2619 deps:
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002624- name: resource_quota_test
2625 cpu_cost: 30
2626 build: test
2627 language: c
2628 src:
2629 - test/core/iomgr/resource_quota_test.c
2630 deps:
2631 - grpc_test_util
2632 - grpc
2633 - gpr_test_util
2634 - gpr
yang-gd482e592015-12-10 14:04:00 -08002635- name: secure_channel_create_test
2636 build: test
2637 language: c
2638 src:
2639 - test/core/surface/secure_channel_create_test.c
2640 deps:
2641 - grpc_test_util
2642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002643 - gpr_test_util
2644 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: secure_endpoint_test
2646 build: test
2647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - test/core/security/secure_endpoint_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002655 exclude_iomgrs:
2656 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002657- name: sequential_connectivity_test
2658 build: test
2659 language: c
2660 src:
2661 - test/core/surface/sequential_connectivity_test.c
2662 deps:
2663 - grpc_test_util
2664 - grpc
2665 - gpr_test_util
2666 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002667 exclude_iomgrs:
2668 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002669- name: server_chttp2_test
2670 build: test
2671 language: c
2672 src:
2673 - test/core/surface/server_chttp2_test.c
2674 deps:
2675 - grpc_test_util
2676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr_test_util
2678 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002679- name: server_fuzzer
2680 build: fuzzer
2681 language: c
2682 src:
2683 - test/core/end2end/fuzzers/server_fuzzer.c
2684 deps:
2685 - grpc_test_util
2686 - grpc
2687 - gpr_test_util
2688 - gpr
2689 corpus_dirs:
2690 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002691 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002692 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002693- name: server_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/surface/server_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002703- name: slice_buffer_test
2704 build: test
2705 language: c
2706 src:
2707 - test/core/slice/slice_buffer_test.c
2708 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002709 - grpc_test_util
2710 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002711 - gpr_test_util
2712 - gpr
2713- name: slice_string_helpers_test
2714 build: test
2715 language: c
2716 src:
2717 - test/core/slice/slice_string_helpers_test.c
2718 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002719 - grpc_test_util
2720 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002721 - gpr_test_util
2722 - gpr
2723- name: slice_test
2724 build: test
2725 language: c
2726 src:
2727 - test/core/slice/slice_test.c
2728 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002729 - grpc_test_util
2730 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002731 - gpr_test_util
2732 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002733- name: sockaddr_resolver_test
2734 build: test
2735 language: c
2736 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002737 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743- name: sockaddr_utils_test
2744 build: test
2745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002746 src:
2747 - test/core/iomgr/sockaddr_utils_test.c
2748 deps:
2749 - grpc_test_util
2750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002751 - gpr_test_util
2752 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002753- name: socket_utils_test
2754 build: test
2755 language: c
2756 src:
2757 - test/core/iomgr/socket_utils_test.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002763 exclude_iomgrs:
2764 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002765 platforms:
2766 - mac
2767 - linux
2768 - posix
yang-g31e21282016-11-04 15:10:03 -07002769- name: ssl_server_fuzzer
2770 build: fuzzer
2771 language: c
2772 src:
2773 - test/core/security/ssl_server_fuzzer.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
2777 - gpr_test_util
2778 - gpr
2779 corpus_dirs:
2780 - test/core/security/corpus/ssl_server_corpus
2781 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002782- name: status_conversion_test
2783 build: test
2784 language: c
2785 src:
2786 - test/core/transport/status_conversion_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
2790 - gpr_test_util
2791 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002792- name: stream_owned_slice_test
2793 build: test
2794 language: c
2795 src:
2796 - test/core/transport/stream_owned_slice_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
2800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002803 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/core/iomgr/tcp_client_posix_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002813 exclude_iomgrs:
2814 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002815 platforms:
2816 - mac
2817 - linux
2818 - posix
murgatroid991191b722017-02-08 11:56:52 -08002819- name: tcp_client_uv_test
2820 cpu_cost: 0.5
2821 build: test
2822 language: c
2823 src:
2824 - test/core/iomgr/tcp_client_uv_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
2830 exclude_iomgrs:
2831 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002833 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/core/iomgr/tcp_posix_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002843 exclude_iomgrs:
2844 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002845 platforms:
2846 - mac
2847 - linux
2848 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: tcp_server_posix_test
2850 build: test
2851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - test/core/iomgr/tcp_server_posix_test.c
2854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002859 exclude_iomgrs:
2860 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002861 platforms:
2862 - mac
2863 - linux
2864 - posix
murgatroid991191b722017-02-08 11:56:52 -08002865- name: tcp_server_uv_test
2866 build: test
2867 language: c
2868 src:
2869 - test/core/iomgr/tcp_server_uv_test.c
2870 deps:
2871 - grpc_test_util
2872 - grpc
2873 - gpr_test_util
2874 - gpr
2875 exclude_iomgrs:
2876 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877- name: time_averaged_stats_test
2878 build: test
2879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002880 src:
2881 - test/core/iomgr/time_averaged_stats_test.c
2882 deps:
2883 - grpc_test_util
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887- name: timeout_encoding_test
2888 build: test
2889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002891 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002892 deps:
2893 - grpc_test_util
2894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002895 - gpr_test_util
2896 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002897- name: timer_heap_test
2898 build: test
2899 language: c
2900 src:
2901 - test/core/iomgr/timer_heap_test.c
2902 deps:
2903 - grpc_test_util
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002907 exclude_iomgrs:
2908 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002909- name: timer_list_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/iomgr/timer_list_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002919 exclude_iomgrs:
2920 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002921- name: transport_connectivity_state_test
2922 build: test
2923 language: c
2924 src:
2925 - test/core/transport/connectivity_state_test.c
2926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: transport_metadata_test
2932 build: test
2933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
2935 - test/core/transport/metadata_test.c
2936 deps:
2937 - grpc_test_util
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002941- name: transport_pid_controller_test
2942 build: test
2943 language: c
2944 src:
2945 - test/core/transport/pid_controller_test.c
2946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: transport_security_test
2952 build: test
2953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002954 src:
2955 - test/core/tsi/transport_security_test.c
2956 deps:
2957 - grpc_test_util
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002961 platforms:
2962 - linux
2963 - posix
2964 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: udp_server_test
2966 build: test
2967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/core/iomgr/udp_server_test.c
2970 deps:
2971 - grpc_test_util
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002975 exclude_iomgrs:
2976 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002977 platforms:
2978 - mac
2979 - linux
2980 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002981- name: uri_fuzzer_test
2982 build: fuzzer
2983 language: c
2984 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002985 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002986 deps:
2987 - grpc_test_util
2988 - grpc
2989 - gpr_test_util
2990 - gpr
2991 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002992 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002993 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: uri_parser_test
2995 build: test
2996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002998 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003004- name: wakeup_fd_cv_test
3005 build: test
3006 language: c
3007 src:
3008 - test/core/iomgr/wakeup_fd_cv_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
3012 - gpr_test_util
3013 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003014 exclude_iomgrs:
3015 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003016 platforms:
3017 - mac
3018 - linux
3019 - posix
vjpai04e992a2016-02-10 16:58:38 -08003020- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003021 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003022 build: test
3023 language: c++
3024 src:
3025 - test/cpp/common/alarm_cpp_test.cc
3026 deps:
3027 - grpc++_test_util
3028 - grpc_test_util
3029 - grpc++
3030 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003031 - gpr_test_util
3032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003034 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035 build: test
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - test/cpp/end2end/async_end2end_test.cc
3039 deps:
3040 - grpc++_test_util
3041 - grpc_test_util
3042 - grpc++
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: auth_property_iterator_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/common/auth_property_iterator_test.cc
3052 deps:
3053 - grpc++_test_util
3054 - grpc_test_util
3055 - grpc++
3056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003057 - gpr_test_util
3058 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003059- name: bm_arena
3060 build: test
3061 language: c++
3062 src:
3063 - test/cpp/microbenchmarks/bm_arena.cc
3064 deps:
3065 - grpc_benchmark
3066 - benchmark
3067 - grpc++_test_util
3068 - grpc_test_util
3069 - grpc++
3070 - grpc
3071 - gpr_test_util
3072 - gpr
3073 args:
3074 - --benchmark_min_time=0
3075 platforms:
3076 - mac
3077 - linux
3078 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003079- name: bm_call_create
3080 build: test
3081 language: c++
3082 src:
3083 - test/cpp/microbenchmarks/bm_call_create.cc
3084 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003085 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003086 - benchmark
3087 - grpc++_test_util
3088 - grpc_test_util
3089 - grpc++
3090 - grpc
3091 - gpr_test_util
3092 - gpr
3093 args:
3094 - --benchmark_min_time=0
3095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003099- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003100 build: test
3101 language: c++
3102 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003103 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003104 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003105 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003106 - benchmark
3107 - grpc++_test_util
3108 - grpc_test_util
3109 - grpc++
3110 - grpc
3111 - gpr_test_util
3112 - gpr
3113 args:
3114 - --benchmark_min_time=0
3115 platforms:
3116 - mac
3117 - linux
3118 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003119- name: bm_chttp2_transport
3120 build: test
3121 language: c++
3122 src:
3123 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3124 deps:
3125 - grpc_benchmark
3126 - benchmark
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
3131 - gpr_test_util
3132 - gpr
3133 args:
3134 - --benchmark_min_time=0
3135 platforms:
3136 - mac
3137 - linux
3138 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003139- name: bm_closure
3140 build: test
3141 language: c++
3142 src:
3143 - test/cpp/microbenchmarks/bm_closure.cc
3144 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003145 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003146 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003147 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003148 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003149 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003150 - grpc
3151 - gpr_test_util
3152 - gpr
3153 args:
3154 - --benchmark_min_time=0
3155 platforms:
3156 - mac
3157 - linux
3158 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003159- name: bm_cq
3160 build: test
3161 language: c++
3162 src:
3163 - test/cpp/microbenchmarks/bm_cq.cc
3164 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003165 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003166 - benchmark
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 args:
3174 - --benchmark_min_time=0
3175 platforms:
3176 - mac
3177 - linux
3178 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003179- name: bm_error
3180 build: test
3181 language: c++
3182 src:
3183 - test/cpp/microbenchmarks/bm_error.cc
3184 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003185 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003186 - benchmark
3187 - grpc++_test_util
3188 - grpc_test_util
3189 - grpc++
3190 - grpc
3191 - gpr_test_util
3192 - gpr
3193 args:
3194 - --benchmark_min_time=0
3195 platforms:
3196 - mac
3197 - linux
3198 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003199- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003200 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003201 language: c++
3202 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003203 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003204 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003205 - grpc_benchmark
3206 - benchmark
3207 - grpc++_test_util
3208 - grpc_test_util
3209 - grpc++
3210 - grpc
3211 - gpr_test_util
3212 - gpr
3213 args:
3214 - --benchmark_min_time=0
3215 excluded_poll_engines:
3216 - poll
3217 - poll-cv
3218 platforms:
3219 - mac
3220 - linux
3221 - posix
3222 timeout_seconds: 1200
3223- name: bm_fullstack_streaming_pump
3224 build: test
3225 language: c++
3226 src:
3227 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003228 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003229 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003230 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003231 - grpc++_test_util
3232 - grpc_test_util
3233 - grpc++
3234 - grpc
3235 - gpr_test_util
3236 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003237 args:
3238 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003239 excluded_poll_engines:
3240 - poll
3241 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003246 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003247- name: bm_fullstack_trickle
3248 build: test
3249 language: c++
3250 src:
3251 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3252 deps:
3253 - grpc_benchmark
3254 - benchmark
3255 - grpc++_test_util
3256 - grpc_test_util
3257 - grpc++
3258 - grpc
3259 - gpr_test_util
3260 - gpr
3261 args:
3262 - --benchmark_min_time=0
3263 excluded_poll_engines:
3264 - poll
3265 - poll-cv
3266 platforms:
3267 - mac
3268 - linux
3269 - posix
3270 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003271- name: bm_fullstack_unary_ping_pong
3272 build: test
3273 language: c++
3274 src:
3275 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3276 deps:
3277 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003278 - benchmark
3279 - grpc++_test_util
3280 - grpc_test_util
3281 - grpc++
3282 - grpc
3283 - gpr_test_util
3284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003286 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003288 - poll
3289 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003290 platforms:
3291 - mac
3292 - linux
3293 - posix
3294 timeout_seconds: 1200
3295- name: bm_metadata
3296 build: test
3297 language: c++
3298 src:
3299 - test/cpp/microbenchmarks/bm_metadata.cc
3300 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003301 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003302 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003303 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003304 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003305 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003306 - grpc
3307 - gpr_test_util
3308 - gpr
3309 args:
3310 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003311 platforms:
3312 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003313 - linux
3314 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003315- name: bm_pollset
3316 build: test
3317 language: c++
3318 src:
3319 - test/cpp/microbenchmarks/bm_pollset.cc
3320 deps:
3321 - grpc_benchmark
3322 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003323 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003324 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003325 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003326 - grpc
3327 - gpr_test_util
3328 - gpr
3329 args:
3330 - --benchmark_min_time=0
3331 platforms:
3332 - mac
3333 - linux
3334 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003335- name: channel_arguments_test
3336 gtest: true
3337 build: test
3338 language: c++
3339 src:
3340 - test/cpp/common/channel_arguments_test.cc
3341 deps:
3342 - grpc++
3343 - grpc
3344 - gpr
3345- name: channel_filter_test
3346 gtest: true
3347 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003348 language: c++
3349 src:
3350 - test/cpp/common/channel_filter_test.cc
3351 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003352 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003353 - grpc
3354 - gpr
3355- name: cli_call_test
3356 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003357 build: test
3358 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003359 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003360 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003361 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003362 - grpc_cli_libs
3363 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003364 - grpc_test_util
3365 - grpc++
3366 - grpc
3367 - gpr_test_util
3368 - gpr
3369- name: client_crash_test
3370 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003371 cpu_cost: 0.1
3372 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003373 language: c++
3374 src:
3375 - test/cpp/end2end/client_crash_test.cc
3376 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003377 - grpc++_test_util
3378 - grpc_test_util
3379 - grpc++
3380 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003381 - gpr_test_util
3382 - gpr
3383 platforms:
3384 - mac
3385 - linux
3386 - posix
3387- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003388 build: test
3389 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003390 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003391 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003392 - test/cpp/end2end/client_crash_test_server.cc
3393 deps:
3394 - grpc++_test_util
3395 - grpc_test_util
3396 - grpc++
3397 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003398 - gpr_test_util
3399 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003400- name: codegen_test_full
3401 gtest: true
3402 build: test
3403 language: c++
3404 src:
3405 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003406 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003407 - src/proto/grpc/testing/payloads.proto
3408 - src/proto/grpc/testing/services.proto
3409 - src/proto/grpc/testing/stats.proto
3410 - test/cpp/codegen/codegen_test_full.cc
3411 deps:
3412 - grpc++
3413 - grpc
3414 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003415 filegroups:
3416 - grpc++_codegen_base
3417- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003418 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003419 build: test
yang-g34b58612016-06-03 17:30:09 -07003420 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003421 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003422 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 - src/proto/grpc/testing/messages.proto
3424 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003425 - src/proto/grpc/testing/services.proto
3426 - src/proto/grpc/testing/stats.proto
3427 - test/cpp/codegen/codegen_test_minimal.cc
3428 filegroups:
3429 - grpc++_codegen_base
Craig Tillerda179ce2016-02-09 12:01:53 -08003430 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003431- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003432 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003433 build: test
3434 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003435 src:
3436 - test/cpp/client/credentials_test.cc
3437 deps:
3438 - grpc++
3439 - grpc
3440 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003441- name: cxx_byte_buffer_test
3442 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003443 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003444 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003445 src:
3446 - test/cpp/util/byte_buffer_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003447 deps:
3448 - grpc_test_util
3449 - grpc++
3450 - grpc
3451 - gpr_test_util
3452 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003453- name: cxx_slice_test
3454 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003455 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003456 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003457 src:
3458 - test/cpp/util/slice_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003459 deps:
3460 - grpc_test_util
3461 - grpc++
3462 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 - gpr_test_util
Craig Tillerca62ff02016-02-24 22:22:57 -08003464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003465- name: cxx_string_ref_test
3466 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003467 build: test
3468 language: c++
3469 src:
3470 - test/cpp/util/string_ref_test.cc
3471 deps:
3472 - grpc++
Craig Tillerda179ce2016-02-09 12:01:53 -08003473- name: cxx_time_test
3474 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003475 build: test
Craig Tillerca62ff02016-02-24 22:22:57 -08003476 language: c++
Craig Tillerbfd05532016-01-20 09:53:15 -08003477 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003478 - test/cpp/util/time_test.cc
3479 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003480 - grpc_test_util
3481 - grpc++
3482 - grpc
3483 - gpr_test_util
3484 - gpr
3485- name: end2end_test
3486 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003487 cpu_cost: 0.5
3488 build: test
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003489 language: c++
3490 src:
3491 - test/cpp/end2end/end2end_test.cc
3492 deps:
3493 - grpc++_test_util
3494 - grpc_test_util
3495 - grpc++
3496 - grpc
3497 - gpr_test_util
3498 - gpr
3499- name: filter_end2end_test
3500 gtest: true
3501 build: test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502 language: c++
Craig Tillerca62ff02016-02-24 22:22:57 -08003503 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003504 - test/cpp/end2end/filter_end2end_test.cc
3505 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003506 - grpc++_test_util
3507 - grpc_test_util
3508 - grpc++
3509 - grpc
3510 - gpr_test_util
3511 - gpr
3512- name: generic_end2end_test
Craig Tillerda179ce2016-02-09 12:01:53 -08003513 gtest: true
3514 build: test
yang-gb8aa58b2016-04-14 15:50:50 -07003515 language: c++
3516 src:
3517 - test/cpp/end2end/generic_end2end_test.cc
3518 deps:
3519 - grpc++_test_util
3520 - grpc_test_util
3521 - grpc++
3522 - grpc
3523 - gpr_test_util
3524 - gpr
3525- name: golden_file_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003526 gtest: true
3527 build: test
3528 language: c++
3529 src:
Craig Tiller25834342015-09-25 08:08:24 -07003530 - src/proto/grpc/testing/compiler_test.proto
3531 - test/cpp/codegen/golden_file_test.cc
3532 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003533 - grpc++
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003534 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003535 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003536 args:
3537 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003538- name: grpc_cli
3539 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003540 run: false
3541 language: c++
3542 src:
3543 - test/cpp/util/grpc_cli.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003544 deps:
3545 - grpc_cli_libs
3546 - grpc++_proto_reflection_desc_db
murgatroid99d2ee81f2016-02-26 11:10:33 -08003547 - grpc++
3548 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003549 - gpr
3550 - grpc++_test_config
3551- name: grpc_cpp_plugin
3552 build: protoc
3553 language: c++
3554 src:
3555 - src/compiler/cpp_plugin.cc
3556 deps:
3557 - grpc_plugin_support
3558 secure: false
3559 vs_config_type: Application
3560 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3561- name: grpc_csharp_plugin
3562 build: protoc
3563 language: c++
3564 src:
3565 - src/compiler/csharp_plugin.cc
3566 deps:
3567 - grpc_plugin_support
3568 secure: false
3569 vs_config_type: Application
3570 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003571- name: grpc_node_plugin
3572 build: protoc
3573 language: c++
3574 src:
3575 - src/compiler/node_plugin.cc
3576 deps:
3577 - grpc_plugin_support
3578 secure: false
3579 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003580- name: grpc_objective_c_plugin
3581 build: protoc
3582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003583 src:
3584 - src/compiler/objective_c_plugin.cc
3585 deps:
3586 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003587 secure: false
3588 vs_config_type: Application
3589 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003590- name: grpc_php_plugin
3591 build: protoc
3592 language: c++
3593 src:
3594 - src/compiler/php_plugin.cc
3595 deps:
3596 - grpc_plugin_support
3597 secure: false
3598 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003599- name: grpc_python_plugin
3600 build: protoc
3601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003602 src:
3603 - src/compiler/python_plugin.cc
3604 deps:
3605 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003606 secure: false
3607 vs_config_type: Application
3608 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3609- name: grpc_ruby_plugin
3610 build: protoc
3611 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003612 src:
3613 - src/compiler/ruby_plugin.cc
3614 deps:
3615 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003616 secure: false
3617 vs_config_type: Application
3618 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003619- name: grpc_tool_test
3620 gtest: true
3621 build: test
3622 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003623 src:
3624 - src/proto/grpc/testing/echo.proto
3625 - src/proto/grpc/testing/echo_messages.proto
3626 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003627 deps:
3628 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003629 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003630 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003631 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003632 - grpc_test_util
3633 - grpc++
3634 - grpc
3635 - gpr_test_util
3636 - gpr
3637 filegroups:
3638 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003639- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003640 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003641 build: test
3642 language: c++
3643 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003644 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003645 - test/cpp/grpclb/grpclb_api_test.cc
3646 deps:
3647 - grpc++_test_util
3648 - grpc_test_util
3649 - grpc++
3650 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003651- name: grpclb_test
3652 gtest: false
3653 build: test
3654 language: c++
3655 src:
3656 - src/proto/grpc/lb/v1/load_balancer.proto
3657 - test/cpp/grpclb/grpclb_test.cc
3658 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003659 - grpc++_test_util
3660 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003661 - grpc++
3662 - grpc
3663 - gpr_test_util
3664 - gpr
yang-gad327642016-12-12 14:32:09 -08003665- name: health_service_end2end_test
3666 gtest: true
3667 build: test
3668 language: c++
3669 src:
3670 - test/cpp/end2end/health_service_end2end_test.cc
3671 deps:
3672 - grpc++_test_util
3673 - grpc_test_util
3674 - grpc++
3675 - grpc
3676 - gpr_test_util
3677 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003678- name: http2_client
3679 build: test
3680 run: false
3681 language: c++
3682 src: []
3683 deps:
3684 - http2_client_main
3685 - grpc++_test_util
3686 - grpc_test_util
3687 - grpc++
3688 - grpc
3689 - grpc++_test_config
3690 platforms:
3691 - mac
3692 - linux
3693 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003694- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003695 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003696 build: test
3697 language: c++
3698 src:
3699 - test/cpp/end2end/hybrid_end2end_test.cc
3700 deps:
3701 - grpc++_test_util
3702 - grpc_test_util
3703 - grpc++
3704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003705 - gpr_test_util
3706 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003707- name: interop_client
3708 build: test
3709 run: false
3710 language: c++
3711 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003712 deps:
3713 - interop_client_main
3714 - interop_client_helper
3715 - grpc++_test_util
3716 - grpc_test_util
3717 - grpc++
3718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003719 - gpr_test_util
3720 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003721 - grpc++_test_config
3722 platforms:
3723 - mac
3724 - linux
3725 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726- name: interop_server
3727 build: test
3728 run: false
3729 language: c++
3730 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003731 deps:
3732 - interop_server_main
3733 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003734 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003735 - grpc++_test_util
3736 - grpc_test_util
3737 - grpc++
3738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003739 - gpr_test_util
3740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003741 - grpc++_test_config
3742 platforms:
3743 - mac
3744 - linux
3745 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003746- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003747 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003748 build: test
3749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003750 src:
3751 - test/cpp/interop/interop_test.cc
3752 deps:
3753 - grpc_test_util
3754 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003755 - gpr_test_util
3756 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003757 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003758 platforms:
3759 - mac
3760 - linux
3761 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003762- name: json_run_localhost
3763 build: test
3764 run: false
3765 language: c++
3766 src:
3767 - test/cpp/qps/json_run_localhost.cc
3768 deps:
3769 - grpc++_test_util
3770 - grpc_test_util
3771 - grpc++
3772 - grpc
3773 - gpr_test_util
3774 - gpr
3775 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003776 platforms:
3777 - mac
3778 - linux
3779 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003780- name: metrics_client
3781 build: test
3782 run: false
3783 language: c++
3784 headers:
3785 - test/cpp/util/metrics_server.h
3786 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003787 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003788 - test/cpp/interop/metrics_client.cc
3789 deps:
3790 - grpc++
3791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003792 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003793 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003794- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003795 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796 build: test
3797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003798 src:
3799 - test/cpp/end2end/mock_test.cc
3800 deps:
3801 - grpc++_test_util
3802 - grpc_test_util
3803 - grpc++
3804 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003805 - gpr_test_util
3806 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003807- name: noop-benchmark
3808 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003809 language: c++
3810 src:
3811 - test/cpp/microbenchmarks/noop-benchmark.cc
3812 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003813 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003814- name: proto_server_reflection_test
3815 gtest: true
3816 build: test
3817 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003818 src:
3819 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003820 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003821 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003822 - grpc++_reflection
3823 - grpc++_test_util
3824 - grpc_test_util
3825 - grpc++
3826 - grpc
3827 - gpr_test_util
3828 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003829- name: proto_utils_test
3830 gtest: true
3831 build: test
3832 language: c++
3833 src:
3834 - test/cpp/codegen/proto_utils_test.cc
3835 deps:
3836 - grpc++
3837 - grpc
3838 filegroups:
3839 - grpc++_codegen_base
3840 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003841- name: qps_interarrival_test
3842 build: test
3843 run: false
3844 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003845 src:
3846 - test/cpp/qps/qps_interarrival_test.cc
3847 deps:
3848 - qps
3849 - grpc++_test_util
3850 - grpc_test_util
3851 - grpc++
3852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003853 - gpr_test_util
3854 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003855 platforms:
3856 - mac
3857 - linux
3858 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003859- name: qps_json_driver
3860 build: test
3861 run: false
3862 language: c++
3863 src:
3864 - test/cpp/qps/qps_json_driver.cc
3865 deps:
3866 - qps
3867 - grpc++_test_util
3868 - grpc_test_util
3869 - grpc++
3870 - grpc
3871 - gpr_test_util
3872 - gpr
3873 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003874- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003875 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876 build: test
3877 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003878 src:
3879 - test/cpp/qps/qps_openloop_test.cc
3880 deps:
3881 - qps
3882 - grpc++_test_util
3883 - grpc_test_util
3884 - grpc++
3885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003886 - gpr_test_util
3887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003888 - grpc++_test_config
3889 platforms:
3890 - mac
3891 - linux
3892 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003894 build: test
3895 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003896 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003897 headers:
3898 - test/cpp/qps/client.h
3899 - test/cpp/qps/server.h
3900 src:
3901 - test/cpp/qps/worker.cc
3902 deps:
3903 - qps
3904 - grpc++_test_util
3905 - grpc_test_util
3906 - grpc++
3907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003908 - gpr_test_util
3909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003910 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003911- name: reconnect_interop_client
3912 build: test
3913 run: false
3914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003915 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003916 - src/proto/grpc/testing/empty.proto
3917 - src/proto/grpc/testing/messages.proto
3918 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003919 - test/cpp/interop/reconnect_interop_client.cc
3920 deps:
3921 - grpc++_test_util
3922 - grpc_test_util
3923 - grpc++
3924 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003925 - gpr_test_util
3926 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003927 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928- name: reconnect_interop_server
3929 build: test
3930 run: false
3931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003932 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003933 - src/proto/grpc/testing/empty.proto
3934 - src/proto/grpc/testing/messages.proto
3935 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003936 - test/cpp/interop/reconnect_interop_server.cc
3937 deps:
3938 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003939 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003940 - grpc++_test_util
3941 - grpc_test_util
3942 - grpc++
3943 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003944 - gpr_test_util
3945 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003946 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003947- name: round_robin_end2end_test
3948 gtest: true
3949 build: test
3950 language: c++
3951 src:
3952 - test/cpp/end2end/round_robin_end2end_test.cc
3953 deps:
3954 - grpc++_test_util
3955 - grpc_test_util
3956 - grpc++
3957 - grpc
3958 - gpr_test_util
3959 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003960- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003961 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003962 build: test
3963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003964 src:
3965 - test/cpp/common/secure_auth_context_test.cc
3966 deps:
3967 - grpc++_test_util
3968 - grpc_test_util
3969 - grpc++
3970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003971 - gpr_test_util
3972 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003973- name: secure_sync_unary_ping_pong_test
3974 build: test
3975 language: c++
3976 src:
3977 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3978 deps:
3979 - qps
3980 - grpc++_test_util
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr_test_util
3985 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003986 platforms:
3987 - mac
3988 - linux
3989 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003990- name: server_builder_plugin_test
3991 gtest: true
3992 build: test
3993 language: c++
3994 src:
3995 - test/cpp/end2end/server_builder_plugin_test.cc
3996 deps:
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
4001 - gpr_test_util
4002 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004003- name: server_builder_test
4004 gtest: true
4005 build: test
4006 language: c++
4007 src:
4008 - src/proto/grpc/testing/echo_messages.proto
4009 - src/proto/grpc/testing/echo.proto
4010 - test/cpp/server/server_builder_test.cc
4011 deps:
4012 - grpc++_test_util
4013 - grpc_test_util
4014 - gpr_test_util
4015 - grpc++
4016 - grpc
4017 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004018- name: server_context_test_spouse_test
4019 gtest: true
4020 build: test
4021 language: c++
4022 src:
4023 - test/cpp/test/server_context_test_spouse_test.cc
4024 deps:
4025 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004026 - grpc++
4027 - grpc
4028 - gpr_test_util
4029 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004030 uses:
4031 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004032- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004033 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004034 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035 build: test
4036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004037 src:
4038 - test/cpp/end2end/server_crash_test.cc
4039 deps:
4040 - grpc++_test_util
4041 - grpc_test_util
4042 - grpc++
4043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004044 - gpr_test_util
4045 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004046 platforms:
4047 - mac
4048 - linux
4049 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004050- name: server_crash_test_client
4051 build: test
4052 run: false
4053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004054 src:
4055 - test/cpp/end2end/server_crash_test_client.cc
4056 deps:
4057 - grpc++_test_util
4058 - grpc_test_util
4059 - grpc++
4060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004061 - gpr_test_util
4062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004064 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065 build: test
4066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004067 src:
4068 - test/cpp/end2end/shutdown_test.cc
4069 deps:
4070 - grpc++_test_util
4071 - grpc_test_util
4072 - grpc++
4073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004074 - gpr_test_util
4075 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004076- name: status_test
4077 build: test
4078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004079 src:
4080 - test/cpp/util/status_test.cc
4081 deps:
4082 - grpc_test_util
4083 - grpc++
4084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004085 - gpr_test_util
4086 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004087- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004088 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004089 build: test
4090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004091 src:
4092 - test/cpp/end2end/streaming_throughput_test.cc
4093 deps:
4094 - grpc++_test_util
4095 - grpc_test_util
4096 - grpc++
4097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004098 - gpr_test_util
4099 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004100 platforms:
4101 - mac
4102 - linux
4103 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004104- name: stress_test
4105 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004106 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004107 language: c++
4108 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004109 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004110 - test/cpp/interop/interop_client.h
4111 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004112 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004113 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004114 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004115 - src/proto/grpc/testing/empty.proto
4116 - src/proto/grpc/testing/messages.proto
4117 - src/proto/grpc/testing/metrics.proto
4118 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004119 - test/cpp/interop/interop_client.cc
4120 - test/cpp/interop/stress_interop_client.cc
4121 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004122 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004123 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004129 - gpr_test_util
4130 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004131 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004132- name: thread_manager_test
4133 build: test
4134 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004135 src:
4136 - test/cpp/thread_manager/thread_manager_test.cc
4137 deps:
4138 - grpc++
4139 - grpc
4140 - gpr
4141 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004142- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004143 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004144 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004145 build: test
4146 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004147 src:
4148 - test/cpp/end2end/thread_stress_test.cc
4149 deps:
4150 - grpc++_test_util
4151 - grpc_test_util
4152 - grpc++
4153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 - gpr_test_util
4155 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004156- name: writes_per_rpc_test
4157 gtest: true
4158 cpu_cost: 0.5
4159 build: test
4160 language: c++
4161 src:
4162 - test/cpp/performance/writes_per_rpc_test.cc
4163 deps:
4164 - grpc++_test_util
4165 - grpc_test_util
4166 - grpc++
4167 - grpc
4168 - gpr_test_util
4169 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004170 platforms:
4171 - mac
4172 - linux
4173 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004174- name: public_headers_must_be_c89
4175 build: test
4176 language: c89
4177 src:
4178 - test/core/surface/public_headers_must_be_c89.c
4179 deps:
4180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004182vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004183- linkage: static
4184 name: grpc.dependencies.zlib
4185 props: false
4186 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004187 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004188- linkage: static
4189 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004190 props: true
4191 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004192 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004193- name: gflags
4194 props: false
4195 redist: false
4196 version: 2.1.2.1
4197- name: gtest
4198 props: false
4199 redist: false
4200 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004201configs:
4202 asan:
4203 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004204 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4205 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004206 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004207 LD: clang
4208 LDFLAGS: -fsanitize=address
4209 LDXX: clang++
4210 compile_the_world: true
4211 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004212 ASAN_OPTIONS: detect_leaks=1:color=always
4213 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004214 asan-noleaks:
4215 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004216 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4217 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004218 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004219 LD: clang
4220 LDFLAGS: -fsanitize=address
4221 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004222 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004223 test_environ:
4224 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004225 asan-trace-cmp:
4226 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004227 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4228 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004229 CXX: clang++
4230 LD: clang
4231 LDFLAGS: -fsanitize=address
4232 LDXX: clang++
4233 compile_the_world: true
4234 test_environ:
4235 ASAN_OPTIONS: detect_leaks=1:color=always
4236 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004237 basicprof:
4238 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4239 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004240 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004241 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004242 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004243 dbg:
4244 CPPFLAGS: -O0
4245 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004246 gcov:
4247 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004248 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004249 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004250 DEFINES: _DEBUG DEBUG GPR_GCOV
4251 LD: gcc
4252 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4253 LDXX: g++
4254 helgrind:
4255 CPPFLAGS: -O0
4256 DEFINES: _DEBUG DEBUG
4257 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004258 valgrind: --tool=helgrind
4259 memcheck:
4260 CPPFLAGS: -O0
4261 DEFINES: _DEBUG DEBUG
4262 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004263 valgrind: --tool=memcheck --leak-check=full
4264 msan:
4265 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004266 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4267 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4268 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004269 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004270 DEFINES: NDEBUG
4271 LD: clang
4272 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4273 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4274 LDXX: clang++
4275 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004276 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004277 CPPFLAGS: -O3 -fno-omit-frame-pointer
4278 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004279 LDFLAGS: -rdynamic
4280 opt:
4281 CPPFLAGS: -O2
4282 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004283 stapprof:
4284 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4285 DEFINES: NDEBUG
4286 tsan:
4287 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004288 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004289 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004290 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004291 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004292 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004293 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004294 LDXX: clang++
4295 compile_the_world: true
4296 test_environ:
4297 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004298 ubsan:
4299 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004300 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4301 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004302 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004303 DEFINES: NDEBUG
4304 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004305 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004306 LDXX: clang++
4307 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004308 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004309 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004310defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004311 benchmark:
4312 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004313 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004314 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004315 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004316 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004317 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004318 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004319 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004320 LDFLAGS: -g
4321 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004322 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004323 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004324node_modules:
4325- deps:
4326 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004327 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004328 - boringssl
4329 - z
murgatroid9994a75412015-11-19 14:04:53 -08004330 headers:
4331 - src/node/ext/byte_buffer.h
4332 - src/node/ext/call.h
4333 - src/node/ext/call_credentials.h
4334 - src/node/ext/channel.h
4335 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004336 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004337 - src/node/ext/server.h
4338 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004339 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004340 - src/node/ext/timeval.h
4341 js:
4342 - src/node/index.js
4343 - src/node/src/client.js
4344 - src/node/src/common.js
4345 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004346 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004347 - src/node/src/metadata.js
4348 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004349 name: grpc_node
4350 src:
4351 - src/node/ext/byte_buffer.cc
4352 - src/node/ext/call.cc
4353 - src/node/ext/call_credentials.cc
4354 - src/node/ext/channel.cc
4355 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004356 - src/node/ext/completion_queue_threadpool.cc
4357 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004358 - src/node/ext/node_grpc.cc
4359 - src/node/ext/server.cc
4360 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004361 - src/node/ext/server_generic.cc
4362 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004363 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004364 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004365openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004366 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004367 extraction_dir: openssl-1.0.2f
4368 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004369php_config_m4:
4370 deps:
4371 - grpc
4372 - gpr
4373 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004374 headers:
4375 - src/php/ext/grpc/byte_buffer.h
4376 - src/php/ext/grpc/call.h
4377 - src/php/ext/grpc/call_credentials.h
4378 - src/php/ext/grpc/channel.h
4379 - src/php/ext/grpc/channel_credentials.h
4380 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004381 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004382 - src/php/ext/grpc/php_grpc.h
4383 - src/php/ext/grpc/server.h
4384 - src/php/ext/grpc/server_credentials.h
4385 - src/php/ext/grpc/timeval.h
4386 src:
4387 - src/php/ext/grpc/byte_buffer.c
4388 - src/php/ext/grpc/call.c
4389 - src/php/ext/grpc/call_credentials.c
4390 - src/php/ext/grpc/channel.c
4391 - src/php/ext/grpc/channel_credentials.c
4392 - src/php/ext/grpc/completion_queue.c
4393 - src/php/ext/grpc/php_grpc.c
4394 - src/php/ext/grpc/server.c
4395 - src/php/ext/grpc/server_credentials.c
4396 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004397python_dependencies:
4398 deps:
4399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004400 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004401 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004402 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004403ruby_gem:
4404 deps:
4405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004408 - z