blob: 2ae2f1b408162c6898aa4b4a7d01197dc7551cdd [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
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#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
Sree Kuchibhotla9a7bab52017-03-29 11:51:25 -070015 core_version: 4.0.0-dev
David Garcia Quintasae64b012017-04-21 16:12:39 -070016 g_stands_for: gregarious
David Garcia Quintas9e1acc02017-04-13 16:30:15 -070017 version: 1.4.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 Tiller4d780a52017-04-12 13:47:18 -070089 - src/core/lib/support/atomic.h
90 - src/core/lib/support/atomic_with_atm.h
91 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/backoff.h
93 - src/core/lib/support/block_annotate.h
94 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070095 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070096 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080098 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070099 - src/core/lib/support/stack_lockfree.h
100 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700101 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700102 - src/core/lib/support/thd_internal.h
103 - src/core/lib/support/time_precise.h
104 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100105 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700106 - src/core/lib/profiling/basic_timers.c
107 - src/core/lib/profiling/stap_timers.c
108 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700109 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700110 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700111 - src/core/lib/support/avl.c
112 - src/core/lib/support/backoff.c
113 - src/core/lib/support/cmdline.c
114 - src/core/lib/support/cpu_iphone.c
115 - src/core/lib/support/cpu_linux.c
116 - src/core/lib/support/cpu_posix.c
117 - src/core/lib/support/cpu_windows.c
118 - src/core/lib/support/env_linux.c
119 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700121 - src/core/lib/support/histogram.c
122 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/log.c
124 - src/core/lib/support/log_android.c
125 - src/core/lib/support/log_linux.c
126 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700128 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/stack_lockfree.c
131 - src/core/lib/support/string.c
132 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700133 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700134 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700135 - src/core/lib/support/subprocess_posix.c
136 - src/core/lib/support/subprocess_windows.c
137 - src/core/lib/support/sync.c
138 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/thd.c
141 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/time.c
144 - src/core/lib/support/time_posix.c
145 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700147 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200148 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700149 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700150 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700151 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700152 uses:
153 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800154- name: gpr_codegen
155 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/atm.h
157 - include/grpc/impl/codegen/atm_gcc_atomic.h
158 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700159 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800160 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700161 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800162 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800163 - include/grpc/impl/codegen/sync.h
164 - include/grpc/impl/codegen/sync_generic.h
165 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700166 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700167- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700168 public_headers:
169 - include/grpc/byte_buffer.h
170 - include/grpc/byte_buffer_reader.h
171 - include/grpc/compression.h
172 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700173 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200174 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800175 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700176 - include/grpc/slice.h
177 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700178 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700179 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700180 - src/core/lib/channel/channel_args.h
181 - src/core/lib/channel/channel_stack.h
182 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700183 - src/core/lib/channel/connected_channel.h
184 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700185 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800186 - src/core/lib/channel/handshaker_factory.h
187 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700200 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700201 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700202 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700203 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/exec_ctx.h
205 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/iocp_windows.h
207 - src/core/lib/iomgr/iomgr.h
208 - src/core/lib/iomgr/iomgr_internal.h
209 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700210 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700211 - src/core/lib/iomgr/lockfree_event.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 Tiller29b527f2017-03-30 10:27:20 -0700255 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700256 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800257 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800258 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700259 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700260 - src/core/lib/surface/api_trace.h
261 - src/core/lib/surface/call.h
262 - src/core/lib/surface/call_test_only.h
263 - src/core/lib/surface/channel.h
264 - src/core/lib/surface/channel_init.h
265 - src/core/lib/surface/channel_stack_type.h
266 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700267 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/event_string.h
269 - src/core/lib/surface/init.h
270 - src/core/lib/surface/lame_client.h
271 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800272 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700273 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700274 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800276 - src/core/lib/transport/error_utils.h
277 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/transport/metadata.h
279 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700280 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700281 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400284 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/transport.h
286 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700287 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700288 - src/core/lib/channel/channel_args.c
289 - src/core/lib/channel/channel_stack.c
290 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/connected_channel.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
David Garcia Quintasac094472016-05-18 20:25:57 -0700295 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/compression/message_compress.c
297 - src/core/lib/debug/trace.c
298 - src/core/lib/http/format_request.c
299 - src/core/lib/http/httpcli.c
300 - src/core/lib/http/parser.c
301 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700302 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/endpoint.c
304 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700305 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700307 - src/core/lib/iomgr/error.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700308 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700309 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700310 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700311 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/exec_ctx.c
313 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/iocp_windows.c
315 - src/core/lib/iomgr/iomgr.c
316 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700319 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700320 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700321 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700322 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/pollset_windows.c
327 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700330 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700331 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500332 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700333 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700334 - src/core/lib/iomgr/socket_utils_common_posix.c
335 - src/core/lib/iomgr/socket_utils_linux.c
336 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700338 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/socket_windows.c
340 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/tcp_client_windows.c
343 - src/core/lib/iomgr/tcp_posix.c
344 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700345 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700346 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
347 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/tcp_windows.c
352 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700355 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/udp_server.c
357 - src/core/lib/iomgr/unix_sockets_posix.c
358 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700359 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/iomgr/wakeup_fd_eventfd.c
361 - src/core/lib/iomgr/wakeup_fd_nospecial.c
362 - src/core/lib/iomgr/wakeup_fd_pipe.c
363 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700364 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700365 - src/core/lib/iomgr/workqueue_windows.c
366 - src/core/lib/json/json.c
367 - src/core/lib/json/json_reader.c
368 - src/core/lib/json/json_string.c
369 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700370 - src/core/lib/slice/b64.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
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700389 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700390 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700391 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/surface/metadata_array.c
393 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/surface/validate_metadata.c
395 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700396 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700400 - src/core/lib/transport/metadata.c
401 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700402 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700403 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800405 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400406 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700407 - src/core/lib/transport/transport.c
408 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700409 deps:
410 - gpr
411 uses:
412 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700414 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700415 - src/core/ext/filters/client_channel/client_channel.h
416 - src/core/ext/filters/client_channel/client_channel_factory.h
417 - src/core/ext/filters/client_channel/connector.h
418 - src/core/ext/filters/client_channel/http_connect_handshaker.h
419 - src/core/ext/filters/client_channel/http_proxy.h
420 - src/core/ext/filters/client_channel/lb_policy.h
421 - src/core/ext/filters/client_channel/lb_policy_factory.h
422 - src/core/ext/filters/client_channel/lb_policy_registry.h
423 - src/core/ext/filters/client_channel/parse_address.h
424 - src/core/ext/filters/client_channel/proxy_mapper.h
425 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
426 - src/core/ext/filters/client_channel/resolver.h
427 - src/core/ext/filters/client_channel/resolver_factory.h
428 - src/core/ext/filters/client_channel/resolver_registry.h
429 - src/core/ext/filters/client_channel/retry_throttle.h
430 - src/core/ext/filters/client_channel/subchannel.h
431 - src/core/ext/filters/client_channel/subchannel_index.h
432 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700433 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700434 - src/core/ext/filters/client_channel/channel_connectivity.c
435 - src/core/ext/filters/client_channel/client_channel.c
436 - src/core/ext/filters/client_channel/client_channel_factory.c
437 - src/core/ext/filters/client_channel/client_channel_plugin.c
438 - src/core/ext/filters/client_channel/connector.c
439 - src/core/ext/filters/client_channel/http_connect_handshaker.c
440 - src/core/ext/filters/client_channel/http_proxy.c
441 - src/core/ext/filters/client_channel/lb_policy.c
442 - src/core/ext/filters/client_channel/lb_policy_factory.c
443 - src/core/ext/filters/client_channel/lb_policy_registry.c
444 - src/core/ext/filters/client_channel/parse_address.c
445 - src/core/ext/filters/client_channel/proxy_mapper.c
446 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
447 - src/core/ext/filters/client_channel/resolver.c
448 - src/core/ext/filters/client_channel/resolver_factory.c
449 - src/core/ext/filters/client_channel/resolver_registry.c
450 - src/core/ext/filters/client_channel/retry_throttle.c
451 - src/core/ext/filters/client_channel/subchannel.c
452 - src/core/ext/filters/client_channel/subchannel_index.c
453 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700454 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700455 uses:
456 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700457 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800458- name: grpc_codegen
459 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700460 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800461 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800462 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800463 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800464 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800465 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700466 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800467 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700468 uses:
469 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700470- name: grpc_deadline_filter
471 headers:
472 - src/core/ext/filters/deadline/deadline_filter.h
473 src:
474 - src/core/ext/filters/deadline/deadline_filter.c
475 plugin: grpc_deadline_filter
476 uses:
477 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700478- name: grpc_http_filters
479 headers:
480 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700481 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700482 - src/core/ext/filters/http/server/http_server_filter.h
483 src:
484 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700485 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700486 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700487 - src/core/ext/filters/http/server/http_server_filter.c
488 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700489 uses:
490 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700491- name: grpc_lb_policy_grpclb
492 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700493 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700494 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
495 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700496 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700497 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
498 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700499 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700500 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700501 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
502 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700503 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700504 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
505 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800506 plugin: grpc_lb_policy_grpclb
507 uses:
508 - grpc_base
509 - grpc_client_channel
510 - nanopb
511- name: grpc_lb_policy_grpclb_secure
512 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
518 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800519 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
525 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700526 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700527 uses:
528 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700529 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700530 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700531 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700532- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700533 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700535 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700536 uses:
537 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700538 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700539- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700540 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700541 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700542 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700543 uses:
544 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700545 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700546- name: grpc_load_reporting
547 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/load_reporting/load_reporting.h
549 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700550 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700551 - src/core/ext/filters/load_reporting/load_reporting.c
552 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700553 plugin: grpc_load_reporting_plugin
554 uses:
555 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700556- name: grpc_max_age_filter
557 headers:
558 - src/core/ext/filters/max_age/max_age_filter.h
559 src:
560 - src/core/ext/filters/max_age/max_age_filter.c
561 plugin: grpc_max_age_filter
562 uses:
563 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700564- name: grpc_message_size_filter
565 headers:
566 - src/core/ext/filters/message_size/message_size_filter.h
567 src:
568 - src/core/ext/filters/message_size/message_size_filter.c
569 plugin: grpc_message_size_filter
570 uses:
571 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700572- name: grpc_resolver_dns_ares
573 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700574 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
575 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700576 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700577 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
578 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
579 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700580 plugin: grpc_resolver_dns_ares
581 uses:
582 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700583 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700584- name: grpc_resolver_dns_native
585 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700586 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700587 plugin: grpc_resolver_dns_native
588 uses:
589 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700590 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700591- name: grpc_resolver_sockaddr
592 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700593 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700594 plugin: grpc_resolver_sockaddr
595 uses:
596 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700597 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100598- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700599 public_headers:
600 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100601 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700602 - src/core/lib/security/context/security_context.h
603 - src/core/lib/security/credentials/composite/composite_credentials.h
604 - src/core/lib/security/credentials/credentials.h
605 - src/core/lib/security/credentials/fake/fake_credentials.h
606 - src/core/lib/security/credentials/google_default/google_default_credentials.h
607 - src/core/lib/security/credentials/iam/iam_credentials.h
608 - src/core/lib/security/credentials/jwt/json_token.h
609 - src/core/lib/security/credentials/jwt/jwt_credentials.h
610 - src/core/lib/security/credentials/jwt/jwt_verifier.h
611 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
612 - src/core/lib/security/credentials/plugin/plugin_credentials.h
613 - src/core/lib/security/credentials/ssl/ssl_credentials.h
614 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800615 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700616 - src/core/lib/security/transport/secure_endpoint.h
617 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800618 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700619 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700620 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100621 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700622 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700623 - src/core/lib/security/context/security_context.c
624 - src/core/lib/security/credentials/composite/composite_credentials.c
625 - src/core/lib/security/credentials/credentials.c
626 - src/core/lib/security/credentials/credentials_metadata.c
627 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700628 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700629 - src/core/lib/security/credentials/google_default/google_default_credentials.c
630 - src/core/lib/security/credentials/iam/iam_credentials.c
631 - src/core/lib/security/credentials/jwt/json_token.c
632 - src/core/lib/security/credentials/jwt/jwt_credentials.c
633 - src/core/lib/security/credentials/jwt/jwt_verifier.c
634 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
635 - src/core/lib/security/credentials/plugin/plugin_credentials.c
636 - src/core/lib/security/credentials/ssl/ssl_credentials.c
637 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800638 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700639 - src/core/lib/security/transport/secure_endpoint.c
640 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800641 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700642 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700643 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700644 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700645 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700646 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700647 uses:
648 - grpc_base
649 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700650 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700651- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700652 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700653 headers:
654 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700655 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800656 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700657 - test/core/end2end/fixtures/proxy.h
658 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800659 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700660 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200661 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700662 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700663 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700664 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700665 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700666 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700667 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800668 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700669 src:
670 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700671 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800672 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700673 - test/core/end2end/fixtures/proxy.c
674 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800675 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700676 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200677 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700678 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700679 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700680 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800681 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700682 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700683 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800684 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700685 deps:
686 - grpc
687 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700688- name: grpc_transport_chttp2
689 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700690 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700691 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700692 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
693 - src/core/ext/transport/chttp2/transport/frame.h
694 - src/core/ext/transport/chttp2/transport/frame_data.h
695 - src/core/ext/transport/chttp2/transport/frame_goaway.h
696 - src/core/ext/transport/chttp2/transport/frame_ping.h
697 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
698 - src/core/ext/transport/chttp2/transport/frame_settings.h
699 - src/core/ext/transport/chttp2/transport/frame_window_update.h
700 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
701 - src/core/ext/transport/chttp2/transport/hpack_parser.h
702 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700703 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700704 - src/core/ext/transport/chttp2/transport/huffsyms.h
705 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
706 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700707 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700708 - src/core/ext/transport/chttp2/transport/varint.h
709 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700710 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700711 - src/core/ext/transport/chttp2/transport/bin_encoder.c
712 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700713 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
714 - src/core/ext/transport/chttp2/transport/frame_data.c
715 - src/core/ext/transport/chttp2/transport/frame_goaway.c
716 - src/core/ext/transport/chttp2/transport/frame_ping.c
717 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
718 - src/core/ext/transport/chttp2/transport/frame_settings.c
719 - src/core/ext/transport/chttp2/transport/frame_window_update.c
720 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
721 - src/core/ext/transport/chttp2/transport/hpack_parser.c
722 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700723 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700724 - src/core/ext/transport/chttp2/transport/huffsyms.c
725 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
726 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700727 - src/core/ext/transport/chttp2/transport/stream_lists.c
728 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700729 - src/core/ext/transport/chttp2/transport/varint.c
730 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700731 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700732 uses:
733 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700734 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700735 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700736- name: grpc_transport_chttp2_alpn
737 headers:
738 - src/core/ext/transport/chttp2/alpn/alpn.h
739 src:
740 - src/core/ext/transport/chttp2/alpn/alpn.c
741 deps:
742 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800743- name: grpc_transport_chttp2_client_connector
744 headers:
745 - src/core/ext/transport/chttp2/client/chttp2_connector.h
746 src:
747 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800748 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800749 - grpc_transport_chttp2
750 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700751 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700752- name: grpc_transport_chttp2_client_insecure
753 src:
754 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700755 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700756 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800757 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700758 - grpc_transport_chttp2
759 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700760 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700761- name: grpc_transport_chttp2_client_secure
762 src:
763 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700764 uses:
765 - grpc_transport_chttp2
766 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700767 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700768 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800769 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800770- name: grpc_transport_chttp2_server
771 headers:
772 - src/core/ext/transport/chttp2/server/chttp2_server.h
773 src:
774 - src/core/ext/transport/chttp2/server/chttp2_server.c
775 uses:
776 - grpc_transport_chttp2
777 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700778- name: grpc_transport_chttp2_server_insecure
779 src:
780 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700781 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700782 uses:
783 - grpc_transport_chttp2
784 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800785 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700786- name: grpc_transport_chttp2_server_secure
787 src:
788 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700789 uses:
790 - grpc_transport_chttp2
791 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700792 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800793 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700794- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700795 public_headers:
796 - include/grpc/grpc_cronet.h
797 - include/grpc/grpc_security.h
798 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700799 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800800 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800801 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700802 src:
803 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
804 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
805 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700806 filegroups:
807 - grpc_base
808 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700809 - grpc_http_filters
Craig Tillereb841e22016-02-11 15:49:16 -0800810- name: nanopb
811 headers:
812 - third_party/nanopb/pb.h
813 - third_party/nanopb/pb_common.h
814 - third_party/nanopb/pb_decode.h
815 - third_party/nanopb/pb_encode.h
816 src:
817 - third_party/nanopb/pb_common.c
818 - third_party/nanopb/pb_decode.c
819 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820- name: tsi
821 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700822 - src/core/tsi/fake_transport_security.h
823 - src/core/tsi/ssl_transport_security.h
824 - src/core/tsi/ssl_types.h
825 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700826 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700827 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700829 - src/core/tsi/fake_transport_security.c
830 - src/core/tsi/ssl_transport_security.c
831 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700832 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 deps:
834 - gpr
835 secure: true
836- name: grpc++_base
837 language: c++
838 public_headers:
839 - include/grpc++/alarm.h
840 - include/grpc++/channel.h
841 - include/grpc++/client_context.h
842 - include/grpc++/completion_queue.h
843 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700844 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800845 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - include/grpc++/generic/async_generic_service.h
847 - include/grpc++/generic/generic_stub.h
848 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800849 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700850 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800851 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700853 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700854 - include/grpc++/impl/grpc_library.h
855 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 - include/grpc++/impl/rpc_method.h
857 - include/grpc++/impl/rpc_service_method.h
858 - include/grpc++/impl/serialization_traits.h
859 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700860 - include/grpc++/impl/server_builder_plugin.h
861 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700862 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700863 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700864 - include/grpc++/security/auth_context.h
865 - include/grpc++/security/auth_metadata_processor.h
866 - include/grpc++/security/credentials.h
867 - include/grpc++/security/server_credentials.h
868 - include/grpc++/server.h
869 - include/grpc++/server_builder.h
870 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700871 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700872 - include/grpc++/support/async_stream.h
873 - include/grpc++/support/async_unary_call.h
874 - include/grpc++/support/byte_buffer.h
875 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700876 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877 - include/grpc++/support/slice.h
878 - include/grpc++/support/status.h
879 - include/grpc++/support/status_code_enum.h
880 - include/grpc++/support/string_ref.h
881 - include/grpc++/support/stub_options.h
882 - include/grpc++/support/sync_stream.h
883 - include/grpc++/support/time.h
884 headers:
885 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700886 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800888 - src/cpp/server/health/default_health_check_service.h
889 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700891 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700893 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894 - src/cpp/client/client_context.cc
895 - src/cpp/client/create_channel.cc
896 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700897 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700898 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700900 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700901 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700902 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700904 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700905 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700906 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800908 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - src/cpp/server/create_default_thread_pool.cc
910 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800911 - src/cpp/server/health/default_health_check_service.cc
912 - src/cpp/server/health/health.pb.c
913 - src/cpp/server/health/health_check_service.cc
914 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700916 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700917 - src/cpp/server/server_context.cc
918 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700919 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700920 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700921 - src/cpp/util/byte_buffer_cc.cc
922 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700923 - src/cpp/util/status.cc
924 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700925 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700926 uses:
yang-g17487f92016-06-03 15:21:15 -0700927 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700928 - grpc_base
929 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700930- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700931 language: c++
932 public_headers:
933 - include/grpc++/impl/codegen/async_stream.h
934 - include/grpc++/impl/codegen/async_unary_call.h
935 - include/grpc++/impl/codegen/call.h
936 - include/grpc++/impl/codegen/call_hook.h
937 - include/grpc++/impl/codegen/channel_interface.h
938 - include/grpc++/impl/codegen/client_context.h
939 - include/grpc++/impl/codegen/client_unary_call.h
940 - include/grpc++/impl/codegen/completion_queue.h
941 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700942 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943 - include/grpc++/impl/codegen/core_codegen_interface.h
944 - include/grpc++/impl/codegen/create_auth_context.h
945 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800946 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 - include/grpc++/impl/codegen/rpc_method.h
949 - include/grpc++/impl/codegen/rpc_service_method.h
950 - include/grpc++/impl/codegen/security/auth_context.h
951 - include/grpc++/impl/codegen/serialization_traits.h
952 - include/grpc++/impl/codegen/server_context.h
953 - include/grpc++/impl/codegen/server_interface.h
954 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800955 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700956 - include/grpc++/impl/codegen/status.h
957 - include/grpc++/impl/codegen/status_code_enum.h
958 - include/grpc++/impl/codegen/string_ref.h
959 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700960 - include/grpc++/impl/codegen/sync_stream.h
961 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 uses:
963 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700964- name: grpc++_codegen_base_src
965 language: c++
966 src:
967 - src/cpp/codegen/codegen_init.cc
968 uses:
969 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700970- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700971 language: c++
972 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700973 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700974 uses:
yang-g17487f92016-06-03 15:21:15 -0700975 - grpc++_codegen_base
976 - grpc++_config_proto
977- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700978 language: c++
979 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700980 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700981- name: grpc++_reflection_proto
982 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700983 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700984 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800985- name: grpc++_test
986 language: c++
987 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -0700988 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800989 - include/grpc++/test/server_context_test_spouse.h
990 deps:
991 - grpc++
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100992libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800993- name: gpr
994 build: all
995 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700997 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800998 secure: false
999 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1000- name: gpr_test_util
1001 build: private
1002 language: c
1003 headers:
1004 - test/core/util/test_config.h
1005 src:
1006 - test/core/util/test_config.c
1007 deps:
1008 - gpr
1009 secure: false
1010 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc
1012 build: all
1013 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001014 src:
1015 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001016 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001017 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001019 filegroups:
1020 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001021 - grpc_transport_chttp2_server_secure
1022 - grpc_transport_chttp2_client_secure
1023 - grpc_transport_chttp2_server_insecure
1024 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -08001025 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001026 - grpc_lb_policy_pick_first
1027 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001028 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001029 - grpc_resolver_dns_native
1030 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001031 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001032 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001033 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001034 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001035 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001036 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001037 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001039 vs_packages:
1040 - grpc.dependencies.openssl
1041 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001043- name: grpc_cronet
1044 build: all
1045 language: c
1046 src:
1047 - src/core/lib/surface/init.c
1048 baselib: true
1049 deps_linkage: static
1050 dll: true
1051 filegroups:
1052 - grpc_base
1053 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001054 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001055 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001056 generate_plugin_registry: true
1057 platforms:
1058 - linux
1059 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001060- name: grpc_dll
1061 build: private
1062 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001063 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001064 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001065 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001066 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001067 build_system:
1068 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001069 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001070 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001071 vs_config_type: DynamicLibrary
1072 vs_packages:
1073 - grpc.dependencies.openssl
1074 - grpc.dependencies.zlib
1075 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1076 vs_props:
1077 - zlib
1078 - openssl
1079 - winsock
1080 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081- name: grpc_test_util
1082 build: private
1083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001084 headers:
1085 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001086 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001087 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001088 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001089 - test/core/end2end/data/server1_cert.c
1090 - test/core/end2end/data/server1_key.c
1091 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001092 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001093 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001094 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001095 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001096 - grpc
1097 filegroups:
1098 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001099 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1101- name: grpc_test_util_unsecure
1102 build: private
1103 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001104 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001105 - gpr
1106 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001107 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001108 filegroups:
1109 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 secure: false
1111 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1112- name: grpc_unsecure
1113 build: all
1114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001115 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001116 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001117 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001118 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001119 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001120 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001121 filegroups:
1122 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001123 - grpc_transport_chttp2_server_insecure
1124 - grpc_transport_chttp2_client_insecure
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001125 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001126 - grpc_resolver_dns_native
1127 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001128 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001129 - grpc_lb_policy_grpclb
1130 - grpc_lb_policy_pick_first
1131 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001132 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001133 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001134 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001135 - grpc_deadline_filter
Craig Tiller04b7ca82016-03-29 08:07:54 -07001136 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001137 secure: false
1138 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: reconnect_server
1140 build: private
1141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001142 headers:
1143 - test/core/util/reconnect_server.h
1144 src:
1145 - test/core/util/reconnect_server.c
1146 deps:
yang-gc9fca182015-11-06 16:41:33 -08001147 - test_tcp_server
1148 - grpc_test_util
1149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001150 - gpr_test_util
1151 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001152- name: test_tcp_server
1153 build: private
1154 language: c
1155 headers:
1156 - test/core/util/test_tcp_server.h
1157 src:
1158 - test/core/util/test_tcp_server.c
1159 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001160 - grpc_test_util
1161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001162 - gpr_test_util
1163 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164- name: grpc++
1165 build: all
1166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001167 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001168 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001169 - src/cpp/client/secure_credentials.h
1170 - src/cpp/common/secure_auth_context.h
1171 - src/cpp/server/secure_server_credentials.h
1172 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001173 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001174 - src/cpp/client/secure_credentials.cc
1175 - src/cpp/common/auth_property_iterator.cc
1176 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001177 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001178 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001179 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001180 - src/cpp/server/secure_server_credentials.cc
1181 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001182 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 baselib: true
1184 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001185 filegroups:
1186 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001187 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001188 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001189 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 secure: check
1191 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001192- name: grpc++_cronet
1193 build: all
1194 language: c++
1195 src:
1196 - src/cpp/client/cronet_credentials.cc
1197 - src/cpp/client/insecure_credentials.cc
1198 - src/cpp/common/insecure_create_auth_context.cc
1199 - src/cpp/server/insecure_server_credentials.cc
1200 deps:
1201 - gpr
1202 - grpc_cronet
1203 baselib: true
1204 dll: true
1205 filegroups:
1206 - grpc++_base
1207 - grpc++_codegen_base
1208 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001209 - grpc_transport_chttp2_client_insecure
1210 - grpc_transport_chttp2_server_insecure
1211 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001212 platforms:
1213 - linux
1214 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001215- name: grpc++_error_details
1216 build: all
1217 language: c++
1218 public_headers:
1219 - include/grpc++/support/error_details.h
1220 src:
1221 - src/proto/grpc/status/status.proto
1222 - src/cpp/util/error_details.cc
1223 deps:
1224 - grpc++
1225 baselib: true
1226 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001227- name: grpc++_proto_reflection_desc_db
1228 build: private
1229 language: c++
1230 headers:
1231 - test/cpp/util/proto_reflection_descriptor_database.h
1232 src:
1233 - test/cpp/util/proto_reflection_descriptor_database.cc
1234 deps:
1235 - grpc++
1236 filegroups:
1237 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001238 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001239- name: grpc++_reflection
1240 build: all
1241 language: c++
1242 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001243 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001244 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001245 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001246 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001247 - src/cpp/ext/proto_server_reflection.cc
1248 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001249 deps:
1250 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001251 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001252 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253- name: grpc++_test_config
1254 build: private
1255 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001256 headers:
1257 - test/cpp/util/test_config.h
1258 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001259 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: grpc++_test_util
1261 build: private
1262 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001263 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001264 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001265 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001266 - test/cpp/util/create_test_channel.h
1267 - test/cpp/util/string_ref_helper.h
1268 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001269 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001270 src:
yang-gc8a49d22016-12-12 11:18:49 -08001271 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001272 - src/proto/grpc/testing/echo_messages.proto
1273 - src/proto/grpc/testing/echo.proto
1274 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001275 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001276 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001277 - test/cpp/util/create_test_channel.cc
1278 - test/cpp/util/string_ref_helper.cc
1279 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001280 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001281 deps:
1282 - grpc++
1283 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001284 filegroups:
1285 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001286 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001287 - grpc++_codegen_proto
1288 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289- name: grpc++_unsecure
1290 build: all
1291 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001292 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001293 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001294 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001295 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001298 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299 baselib: true
1300 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001301 filegroups:
1302 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001303 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001304 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305 secure: false
1306 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001307- name: grpc_benchmark
1308 build: test
1309 language: c++
1310 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001311 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1312 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001313 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001314 src:
1315 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001316 deps:
1317 - benchmark
1318 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001319 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001320 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001321 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001322- name: grpc_cli_libs
1323 build: private
1324 language: c++
1325 headers:
1326 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001327 - test/cpp/util/cli_credentials.h
1328 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001329 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001330 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001331 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001332 src:
1333 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001334 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001335 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001336 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001337 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001338 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001339 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001340 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001341 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001342 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001343 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: grpc_plugin_support
1345 build: protoc
1346 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001347 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001348 - src/compiler/config.h
1349 - src/compiler/cpp_generator.h
1350 - src/compiler/cpp_generator_helpers.h
1351 - src/compiler/csharp_generator.h
1352 - src/compiler/csharp_generator_helpers.h
1353 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001354 - src/compiler/node_generator.h
1355 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001356 - src/compiler/objective_c_generator.h
1357 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001358 - src/compiler/php_generator.h
1359 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301360 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001361 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301362 - src/compiler/python_generator_helpers.h
1363 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001364 - src/compiler/ruby_generator.h
1365 - src/compiler/ruby_generator_helpers-inl.h
1366 - src/compiler/ruby_generator_map-inl.h
1367 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301368 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - src/compiler/cpp_generator.cc
1371 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001372 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001373 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001374 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001375 - src/compiler/python_generator.cc
1376 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001377 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001378 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001379 secure: false
1380 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001381 vs_props:
1382 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001383- name: http2_client_main
1384 build: private
1385 language: c++
1386 headers:
1387 - test/cpp/interop/http2_client.h
1388 src:
1389 - src/proto/grpc/testing/empty.proto
1390 - src/proto/grpc/testing/messages.proto
1391 - src/proto/grpc/testing/test.proto
1392 - test/cpp/interop/http2_client.cc
1393 deps:
1394 - grpc++_test_util
1395 - grpc_test_util
1396 - grpc++
1397 - grpc
1398 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: interop_client_helper
1400 build: private
1401 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001402 headers:
1403 - test/cpp/interop/client_helper.h
1404 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001405 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001406 - test/cpp/interop/client_helper.cc
1407 deps:
1408 - grpc++_test_util
1409 - grpc_test_util
1410 - grpc++
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: interop_client_main
1414 build: private
1415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001416 headers:
1417 - test/cpp/interop/interop_client.h
1418 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001419 - src/proto/grpc/testing/empty.proto
1420 - src/proto/grpc/testing/messages.proto
1421 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001422 - test/cpp/interop/client.cc
1423 - test/cpp/interop/interop_client.cc
1424 deps:
1425 - interop_client_helper
1426 - grpc++_test_util
1427 - grpc_test_util
1428 - grpc++
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001432 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001433- name: interop_server_helper
1434 build: private
1435 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001436 headers:
1437 - test/cpp/interop/server_helper.h
1438 src:
1439 - test/cpp/interop/server_helper.cc
1440 deps:
yang-gcc591022017-01-11 11:10:43 -08001441 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001442 - grpc_test_util
1443 - grpc++
1444 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001446- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447 build: private
1448 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001449 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001450 - src/proto/grpc/testing/empty.proto
1451 - src/proto/grpc/testing/messages.proto
1452 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001453 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001454 deps:
1455 - interop_server_helper
1456 - grpc++_test_util
1457 - grpc_test_util
1458 - grpc++
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001462 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001463- name: interop_server_main
1464 build: private
1465 language: c++
1466 src:
1467 - test/cpp/interop/interop_server_bootstrap.cc
1468 deps:
1469 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470- name: qps
1471 build: private
1472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001473 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001474 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001475 - test/cpp/qps/client.h
1476 - test/cpp/qps/driver.h
1477 - test/cpp/qps/histogram.h
1478 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001479 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001480 - test/cpp/qps/qps_worker.h
1481 - test/cpp/qps/report.h
1482 - test/cpp/qps/server.h
1483 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001484 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001486 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001487 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001488 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001489 - src/proto/grpc/testing/control.proto
1490 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001491 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001492 - test/cpp/qps/client_async.cc
1493 - test/cpp/qps/client_sync.cc
1494 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001495 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001496 - test/cpp/qps/qps_worker.cc
1497 - test/cpp/qps/report.cc
1498 - test/cpp/qps/server_async.cc
1499 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001500 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001501 deps:
1502 - grpc_test_util
1503 - grpc++_test_util
1504 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: grpc_csharp_ext
1506 build: all
1507 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - src/csharp/ext/grpc_csharp_ext.c
1510 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001513 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001514 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515 dll: only
1516 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001517 vs_packages:
1518 - grpc.dependencies.openssl
1519 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001521 vs_props:
1522 - zlib
1523 - openssl
1524 - winsock
1525 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001527- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001528 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001529 build: test
1530 language: c
1531 src:
1532 - test/core/surface/alarm_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001536 - gpr_test_util
1537 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001538- name: algorithm_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/compression/algorithm_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001548- name: alloc_test
1549 build: test
1550 language: c
1551 src:
1552 - test/core/support/alloc_test.c
1553 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr_test_util
1555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001556- name: alpn_test
1557 build: test
1558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001559 src:
1560 - test/core/transport/chttp2/alpn_test.c
1561 deps:
1562 - grpc_test_util
1563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001564 - gpr_test_util
1565 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001566- name: api_fuzzer
1567 build: fuzzer
1568 language: c
1569 src:
1570 - test/core/end2end/fuzzers/api_fuzzer.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
1574 - gpr_test_util
1575 - gpr
1576 corpus_dirs:
1577 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001578 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001579 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001580- name: arena_test
1581 build: test
1582 language: c
1583 src:
1584 - test/core/support/arena_test.c
1585 deps:
1586 - gpr_test_util
1587 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001588- name: bad_server_response_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/end2end/bad_server_response_test.c
1593 deps:
1594 - test_tcp_server
1595 - grpc_test_util
1596 - grpc
1597 - gpr_test_util
1598 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001599 exclude_iomgrs:
1600 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001601- name: bdp_estimator_test
1602 build: test
1603 language: c
1604 src:
1605 - test/core/transport/bdp_estimator_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
1609 - gpr_test_util
1610 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001611- name: bin_decoder_test
1612 build: test
1613 language: c
1614 src:
1615 - test/core/transport/chttp2/bin_decoder_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: bin_encoder_test
1620 build: test
1621 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001622 src:
1623 - test/core/transport/chttp2/bin_encoder_test.c
1624 deps:
1625 - grpc_test_util
1626 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001627- name: census_context_test
1628 build: test
1629 language: c
1630 src:
1631 - test/core/census/context_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001637- name: census_resource_test
1638 build: test
1639 language: c
1640 src:
1641 - test/core/census/resource_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
1645 - gpr_test_util
1646 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001647- name: census_trace_context_test
1648 build: test
1649 language: c
1650 src:
1651 - test/core/census/trace_context_test.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
1655 - gpr_test_util
1656 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001657- name: channel_create_test
1658 build: test
1659 language: c
1660 src:
1661 - test/core/surface/channel_create_test.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001667- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001668 build: test
1669 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001670 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001671 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001672 deps:
1673 - grpc_test_util
1674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001675 - gpr_test_util
1676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: chttp2_stream_map_test
1678 build: test
1679 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001680 src:
1681 - test/core/transport/chttp2/stream_map_test.c
1682 deps:
1683 - grpc_test_util
1684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001685 - gpr_test_util
1686 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001687- name: chttp2_varint_test
1688 build: test
1689 language: c
1690 src:
1691 - test/core/transport/chttp2/varint_test.c
1692 deps:
1693 - grpc_test_util
1694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001695 - gpr_test_util
1696 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001697- name: client_fuzzer
1698 build: fuzzer
1699 language: c
1700 src:
1701 - test/core/end2end/fuzzers/client_fuzzer.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
1705 - gpr_test_util
1706 - gpr
1707 corpus_dirs:
1708 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001709 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001710 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001711- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001712 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001713 build: test
1714 language: c
1715 src:
1716 - test/core/iomgr/combiner_test.c
1717 deps:
1718 - grpc_test_util
1719 - grpc
1720 - gpr_test_util
1721 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001722- name: compression_test
1723 build: test
1724 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001725 src:
1726 - test/core/compression/compression_test.c
1727 deps:
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001732- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001733 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001734 build: test
1735 language: c
1736 src:
1737 - test/core/surface/concurrent_connectivity_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
1741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001745- name: connection_refused_test
1746 cpu_cost: 0.1
1747 build: test
1748 language: c
1749 src:
1750 - test/core/end2end/connection_refused_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
1754 - gpr_test_util
1755 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001756- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001757 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001758 build: test
1759 language: c
1760 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001761 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001762 deps:
1763 - grpc_test_util
1764 - grpc
1765 - gpr_test_util
1766 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001767 exclude_iomgrs:
1768 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001769- name: dns_resolver_test
1770 build: test
1771 language: c
1772 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001773 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001774 deps:
1775 - grpc_test_util
1776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001777 - gpr_test_util
1778 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001780 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781 build: test
1782 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001783 src:
1784 - test/core/end2end/dualstack_socket_test.c
1785 deps:
1786 - grpc_test_util
1787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001788 - gpr_test_util
1789 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001790 exclude_iomgrs:
1791 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001792 platforms:
1793 - mac
1794 - linux
1795 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001796- name: endpoint_pair_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/iomgr/endpoint_pair_test.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001806 exclude_iomgrs:
1807 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001808- name: error_test
1809 cpu_cost: 30
1810 build: test
1811 language: c
1812 src:
1813 - test/core/iomgr/error_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
1817 - gpr_test_util
1818 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001819- name: ev_epoll_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001820 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001821 build: test
1822 language: c
1823 src:
1824 - test/core/iomgr/ev_epoll_linux_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
1828 - gpr_test_util
1829 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001830 exclude_iomgrs:
1831 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001832 platforms:
1833 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001834- name: fake_resolver_test
1835 build: test
1836 language: c
1837 src:
1838 - test/core/client_channel/resolvers/fake_resolver_test.c
1839 deps:
1840 - grpc_test_util
1841 - grpc
1842 - gpr_test_util
1843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001844- name: fd_conservation_posix_test
1845 build: test
1846 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001847 src:
1848 - test/core/iomgr/fd_conservation_posix_test.c
1849 deps:
1850 - grpc_test_util
1851 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001852 - gpr_test_util
1853 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001854 exclude_iomgrs:
1855 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001856 platforms:
1857 - mac
1858 - linux
1859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860- name: fd_posix_test
1861 build: test
1862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001863 src:
1864 - test/core/iomgr/fd_posix_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001870 exclude_iomgrs:
1871 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001872 platforms:
1873 - mac
1874 - linux
1875 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: fling_client
1877 build: test
1878 run: false
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/fling/client.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: fling_server
1888 build: test
1889 run: false
1890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001891 src:
1892 - test/core/fling/server.c
1893 deps:
1894 - grpc_test_util
1895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001896 - gpr_test_util
1897 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001898- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001899 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/fling/fling_stream_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001909 platforms:
1910 - mac
1911 - linux
1912 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001914 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001915 build: test
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/fling/fling_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001924 platforms:
1925 - mac
1926 - linux
1927 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001928- name: gen_hpack_tables
1929 build: tool
1930 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001931 src:
1932 - tools/codegen/core/gen_hpack_tables.c
1933 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001934 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001935 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gen_legal_metadata_characters
1937 build: tool
1938 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001939 src:
1940 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001942- name: gen_percent_encoding_tables
1943 build: tool
1944 language: c
1945 src:
1946 - tools/codegen/core/gen_percent_encoding_tables.c
1947 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001948- name: goaway_server_test
1949 cpu_cost: 0.1
1950 build: test
1951 language: c
1952 src:
1953 - test/core/end2end/goaway_server_test.c
1954 deps:
1955 - grpc_test_util
1956 - grpc
1957 - gpr_test_util
1958 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001959 exclude_iomgrs:
1960 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001961 platforms:
1962 - mac
1963 - linux
1964 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001965- name: gpr_avl_test
1966 build: test
1967 language: c
1968 src:
1969 - test/core/support/avl_test.c
1970 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001973- name: gpr_backoff_test
1974 build: test
1975 language: c
1976 src:
1977 - test/core/support/backoff_test.c
1978 deps:
1979 - gpr_test_util
1980 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001981- name: gpr_cmdline_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
1985 - test/core/support/cmdline_test.c
1986 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001989- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07001990 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001991 build: test
1992 language: c
1993 src:
1994 - test/core/support/cpu_test.c
1995 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: gpr_env_test
1999 build: test
2000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
2002 - test/core/support/env_test.c
2003 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: gpr_histogram_test
2007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
2010 - test/core/support/histogram_test.c
2011 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr_test_util
2013 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014- name: gpr_host_port_test
2015 build: test
2016 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002017 src:
2018 - test/core/support/host_port_test.c
2019 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: gpr_log_test
2023 build: test
2024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/core/support/log_test.c
2027 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002030- name: gpr_mpscq_test
2031 cpu_cost: 30
2032 build: test
2033 language: c
2034 src:
2035 - test/core/support/mpscq_test.c
2036 deps:
2037 - gpr_test_util
2038 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002039- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002040 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002041 build: test
2042 language: c
2043 src:
2044 - test/core/support/spinlock_test.c
2045 deps:
2046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002049 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07002050 build: test
2051 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/core/support/stack_lockfree_test.c
2054 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002055 - gpr_test_util
2056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002057- name: gpr_string_test
2058 build: test
2059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002060 src:
2061 - test/core/support/string_test.c
2062 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002066 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067 build: test
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/support/sync_test.c
2071 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002075 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076 build: test
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
2079 - test/core/support/thd_test.c
2080 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: gpr_time_test
2084 build: test
2085 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002086 src:
2087 - test/core/support/time_test.c
2088 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: gpr_tls_test
2092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/support/tls_test.c
2096 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: gpr_useful_test
2100 build: test
2101 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/core/support/useful_test.c
2104 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: grpc_auth_context_test
2108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/security/auth_context_test.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002117- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002118 build: test
2119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002121 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002122 deps:
2123 - grpc_test_util
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: grpc_byte_buffer_reader_test
2128 build: test
2129 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
2131 - test/core/surface/byte_buffer_reader_test.c
2132 deps:
2133 - grpc_test_util
2134 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002135 - gpr_test_util
2136 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002137- name: grpc_channel_args_test
2138 build: test
2139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - test/core/channel/channel_args_test.c
2142 deps:
2143 - grpc_test_util
2144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002145 - gpr_test_util
2146 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: grpc_channel_stack_test
2148 build: test
2149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - test/core/channel/channel_stack_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002157- name: grpc_completion_queue_test
2158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/surface/completion_queue_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002167- name: grpc_completion_queue_threading_test
2168 build: test
2169 language: c
2170 src:
2171 - test/core/surface/completion_queue_threading_test.c
2172 deps:
2173 - grpc_test_util
2174 - grpc
2175 - gpr_test_util
2176 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002177 exclude_iomgrs:
2178 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: grpc_create_jwt
2180 build: tool
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - test/core/security/create_jwt.c
2184 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002187 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188- name: grpc_credentials_test
2189 build: test
2190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
2192 - test/core/security/credentials_test.c
2193 deps:
2194 - grpc_test_util
2195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002199 build: test
2200 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/security/fetch_oauth2.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002209- name: grpc_invalid_channel_args_test
2210 build: test
2211 language: c
2212 src:
2213 - test/core/surface/invalid_channel_args_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: grpc_json_token_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
2223 - test/core/security/json_token_test.c
2224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002229 platforms:
2230 - linux
2231 - posix
2232 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: grpc_jwt_verifier_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/security/jwt_verifier_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: grpc_print_google_default_creds_token
2244 build: tool
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/security/print_google_default_creds_token.c
2248 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: grpc_security_connector_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
2255 - test/core/security/security_connector_test.c
2256 deps:
2257 - grpc_test_util
2258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002259 - gpr_test_util
2260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002261- name: grpc_verify_jwt
2262 build: tool
2263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002264 src:
2265 - test/core/security/verify_jwt.c
2266 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002269- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002270 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002271 language: c
2272 src:
2273 - test/core/handshake/client_ssl.c
2274 deps:
2275 - grpc_test_util
2276 - grpc
2277 - gpr_test_util
2278 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002279 exclude_iomgrs:
2280 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002281 platforms:
2282 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002283 secure: true
2284- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002285 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002286 language: c
2287 src:
2288 - test/core/handshake/server_ssl.c
2289 deps:
2290 - grpc_test_util
2291 - grpc
2292 - gpr_test_util
2293 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002294 platforms:
2295 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002296 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002297- name: hpack_parser_fuzzer_test
2298 build: fuzzer
2299 language: c
2300 src:
2301 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2302 deps:
2303 - grpc_test_util
2304 - grpc
2305 - gpr_test_util
2306 - gpr
2307 corpus_dirs:
2308 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002309 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002310 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: hpack_parser_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
2315 - test/core/transport/chttp2/hpack_parser_test.c
2316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321- name: hpack_table_test
2322 build: test
2323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002324 src:
2325 - test/core/transport/chttp2/hpack_table_test.c
2326 deps:
2327 - grpc_test_util
2328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002331- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 build: test
2333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002335 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002336 deps:
2337 - grpc_test_util
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002341- name: http_request_fuzzer_test
2342 build: fuzzer
2343 language: c
2344 src:
2345 - test/core/http/request_fuzzer.c
2346 deps:
2347 - grpc_test_util
2348 - grpc
2349 - gpr_test_util
2350 - gpr
2351 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002352 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002353 maxlen: 2048
2354- name: http_response_fuzzer_test
2355 build: fuzzer
2356 language: c
2357 src:
2358 - test/core/http/response_fuzzer.c
2359 deps:
2360 - grpc_test_util
2361 - grpc
2362 - gpr_test_util
2363 - gpr
2364 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002365 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002366 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002367- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002371 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002378 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002379 build: test
2380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002382 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002388 platforms:
2389 - mac
2390 - linux
2391 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002392- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002393 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002394 build: test
2395 language: c
2396 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002397 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002403 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002404 - linux
yang-gf1183302015-12-07 16:02:05 -08002405- name: init_test
2406 build: test
2407 language: c
2408 src:
2409 - test/core/surface/init_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002413 - gpr_test_util
2414 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002415- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002416 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002417 build: test
2418 language: c
2419 src:
2420 - test/core/end2end/invalid_call_argument_test.c
2421 deps:
2422 - grpc_test_util
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002426- name: json_fuzzer_test
2427 build: fuzzer
2428 language: c
2429 src:
2430 - test/core/json/fuzzer.c
2431 deps:
2432 - grpc_test_util
2433 - grpc
2434 - gpr_test_util
2435 - gpr
2436 corpus_dirs:
2437 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002438 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: json_rewrite
2440 build: test
2441 run: false
2442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/core/json/json_rewrite.c
2445 deps:
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: json_rewrite_test
2449 build: test
2450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/core/json/json_rewrite_test.c
2453 deps:
2454 - grpc_test_util
2455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002456 - gpr_test_util
2457 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002458- name: json_stream_error_test
2459 build: test
2460 language: c
2461 src:
2462 - test/core/json/json_stream_error_test.c
2463 deps:
2464 - grpc_test_util
2465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr_test_util
2467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002468- name: json_test
2469 build: test
2470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002471 src:
2472 - test/core/json/json_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: lame_client_test
2479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/core/surface/lame_client_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002488- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002489 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002490 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002491 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002494 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002495 deps:
2496 - grpc_test_util
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002500- name: load_file_test
2501 build: test
2502 language: c
2503 src:
2504 - test/core/iomgr/load_file_test.c
2505 deps:
2506 - grpc_test_util
2507 - grpc
2508 - gpr_test_util
2509 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002510- name: low_level_ping_pong_benchmark
2511 build: benchmark
2512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002513 src:
2514 - test/core/network_benchmarks/low_level_ping_pong.c
2515 deps:
2516 - grpc_test_util
2517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002518 - gpr_test_util
2519 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002520 platforms:
2521 - mac
2522 - linux
2523 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002524- name: memory_profile_client
2525 build: test
2526 run: false
2527 language: c
2528 src:
2529 - test/core/memory_usage/client.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
2535- name: memory_profile_server
2536 build: test
2537 run: false
2538 language: c
2539 src:
2540 - test/core/memory_usage/server.c
2541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546- name: memory_profile_test
2547 cpu_cost: 1.5
2548 build: test
2549 language: c
2550 src:
2551 - test/core/memory_usage/memory_usage_test.c
2552 deps:
2553 - grpc_test_util
2554 - grpc
2555 - gpr_test_util
2556 - gpr
2557 platforms:
2558 - mac
2559 - linux
2560 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: message_compress_test
2562 build: test
2563 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/core/compression/message_compress_test.c
2566 deps:
2567 - grpc_test_util
2568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002569 - gpr_test_util
2570 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002571- name: minimal_stack_is_minimal_test
2572 build: test
2573 language: c
2574 src:
2575 - test/core/channel/minimal_stack_is_minimal_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
2579 - gpr_test_util
2580 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002581- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002582 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002583 build: test
2584 language: c
2585 src:
2586 - test/core/census/mlog_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002592- name: multiple_server_queues_test
2593 build: test
2594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
2596 - test/core/end2end/multiple_server_queues_test.c
2597 deps:
2598 - grpc_test_util
2599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002600 - gpr_test_util
2601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602- name: murmur_hash_test
2603 build: test
2604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002605 src:
2606 - test/core/support/murmur_hash_test.c
2607 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002610- name: nanopb_fuzzer_response_test
2611 build: fuzzer
2612 language: c
2613 src:
2614 - test/core/nanopb/fuzzer_response.c
2615 deps:
2616 - grpc_test_util
2617 - grpc
2618 - gpr_test_util
2619 - gpr
2620 corpus_dirs:
2621 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002622 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002623- name: nanopb_fuzzer_serverlist_test
2624 build: fuzzer
2625 language: c
2626 src:
2627 - test/core/nanopb/fuzzer_serverlist.c
2628 deps:
2629 - grpc_test_util
2630 - grpc
2631 - gpr_test_util
2632 - gpr
2633 corpus_dirs:
2634 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002635 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002637 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002638 build: test
2639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002640 src:
2641 - test/core/end2end/no_server_test.c
2642 deps:
2643 - grpc_test_util
2644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002645 - gpr_test_util
2646 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002647- name: parse_address_test
2648 build: test
2649 language: c
2650 src:
2651 - test/core/client_channel/parse_address_test.c
2652 deps:
2653 - grpc_test_util
2654 - grpc
2655 - gpr_test_util
2656 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002657- name: percent_decode_fuzzer
2658 build: fuzzer
2659 language: c
2660 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002661 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002662 deps:
2663 - grpc_test_util
2664 - grpc
2665 - gpr_test_util
2666 - gpr
2667 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002668 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002669 maxlen: 32
2670- name: percent_encode_fuzzer
2671 build: fuzzer
2672 language: c
2673 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002674 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002675 deps:
2676 - grpc_test_util
2677 - grpc
2678 - gpr_test_util
2679 - gpr
2680 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002681 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002682 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002683- name: percent_encoding_test
2684 build: test
2685 language: c
2686 src:
2687 - test/core/slice/percent_encoding_test.c
2688 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002689 - grpc_test_util
2690 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002691 - gpr_test_util
2692 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002693- name: pollset_set_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/iomgr/pollset_set_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
2701 - gpr_test_util
2702 - gpr
2703 exclude_iomgrs:
2704 - uv
2705 platforms:
2706 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002707- name: resolve_address_posix_test
2708 build: test
2709 language: c
2710 src:
2711 - test/core/iomgr/resolve_address_posix_test.c
2712 deps:
2713 - grpc_test_util
2714 - grpc
2715 - gpr_test_util
2716 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002717 exclude_iomgrs:
2718 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002719 platforms:
2720 - mac
2721 - linux
2722 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002723- name: resolve_address_test
2724 build: test
2725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002726 src:
2727 - test/core/iomgr/resolve_address_test.c
2728 deps:
2729 - grpc_test_util
2730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002731 - gpr_test_util
2732 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002733- name: resource_quota_test
2734 cpu_cost: 30
2735 build: test
2736 language: c
2737 src:
2738 - test/core/iomgr/resource_quota_test.c
2739 deps:
2740 - grpc_test_util
2741 - grpc
2742 - gpr_test_util
2743 - gpr
yang-gd482e592015-12-10 14:04:00 -08002744- name: secure_channel_create_test
2745 build: test
2746 language: c
2747 src:
2748 - test/core/surface/secure_channel_create_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002754- name: secure_endpoint_test
2755 build: test
2756 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002757 src:
2758 - test/core/security/secure_endpoint_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002764 exclude_iomgrs:
2765 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002766- name: sequential_connectivity_test
2767 build: test
2768 language: c
2769 src:
2770 - test/core/surface/sequential_connectivity_test.c
2771 deps:
2772 - grpc_test_util
2773 - grpc
2774 - gpr_test_util
2775 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002776 exclude_iomgrs:
2777 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002778- name: server_chttp2_test
2779 build: test
2780 language: c
2781 src:
2782 - test/core/surface/server_chttp2_test.c
2783 deps:
2784 - grpc_test_util
2785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002786 - gpr_test_util
2787 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002788- name: server_fuzzer
2789 build: fuzzer
2790 language: c
2791 src:
2792 - test/core/end2end/fuzzers/server_fuzzer.c
2793 deps:
2794 - grpc_test_util
2795 - grpc
2796 - gpr_test_util
2797 - gpr
2798 corpus_dirs:
2799 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002800 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002801 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002802- name: server_test
2803 build: test
2804 language: c
2805 src:
2806 - test/core/surface/server_test.c
2807 deps:
2808 - grpc_test_util
2809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002810 - gpr_test_util
2811 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002812- name: slice_buffer_test
2813 build: test
2814 language: c
2815 src:
2816 - test/core/slice/slice_buffer_test.c
2817 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002818 - grpc_test_util
2819 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002820 - gpr_test_util
2821 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002822- name: slice_hash_table_test
2823 build: test
2824 language: c
2825 src:
2826 - test/core/slice/slice_hash_table_test.c
2827 deps:
2828 - grpc_test_util
2829 - grpc
2830 - gpr_test_util
2831 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002832- name: slice_string_helpers_test
2833 build: test
2834 language: c
2835 src:
2836 - test/core/slice/slice_string_helpers_test.c
2837 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002838 - grpc_test_util
2839 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002840 - gpr_test_util
2841 - gpr
2842- name: slice_test
2843 build: test
2844 language: c
2845 src:
2846 - test/core/slice/slice_test.c
2847 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002848 - grpc_test_util
2849 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002850 - gpr_test_util
2851 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002852- name: sockaddr_resolver_test
2853 build: test
2854 language: c
2855 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002856 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002857 deps:
2858 - grpc_test_util
2859 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002860 - gpr_test_util
2861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862- name: sockaddr_utils_test
2863 build: test
2864 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/core/iomgr/sockaddr_utils_test.c
2867 deps:
2868 - grpc_test_util
2869 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002870 - gpr_test_util
2871 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002872- name: socket_utils_test
2873 build: test
2874 language: c
2875 src:
2876 - test/core/iomgr/socket_utils_test.c
2877 deps:
2878 - grpc_test_util
2879 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002880 - gpr_test_util
2881 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002882 exclude_iomgrs:
2883 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002884 platforms:
2885 - mac
2886 - linux
2887 - posix
yang-g31e21282016-11-04 15:10:03 -07002888- name: ssl_server_fuzzer
2889 build: fuzzer
2890 language: c
2891 src:
2892 - test/core/security/ssl_server_fuzzer.c
2893 deps:
2894 - grpc_test_util
2895 - grpc
2896 - gpr_test_util
2897 - gpr
2898 corpus_dirs:
2899 - test/core/security/corpus/ssl_server_corpus
2900 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002901- name: status_conversion_test
2902 build: test
2903 language: c
2904 src:
2905 - test/core/transport/status_conversion_test.c
2906 deps:
2907 - grpc_test_util
2908 - grpc
2909 - gpr_test_util
2910 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002911- name: stream_owned_slice_test
2912 build: test
2913 language: c
2914 src:
2915 - test/core/transport/stream_owned_slice_test.c
2916 deps:
2917 - grpc_test_util
2918 - grpc
2919 - gpr_test_util
2920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002921- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002922 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002923 build: test
2924 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002925 src:
2926 - test/core/iomgr/tcp_client_posix_test.c
2927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002932 exclude_iomgrs:
2933 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002934 platforms:
2935 - mac
2936 - linux
2937 - posix
murgatroid991191b722017-02-08 11:56:52 -08002938- name: tcp_client_uv_test
2939 cpu_cost: 0.5
2940 build: test
2941 language: c
2942 src:
2943 - test/core/iomgr/tcp_client_uv_test.c
2944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
2949 exclude_iomgrs:
2950 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002952 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002953 build: test
2954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/core/iomgr/tcp_posix_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002962 exclude_iomgrs:
2963 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002964 platforms:
2965 - mac
2966 - linux
2967 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002968- name: tcp_server_posix_test
2969 build: test
2970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002971 src:
2972 - test/core/iomgr/tcp_server_posix_test.c
2973 deps:
2974 - grpc_test_util
2975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002976 - gpr_test_util
2977 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002978 exclude_iomgrs:
2979 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002980 platforms:
2981 - mac
2982 - linux
2983 - posix
murgatroid991191b722017-02-08 11:56:52 -08002984- name: tcp_server_uv_test
2985 build: test
2986 language: c
2987 src:
2988 - test/core/iomgr/tcp_server_uv_test.c
2989 deps:
2990 - grpc_test_util
2991 - grpc
2992 - gpr_test_util
2993 - gpr
2994 exclude_iomgrs:
2995 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: time_averaged_stats_test
2997 build: test
2998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002999 src:
3000 - test/core/iomgr/time_averaged_stats_test.c
3001 deps:
3002 - grpc_test_util
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: timeout_encoding_test
3007 build: test
3008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003009 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003010 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003011 deps:
3012 - grpc_test_util
3013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003014 - gpr_test_util
3015 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003016- name: timer_heap_test
3017 build: test
3018 language: c
3019 src:
3020 - test/core/iomgr/timer_heap_test.c
3021 deps:
3022 - grpc_test_util
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003026 exclude_iomgrs:
3027 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003028- name: timer_list_test
3029 build: test
3030 language: c
3031 src:
3032 - test/core/iomgr/timer_list_test.c
3033 deps:
3034 - grpc_test_util
3035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003036 - gpr_test_util
3037 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003038 exclude_iomgrs:
3039 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003040- name: transport_connectivity_state_test
3041 build: test
3042 language: c
3043 src:
3044 - test/core/transport/connectivity_state_test.c
3045 deps:
3046 - grpc_test_util
3047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003048 - gpr_test_util
3049 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003050- name: transport_metadata_test
3051 build: test
3052 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003053 src:
3054 - test/core/transport/metadata_test.c
3055 deps:
3056 - grpc_test_util
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003060- name: transport_pid_controller_test
3061 build: test
3062 language: c
3063 src:
3064 - test/core/transport/pid_controller_test.c
3065 deps:
3066 - grpc_test_util
3067 - grpc
3068 - gpr_test_util
3069 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003070- name: transport_security_test
3071 build: test
3072 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003073 src:
3074 - test/core/tsi/transport_security_test.c
3075 deps:
3076 - grpc_test_util
3077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003078 - gpr_test_util
3079 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003080 platforms:
3081 - linux
3082 - posix
3083 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003084- name: udp_server_test
3085 build: test
3086 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003087 src:
3088 - test/core/iomgr/udp_server_test.c
3089 deps:
3090 - grpc_test_util
3091 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003092 - gpr_test_util
3093 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003094 exclude_iomgrs:
3095 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003096 platforms:
3097 - mac
3098 - linux
3099 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003100- name: uri_fuzzer_test
3101 build: fuzzer
3102 language: c
3103 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003104 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003105 deps:
3106 - grpc_test_util
3107 - grpc
3108 - gpr_test_util
3109 - gpr
3110 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003111 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003112 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003113- name: uri_parser_test
3114 build: test
3115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003116 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003117 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003118 deps:
3119 - grpc_test_util
3120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003121 - gpr_test_util
3122 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003123- name: wakeup_fd_cv_test
3124 build: test
3125 language: c
3126 src:
3127 - test/core/iomgr/wakeup_fd_cv_test.c
3128 deps:
3129 - grpc_test_util
3130 - grpc
3131 - gpr_test_util
3132 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003133 exclude_iomgrs:
3134 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003135 platforms:
3136 - mac
3137 - linux
3138 - posix
vjpai04e992a2016-02-10 16:58:38 -08003139- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003140 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003141 build: test
3142 language: c++
3143 src:
3144 - test/cpp/common/alarm_cpp_test.cc
3145 deps:
3146 - grpc++_test_util
3147 - grpc_test_util
3148 - grpc++
3149 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003150 - gpr_test_util
3151 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003152- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003153 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003154 build: test
3155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003156 src:
3157 - test/cpp/end2end/async_end2end_test.cc
3158 deps:
3159 - grpc++_test_util
3160 - grpc_test_util
3161 - grpc++
3162 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003163 - gpr_test_util
3164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003165- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003166 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003167 build: test
3168 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003169 src:
3170 - test/cpp/common/auth_property_iterator_test.cc
3171 deps:
3172 - grpc++_test_util
3173 - grpc_test_util
3174 - grpc++
3175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003176 - gpr_test_util
3177 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003178- name: bm_arena
3179 build: test
3180 language: c++
3181 src:
3182 - test/cpp/microbenchmarks/bm_arena.cc
3183 deps:
3184 - grpc_benchmark
3185 - benchmark
3186 - grpc++_test_util
3187 - grpc_test_util
3188 - grpc++
3189 - grpc
3190 - gpr_test_util
3191 - gpr
3192 args:
3193 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003194 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003195 platforms:
3196 - mac
3197 - linux
3198 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003199- name: bm_call_create
3200 build: test
3201 language: c++
3202 src:
3203 - test/cpp/microbenchmarks/bm_call_create.cc
3204 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003205 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003206 - 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
Craig Tillerbf515b62017-02-24 16:23:50 -08003215 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003216 platforms:
3217 - mac
3218 - linux
3219 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003220- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003221 build: test
3222 language: c++
3223 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003224 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003225 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003226 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003227 - benchmark
3228 - grpc++_test_util
3229 - grpc_test_util
3230 - grpc++
3231 - grpc
3232 - gpr_test_util
3233 - gpr
3234 args:
3235 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003236 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003237 platforms:
3238 - mac
3239 - linux
3240 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003241- name: bm_chttp2_transport
3242 build: test
3243 language: c++
3244 src:
3245 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3246 deps:
3247 - grpc_benchmark
3248 - benchmark
3249 - grpc++_test_util
3250 - grpc_test_util
3251 - grpc++
3252 - grpc
3253 - gpr_test_util
3254 - gpr
3255 args:
3256 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003257 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003258 platforms:
3259 - mac
3260 - linux
3261 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003262- name: bm_closure
3263 build: test
3264 language: c++
3265 src:
3266 - test/cpp/microbenchmarks/bm_closure.cc
3267 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003268 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003269 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003270 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003271 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003272 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003273 - grpc
3274 - gpr_test_util
3275 - gpr
3276 args:
3277 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003278 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003279 platforms:
3280 - mac
3281 - linux
3282 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003283- name: bm_cq
3284 build: test
3285 language: c++
3286 src:
3287 - test/cpp/microbenchmarks/bm_cq.cc
3288 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003289 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003290 - benchmark
3291 - grpc++_test_util
3292 - grpc_test_util
3293 - grpc++
3294 - grpc
3295 - gpr_test_util
3296 - gpr
3297 args:
3298 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003299 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003300 platforms:
3301 - mac
3302 - linux
3303 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003304- name: bm_cq_multiple_threads
3305 build: test
3306 language: c++
3307 src:
3308 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3309 deps:
3310 - grpc_benchmark
3311 - benchmark
3312 - grpc++_test_util
3313 - grpc_test_util
3314 - grpc++
3315 - grpc
3316 - gpr_test_util
3317 - gpr
3318 args:
3319 - --benchmark_min_time=0
3320 defaults: benchmark
3321 platforms:
3322 - mac
3323 - linux
3324 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003325- name: bm_error
3326 build: test
3327 language: c++
3328 src:
3329 - test/cpp/microbenchmarks/bm_error.cc
3330 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003331 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003332 - benchmark
3333 - grpc++_test_util
3334 - grpc_test_util
3335 - grpc++
3336 - grpc
3337 - gpr_test_util
3338 - gpr
3339 args:
3340 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003341 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003342 platforms:
3343 - mac
3344 - linux
3345 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003346- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003347 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003348 language: c++
3349 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003350 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003351 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003352 - grpc_benchmark
3353 - benchmark
3354 - grpc++_test_util
3355 - grpc_test_util
3356 - grpc++
3357 - grpc
3358 - gpr_test_util
3359 - gpr
3360 args:
3361 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003362 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003363 excluded_poll_engines:
3364 - poll
3365 - poll-cv
3366 platforms:
3367 - mac
3368 - linux
3369 - posix
3370 timeout_seconds: 1200
3371- name: bm_fullstack_streaming_pump
3372 build: test
3373 language: c++
3374 src:
3375 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003376 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003377 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003378 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003379 - grpc++_test_util
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
3383 - gpr_test_util
3384 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003385 args:
3386 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003387 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003388 excluded_poll_engines:
3389 - poll
3390 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003391 platforms:
3392 - mac
3393 - linux
3394 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003395 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003396- name: bm_fullstack_trickle
3397 build: test
3398 language: c++
3399 src:
3400 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3401 deps:
3402 - grpc_benchmark
3403 - benchmark
3404 - grpc++_test_util
3405 - grpc_test_util
3406 - grpc++
3407 - grpc
3408 - gpr_test_util
3409 - gpr
3410 args:
3411 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003412 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003413 excluded_poll_engines:
3414 - poll
3415 - poll-cv
3416 platforms:
3417 - mac
3418 - linux
3419 - posix
3420 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003421- name: bm_fullstack_unary_ping_pong
3422 build: test
3423 language: c++
3424 src:
3425 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3426 deps:
3427 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003428 - benchmark
3429 - grpc++_test_util
3430 - grpc_test_util
3431 - grpc++
3432 - grpc
3433 - gpr_test_util
3434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003435 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003436 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003437 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003439 - poll
3440 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003441 platforms:
3442 - mac
3443 - linux
3444 - posix
3445 timeout_seconds: 1200
3446- name: bm_metadata
3447 build: test
3448 language: c++
3449 src:
3450 - test/cpp/microbenchmarks/bm_metadata.cc
3451 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003452 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003453 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003454 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003455 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003456 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003457 - grpc
3458 - gpr_test_util
3459 - gpr
3460 args:
3461 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003462 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 platforms:
3464 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003465 - linux
3466 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003467- name: bm_pollset
3468 build: test
3469 language: c++
3470 src:
3471 - test/cpp/microbenchmarks/bm_pollset.cc
3472 deps:
3473 - grpc_benchmark
3474 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003475 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003476 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003477 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003478 - grpc
3479 - gpr_test_util
3480 - gpr
3481 args:
3482 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003483 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003484 platforms:
3485 - mac
3486 - linux
3487 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003488- name: channel_arguments_test
3489 gtest: true
3490 build: test
3491 language: c++
3492 src:
3493 - test/cpp/common/channel_arguments_test.cc
3494 deps:
3495 - grpc++
3496 - grpc
3497 - gpr
3498- name: channel_filter_test
3499 gtest: true
3500 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003501 language: c++
3502 src:
3503 - test/cpp/common/channel_filter_test.cc
3504 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003505 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003506 - grpc
3507 - gpr
3508- name: cli_call_test
3509 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003510 build: test
3511 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003512 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003513 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003514 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003515 - grpc_cli_libs
3516 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003517 - grpc_test_util
3518 - grpc++
3519 - grpc
3520 - gpr_test_util
3521 - gpr
3522- name: client_crash_test
3523 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003524 cpu_cost: 0.1
3525 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003526 language: c++
3527 src:
3528 - test/cpp/end2end/client_crash_test.cc
3529 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003530 - grpc++_test_util
3531 - grpc_test_util
3532 - grpc++
3533 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003534 - gpr_test_util
3535 - gpr
3536 platforms:
3537 - mac
3538 - linux
3539 - posix
3540- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003541 build: test
3542 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003543 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003544 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003545 - test/cpp/end2end/client_crash_test_server.cc
3546 deps:
3547 - grpc++_test_util
3548 - grpc_test_util
3549 - grpc++
3550 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003551 - gpr_test_util
3552 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003553- name: codegen_test_full
3554 gtest: true
3555 build: test
3556 language: c++
3557 src:
3558 - src/proto/grpc/testing/control.proto
yang-g17487f92016-06-03 15:21:15 -07003559 - src/proto/grpc/testing/messages.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003560 - src/proto/grpc/testing/payloads.proto
3561 - src/proto/grpc/testing/services.proto
3562 - src/proto/grpc/testing/stats.proto
3563 - test/cpp/codegen/codegen_test_full.cc
3564 deps:
3565 - grpc++
3566 - grpc
3567 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003568 filegroups:
3569 - grpc++_codegen_base
3570- name: codegen_test_minimal
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003571 gtest: true
yang-g17487f92016-06-03 15:21:15 -07003572 build: test
yang-g34b58612016-06-03 17:30:09 -07003573 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003574 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003575 - src/proto/grpc/testing/control.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 - src/proto/grpc/testing/messages.proto
3577 - src/proto/grpc/testing/payloads.proto
Craig Tiller25834342015-09-25 08:08:24 -07003578 - src/proto/grpc/testing/services.proto
3579 - src/proto/grpc/testing/stats.proto
3580 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003581 deps:
3582 - grpc
3583 - gpr
Craig Tillerca62ff02016-02-24 22:22:57 -08003584 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003585 - grpc++_codegen_base
3586 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003587- name: credentials_test
3588 gtest: true
3589 build: test
3590 language: c++
3591 src:
3592 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003593 deps:
3594 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003595 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003597- name: cxx_byte_buffer_test
3598 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003599 build: test
3600 language: c++
3601 src:
3602 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003603 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003604 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605 - grpc++
3606 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003607 - gpr_test_util
3608 - gpr
3609- name: cxx_slice_test
3610 gtest: true
3611 build: test
3612 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003613 src:
3614 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003615 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003616 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003617 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003618 - grpc
3619 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003620 - gpr
3621- name: cxx_string_ref_test
3622 gtest: true
3623 build: test
3624 language: c++
3625 src:
3626 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003627 deps:
3628 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003629- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003630 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003631 build: test
3632 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003633 src:
3634 - test/cpp/util/time_test.cc
3635 deps:
3636 - grpc_test_util
3637 - grpc++
3638 - grpc
3639 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 - gpr
3641- name: end2end_test
yang-gb8aa58b2016-04-14 15:50:50 -07003642 gtest: true
3643 cpu_cost: 0.5
3644 build: test
3645 language: c++
3646 src:
3647 - test/cpp/end2end/end2end_test.cc
3648 deps:
3649 - grpc++_test_util
3650 - grpc_test_util
3651 - grpc++
3652 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003653 - gpr_test_util
3654 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003655- name: error_details_test
3656 gtest: true
3657 build: test
3658 language: c++
3659 src:
3660 - src/proto/grpc/testing/echo_messages.proto
3661 - test/cpp/util/error_details_test.cc
3662 deps:
3663 - grpc++_error_details
3664 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003665- name: filter_end2end_test
3666 gtest: true
3667 build: test
3668 language: c++
3669 src:
3670 - test/cpp/end2end/filter_end2end_test.cc
3671 deps:
3672 - grpc++_test_util
3673 - grpc_test_util
3674 - grpc++
3675 - grpc
3676 - gpr_test_util
3677 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003678- name: generic_end2end_test
3679 gtest: true
3680 build: test
3681 language: c++
3682 src:
3683 - test/cpp/end2end/generic_end2end_test.cc
3684 deps:
3685 - grpc++_test_util
3686 - grpc_test_util
3687 - grpc++
3688 - grpc
3689 - gpr_test_util
3690 - gpr
3691- name: golden_file_test
3692 gtest: true
3693 build: test
3694 language: c++
3695 src:
3696 - src/proto/grpc/testing/compiler_test.proto
3697 - test/cpp/codegen/golden_file_test.cc
3698 deps:
3699 - grpc++
3700 - grpc
3701 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003702 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003703 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003704- name: grpc_cli
3705 build: test
3706 run: false
3707 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003708 src:
3709 - test/cpp/util/grpc_cli.cc
3710 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003711 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003712 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003713 - grpc++
3714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003715 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003716 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003717- name: grpc_cpp_plugin
3718 build: protoc
3719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003720 src:
3721 - src/compiler/cpp_plugin.cc
3722 deps:
3723 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003724 secure: false
3725 vs_config_type: Application
3726 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3727- name: grpc_csharp_plugin
3728 build: protoc
3729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003730 src:
3731 - src/compiler/csharp_plugin.cc
3732 deps:
3733 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003734 secure: false
3735 vs_config_type: Application
3736 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003737- name: grpc_node_plugin
3738 build: protoc
3739 language: c++
3740 src:
3741 - src/compiler/node_plugin.cc
3742 deps:
3743 - grpc_plugin_support
3744 secure: false
3745 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003746- name: grpc_objective_c_plugin
3747 build: protoc
3748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003749 src:
3750 - src/compiler/objective_c_plugin.cc
3751 deps:
3752 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003753 secure: false
3754 vs_config_type: Application
3755 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003756- name: grpc_php_plugin
3757 build: protoc
3758 language: c++
3759 src:
3760 - src/compiler/php_plugin.cc
3761 deps:
3762 - grpc_plugin_support
3763 secure: false
3764 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003765- name: grpc_python_plugin
3766 build: protoc
3767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003768 src:
3769 - src/compiler/python_plugin.cc
3770 deps:
3771 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003772 secure: false
3773 vs_config_type: Application
3774 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3775- name: grpc_ruby_plugin
3776 build: protoc
3777 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003778 src:
3779 - src/compiler/ruby_plugin.cc
3780 deps:
3781 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003782 secure: false
3783 vs_config_type: Application
3784 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003785- name: grpc_tool_test
3786 gtest: true
3787 build: test
3788 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003789 src:
3790 - src/proto/grpc/testing/echo.proto
3791 - src/proto/grpc/testing/echo_messages.proto
3792 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003793 deps:
3794 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003795 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003796 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003797 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003798 - grpc_test_util
3799 - grpc++
3800 - grpc
3801 - gpr_test_util
3802 - gpr
3803 filegroups:
3804 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003805- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003806 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003807 build: test
3808 language: c++
3809 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003810 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003811 - test/cpp/grpclb/grpclb_api_test.cc
3812 deps:
3813 - grpc++_test_util
3814 - grpc_test_util
3815 - grpc++
3816 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003817- name: grpclb_end2end_test
3818 gtest: true
3819 build: test
3820 language: c++
3821 src:
3822 - src/proto/grpc/lb/v1/load_balancer.proto
3823 - test/cpp/end2end/grpclb_end2end_test.cc
3824 deps:
3825 - grpc++_test_util
3826 - grpc_test_util
3827 - grpc++
3828 - grpc
3829 - gpr_test_util
3830 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07003831- name: grpclb_test
3832 gtest: false
3833 build: test
3834 language: c++
3835 src:
3836 - src/proto/grpc/lb/v1/load_balancer.proto
3837 - test/cpp/grpclb/grpclb_test.cc
3838 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003839 - grpc++_test_util
3840 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003841 - grpc++
3842 - grpc
3843 - gpr_test_util
3844 - gpr
yang-gad327642016-12-12 14:32:09 -08003845- name: health_service_end2end_test
3846 gtest: true
3847 build: test
3848 language: c++
3849 src:
3850 - test/cpp/end2end/health_service_end2end_test.cc
3851 deps:
3852 - grpc++_test_util
3853 - grpc_test_util
3854 - grpc++
3855 - grpc
3856 - gpr_test_util
3857 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003858- name: http2_client
3859 build: test
3860 run: false
3861 language: c++
3862 src: []
3863 deps:
3864 - http2_client_main
3865 - grpc++_test_util
3866 - grpc_test_util
3867 - grpc++
3868 - grpc
3869 - grpc++_test_config
3870 platforms:
3871 - mac
3872 - linux
3873 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003874- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003875 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003876 build: test
3877 language: c++
3878 src:
3879 - test/cpp/end2end/hybrid_end2end_test.cc
3880 deps:
3881 - grpc++_test_util
3882 - grpc_test_util
3883 - grpc++
3884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003885 - gpr_test_util
3886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003887- name: interop_client
3888 build: test
3889 run: false
3890 language: c++
3891 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003892 deps:
3893 - interop_client_main
3894 - interop_client_helper
3895 - grpc++_test_util
3896 - grpc_test_util
3897 - grpc++
3898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003899 - gpr_test_util
3900 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003901 - grpc++_test_config
3902 platforms:
3903 - mac
3904 - linux
3905 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003906- name: interop_server
3907 build: test
3908 run: false
3909 language: c++
3910 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003911 deps:
3912 - interop_server_main
3913 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003914 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003915 - grpc++_test_util
3916 - grpc_test_util
3917 - grpc++
3918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003919 - gpr_test_util
3920 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003921 - grpc++_test_config
3922 platforms:
3923 - mac
3924 - linux
3925 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003926- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003927 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003928 build: test
3929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003930 src:
3931 - test/cpp/interop/interop_test.cc
3932 deps:
3933 - grpc_test_util
3934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003935 - gpr_test_util
3936 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003937 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003938 platforms:
3939 - mac
3940 - linux
3941 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003942- name: json_run_localhost
3943 build: test
3944 run: false
3945 language: c++
3946 src:
3947 - test/cpp/qps/json_run_localhost.cc
3948 deps:
3949 - grpc++_test_util
3950 - grpc_test_util
3951 - grpc++
3952 - grpc
3953 - gpr_test_util
3954 - gpr
3955 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003956 platforms:
3957 - mac
3958 - linux
3959 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07003960- name: memory_test
3961 gtest: true
3962 build: test
3963 language: c++
3964 src:
3965 - test/core/support/memory_test.cc
3966 deps:
3967 - grpc_test_util
3968 - grpc++
3969 - grpc
3970 - gpr_test_util
3971 - gpr
3972 uses:
3973 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003974- name: metrics_client
3975 build: test
3976 run: false
3977 language: c++
3978 headers:
3979 - test/cpp/util/metrics_server.h
3980 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003981 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003982 - test/cpp/interop/metrics_client.cc
3983 deps:
3984 - grpc++
3985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003986 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003987 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 build: test
3991 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07003992 headers:
3993 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07003994 src:
3995 - test/cpp/end2end/mock_test.cc
3996 deps:
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004003- name: noop-benchmark
4004 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004005 language: c++
4006 src:
4007 - test/cpp/microbenchmarks/noop-benchmark.cc
4008 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004009 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004010 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004011- name: proto_server_reflection_test
4012 gtest: true
4013 build: test
4014 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004015 src:
4016 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004017 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004018 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004019 - grpc++_reflection
4020 - grpc++_test_util
4021 - grpc_test_util
4022 - grpc++
4023 - grpc
4024 - gpr_test_util
4025 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004026- name: proto_utils_test
4027 gtest: true
4028 build: test
4029 language: c++
4030 src:
4031 - test/cpp/codegen/proto_utils_test.cc
4032 deps:
4033 - grpc++
4034 - grpc
4035 filegroups:
4036 - grpc++_codegen_base
4037 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038- name: qps_interarrival_test
4039 build: test
4040 run: false
4041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 src:
4043 - test/cpp/qps/qps_interarrival_test.cc
4044 deps:
4045 - qps
4046 - grpc++_test_util
4047 - grpc_test_util
4048 - grpc++
4049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004050 - gpr_test_util
4051 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004052 platforms:
4053 - mac
4054 - linux
4055 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004056- name: qps_json_driver
4057 build: test
4058 run: false
4059 language: c++
4060 src:
4061 - test/cpp/qps/qps_json_driver.cc
4062 deps:
4063 - qps
4064 - grpc++_test_util
4065 - grpc_test_util
4066 - grpc++
4067 - grpc
4068 - gpr_test_util
4069 - gpr
4070 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004071- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004072 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004073 build: test
4074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004075 src:
4076 - test/cpp/qps/qps_openloop_test.cc
4077 deps:
4078 - qps
4079 - grpc++_test_util
4080 - grpc_test_util
4081 - grpc++
4082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004083 - gpr_test_util
4084 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004085 - grpc++_test_config
4086 platforms:
4087 - mac
4088 - linux
4089 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004090- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004091 build: test
4092 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004094 headers:
4095 - test/cpp/qps/client.h
4096 - test/cpp/qps/server.h
4097 src:
4098 - test/cpp/qps/worker.cc
4099 deps:
4100 - qps
4101 - grpc++_test_util
4102 - grpc_test_util
4103 - grpc++
4104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004105 - gpr_test_util
4106 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004107 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004108- name: reconnect_interop_client
4109 build: test
4110 run: false
4111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004112 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004113 - src/proto/grpc/testing/empty.proto
4114 - src/proto/grpc/testing/messages.proto
4115 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004116 - test/cpp/interop/reconnect_interop_client.cc
4117 deps:
4118 - grpc++_test_util
4119 - grpc_test_util
4120 - grpc++
4121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004122 - gpr_test_util
4123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004124 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: reconnect_interop_server
4126 build: test
4127 run: false
4128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004129 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004130 - src/proto/grpc/testing/empty.proto
4131 - src/proto/grpc/testing/messages.proto
4132 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004133 - test/cpp/interop/reconnect_interop_server.cc
4134 deps:
4135 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004136 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004137 - grpc++_test_util
4138 - grpc_test_util
4139 - grpc++
4140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004141 - gpr_test_util
4142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004143 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07004144- name: round_robin_end2end_test
4145 gtest: true
4146 build: test
4147 language: c++
4148 src:
4149 - test/cpp/end2end/round_robin_end2end_test.cc
4150 deps:
4151 - grpc++_test_util
4152 - grpc_test_util
4153 - grpc++
4154 - grpc
4155 - gpr_test_util
4156 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004157- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004158 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004159 build: test
4160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004161 src:
4162 - test/cpp/common/secure_auth_context_test.cc
4163 deps:
4164 - grpc++_test_util
4165 - grpc_test_util
4166 - grpc++
4167 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004168 - gpr_test_util
4169 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004170- name: secure_sync_unary_ping_pong_test
4171 build: test
4172 language: c++
4173 src:
4174 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4175 deps:
4176 - qps
4177 - grpc++_test_util
4178 - grpc_test_util
4179 - grpc++
4180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004181 - gpr_test_util
4182 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004183 platforms:
4184 - mac
4185 - linux
4186 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004187- name: server_builder_plugin_test
4188 gtest: true
4189 build: test
4190 language: c++
4191 src:
4192 - test/cpp/end2end/server_builder_plugin_test.cc
4193 deps:
4194 - grpc++_test_util
4195 - grpc_test_util
4196 - grpc++
4197 - grpc
4198 - gpr_test_util
4199 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004200- name: server_builder_test
4201 gtest: true
4202 build: test
4203 language: c++
4204 src:
4205 - src/proto/grpc/testing/echo_messages.proto
4206 - src/proto/grpc/testing/echo.proto
4207 - test/cpp/server/server_builder_test.cc
4208 deps:
4209 - grpc++_test_util
4210 - grpc_test_util
4211 - gpr_test_util
4212 - grpc++
4213 - grpc
4214 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004215- name: server_context_test_spouse_test
4216 gtest: true
4217 build: test
4218 language: c++
4219 src:
4220 - test/cpp/test/server_context_test_spouse_test.cc
4221 deps:
4222 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004223 - grpc++
4224 - grpc
4225 - gpr_test_util
4226 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004227 uses:
4228 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004229- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004230 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004231 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004232 build: test
4233 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004234 src:
4235 - test/cpp/end2end/server_crash_test.cc
4236 deps:
4237 - grpc++_test_util
4238 - grpc_test_util
4239 - grpc++
4240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004241 - gpr_test_util
4242 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004243 platforms:
4244 - mac
4245 - linux
4246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004247- name: server_crash_test_client
4248 build: test
4249 run: false
4250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004251 src:
4252 - test/cpp/end2end/server_crash_test_client.cc
4253 deps:
4254 - grpc++_test_util
4255 - grpc_test_util
4256 - grpc++
4257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004258 - gpr_test_util
4259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004260- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004261 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004262 build: test
4263 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004264 src:
4265 - test/cpp/end2end/shutdown_test.cc
4266 deps:
4267 - grpc++_test_util
4268 - grpc_test_util
4269 - grpc++
4270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004271 - gpr_test_util
4272 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004273- name: status_test
4274 build: test
4275 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004276 src:
4277 - test/cpp/util/status_test.cc
4278 deps:
4279 - grpc_test_util
4280 - grpc++
4281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004282 - gpr_test_util
4283 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004284- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004285 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004286 build: test
4287 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004288 src:
4289 - test/cpp/end2end/streaming_throughput_test.cc
4290 deps:
4291 - grpc++_test_util
4292 - grpc_test_util
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr_test_util
4296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004297 platforms:
4298 - mac
4299 - linux
4300 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004301- name: stress_test
4302 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004303 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004304 language: c++
4305 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004306 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004307 - test/cpp/interop/interop_client.h
4308 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004309 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004310 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004311 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004312 - src/proto/grpc/testing/empty.proto
4313 - src/proto/grpc/testing/messages.proto
4314 - src/proto/grpc/testing/metrics.proto
4315 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004316 - test/cpp/interop/interop_client.cc
4317 - test/cpp/interop/stress_interop_client.cc
4318 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004319 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004320 deps:
4321 - grpc++_test_util
4322 - grpc_test_util
4323 - grpc++
4324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004325 - gpr_test_util
4326 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004327 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004328- name: thread_manager_test
4329 build: test
4330 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004331 src:
4332 - test/cpp/thread_manager/thread_manager_test.cc
4333 deps:
4334 - grpc++
4335 - grpc
4336 - gpr
4337 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004338- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004339 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004340 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004341 build: test
4342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004343 src:
4344 - test/cpp/end2end/thread_stress_test.cc
4345 deps:
4346 - grpc++_test_util
4347 - grpc_test_util
4348 - grpc++
4349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004350 - gpr_test_util
4351 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004352- name: writes_per_rpc_test
4353 gtest: true
4354 cpu_cost: 0.5
4355 build: test
4356 language: c++
4357 src:
4358 - test/cpp/performance/writes_per_rpc_test.cc
4359 deps:
4360 - grpc++_test_util
4361 - grpc_test_util
4362 - grpc++
4363 - grpc
4364 - gpr_test_util
4365 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004366 platforms:
4367 - mac
4368 - linux
4369 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004370- name: public_headers_must_be_c89
4371 build: test
4372 language: c89
4373 src:
4374 - test/core/surface/public_headers_must_be_c89.c
4375 deps:
4376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004378vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004379- linkage: static
4380 name: grpc.dependencies.zlib
4381 props: false
4382 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004383 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004384- linkage: static
4385 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004386 props: true
4387 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004388 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004389- name: gflags
4390 props: false
4391 redist: false
4392 version: 2.1.2.1
4393- name: gtest
4394 props: false
4395 redist: false
4396 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004397configs:
4398 asan:
4399 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004400 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4401 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004402 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004403 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004404 LDFLAGS: -fsanitize=address
4405 LDXX: clang++
4406 compile_the_world: true
4407 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004408 ASAN_OPTIONS: detect_leaks=1:color=always
4409 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004410 asan-noleaks:
4411 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004412 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4413 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004414 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004415 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004416 LDFLAGS: -fsanitize=address
4417 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004418 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004419 test_environ:
4420 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004421 asan-trace-cmp:
4422 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004423 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4424 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004425 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004426 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004427 LDFLAGS: -fsanitize=address
4428 LDXX: clang++
4429 compile_the_world: true
4430 test_environ:
4431 ASAN_OPTIONS: detect_leaks=1:color=always
4432 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004433 basicprof:
4434 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4435 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004436 c++-compat:
4437 CFLAGS: -Wc++-compat
4438 CPPFLAGS: -O0
4439 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004440 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004441 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004442 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004443 dbg:
4444 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004445 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004446 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004447 gcov:
4448 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004449 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004450 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004451 DEFINES: _DEBUG DEBUG GPR_GCOV
4452 LD: gcc
4453 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4454 LDXX: g++
4455 helgrind:
4456 CPPFLAGS: -O0
4457 DEFINES: _DEBUG DEBUG
4458 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004459 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004460 lto:
4461 CPPFLAGS: -O2
4462 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004463 memcheck:
4464 CPPFLAGS: -O0
4465 DEFINES: _DEBUG DEBUG
4466 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004467 valgrind: --tool=memcheck --leak-check=full
4468 msan:
4469 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004470 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4471 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4472 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004473 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004474 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004475 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004476 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4477 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4478 LDXX: clang++
4479 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004480 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004481 CPPFLAGS: -O3 -fno-omit-frame-pointer
4482 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004483 LDFLAGS: -rdynamic
4484 opt:
4485 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004486 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004487 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004488 stapprof:
4489 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4490 DEFINES: NDEBUG
4491 tsan:
4492 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004493 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004494 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004495 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004496 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004497 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004498 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004499 LDXX: clang++
4500 compile_the_world: true
4501 test_environ:
4502 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004503 ubsan:
4504 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004505 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4506 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004507 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004508 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004509 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004510 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004511 LDXX: clang++
4512 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004513 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004514 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004515defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004516 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004517 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004518 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4519 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004520 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4521 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004522 benchmark:
4523 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004524 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004525 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004526 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004527 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004528 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004529 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004530 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004531 LDFLAGS: -g
4532 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004533 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004534 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004535node_modules:
4536- deps:
4537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004538 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004539 - boringssl
4540 - z
murgatroid9994a75412015-11-19 14:04:53 -08004541 headers:
4542 - src/node/ext/byte_buffer.h
4543 - src/node/ext/call.h
4544 - src/node/ext/call_credentials.h
4545 - src/node/ext/channel.h
4546 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004547 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004548 - src/node/ext/server.h
4549 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004550 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004551 - src/node/ext/timeval.h
4552 js:
4553 - src/node/index.js
4554 - src/node/src/client.js
4555 - src/node/src/common.js
4556 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004557 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004558 - src/node/src/metadata.js
4559 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004560 name: grpc_node
4561 src:
4562 - src/node/ext/byte_buffer.cc
4563 - src/node/ext/call.cc
4564 - src/node/ext/call_credentials.cc
4565 - src/node/ext/channel.cc
4566 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004567 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004568 - src/node/ext/node_grpc.cc
4569 - src/node/ext/server.cc
4570 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004571 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004572 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004573openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004574 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004575 extraction_dir: openssl-1.0.2f
4576 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004577php_config_m4:
4578 deps:
4579 - grpc
4580 - gpr
Stanley Cheung5ec52ae2017-04-14 15:07:28 -07004581 - ares
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004582 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004583 headers:
4584 - src/php/ext/grpc/byte_buffer.h
4585 - src/php/ext/grpc/call.h
4586 - src/php/ext/grpc/call_credentials.h
4587 - src/php/ext/grpc/channel.h
4588 - src/php/ext/grpc/channel_credentials.h
4589 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004590 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004591 - src/php/ext/grpc/php_grpc.h
4592 - src/php/ext/grpc/server.h
4593 - src/php/ext/grpc/server_credentials.h
4594 - src/php/ext/grpc/timeval.h
4595 src:
4596 - src/php/ext/grpc/byte_buffer.c
4597 - src/php/ext/grpc/call.c
4598 - src/php/ext/grpc/call_credentials.c
4599 - src/php/ext/grpc/channel.c
4600 - src/php/ext/grpc/channel_credentials.c
4601 - src/php/ext/grpc/completion_queue.c
4602 - src/php/ext/grpc/php_grpc.c
4603 - src/php/ext/grpc/server.c
4604 - src/php/ext/grpc/server_credentials.c
4605 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004606python_dependencies:
4607 deps:
4608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004609 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004610 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004611 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004612 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004613ruby_gem:
4614 deps:
4615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004616 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004617 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004618 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004619 - z