blob: 581fa65a235d82a47b4c6dfcdf7ae7e4dfd67e63 [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 Quintasaebcdbd2017-05-30 14:14:27 -070017 version: 1.5.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
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070042 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070043 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070046 - src/core/ext/census/grpc_context.c
47 - src/core/ext/census/grpc_filter.c
48 - src/core/ext/census/grpc_plugin.c
49 - src/core/ext/census/initialize.c
Vizerai0359e122017-04-28 20:06:58 -070050 - src/core/ext/census/intrusive_hash_map.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070051 - src/core/ext/census/mlog.c
52 - src/core/ext/census/operation.c
53 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070054 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070055 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070056 - src/core/ext/census/tracing.c
57 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 public_headers:
63 - include/grpc/support/alloc.h
64 - include/grpc/support/atm.h
65 - include/grpc/support/atm_gcc_atomic.h
66 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070067 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/avl.h
69 - include/grpc/support/cmdline.h
70 - include/grpc/support/cpu.h
71 - include/grpc/support/histogram.h
72 - include/grpc/support/host_port.h
73 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070074 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010075 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010076 - include/grpc/support/string_util.h
77 - include/grpc/support/subprocess.h
78 - include/grpc/support/sync.h
79 - include/grpc/support/sync_generic.h
80 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070081 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010082 - include/grpc/support/thd.h
83 - include/grpc/support/time.h
84 - include/grpc/support/tls.h
85 - include/grpc/support/tls_gcc.h
86 - include/grpc/support/tls_msvc.h
87 - include/grpc/support/tls_pthread.h
88 - include/grpc/support/useful.h
89 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070090 - src/core/lib/profiling/timers.h
Craig Tiller9202b3f2017-03-12 22:30:38 -070091 - src/core/lib/support/arena.h
Craig Tiller4d780a52017-04-12 13:47:18 -070092 - src/core/lib/support/atomic.h
93 - src/core/lib/support/atomic_with_atm.h
94 - src/core/lib/support/atomic_with_std.h
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/support/backoff.h
96 - src/core/lib/support/block_annotate.h
97 - src/core/lib/support/env.h
Craig Tillerb3d70102017-03-31 14:17:09 -070098 - src/core/lib/support/memory.h
Craig Tiller57726ca2016-09-12 11:59:45 -070099 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700100 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -0800101 - src/core/lib/support/spinlock.h
Ken Paysona4710a02017-07-10 16:49:59 -0700102 - src/core/lib/support/stack_lockfree.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700103 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700104 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/thd_internal.h
106 - src/core/lib/support/time_precise.h
107 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100108 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700109 - src/core/lib/profiling/basic_timers.c
110 - src/core/lib/profiling/stap_timers.c
111 - src/core/lib/support/alloc.c
Craig Tiller9202b3f2017-03-12 22:30:38 -0700112 - src/core/lib/support/arena.c
Mark D. Rothfecba532017-03-17 09:50:48 -0700113 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/avl.c
115 - src/core/lib/support/backoff.c
116 - src/core/lib/support/cmdline.c
117 - src/core/lib/support/cpu_iphone.c
118 - src/core/lib/support/cpu_linux.c
119 - src/core/lib/support/cpu_posix.c
120 - src/core/lib/support/cpu_windows.c
121 - src/core/lib/support/env_linux.c
122 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700123 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/histogram.c
125 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700126 - src/core/lib/support/log.c
127 - src/core/lib/support/log_android.c
128 - src/core/lib/support/log_linux.c
129 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700130 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700131 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700132 - src/core/lib/support/murmur_hash.c
Ken Paysona4710a02017-07-10 16:49:59 -0700133 - src/core/lib/support/stack_lockfree.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/string.c
135 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700136 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/subprocess_posix.c
139 - src/core/lib/support/subprocess_windows.c
140 - src/core/lib/support/sync.c
141 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700142 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/thd.c
144 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700145 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700146 - src/core/lib/support/time.c
147 - src/core/lib/support/time_posix.c
148 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700149 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700150 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200151 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700152 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700154 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700155 uses:
156 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800157- name: gpr_codegen
158 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/atm.h
160 - include/grpc/impl/codegen/atm_gcc_atomic.h
161 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800163 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700164 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800165 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/sync.h
167 - include/grpc/impl/codegen/sync_generic.h
168 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700169 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700170- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700171 public_headers:
172 - include/grpc/byte_buffer.h
173 - include/grpc/byte_buffer_reader.h
174 - include/grpc/compression.h
175 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700176 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200177 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800178 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700179 - include/grpc/slice.h
180 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700181 - include/grpc/status.h
Muxi Yan1d3ce9a2017-05-15 16:01:17 -0700182 - include/grpc/support/workaround_list.h
Craig Tiller25834342015-09-25 08:08:24 -0700183 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/channel_args.h
185 - src/core/lib/channel/channel_stack.h
186 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/channel/connected_channel.h
188 - src/core/lib/channel/context.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700189 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800190 - src/core/lib/channel/handshaker_factory.h
191 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700192 - src/core/lib/compression/algorithm_metadata.h
193 - src/core/lib/compression/message_compress.h
Muxi Yane87a7e12017-06-29 16:53:24 -0700194 - src/core/lib/compression/stream_compression.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/http/format_request.h
196 - src/core/lib/http/httpcli.h
197 - src/core/lib/http/parser.h
198 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700199 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/endpoint.h
201 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700202 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800203 - src/core/lib/iomgr/error_internal.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700204 - src/core/lib/iomgr/ev_epoll1_linux.h
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700205 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.h
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700206 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
Craig Tillerf4360d72017-04-07 08:51:00 -0700207 - src/core/lib/iomgr/ev_epollex_linux.h
Craig Tillerc67cc992017-04-27 10:15:51 -0700208 - src/core/lib/iomgr/ev_epollsig_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700209 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700210 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/exec_ctx.h
212 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/iocp_windows.h
214 - src/core/lib/iomgr/iomgr.h
215 - src/core/lib/iomgr/iomgr_internal.h
216 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller819cd882017-04-25 13:18:22 -0700217 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700218 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700219 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700220 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700221 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700222 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700225 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700227 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700228 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700229 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/sockaddr.h
231 - src/core/lib/iomgr/sockaddr_posix.h
232 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700233 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500234 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700235 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700236 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/socket_utils_posix.h
238 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700239 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700240 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700241 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/tcp_posix.h
243 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700244 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/tcp_windows.h
247 - src/core/lib/iomgr/time_averaged_stats.h
248 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700249 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700250 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700251 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700252 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/iomgr/udp_server.h
254 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700255 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700256 - src/core/lib/iomgr/wakeup_fd_pipe.h
257 - src/core/lib/iomgr/wakeup_fd_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700258 - src/core/lib/json/json.h
259 - src/core/lib/json/json_common.h
260 - src/core/lib/json/json_reader.h
261 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700262 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700263 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800264 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800265 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700266 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/surface/api_trace.h
268 - src/core/lib/surface/call.h
269 - src/core/lib/surface/call_test_only.h
270 - src/core/lib/surface/channel.h
271 - src/core/lib/surface/channel_init.h
272 - src/core/lib/surface/channel_stack_type.h
273 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700274 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/surface/event_string.h
276 - src/core/lib/surface/init.h
277 - src/core/lib/surface/lame_client.h
278 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800279 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700280 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700281 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800283 - src/core/lib/transport/error_utils.h
284 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/transport/metadata.h
286 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700287 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700288 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700289 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800290 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400291 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/transport/transport.h
293 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700294 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/channel/channel_args.c
296 - src/core/lib/channel/channel_stack.c
297 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700298 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700299 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800300 - src/core/lib/channel/handshaker_factory.c
301 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700302 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700304 - src/core/lib/compression/stream_compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/http/format_request.c
306 - src/core/lib/http/httpcli.c
307 - src/core/lib/http/parser.c
308 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700309 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/endpoint.c
311 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700312 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700313 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700314 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700315 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700316 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700317 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700318 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700319 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700320 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700321 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200322 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/exec_ctx.c
324 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700325 - src/core/lib/iomgr/iocp_windows.c
326 - src/core/lib/iomgr/iomgr.c
327 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700330 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700331 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700332 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700333 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700334 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700335 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700336 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/pollset_windows.c
339 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700340 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700341 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700342 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700343 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500344 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700345 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700346 - src/core/lib/iomgr/socket_utils_common_posix.c
347 - src/core/lib/iomgr/socket_utils_linux.c
348 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700350 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700351 - src/core/lib/iomgr/socket_windows.c
352 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700353 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700354 - src/core/lib/iomgr/tcp_client_windows.c
355 - src/core/lib/iomgr/tcp_posix.c
356 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700357 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700358 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
359 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700362 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/iomgr/tcp_windows.c
364 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700365 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700367 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700368 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/iomgr/udp_server.c
370 - src/core/lib/iomgr/unix_sockets_posix.c
371 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700372 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700373 - src/core/lib/iomgr/wakeup_fd_eventfd.c
374 - src/core/lib/iomgr/wakeup_fd_nospecial.c
375 - src/core/lib/iomgr/wakeup_fd_pipe.c
376 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/json/json.c
378 - src/core/lib/json/json_reader.c
379 - src/core/lib/json/json_string.c
380 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700381 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700382 - src/core/lib/slice/percent_encoding.c
383 - src/core/lib/slice/slice.c
384 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800385 - src/core/lib/slice/slice_hash_table.c
386 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700387 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/alarm.c
389 - src/core/lib/surface/api_trace.c
390 - src/core/lib/surface/byte_buffer.c
391 - src/core/lib/surface/byte_buffer_reader.c
392 - src/core/lib/surface/call.c
393 - src/core/lib/surface/call_details.c
394 - src/core/lib/surface/call_log_batch.c
395 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700396 - src/core/lib/surface/channel_init.c
397 - src/core/lib/surface/channel_ping.c
398 - src/core/lib/surface/channel_stack_type.c
399 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700400 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700402 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700403 - src/core/lib/surface/metadata_array.c
404 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/surface/validate_metadata.c
406 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700407 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700408 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800410 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700411 - src/core/lib/transport/metadata.c
412 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700413 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700414 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700415 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800416 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400417 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700418 - src/core/lib/transport/transport.c
419 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700420 deps:
421 - gpr
422 uses:
423 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700424 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700425- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700426 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700427 - src/core/ext/filters/client_channel/client_channel.h
428 - src/core/ext/filters/client_channel/client_channel_factory.h
429 - src/core/ext/filters/client_channel/connector.h
430 - src/core/ext/filters/client_channel/http_connect_handshaker.h
431 - src/core/ext/filters/client_channel/http_proxy.h
432 - src/core/ext/filters/client_channel/lb_policy.h
433 - src/core/ext/filters/client_channel/lb_policy_factory.h
434 - src/core/ext/filters/client_channel/lb_policy_registry.h
435 - src/core/ext/filters/client_channel/parse_address.h
436 - src/core/ext/filters/client_channel/proxy_mapper.h
437 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
438 - src/core/ext/filters/client_channel/resolver.h
439 - src/core/ext/filters/client_channel/resolver_factory.h
440 - src/core/ext/filters/client_channel/resolver_registry.h
441 - src/core/ext/filters/client_channel/retry_throttle.h
442 - src/core/ext/filters/client_channel/subchannel.h
443 - src/core/ext/filters/client_channel/subchannel_index.h
444 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700445 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700446 - src/core/ext/filters/client_channel/channel_connectivity.c
447 - src/core/ext/filters/client_channel/client_channel.c
448 - src/core/ext/filters/client_channel/client_channel_factory.c
449 - src/core/ext/filters/client_channel/client_channel_plugin.c
450 - src/core/ext/filters/client_channel/connector.c
451 - src/core/ext/filters/client_channel/http_connect_handshaker.c
452 - src/core/ext/filters/client_channel/http_proxy.c
453 - src/core/ext/filters/client_channel/lb_policy.c
454 - src/core/ext/filters/client_channel/lb_policy_factory.c
455 - src/core/ext/filters/client_channel/lb_policy_registry.c
456 - src/core/ext/filters/client_channel/parse_address.c
457 - src/core/ext/filters/client_channel/proxy_mapper.c
458 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
459 - src/core/ext/filters/client_channel/resolver.c
460 - src/core/ext/filters/client_channel/resolver_factory.c
461 - src/core/ext/filters/client_channel/resolver_registry.c
462 - src/core/ext/filters/client_channel/retry_throttle.c
463 - src/core/ext/filters/client_channel/subchannel.c
464 - src/core/ext/filters/client_channel/subchannel_index.c
465 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700466 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700467 uses:
468 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700469 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800470- name: grpc_codegen
471 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700472 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800473 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800474 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800475 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800476 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800477 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700478 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800479 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700480 uses:
481 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700482- name: grpc_deadline_filter
483 headers:
484 - src/core/ext/filters/deadline/deadline_filter.h
485 src:
486 - src/core/ext/filters/deadline/deadline_filter.c
487 plugin: grpc_deadline_filter
488 uses:
489 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700490- name: grpc_http_filters
491 headers:
492 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700493 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700494 - src/core/ext/filters/http/server/http_server_filter.h
495 src:
496 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700497 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700498 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700499 - src/core/ext/filters/http/server/http_server_filter.c
500 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700501 uses:
502 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700503- name: grpc_lb_policy_grpclb
504 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700505 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
510 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700511 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700512 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
517 - 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 -0800518 plugin: grpc_lb_policy_grpclb
519 uses:
520 - grpc_base
521 - grpc_client_channel
522 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700523 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800524- name: grpc_lb_policy_grpclb_secure
525 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700526 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
531 - 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 -0800532 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700533 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
538 - 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 -0700539 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700540 uses:
541 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700542 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700543 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700544 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700545 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700546- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700547 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700548 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700549 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700550 uses:
551 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700552 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700553- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700554 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700555 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700556 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700557 uses:
558 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700559 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700560- name: grpc_load_reporting
561 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700562 - src/core/ext/filters/load_reporting/load_reporting.h
563 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700564 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/load_reporting/load_reporting.c
566 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700567 plugin: grpc_load_reporting_plugin
568 uses:
569 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700570- name: grpc_max_age_filter
571 headers:
572 - src/core/ext/filters/max_age/max_age_filter.h
573 src:
574 - src/core/ext/filters/max_age/max_age_filter.c
575 plugin: grpc_max_age_filter
576 uses:
577 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700578- name: grpc_message_size_filter
579 headers:
580 - src/core/ext/filters/message_size/message_size_filter.h
581 src:
582 - src/core/ext/filters/message_size/message_size_filter.c
583 plugin: grpc_message_size_filter
584 uses:
585 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700586- name: grpc_resolver_dns_ares
587 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700588 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700590 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700591 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
592 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
593 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700594 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700595 plugin: grpc_resolver_dns_ares
596 uses:
597 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700598 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700599- name: grpc_resolver_dns_native
600 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700601 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700602 plugin: grpc_resolver_dns_native
603 uses:
604 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700605 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700606- name: grpc_resolver_fake
607 headers:
608 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
609 src:
610 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
611 plugin: grpc_resolver_fake
612 uses:
613 - grpc_base
614 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700615- name: grpc_resolver_sockaddr
616 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700617 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700618 plugin: grpc_resolver_sockaddr
619 uses:
620 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700621 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100622- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700623 public_headers:
624 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100625 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700626 - src/core/lib/security/context/security_context.h
627 - src/core/lib/security/credentials/composite/composite_credentials.h
628 - src/core/lib/security/credentials/credentials.h
629 - src/core/lib/security/credentials/fake/fake_credentials.h
630 - src/core/lib/security/credentials/google_default/google_default_credentials.h
631 - src/core/lib/security/credentials/iam/iam_credentials.h
632 - src/core/lib/security/credentials/jwt/json_token.h
633 - src/core/lib/security/credentials/jwt/jwt_credentials.h
634 - src/core/lib/security/credentials/jwt/jwt_verifier.h
635 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
636 - src/core/lib/security/credentials/plugin/plugin_credentials.h
637 - src/core/lib/security/credentials/ssl/ssl_credentials.h
638 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800639 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700640 - src/core/lib/security/transport/secure_endpoint.h
641 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800642 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700643 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700644 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100645 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700646 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700647 - src/core/lib/security/context/security_context.c
648 - src/core/lib/security/credentials/composite/composite_credentials.c
649 - src/core/lib/security/credentials/credentials.c
650 - src/core/lib/security/credentials/credentials_metadata.c
651 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700652 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700653 - src/core/lib/security/credentials/google_default/google_default_credentials.c
654 - src/core/lib/security/credentials/iam/iam_credentials.c
655 - src/core/lib/security/credentials/jwt/json_token.c
656 - src/core/lib/security/credentials/jwt/jwt_credentials.c
657 - src/core/lib/security/credentials/jwt/jwt_verifier.c
658 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
659 - src/core/lib/security/credentials/plugin/plugin_credentials.c
660 - src/core/lib/security/credentials/ssl/ssl_credentials.c
661 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800662 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700663 - src/core/lib/security/transport/secure_endpoint.c
664 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800665 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700666 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700667 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700669 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700670 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700671 uses:
672 - grpc_base
673 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700674 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700675- name: grpc_server_backward_compatibility
676 headers:
677 - src/core/ext/filters/workarounds/workaround_utils.h
678 src:
679 - src/core/ext/filters/workarounds/workaround_utils.c
680 uses:
681 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700683 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700684 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700685 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700686 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800687 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700688 - test/core/end2end/fixtures/proxy.h
689 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800690 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700691 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200692 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700693 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700694 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700695 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700696 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700697 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700698 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800699 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700700 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700701 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700702 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800703 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700704 - test/core/end2end/fixtures/proxy.c
705 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800706 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700707 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200708 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700709 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700710 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700711 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800712 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700713 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800715 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700716 deps:
717 - grpc
718 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700719- name: grpc_trace
720 headers:
721 - src/core/lib/debug/trace.h
722 src:
723 - src/core/lib/debug/trace.c
724 deps:
725 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700726- name: grpc_transport_chttp2
727 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700728 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700729 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700730 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
731 - src/core/ext/transport/chttp2/transport/frame.h
732 - src/core/ext/transport/chttp2/transport/frame_data.h
733 - src/core/ext/transport/chttp2/transport/frame_goaway.h
734 - src/core/ext/transport/chttp2/transport/frame_ping.h
735 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
736 - src/core/ext/transport/chttp2/transport/frame_settings.h
737 - src/core/ext/transport/chttp2/transport/frame_window_update.h
738 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
739 - src/core/ext/transport/chttp2/transport/hpack_parser.h
740 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700741 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700742 - src/core/ext/transport/chttp2/transport/huffsyms.h
743 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
744 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700745 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700746 - src/core/ext/transport/chttp2/transport/varint.h
747 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700748 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700749 - src/core/ext/transport/chttp2/transport/bin_encoder.c
750 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700751 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
752 - src/core/ext/transport/chttp2/transport/frame_data.c
753 - src/core/ext/transport/chttp2/transport/frame_goaway.c
754 - src/core/ext/transport/chttp2/transport/frame_ping.c
755 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
756 - src/core/ext/transport/chttp2/transport/frame_settings.c
757 - src/core/ext/transport/chttp2/transport/frame_window_update.c
758 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
759 - src/core/ext/transport/chttp2/transport/hpack_parser.c
760 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700761 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700762 - src/core/ext/transport/chttp2/transport/huffsyms.c
763 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
764 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700765 - src/core/ext/transport/chttp2/transport/stream_lists.c
766 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700767 - src/core/ext/transport/chttp2/transport/varint.c
768 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700769 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700770 uses:
771 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700772 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700773 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700774- name: grpc_transport_chttp2_alpn
775 headers:
776 - src/core/ext/transport/chttp2/alpn/alpn.h
777 src:
778 - src/core/ext/transport/chttp2/alpn/alpn.c
779 deps:
780 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800781- name: grpc_transport_chttp2_client_connector
782 headers:
783 - src/core/ext/transport/chttp2/client/chttp2_connector.h
784 src:
785 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800786 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800787 - grpc_transport_chttp2
788 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700789 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700790- name: grpc_transport_chttp2_client_insecure
791 src:
792 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700793 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700794 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800795 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700796 - grpc_transport_chttp2
797 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700798 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700799- name: grpc_transport_chttp2_client_secure
800 src:
801 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700802 uses:
803 - grpc_transport_chttp2
804 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700805 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700806 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800807 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800808- name: grpc_transport_chttp2_server
809 headers:
810 - src/core/ext/transport/chttp2/server/chttp2_server.h
811 src:
812 - src/core/ext/transport/chttp2/server/chttp2_server.c
813 uses:
814 - grpc_transport_chttp2
815 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700816- name: grpc_transport_chttp2_server_insecure
817 src:
818 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700819 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700820 uses:
821 - grpc_transport_chttp2
822 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800823 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700824- name: grpc_transport_chttp2_server_secure
825 src:
826 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700827 uses:
828 - grpc_transport_chttp2
829 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700830 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800831 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700832- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700833 public_headers:
834 - include/grpc/grpc_cronet.h
835 - include/grpc/grpc_security.h
836 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700837 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800838 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800839 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700840 src:
841 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
842 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
843 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700844 filegroups:
845 - grpc_base
846 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700847 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700848- name: grpc_transport_inproc
849 headers:
850 - src/core/ext/transport/inproc/inproc_transport.h
851 src:
852 - src/core/ext/transport/inproc/inproc_plugin.c
853 - src/core/ext/transport/inproc/inproc_transport.c
854 plugin: grpc_inproc_plugin
855 uses:
856 - grpc_base
Muxi Yan29ff4662017-05-15 10:27:55 -0700857- name: grpc_workaround_cronet_compression_filter
858 headers:
859 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
860 src:
861 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
862 plugin: grpc_workaround_cronet_compression_filter
863 uses:
864 - grpc_base
865 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800866- name: nanopb
867 headers:
868 - third_party/nanopb/pb.h
869 - third_party/nanopb/pb_common.h
870 - third_party/nanopb/pb_decode.h
871 - third_party/nanopb/pb_encode.h
872 src:
873 - third_party/nanopb/pb_common.c
874 - third_party/nanopb/pb_decode.c
875 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876- name: tsi
877 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700878 - src/core/tsi/fake_transport_security.h
879 - src/core/tsi/ssl_transport_security.h
880 - src/core/tsi/ssl_types.h
881 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700882 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700883 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700885 - src/core/tsi/fake_transport_security.c
886 - src/core/tsi/ssl_transport_security.c
887 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700888 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 deps:
890 - gpr
891 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700892 uses:
893 - grpc_trace
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700894- name: grpc++_base
895 language: c++
896 public_headers:
897 - include/grpc++/alarm.h
898 - include/grpc++/channel.h
899 - include/grpc++/client_context.h
900 - include/grpc++/completion_queue.h
901 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700902 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800903 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700904 - include/grpc++/generic/async_generic_service.h
905 - include/grpc++/generic/generic_stub.h
906 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800907 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800909 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700910 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700911 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700912 - include/grpc++/impl/grpc_library.h
913 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700914 - include/grpc++/impl/rpc_method.h
915 - include/grpc++/impl/rpc_service_method.h
916 - include/grpc++/impl/serialization_traits.h
917 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700918 - include/grpc++/impl/server_builder_plugin.h
919 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700920 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700921 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700922 - include/grpc++/security/auth_context.h
923 - include/grpc++/security/auth_metadata_processor.h
924 - include/grpc++/security/credentials.h
925 - include/grpc++/security/server_credentials.h
926 - include/grpc++/server.h
927 - include/grpc++/server_builder.h
928 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700929 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700930 - include/grpc++/support/async_stream.h
931 - include/grpc++/support/async_unary_call.h
932 - include/grpc++/support/byte_buffer.h
933 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700934 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - include/grpc++/support/slice.h
936 - include/grpc++/support/status.h
937 - include/grpc++/support/status_code_enum.h
938 - include/grpc++/support/string_ref.h
939 - include/grpc++/support/stub_options.h
940 - include/grpc++/support/sync_stream.h
941 - include/grpc++/support/time.h
942 headers:
943 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700944 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700945 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800946 - src/cpp/server/health/default_health_check_service.h
947 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700949 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700951 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 - src/cpp/client/client_context.cc
953 - src/cpp/client/create_channel.cc
954 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700955 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700956 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700957 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700958 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700959 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700960 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700961 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700962 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700964 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700965 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800966 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700967 - src/cpp/server/create_default_thread_pool.cc
968 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800969 - src/cpp/server/health/default_health_check_service.cc
970 - src/cpp/server/health/health.pb.c
971 - src/cpp/server/health/health_check_service.cc
972 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700973 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700974 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700975 - src/cpp/server/server_context.cc
976 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700977 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700978 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700979 - src/cpp/util/byte_buffer_cc.cc
980 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700981 - src/cpp/util/status.cc
982 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700983 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700984 deps:
985 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700986 uses:
yang-g17487f92016-06-03 15:21:15 -0700987 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700988 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700989- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700990 language: c++
991 public_headers:
992 - include/grpc++/impl/codegen/async_stream.h
993 - include/grpc++/impl/codegen/async_unary_call.h
994 - include/grpc++/impl/codegen/call.h
995 - include/grpc++/impl/codegen/call_hook.h
996 - include/grpc++/impl/codegen/channel_interface.h
997 - include/grpc++/impl/codegen/client_context.h
998 - include/grpc++/impl/codegen/client_unary_call.h
999 - include/grpc++/impl/codegen/completion_queue.h
1000 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -07001001 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001002 - include/grpc++/impl/codegen/core_codegen_interface.h
1003 - include/grpc++/impl/codegen/create_auth_context.h
1004 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -08001005 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001006 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001007 - include/grpc++/impl/codegen/rpc_method.h
1008 - include/grpc++/impl/codegen/rpc_service_method.h
1009 - include/grpc++/impl/codegen/security/auth_context.h
1010 - include/grpc++/impl/codegen/serialization_traits.h
1011 - include/grpc++/impl/codegen/server_context.h
1012 - include/grpc++/impl/codegen/server_interface.h
1013 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001014 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001015 - include/grpc++/impl/codegen/status.h
1016 - include/grpc++/impl/codegen/status_code_enum.h
1017 - include/grpc++/impl/codegen/string_ref.h
1018 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 - include/grpc++/impl/codegen/sync_stream.h
1020 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001021 uses:
1022 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001023- name: grpc++_codegen_base_src
1024 language: c++
1025 src:
1026 - src/cpp/codegen/codegen_init.cc
1027 uses:
1028 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001029- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001030 language: c++
1031 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001032 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 uses:
yang-g17487f92016-06-03 15:21:15 -07001034 - grpc++_codegen_base
1035 - grpc++_config_proto
1036- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 language: c++
1038 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001040- name: grpc++_reflection_proto
1041 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001042 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001043 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001044- name: grpc++_test
1045 language: c++
1046 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001047 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001048 - include/grpc++/test/server_context_test_spouse.h
1049 deps:
1050 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001051 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001052libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001053- name: gpr
1054 build: all
1055 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001056 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001057 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001058 secure: false
1059 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1060- name: gpr_test_util
1061 build: private
1062 language: c
1063 headers:
1064 - test/core/util/test_config.h
1065 src:
1066 - test/core/util/test_config.c
1067 deps:
1068 - gpr
1069 secure: false
1070 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: grpc
1072 build: all
1073 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 src:
1075 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001077 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001079 filegroups:
1080 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001081 - grpc_transport_chttp2_server_secure
1082 - grpc_transport_chttp2_client_secure
1083 - grpc_transport_chttp2_server_insecure
1084 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001085 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001086 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001087 - grpc_lb_policy_pick_first
1088 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001089 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001090 - grpc_resolver_dns_native
1091 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001092 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001093 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001094 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001095 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001096 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001097 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001098 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001099 - grpc_workaround_cronet_compression_filter
1100 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001101 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001103 vs_packages:
1104 - grpc.dependencies.openssl
1105 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001107- name: grpc_cronet
1108 build: all
1109 language: c
1110 src:
1111 - src/core/lib/surface/init.c
1112 baselib: true
1113 deps_linkage: static
1114 dll: true
1115 filegroups:
1116 - grpc_base
1117 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001118 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001119 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001120 generate_plugin_registry: true
1121 platforms:
1122 - linux
1123 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001124- name: grpc_dll
1125 build: private
1126 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001127 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001128 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001129 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001130 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001131 build_system:
1132 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001133 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001134 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001135 vs_config_type: DynamicLibrary
1136 vs_packages:
1137 - grpc.dependencies.openssl
1138 - grpc.dependencies.zlib
1139 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1140 vs_props:
1141 - zlib
1142 - openssl
1143 - winsock
1144 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145- name: grpc_test_util
1146 build: private
1147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001148 headers:
1149 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001150 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001151 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001152 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001153 - test/core/end2end/data/server1_cert.c
1154 - test/core/end2end/data/server1_key.c
1155 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001156 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001157 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001158 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001159 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001160 - grpc
1161 filegroups:
1162 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001163 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1165- name: grpc_test_util_unsecure
1166 build: private
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001169 - gpr
1170 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001171 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001172 filegroups:
1173 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 secure: false
1175 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1176- name: grpc_unsecure
1177 build: all
1178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001180 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001181 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001183 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001185 filegroups:
1186 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001187 - grpc_transport_chttp2_server_insecure
1188 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001189 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001190 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001191 - grpc_resolver_dns_native
1192 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001193 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001194 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001195 - grpc_lb_policy_grpclb
1196 - grpc_lb_policy_pick_first
1197 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001198 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001199 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001200 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001201 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001202 - grpc_workaround_cronet_compression_filter
1203 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001204 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205 secure: false
1206 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: reconnect_server
1208 build: private
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 headers:
1211 - test/core/util/reconnect_server.h
1212 src:
1213 - test/core/util/reconnect_server.c
1214 deps:
yang-gc9fca182015-11-06 16:41:33 -08001215 - test_tcp_server
1216 - grpc_test_util
1217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001218 - gpr_test_util
1219 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001220- name: test_tcp_server
1221 build: private
1222 language: c
1223 headers:
1224 - test/core/util/test_tcp_server.h
1225 src:
1226 - test/core/util/test_tcp_server.c
1227 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001228 - grpc_test_util
1229 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: grpc++
1233 build: all
1234 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001235 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001236 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001237 - src/cpp/client/secure_credentials.h
1238 - src/cpp/common/secure_auth_context.h
1239 - src/cpp/server/secure_server_credentials.h
1240 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001241 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001242 - src/cpp/client/secure_credentials.cc
1243 - src/cpp/common/auth_property_iterator.cc
1244 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001245 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001246 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001247 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 - src/cpp/server/secure_server_credentials.cc
1249 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001250 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251 baselib: true
1252 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001253 filegroups:
1254 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001255 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001256 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001257 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 secure: check
1259 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001260- name: grpc++_cronet
1261 build: all
1262 language: c++
1263 src:
1264 - src/cpp/client/cronet_credentials.cc
1265 - src/cpp/client/insecure_credentials.cc
1266 - src/cpp/common/insecure_create_auth_context.cc
1267 - src/cpp/server/insecure_server_credentials.cc
1268 deps:
1269 - gpr
1270 - grpc_cronet
1271 baselib: true
1272 dll: true
1273 filegroups:
1274 - grpc++_base
1275 - grpc++_codegen_base
1276 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001277 - grpc_transport_chttp2_client_insecure
1278 - grpc_transport_chttp2_server_insecure
1279 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001280 platforms:
1281 - linux
1282 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001283- name: grpc++_error_details
1284 build: all
1285 language: c++
1286 public_headers:
1287 - include/grpc++/support/error_details.h
1288 src:
1289 - src/proto/grpc/status/status.proto
1290 - src/cpp/util/error_details.cc
1291 deps:
1292 - grpc++
1293 baselib: true
1294 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001295- name: grpc++_proto_reflection_desc_db
1296 build: private
1297 language: c++
1298 headers:
1299 - test/cpp/util/proto_reflection_descriptor_database.h
1300 src:
1301 - test/cpp/util/proto_reflection_descriptor_database.cc
1302 deps:
1303 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001304 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001305 filegroups:
1306 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001307 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001308- name: grpc++_reflection
1309 build: all
1310 language: c++
1311 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001312 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001313 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001314 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001315 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001316 - src/cpp/ext/proto_server_reflection.cc
1317 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001318 deps:
1319 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001320 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001321 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001322 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: grpc++_test_config
1324 build: private
1325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001326 headers:
1327 - test/cpp/util/test_config.h
1328 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001329 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330- name: grpc++_test_util
1331 build: private
1332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001333 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001334 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001335 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001336 - test/cpp/util/create_test_channel.h
1337 - test/cpp/util/string_ref_helper.h
1338 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001339 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001340 src:
yang-gc8a49d22016-12-12 11:18:49 -08001341 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001342 - src/proto/grpc/testing/echo_messages.proto
1343 - src/proto/grpc/testing/echo.proto
1344 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001345 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001346 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001347 - test/cpp/util/create_test_channel.cc
1348 - test/cpp/util/string_ref_helper.cc
1349 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001350 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001351 deps:
1352 - grpc++
1353 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001354 - grpc
yang-g17487f92016-06-03 15:21:15 -07001355 filegroups:
1356 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001357 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001358 - grpc++_codegen_proto
1359 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360- name: grpc++_unsecure
1361 build: all
1362 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001364 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001365 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001366 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001367 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001369 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370 baselib: true
1371 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001372 filegroups:
1373 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001374 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001375 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376 secure: false
1377 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001378- name: grpc_benchmark
1379 build: test
1380 language: c++
1381 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001382 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1383 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001384 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001385 src:
1386 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001387 deps:
1388 - benchmark
1389 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001390 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001391 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001392 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001393- name: grpc_cli_libs
1394 build: private
1395 language: c++
1396 headers:
1397 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001398 - test/cpp/util/cli_credentials.h
1399 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001400 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001401 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001402 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001403 src:
1404 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001405 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001406 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001407 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001408 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001409 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001410 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001411 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001412 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001413 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001414 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001415 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: grpc_plugin_support
1417 build: protoc
1418 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001419 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001420 - src/compiler/config.h
1421 - src/compiler/cpp_generator.h
1422 - src/compiler/cpp_generator_helpers.h
1423 - src/compiler/csharp_generator.h
1424 - src/compiler/csharp_generator_helpers.h
1425 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001426 - src/compiler/node_generator.h
1427 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001428 - src/compiler/objective_c_generator.h
1429 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001430 - src/compiler/php_generator.h
1431 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301432 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001433 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301434 - src/compiler/python_generator_helpers.h
1435 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001436 - src/compiler/ruby_generator.h
1437 - src/compiler/ruby_generator_helpers-inl.h
1438 - src/compiler/ruby_generator_map-inl.h
1439 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301440 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - src/compiler/cpp_generator.cc
1443 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001444 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001445 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001446 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001447 - src/compiler/python_generator.cc
1448 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001449 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001450 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001451 secure: false
1452 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001453 vs_props:
1454 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001455- name: http2_client_main
1456 build: private
1457 language: c++
1458 headers:
1459 - test/cpp/interop/http2_client.h
1460 src:
1461 - src/proto/grpc/testing/empty.proto
1462 - src/proto/grpc/testing/messages.proto
1463 - src/proto/grpc/testing/test.proto
1464 - test/cpp/interop/http2_client.cc
1465 deps:
1466 - grpc++_test_util
1467 - grpc_test_util
1468 - grpc++
1469 - grpc
1470 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: interop_client_helper
1472 build: private
1473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001474 headers:
1475 - test/cpp/interop/client_helper.h
1476 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001477 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001478 - test/cpp/interop/client_helper.cc
1479 deps:
1480 - grpc++_test_util
1481 - grpc_test_util
1482 - grpc++
1483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: interop_client_main
1486 build: private
1487 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001488 headers:
1489 - test/cpp/interop/interop_client.h
1490 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001491 - src/proto/grpc/testing/empty.proto
1492 - src/proto/grpc/testing/messages.proto
1493 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001494 - test/cpp/interop/client.cc
1495 - test/cpp/interop/interop_client.cc
1496 deps:
1497 - interop_client_helper
1498 - grpc++_test_util
1499 - grpc_test_util
1500 - grpc++
1501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr_test_util
1503 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001504 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: interop_server_helper
1506 build: private
1507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001508 headers:
1509 - test/cpp/interop/server_helper.h
1510 src:
1511 - test/cpp/interop/server_helper.cc
1512 deps:
yang-gcc591022017-01-11 11:10:43 -08001513 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001514 - grpc_test_util
1515 - grpc++
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001518- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519 build: private
1520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001522 - src/proto/grpc/testing/empty.proto
1523 - src/proto/grpc/testing/messages.proto
1524 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001525 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001526 deps:
1527 - interop_server_helper
1528 - grpc++_test_util
1529 - grpc_test_util
1530 - grpc++
1531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001532 - gpr_test_util
1533 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001534 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001535- name: interop_server_main
1536 build: private
1537 language: c++
1538 src:
1539 - test/cpp/interop/interop_server_bootstrap.cc
1540 deps:
1541 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001542- name: qps
1543 build: private
1544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001545 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001546 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - test/cpp/qps/client.h
1548 - test/cpp/qps/driver.h
1549 - test/cpp/qps/histogram.h
1550 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001551 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 - test/cpp/qps/qps_worker.h
1553 - test/cpp/qps/report.h
1554 - test/cpp/qps/server.h
1555 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001556 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001558 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001559 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001560 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001561 - src/proto/grpc/testing/control.proto
1562 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001563 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001564 - test/cpp/qps/client_async.cc
1565 - test/cpp/qps/client_sync.cc
1566 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001567 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001568 - test/cpp/qps/qps_worker.cc
1569 - test/cpp/qps/report.cc
1570 - test/cpp/qps/server_async.cc
1571 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001572 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001573 deps:
1574 - grpc_test_util
1575 - grpc++_test_util
1576 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001577 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: grpc_csharp_ext
1579 build: all
1580 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - src/csharp/ext/grpc_csharp_ext.c
1583 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001586 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001587 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001588 dll: only
1589 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001590 vs_packages:
1591 - grpc.dependencies.openssl
1592 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001594 vs_props:
1595 - zlib
1596 - openssl
1597 - winsock
1598 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001600- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001601 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001602 build: test
1603 language: c
1604 src:
1605 - test/core/surface/alarm_test.c
1606 deps:
1607 - grpc_test_util
1608 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001609 - gpr_test_util
1610 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001611- name: algorithm_test
1612 build: test
1613 language: c
1614 src:
1615 - test/core/compression/algorithm_test.c
1616 deps:
1617 - grpc_test_util
1618 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001619 - gpr_test_util
1620 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001621- name: alloc_test
1622 build: test
1623 language: c
1624 src:
1625 - test/core/support/alloc_test.c
1626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001627 - gpr_test_util
1628 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001629- name: alpn_test
1630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/transport/chttp2/alpn_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001639- name: api_fuzzer
1640 build: fuzzer
1641 language: c
1642 src:
1643 - test/core/end2end/fuzzers/api_fuzzer.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
1647 - gpr_test_util
1648 - gpr
1649 corpus_dirs:
1650 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001651 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001652 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001653- name: arena_test
1654 build: test
1655 language: c
1656 src:
1657 - test/core/support/arena_test.c
1658 deps:
1659 - gpr_test_util
1660 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001661- name: bad_server_response_test
1662 build: test
1663 language: c
1664 src:
1665 - test/core/end2end/bad_server_response_test.c
1666 deps:
1667 - test_tcp_server
1668 - grpc_test_util
1669 - grpc
1670 - gpr_test_util
1671 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001672 exclude_iomgrs:
1673 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001674- name: bdp_estimator_test
1675 build: test
1676 language: c
1677 src:
1678 - test/core/transport/bdp_estimator_test.c
1679 deps:
1680 - grpc_test_util
1681 - grpc
1682 - gpr_test_util
1683 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001684- name: bin_decoder_test
1685 build: test
1686 language: c
1687 src:
1688 - test/core/transport/chttp2/bin_decoder_test.c
1689 deps:
1690 - grpc_test_util
1691 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: bin_encoder_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/transport/chttp2/bin_encoder_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001700- name: census_context_test
1701 build: test
1702 language: c
1703 src:
1704 - test/core/census/context_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001710- name: census_intrusive_hash_map_test
1711 build: test
1712 language: c
1713 src:
1714 - test/core/census/intrusive_hash_map_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001720- name: census_resource_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/census/resource_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
1728 - gpr_test_util
1729 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001730- name: census_trace_context_test
1731 build: test
1732 language: c
1733 src:
1734 - test/core/census/trace_context_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
1738 - gpr_test_util
1739 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001740- name: channel_create_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/surface/channel_create_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001750- name: check_epollexclusive
1751 build: tool
1752 language: c
1753 src:
1754 - test/build/check_epollexclusive.c
1755 deps:
1756 - grpc
1757 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001758- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001759 build: test
1760 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001761 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001762 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768- name: chttp2_stream_map_test
1769 build: test
1770 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001771 src:
1772 - test/core/transport/chttp2/stream_map_test.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001776 - gpr_test_util
1777 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001778- name: chttp2_varint_test
1779 build: test
1780 language: c
1781 src:
1782 - test/core/transport/chttp2/varint_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001788- name: client_fuzzer
1789 build: fuzzer
1790 language: c
1791 src:
1792 - test/core/end2end/fuzzers/client_fuzzer.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
1796 - gpr_test_util
1797 - gpr
1798 corpus_dirs:
1799 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001800 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001801 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001802- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001803 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001804 build: test
1805 language: c
1806 src:
1807 - test/core/iomgr/combiner_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
1811 - gpr_test_util
1812 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001813- name: compression_test
1814 build: test
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/compression/compression_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001823- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001824 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001825 build: test
1826 language: c
1827 src:
1828 - test/core/surface/concurrent_connectivity_test.c
1829 deps:
1830 - grpc_test_util
1831 - grpc
1832 - gpr_test_util
1833 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001834 exclude_iomgrs:
1835 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001836- name: connection_refused_test
1837 cpu_cost: 0.1
1838 build: test
1839 language: c
1840 src:
1841 - test/core/end2end/connection_refused_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
1845 - gpr_test_util
1846 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001847- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001848 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001849 build: test
1850 language: c
1851 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001852 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001853 deps:
1854 - grpc_test_util
1855 - grpc
1856 - gpr_test_util
1857 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001858 exclude_iomgrs:
1859 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001860- name: dns_resolver_test
1861 build: test
1862 language: c
1863 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001864 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001871 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/end2end/dualstack_socket_test.c
1876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001881 exclude_iomgrs:
1882 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001883 platforms:
1884 - mac
1885 - linux
1886 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001887- name: endpoint_pair_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/iomgr/endpoint_pair_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001897 exclude_iomgrs:
1898 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001899- name: error_test
1900 cpu_cost: 30
1901 build: test
1902 language: c
1903 src:
1904 - test/core/iomgr/error_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
1908 - gpr_test_util
1909 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001910- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001911 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001912 build: test
1913 language: c
1914 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001915 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001916 deps:
1917 - grpc_test_util
1918 - grpc
1919 - gpr_test_util
1920 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001921 exclude_iomgrs:
1922 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001923 platforms:
1924 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001925- name: fake_resolver_test
1926 build: test
1927 language: c
1928 src:
1929 - test/core/client_channel/resolvers/fake_resolver_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
1933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: fd_conservation_posix_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/iomgr/fd_conservation_posix_test.c
1940 deps:
1941 - grpc_test_util
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001945 exclude_iomgrs:
1946 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001947 platforms:
1948 - mac
1949 - linux
1950 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001951- name: fd_posix_test
1952 build: test
1953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001954 src:
1955 - test/core/iomgr/fd_posix_test.c
1956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001961 exclude_iomgrs:
1962 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001963 platforms:
1964 - mac
1965 - linux
1966 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001967- name: fling_client
1968 build: test
1969 run: false
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/fling/client.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001978- name: fling_server
1979 build: test
1980 run: false
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/fling/server.c
1984 deps:
1985 - grpc_test_util
1986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001987 - gpr_test_util
1988 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001989- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001990 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991 build: test
1992 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/core/fling/fling_stream_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002000 platforms:
2001 - mac
2002 - linux
2003 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002005 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/fling/fling_test.c
2010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002015 platforms:
2016 - mac
2017 - linux
2018 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: gen_hpack_tables
2020 build: tool
2021 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002022 src:
2023 - tools/codegen/core/gen_hpack_tables.c
2024 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002026 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002027- name: gen_legal_metadata_characters
2028 build: tool
2029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002030 src:
2031 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002032 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002033- name: gen_percent_encoding_tables
2034 build: tool
2035 language: c
2036 src:
2037 - tools/codegen/core/gen_percent_encoding_tables.c
2038 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002039- name: goaway_server_test
2040 cpu_cost: 0.1
2041 build: test
2042 language: c
2043 src:
2044 - test/core/end2end/goaway_server_test.c
2045 deps:
2046 - grpc_test_util
2047 - grpc
2048 - gpr_test_util
2049 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002050 exclude_iomgrs:
2051 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002052 platforms:
2053 - mac
2054 - linux
2055 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002056- name: gpr_avl_test
2057 build: test
2058 language: c
2059 src:
2060 - test/core/support/avl_test.c
2061 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002062 - gpr_test_util
2063 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002064- name: gpr_backoff_test
2065 build: test
2066 language: c
2067 src:
2068 - test/core/support/backoff_test.c
2069 deps:
2070 - gpr_test_util
2071 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: gpr_cmdline_test
2073 build: test
2074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/core/support/cmdline_test.c
2077 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002080- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002081 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002082 build: test
2083 language: c
2084 src:
2085 - test/core/support/cpu_test.c
2086 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002087 - gpr_test_util
2088 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089- name: gpr_env_test
2090 build: test
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
2093 - test/core/support/env_test.c
2094 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: gpr_histogram_test
2098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/core/support/histogram_test.c
2102 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002103 - gpr_test_util
2104 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: gpr_host_port_test
2106 build: test
2107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002108 src:
2109 - test/core/support/host_port_test.c
2110 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: gpr_log_test
2114 build: test
2115 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/core/support/log_test.c
2118 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002121- name: gpr_mpscq_test
2122 cpu_cost: 30
2123 build: test
2124 language: c
2125 src:
2126 - test/core/support/mpscq_test.c
2127 deps:
2128 - gpr_test_util
2129 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002130- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002131 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002132 build: test
2133 language: c
2134 src:
2135 - test/core/support/spinlock_test.c
2136 deps:
2137 - gpr_test_util
2138 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002139- name: gpr_stack_lockfree_test
2140 cpu_cost: 7
2141 build: test
2142 language: c
2143 src:
2144 - test/core/support/stack_lockfree_test.c
2145 deps:
2146 - gpr_test_util
2147 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148- name: gpr_string_test
2149 build: test
2150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002151 src:
2152 - test/core/support/string_test.c
2153 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002157 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/support/sync_test.c
2162 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002163 - gpr_test_util
2164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002166 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - test/core/support/thd_test.c
2171 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: gpr_time_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/support/time_test.c
2179 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: gpr_tls_test
2183 build: test
2184 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002185 src:
2186 - test/core/support/tls_test.c
2187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002188 - gpr_test_util
2189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190- name: gpr_useful_test
2191 build: test
2192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002193 src:
2194 - test/core/support/useful_test.c
2195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002196 - gpr_test_util
2197 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002198- name: grpc_auth_context_test
2199 build: test
2200 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - test/core/security/auth_context_test.c
2203 deps:
2204 - grpc_test_util
2205 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002206 - gpr_test_util
2207 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002208- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209 build: test
2210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002211 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002212 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002213 deps:
2214 - grpc_test_util
2215 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002216 - gpr_test_util
2217 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: grpc_byte_buffer_reader_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/surface/byte_buffer_reader_test.c
2223 deps:
2224 - grpc_test_util
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: grpc_channel_args_test
2229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/channel/channel_args_test.c
2233 deps:
2234 - grpc_test_util
2235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: grpc_channel_stack_test
2239 build: test
2240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002241 src:
2242 - test/core/channel/channel_stack_test.c
2243 deps:
2244 - grpc_test_util
2245 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002246 - gpr_test_util
2247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: grpc_completion_queue_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/core/surface/completion_queue_test.c
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002258- name: grpc_completion_queue_threading_test
2259 build: test
2260 language: c
2261 src:
2262 - test/core/surface/completion_queue_threading_test.c
2263 deps:
2264 - grpc_test_util
2265 - grpc
2266 - gpr_test_util
2267 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002268 exclude_iomgrs:
2269 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: grpc_create_jwt
2271 build: tool
2272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/core/security/create_jwt.c
2275 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002276 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002277 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002278 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002279- name: grpc_credentials_test
2280 build: test
2281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002282 src:
2283 - test/core/security/credentials_test.c
2284 deps:
2285 - grpc_test_util
2286 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002287 - gpr_test_util
2288 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002289- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002290 build: test
2291 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002293 src:
2294 - test/core/security/fetch_oauth2.c
2295 deps:
2296 - grpc_test_util
2297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002300- name: grpc_invalid_channel_args_test
2301 build: test
2302 language: c
2303 src:
2304 - test/core/surface/invalid_channel_args_test.c
2305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002310- name: grpc_json_token_test
2311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/security/json_token_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002318 - gpr_test_util
2319 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002320 platforms:
2321 - linux
2322 - posix
2323 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: grpc_jwt_verifier_test
2325 build: test
2326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002327 src:
2328 - test/core/security/jwt_verifier_test.c
2329 deps:
2330 - grpc_test_util
2331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: grpc_print_google_default_creds_token
2335 build: tool
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/security/print_google_default_creds_token.c
2339 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: grpc_security_connector_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/security/security_connector_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352- name: grpc_verify_jwt
2353 build: tool
2354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
2356 - test/core/security/verify_jwt.c
2357 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002360- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002361 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002362 language: c
2363 src:
2364 - test/core/handshake/client_ssl.c
2365 deps:
2366 - grpc_test_util
2367 - grpc
2368 - gpr_test_util
2369 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002370 exclude_iomgrs:
2371 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002372 platforms:
2373 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002374 secure: true
2375- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002376 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002377 language: c
2378 src:
2379 - test/core/handshake/server_ssl.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002385 platforms:
2386 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002387 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002388- name: hpack_parser_fuzzer_test
2389 build: fuzzer
2390 language: c
2391 src:
2392 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
2398 corpus_dirs:
2399 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002400 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002401 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: hpack_parser_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/transport/chttp2/hpack_parser_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: hpack_table_test
2413 build: test
2414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/core/transport/chttp2/hpack_table_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002422- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423 build: test
2424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002425 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002426 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002427 deps:
2428 - grpc_test_util
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002432- name: http_request_fuzzer_test
2433 build: fuzzer
2434 language: c
2435 src:
2436 - test/core/http/request_fuzzer.c
2437 deps:
2438 - grpc_test_util
2439 - grpc
2440 - gpr_test_util
2441 - gpr
2442 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002443 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002444 maxlen: 2048
2445- name: http_response_fuzzer_test
2446 build: fuzzer
2447 language: c
2448 src:
2449 - test/core/http/response_fuzzer.c
2450 deps:
2451 - grpc_test_util
2452 - grpc
2453 - gpr_test_util
2454 - gpr
2455 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002456 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002457 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002458- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459 build: test
2460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002461 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002462 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002463 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: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002469 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470 build: test
2471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002472 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002473 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002474 deps:
2475 - grpc_test_util
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002479 platforms:
2480 - mac
2481 - linux
2482 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002483- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002484 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002485 build: test
2486 language: c
2487 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002488 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002489 deps:
2490 - grpc_test_util
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002494 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002495 - linux
yang-gf1183302015-12-07 16:02:05 -08002496- name: init_test
2497 build: test
2498 language: c
2499 src:
2500 - test/core/surface/init_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002506- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002507 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002508 build: test
2509 language: c
2510 src:
2511 - test/core/end2end/invalid_call_argument_test.c
2512 deps:
2513 - grpc_test_util
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002517- name: json_fuzzer_test
2518 build: fuzzer
2519 language: c
2520 src:
2521 - test/core/json/fuzzer.c
2522 deps:
2523 - grpc_test_util
2524 - grpc
2525 - gpr_test_util
2526 - gpr
2527 corpus_dirs:
2528 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002529 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: json_rewrite
2531 build: test
2532 run: false
2533 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002534 src:
2535 - test/core/json/json_rewrite.c
2536 deps:
2537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539- name: json_rewrite_test
2540 build: test
2541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002542 src:
2543 - test/core/json/json_rewrite_test.c
2544 deps:
2545 - grpc_test_util
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002549- name: json_stream_error_test
2550 build: test
2551 language: c
2552 src:
2553 - test/core/json/json_stream_error_test.c
2554 deps:
2555 - grpc_test_util
2556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002557 - gpr_test_util
2558 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559- name: json_test
2560 build: test
2561 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002562 src:
2563 - test/core/json/json_test.c
2564 deps:
2565 - grpc_test_util
2566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002567 - gpr_test_util
2568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569- name: lame_client_test
2570 build: test
2571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002572 src:
2573 - test/core/surface/lame_client_test.c
2574 deps:
2575 - grpc_test_util
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002579- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002580 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002581 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002582 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002584 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002585 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002586 deps:
2587 - grpc_test_util
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002591- name: load_file_test
2592 build: test
2593 language: c
2594 src:
2595 - test/core/iomgr/load_file_test.c
2596 deps:
2597 - grpc_test_util
2598 - grpc
2599 - gpr_test_util
2600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: low_level_ping_pong_benchmark
2602 build: benchmark
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/core/network_benchmarks/low_level_ping_pong.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002611 platforms:
2612 - mac
2613 - linux
2614 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002615- name: memory_profile_client
2616 build: test
2617 run: false
2618 language: c
2619 src:
2620 - test/core/memory_usage/client.c
2621 deps:
2622 - grpc_test_util
2623 - grpc
2624 - gpr_test_util
2625 - gpr
2626- name: memory_profile_server
2627 build: test
2628 run: false
2629 language: c
2630 src:
2631 - test/core/memory_usage/server.c
2632 deps:
2633 - grpc_test_util
2634 - grpc
2635 - gpr_test_util
2636 - gpr
2637- name: memory_profile_test
2638 cpu_cost: 1.5
2639 build: test
2640 language: c
2641 src:
2642 - test/core/memory_usage/memory_usage_test.c
2643 deps:
2644 - grpc_test_util
2645 - grpc
2646 - gpr_test_util
2647 - gpr
2648 platforms:
2649 - mac
2650 - linux
2651 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002652- name: message_compress_test
2653 build: test
2654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002655 src:
2656 - test/core/compression/message_compress_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002662- name: minimal_stack_is_minimal_test
2663 build: test
2664 language: c
2665 src:
2666 - test/core/channel/minimal_stack_is_minimal_test.c
2667 deps:
2668 - grpc_test_util
2669 - grpc
2670 - gpr_test_util
2671 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002672- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002673 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002674 build: test
2675 language: c
2676 src:
2677 - test/core/census/mlog_test.c
2678 deps:
2679 - grpc_test_util
2680 - grpc
2681 - gpr_test_util
2682 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683- name: multiple_server_queues_test
2684 build: test
2685 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002686 src:
2687 - test/core/end2end/multiple_server_queues_test.c
2688 deps:
2689 - grpc_test_util
2690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002691 - gpr_test_util
2692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002693- name: murmur_hash_test
2694 build: test
2695 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002696 src:
2697 - test/core/support/murmur_hash_test.c
2698 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002701- name: nanopb_fuzzer_response_test
2702 build: fuzzer
2703 language: c
2704 src:
2705 - test/core/nanopb/fuzzer_response.c
2706 deps:
2707 - grpc_test_util
2708 - grpc
2709 - gpr_test_util
2710 - gpr
2711 corpus_dirs:
2712 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002713 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002714- name: nanopb_fuzzer_serverlist_test
2715 build: fuzzer
2716 language: c
2717 src:
2718 - test/core/nanopb/fuzzer_serverlist.c
2719 deps:
2720 - grpc_test_util
2721 - grpc
2722 - gpr_test_util
2723 - gpr
2724 corpus_dirs:
2725 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002726 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002727- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002728 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002729 build: test
2730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
2732 - test/core/end2end/no_server_test.c
2733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002738- name: num_external_connectivity_watchers_test
2739 build: test
2740 language: c
2741 src:
2742 - test/core/surface/num_external_connectivity_watchers_test.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
2748 exclude_iomgrs:
2749 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002750- name: parse_address_test
2751 build: test
2752 language: c
2753 src:
2754 - test/core/client_channel/parse_address_test.c
2755 deps:
2756 - grpc_test_util
2757 - grpc
2758 - gpr_test_util
2759 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002760- name: percent_decode_fuzzer
2761 build: fuzzer
2762 language: c
2763 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002764 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002765 deps:
2766 - grpc_test_util
2767 - grpc
2768 - gpr_test_util
2769 - gpr
2770 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002771 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002772 maxlen: 32
2773- name: percent_encode_fuzzer
2774 build: fuzzer
2775 language: c
2776 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002777 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002778 deps:
2779 - grpc_test_util
2780 - grpc
2781 - gpr_test_util
2782 - gpr
2783 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002784 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002785 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002786- name: percent_encoding_test
2787 build: test
2788 language: c
2789 src:
2790 - test/core/slice/percent_encoding_test.c
2791 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002792 - grpc_test_util
2793 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002794 - gpr_test_util
2795 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002796- name: pollset_set_test
2797 build: test
2798 language: c
2799 src:
2800 - test/core/iomgr/pollset_set_test.c
2801 deps:
2802 - grpc_test_util
2803 - grpc
2804 - gpr_test_util
2805 - gpr
2806 exclude_iomgrs:
2807 - uv
2808 platforms:
2809 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002810- name: resolve_address_posix_test
2811 build: test
2812 language: c
2813 src:
2814 - test/core/iomgr/resolve_address_posix_test.c
2815 deps:
2816 - grpc_test_util
2817 - grpc
2818 - gpr_test_util
2819 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002820 exclude_iomgrs:
2821 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002822 platforms:
2823 - mac
2824 - linux
2825 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002826- name: resolve_address_test
2827 build: test
2828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002829 src:
2830 - test/core/iomgr/resolve_address_test.c
2831 deps:
2832 - grpc_test_util
2833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002834 - gpr_test_util
2835 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002836- name: resource_quota_test
2837 cpu_cost: 30
2838 build: test
2839 language: c
2840 src:
2841 - test/core/iomgr/resource_quota_test.c
2842 deps:
2843 - grpc_test_util
2844 - grpc
2845 - gpr_test_util
2846 - gpr
yang-gd482e592015-12-10 14:04:00 -08002847- name: secure_channel_create_test
2848 build: test
2849 language: c
2850 src:
2851 - test/core/surface/secure_channel_create_test.c
2852 deps:
2853 - grpc_test_util
2854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: secure_endpoint_test
2858 build: test
2859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002860 src:
2861 - test/core/security/secure_endpoint_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002867 exclude_iomgrs:
2868 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002869- name: sequential_connectivity_test
2870 build: test
2871 language: c
2872 src:
2873 - test/core/surface/sequential_connectivity_test.c
2874 deps:
2875 - grpc_test_util
2876 - grpc
2877 - gpr_test_util
2878 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002879 exclude_iomgrs:
2880 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002881- name: server_chttp2_test
2882 build: test
2883 language: c
2884 src:
2885 - test/core/surface/server_chttp2_test.c
2886 deps:
2887 - grpc_test_util
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002891- name: server_fuzzer
2892 build: fuzzer
2893 language: c
2894 src:
2895 - test/core/end2end/fuzzers/server_fuzzer.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
2901 corpus_dirs:
2902 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002903 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002904 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002905- name: server_test
2906 build: test
2907 language: c
2908 src:
2909 - test/core/surface/server_test.c
2910 deps:
2911 - grpc_test_util
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002915- name: slice_buffer_test
2916 build: test
2917 language: c
2918 src:
2919 - test/core/slice/slice_buffer_test.c
2920 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002921 - grpc_test_util
2922 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002923 - gpr_test_util
2924 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002925- name: slice_hash_table_test
2926 build: test
2927 language: c
2928 src:
2929 - test/core/slice/slice_hash_table_test.c
2930 deps:
2931 - grpc_test_util
2932 - grpc
2933 - gpr_test_util
2934 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002935- name: slice_string_helpers_test
2936 build: test
2937 language: c
2938 src:
2939 - test/core/slice/slice_string_helpers_test.c
2940 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002941 - grpc_test_util
2942 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002943 - gpr_test_util
2944 - gpr
2945- name: slice_test
2946 build: test
2947 language: c
2948 src:
2949 - test/core/slice/slice_test.c
2950 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002951 - grpc_test_util
2952 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002953 - gpr_test_util
2954 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002955- name: sockaddr_resolver_test
2956 build: test
2957 language: c
2958 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002959 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002960 deps:
2961 - grpc_test_util
2962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002963 - gpr_test_util
2964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: sockaddr_utils_test
2966 build: test
2967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/core/iomgr/sockaddr_utils_test.c
2970 deps:
2971 - grpc_test_util
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002975- name: socket_utils_test
2976 build: test
2977 language: c
2978 src:
2979 - test/core/iomgr/socket_utils_test.c
2980 deps:
2981 - grpc_test_util
2982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002983 - gpr_test_util
2984 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002985 exclude_iomgrs:
2986 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002987 platforms:
2988 - mac
2989 - linux
2990 - posix
yang-g31e21282016-11-04 15:10:03 -07002991- name: ssl_server_fuzzer
2992 build: fuzzer
2993 language: c
2994 src:
2995 - test/core/security/ssl_server_fuzzer.c
2996 deps:
2997 - grpc_test_util
2998 - grpc
2999 - gpr_test_util
3000 - gpr
3001 corpus_dirs:
3002 - test/core/security/corpus/ssl_server_corpus
3003 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003004- name: status_conversion_test
3005 build: test
3006 language: c
3007 src:
3008 - test/core/transport/status_conversion_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
3012 - gpr_test_util
3013 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003014- name: stream_compression_test
3015 build: test
3016 language: c
3017 src:
3018 - test/core/compression/stream_compression_test.c
3019 deps:
3020 - grpc_test_util
3021 - grpc
3022 - gpr_test_util
3023 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003024- name: stream_owned_slice_test
3025 build: test
3026 language: c
3027 src:
3028 - test/core/transport/stream_owned_slice_test.c
3029 deps:
3030 - grpc_test_util
3031 - grpc
3032 - gpr_test_util
3033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003035 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036 build: test
3037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003038 src:
3039 - test/core/iomgr/tcp_client_posix_test.c
3040 deps:
3041 - grpc_test_util
3042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003043 - gpr_test_util
3044 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003045 exclude_iomgrs:
3046 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003047 platforms:
3048 - mac
3049 - linux
3050 - posix
murgatroid991191b722017-02-08 11:56:52 -08003051- name: tcp_client_uv_test
3052 cpu_cost: 0.5
3053 build: test
3054 language: c
3055 src:
3056 - test/core/iomgr/tcp_client_uv_test.c
3057 deps:
3058 - grpc_test_util
3059 - grpc
3060 - gpr_test_util
3061 - gpr
3062 exclude_iomgrs:
3063 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003064- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003065 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003066 build: test
3067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003068 src:
3069 - test/core/iomgr/tcp_posix_test.c
3070 deps:
3071 - grpc_test_util
3072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003073 - gpr_test_util
3074 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003075 exclude_iomgrs:
3076 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003077 platforms:
3078 - mac
3079 - linux
3080 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: tcp_server_posix_test
3082 build: test
3083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003084 src:
3085 - test/core/iomgr/tcp_server_posix_test.c
3086 deps:
3087 - grpc_test_util
3088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003089 - gpr_test_util
3090 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003091 exclude_iomgrs:
3092 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003093 platforms:
3094 - mac
3095 - linux
3096 - posix
murgatroid991191b722017-02-08 11:56:52 -08003097- name: tcp_server_uv_test
3098 build: test
3099 language: c
3100 src:
3101 - test/core/iomgr/tcp_server_uv_test.c
3102 deps:
3103 - grpc_test_util
3104 - grpc
3105 - gpr_test_util
3106 - gpr
3107 exclude_iomgrs:
3108 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109- name: time_averaged_stats_test
3110 build: test
3111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003112 src:
3113 - test/core/iomgr/time_averaged_stats_test.c
3114 deps:
3115 - grpc_test_util
3116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003117 - gpr_test_util
3118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119- name: timeout_encoding_test
3120 build: test
3121 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003122 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003123 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003124 deps:
3125 - grpc_test_util
3126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003127 - gpr_test_util
3128 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003129- name: timer_heap_test
3130 build: test
3131 language: c
3132 src:
3133 - test/core/iomgr/timer_heap_test.c
3134 deps:
3135 - grpc_test_util
3136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003137 - gpr_test_util
3138 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003139 exclude_iomgrs:
3140 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003141- name: timer_list_test
3142 build: test
3143 language: c
3144 src:
3145 - test/core/iomgr/timer_list_test.c
3146 deps:
3147 - grpc_test_util
3148 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003149 - gpr_test_util
3150 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003151 exclude_iomgrs:
3152 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003153- name: transport_connectivity_state_test
3154 build: test
3155 language: c
3156 src:
3157 - test/core/transport/connectivity_state_test.c
3158 deps:
3159 - grpc_test_util
3160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003161 - gpr_test_util
3162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003163- name: transport_metadata_test
3164 build: test
3165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003166 src:
3167 - test/core/transport/metadata_test.c
3168 deps:
3169 - grpc_test_util
3170 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003171 - gpr_test_util
3172 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003173- name: transport_pid_controller_test
3174 build: test
3175 language: c
3176 src:
3177 - test/core/transport/pid_controller_test.c
3178 deps:
3179 - grpc_test_util
3180 - grpc
3181 - gpr_test_util
3182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003183- name: transport_security_test
3184 build: test
3185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003186 src:
3187 - test/core/tsi/transport_security_test.c
3188 deps:
3189 - grpc_test_util
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr_test_util
3192 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003193 platforms:
3194 - linux
3195 - posix
3196 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003197- name: udp_server_test
3198 build: test
3199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003200 src:
3201 - test/core/iomgr/udp_server_test.c
3202 deps:
3203 - grpc_test_util
3204 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003205 - gpr_test_util
3206 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003207 exclude_iomgrs:
3208 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003209 platforms:
3210 - mac
3211 - linux
3212 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003213- name: uri_fuzzer_test
3214 build: fuzzer
3215 language: c
3216 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003217 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003218 deps:
3219 - grpc_test_util
3220 - grpc
3221 - gpr_test_util
3222 - gpr
3223 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003224 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003225 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003226- name: uri_parser_test
3227 build: test
3228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003229 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003230 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003231 deps:
3232 - grpc_test_util
3233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003234 - gpr_test_util
3235 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003236- name: wakeup_fd_cv_test
3237 build: test
3238 language: c
3239 src:
3240 - test/core/iomgr/wakeup_fd_cv_test.c
3241 deps:
3242 - grpc_test_util
3243 - grpc
3244 - gpr_test_util
3245 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003246 exclude_iomgrs:
3247 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003248 platforms:
3249 - mac
3250 - linux
3251 - posix
vjpai04e992a2016-02-10 16:58:38 -08003252- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003253 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003254 build: test
3255 language: c++
3256 src:
3257 - test/cpp/common/alarm_cpp_test.cc
3258 deps:
3259 - grpc++_test_util
3260 - grpc_test_util
3261 - grpc++
3262 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003263 - gpr_test_util
3264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003266 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267 build: test
3268 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003269 src:
3270 - test/cpp/end2end/async_end2end_test.cc
3271 deps:
3272 - grpc++_test_util
3273 - grpc_test_util
3274 - grpc++
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003278- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003279 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280 build: test
3281 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003282 src:
3283 - test/cpp/common/auth_property_iterator_test.cc
3284 deps:
3285 - grpc++_test_util
3286 - grpc_test_util
3287 - grpc++
3288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003289 - gpr_test_util
3290 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003291- name: bm_arena
3292 build: test
3293 language: c++
3294 src:
3295 - test/cpp/microbenchmarks/bm_arena.cc
3296 deps:
3297 - grpc_benchmark
3298 - benchmark
3299 - grpc++_test_util
3300 - grpc_test_util
3301 - grpc++
3302 - grpc
3303 - gpr_test_util
3304 - gpr
3305 args:
3306 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003307 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003308 platforms:
3309 - mac
3310 - linux
3311 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003312- name: bm_call_create
3313 build: test
3314 language: c++
3315 src:
3316 - test/cpp/microbenchmarks/bm_call_create.cc
3317 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003318 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003319 - benchmark
3320 - grpc++_test_util
3321 - grpc_test_util
3322 - grpc++
3323 - grpc
3324 - gpr_test_util
3325 - gpr
3326 args:
3327 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003328 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003329 platforms:
3330 - mac
3331 - linux
3332 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003333- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003334 build: test
3335 language: c++
3336 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003337 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003338 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003339 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003340 - benchmark
3341 - grpc++_test_util
3342 - grpc_test_util
3343 - grpc++
3344 - grpc
3345 - gpr_test_util
3346 - gpr
3347 args:
3348 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003349 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003350 platforms:
3351 - mac
3352 - linux
3353 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003354- name: bm_chttp2_transport
3355 build: test
3356 language: c++
3357 src:
3358 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3359 deps:
3360 - grpc_benchmark
3361 - benchmark
3362 - grpc++_test_util
3363 - grpc_test_util
3364 - grpc++
3365 - grpc
3366 - gpr_test_util
3367 - gpr
3368 args:
3369 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003370 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003371 platforms:
3372 - mac
3373 - linux
3374 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003375- name: bm_closure
3376 build: test
3377 language: c++
3378 src:
3379 - test/cpp/microbenchmarks/bm_closure.cc
3380 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003381 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003382 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003383 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003384 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003385 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003386 - grpc
3387 - gpr_test_util
3388 - gpr
3389 args:
3390 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003391 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003392 platforms:
3393 - mac
3394 - linux
3395 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003396- name: bm_cq
3397 build: test
3398 language: c++
3399 src:
3400 - test/cpp/microbenchmarks/bm_cq.cc
3401 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003402 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003403 - 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
Craig Tillerbf515b62017-02-24 16:23:50 -08003412 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003413 platforms:
3414 - mac
3415 - linux
3416 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003417- name: bm_cq_multiple_threads
3418 build: test
3419 language: c++
3420 src:
3421 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3422 deps:
3423 - grpc_benchmark
3424 - benchmark
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
3429 - gpr_test_util
3430 - gpr
3431 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003432 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003433 defaults: benchmark
3434 platforms:
3435 - mac
3436 - linux
3437 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003438- name: bm_error
3439 build: test
3440 language: c++
3441 src:
3442 - test/cpp/microbenchmarks/bm_error.cc
3443 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003444 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003445 - benchmark
3446 - grpc++_test_util
3447 - grpc_test_util
3448 - grpc++
3449 - grpc
3450 - gpr_test_util
3451 - gpr
3452 args:
3453 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003454 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003455 platforms:
3456 - mac
3457 - linux
3458 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003459- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003460 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003461 language: c++
3462 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003463 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003464 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003465 - grpc_benchmark
3466 - benchmark
3467 - grpc++_test_util
3468 - grpc_test_util
3469 - grpc++
3470 - grpc
3471 - gpr_test_util
3472 - gpr
3473 args:
3474 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003475 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003476 excluded_poll_engines:
3477 - poll
3478 - poll-cv
3479 platforms:
3480 - mac
3481 - linux
3482 - posix
3483 timeout_seconds: 1200
3484- name: bm_fullstack_streaming_pump
3485 build: test
3486 language: c++
3487 src:
3488 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003489 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003490 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003491 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003492 - grpc++_test_util
3493 - grpc_test_util
3494 - grpc++
3495 - grpc
3496 - gpr_test_util
3497 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003498 args:
3499 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003500 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003501 excluded_poll_engines:
3502 - poll
3503 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003504 platforms:
3505 - mac
3506 - linux
3507 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003508 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003509- name: bm_fullstack_trickle
3510 build: test
3511 language: c++
3512 src:
3513 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3514 deps:
3515 - grpc_benchmark
3516 - benchmark
3517 - grpc++_test_util
3518 - grpc_test_util
3519 - grpc++
3520 - grpc
3521 - gpr_test_util
3522 - gpr
3523 args:
3524 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003525 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003526 excluded_poll_engines:
3527 - poll
3528 - poll-cv
3529 platforms:
3530 - mac
3531 - linux
3532 - posix
3533 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003534- name: bm_fullstack_unary_ping_pong
3535 build: test
3536 language: c++
3537 src:
3538 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3539 deps:
3540 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003541 - benchmark
3542 - grpc++_test_util
3543 - grpc_test_util
3544 - grpc++
3545 - grpc
3546 - gpr_test_util
3547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003548 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003549 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003550 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003551 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003552 - poll
3553 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003554 platforms:
3555 - mac
3556 - linux
3557 - posix
3558 timeout_seconds: 1200
3559- name: bm_metadata
3560 build: test
3561 language: c++
3562 src:
3563 - test/cpp/microbenchmarks/bm_metadata.cc
3564 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003565 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003566 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003567 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003568 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003569 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003570 - grpc
3571 - gpr_test_util
3572 - gpr
3573 args:
3574 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003575 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003576 platforms:
3577 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003578 - linux
3579 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003580- name: bm_pollset
3581 build: test
3582 language: c++
3583 src:
3584 - test/cpp/microbenchmarks/bm_pollset.cc
3585 deps:
3586 - grpc_benchmark
3587 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003588 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003589 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003590 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003591 - grpc
3592 - gpr_test_util
3593 - gpr
3594 args:
3595 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003596 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003597 platforms:
3598 - mac
3599 - linux
3600 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003601- name: channel_arguments_test
3602 gtest: true
3603 build: test
3604 language: c++
3605 src:
3606 - test/cpp/common/channel_arguments_test.cc
3607 deps:
3608 - grpc++
3609 - grpc
3610 - gpr
3611- name: channel_filter_test
3612 gtest: true
3613 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003614 language: c++
3615 src:
3616 - test/cpp/common/channel_filter_test.cc
3617 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003618 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003619 - grpc
3620 - gpr
3621- name: cli_call_test
3622 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003623 build: test
3624 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003625 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003626 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003627 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003628 - grpc_cli_libs
3629 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003630 - grpc_test_util
3631 - grpc++
3632 - grpc
3633 - gpr_test_util
3634 - gpr
3635- name: client_crash_test
3636 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003637 cpu_cost: 0.1
3638 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003639 language: c++
3640 src:
3641 - test/cpp/end2end/client_crash_test.cc
3642 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003643 - grpc++_test_util
3644 - grpc_test_util
3645 - grpc++
3646 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003647 - gpr_test_util
3648 - gpr
3649 platforms:
3650 - mac
3651 - linux
3652 - posix
3653- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003654 build: test
3655 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003656 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003657 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003658 - test/cpp/end2end/client_crash_test_server.cc
3659 deps:
3660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003664 - gpr_test_util
3665 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003666- name: client_lb_end2end_test
3667 gtest: true
3668 build: test
3669 language: c++
3670 src:
3671 - test/cpp/end2end/client_lb_end2end_test.cc
3672 deps:
3673 - grpc++_test_util
3674 - grpc_test_util
3675 - grpc++
3676 - grpc
3677 - gpr_test_util
3678 - gpr
3679 excluded_poll_engines:
3680 - poll
3681 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003682- name: codegen_test_full
3683 gtest: true
3684 build: test
3685 language: c++
3686 src:
3687 - src/proto/grpc/testing/control.proto
3688 - src/proto/grpc/testing/messages.proto
3689 - src/proto/grpc/testing/payloads.proto
3690 - src/proto/grpc/testing/services.proto
3691 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003692 - test/cpp/codegen/codegen_test_full.cc
3693 deps:
3694 - grpc++
3695 - grpc
3696 - gpr
3697 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003698 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003699- name: codegen_test_minimal
3700 gtest: true
3701 build: test
3702 language: c++
3703 src:
3704 - src/proto/grpc/testing/control.proto
3705 - src/proto/grpc/testing/messages.proto
3706 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003707 - src/proto/grpc/testing/services.proto
3708 - src/proto/grpc/testing/stats.proto
3709 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003710 deps:
3711 - grpc
3712 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003713 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003714 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003715 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003716- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003717 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003718 build: test
3719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003720 src:
3721 - test/cpp/client/credentials_test.cc
3722 deps:
3723 - grpc++
3724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003727 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003728 build: test
3729 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003730 src:
3731 - test/cpp/util/byte_buffer_test.cc
3732 deps:
3733 - grpc_test_util
3734 - grpc++
3735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003736 - gpr_test_util
3737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003739 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003740 build: test
3741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003742 src:
3743 - test/cpp/util/slice_test.cc
3744 deps:
3745 - grpc_test_util
3746 - grpc++
3747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003748 - gpr_test_util
3749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003750- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003751 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003752 build: test
3753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003754 src:
3755 - test/cpp/util/string_ref_test.cc
3756 deps:
3757 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003758 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003759- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003760 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003761 build: test
3762 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003763 src:
3764 - test/cpp/util/time_test.cc
3765 deps:
3766 - grpc_test_util
3767 - grpc++
3768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003769 - gpr_test_util
3770 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003771- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003772 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003773 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003774 build: test
3775 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003776 src:
3777 - test/cpp/end2end/end2end_test.cc
3778 deps:
3779 - grpc++_test_util
3780 - grpc_test_util
3781 - grpc++
3782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003783 - gpr_test_util
3784 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003785- name: error_details_test
3786 gtest: true
3787 build: test
3788 language: c++
3789 src:
3790 - src/proto/grpc/testing/echo_messages.proto
3791 - test/cpp/util/error_details_test.cc
3792 deps:
3793 - grpc++_error_details
3794 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003795- name: filter_end2end_test
3796 gtest: true
3797 build: test
3798 language: c++
3799 src:
3800 - test/cpp/end2end/filter_end2end_test.cc
3801 deps:
3802 - grpc++_test_util
3803 - grpc_test_util
3804 - grpc++
3805 - grpc
3806 - gpr_test_util
3807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003808- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003809 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003810 build: test
3811 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003812 src:
3813 - test/cpp/end2end/generic_end2end_test.cc
3814 deps:
3815 - grpc++_test_util
3816 - grpc_test_util
3817 - grpc++
3818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003819 - gpr_test_util
3820 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003821- name: golden_file_test
3822 gtest: true
3823 build: test
3824 language: c++
3825 src:
3826 - src/proto/grpc/testing/compiler_test.proto
3827 - test/cpp/codegen/golden_file_test.cc
3828 deps:
3829 - grpc++
3830 - grpc
3831 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003832 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003833 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003834- name: grpc_cli
3835 build: test
3836 run: false
3837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003838 src:
3839 - test/cpp/util/grpc_cli.cc
3840 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003841 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003842 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003843 - grpc++
3844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003845 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003846 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003847- name: grpc_cpp_plugin
3848 build: protoc
3849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003850 src:
3851 - src/compiler/cpp_plugin.cc
3852 deps:
3853 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854 secure: false
3855 vs_config_type: Application
3856 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3857- name: grpc_csharp_plugin
3858 build: protoc
3859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003860 src:
3861 - src/compiler/csharp_plugin.cc
3862 deps:
3863 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864 secure: false
3865 vs_config_type: Application
3866 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003867- name: grpc_node_plugin
3868 build: protoc
3869 language: c++
3870 src:
3871 - src/compiler/node_plugin.cc
3872 deps:
3873 - grpc_plugin_support
3874 secure: false
3875 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003876- name: grpc_objective_c_plugin
3877 build: protoc
3878 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003879 src:
3880 - src/compiler/objective_c_plugin.cc
3881 deps:
3882 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003883 secure: false
3884 vs_config_type: Application
3885 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003886- name: grpc_php_plugin
3887 build: protoc
3888 language: c++
3889 src:
3890 - src/compiler/php_plugin.cc
3891 deps:
3892 - grpc_plugin_support
3893 secure: false
3894 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003895- name: grpc_python_plugin
3896 build: protoc
3897 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003898 src:
3899 - src/compiler/python_plugin.cc
3900 deps:
3901 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003902 secure: false
3903 vs_config_type: Application
3904 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3905- name: grpc_ruby_plugin
3906 build: protoc
3907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003908 src:
3909 - src/compiler/ruby_plugin.cc
3910 deps:
3911 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003912 secure: false
3913 vs_config_type: Application
3914 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003915- name: grpc_tool_test
3916 gtest: true
3917 build: test
3918 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003919 src:
3920 - src/proto/grpc/testing/echo.proto
3921 - src/proto/grpc/testing/echo_messages.proto
3922 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003923 deps:
3924 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003925 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003926 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003927 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003928 - grpc_test_util
3929 - grpc++
3930 - grpc
3931 - gpr_test_util
3932 - gpr
3933 filegroups:
3934 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003935- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003936 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003937 build: test
3938 language: c++
3939 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003940 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003941 - test/cpp/grpclb/grpclb_api_test.cc
3942 deps:
3943 - grpc++_test_util
3944 - grpc_test_util
3945 - grpc++
3946 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003947- name: grpclb_end2end_test
3948 gtest: true
3949 build: test
3950 language: c++
3951 src:
3952 - src/proto/grpc/lb/v1/load_balancer.proto
3953 - test/cpp/end2end/grpclb_end2end_test.cc
3954 deps:
3955 - grpc++_test_util
3956 - grpc_test_util
3957 - grpc++
3958 - grpc
3959 - gpr_test_util
3960 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003961 excluded_poll_engines:
3962 - poll
3963 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07003964- name: grpclb_test
3965 gtest: false
3966 build: test
3967 language: c++
3968 src:
3969 - src/proto/grpc/lb/v1/load_balancer.proto
3970 - test/cpp/grpclb/grpclb_test.cc
3971 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003972 - grpc++_test_util
3973 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003974 - grpc++
3975 - grpc
3976 - gpr_test_util
3977 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003978 excluded_poll_engines:
3979 - poll
3980 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003981- name: health_service_end2end_test
3982 gtest: true
3983 build: test
3984 language: c++
3985 src:
3986 - test/cpp/end2end/health_service_end2end_test.cc
3987 deps:
3988 - grpc++_test_util
3989 - grpc_test_util
3990 - grpc++
3991 - grpc
3992 - gpr_test_util
3993 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003994- name: http2_client
3995 build: test
3996 run: false
3997 language: c++
3998 src: []
3999 deps:
4000 - http2_client_main
4001 - grpc++_test_util
4002 - grpc_test_util
4003 - grpc++
4004 - grpc
4005 - grpc++_test_config
4006 platforms:
4007 - mac
4008 - linux
4009 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004010- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004011 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004012 build: test
4013 language: c++
4014 src:
4015 - test/cpp/end2end/hybrid_end2end_test.cc
4016 deps:
4017 - grpc++_test_util
4018 - grpc_test_util
4019 - grpc++
4020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004021 - gpr_test_util
4022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004023- name: interop_client
4024 build: test
4025 run: false
4026 language: c++
4027 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004028 deps:
4029 - interop_client_main
4030 - interop_client_helper
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr_test_util
4036 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004037 - grpc++_test_config
4038 platforms:
4039 - mac
4040 - linux
4041 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004042- name: interop_server
4043 build: test
4044 run: false
4045 language: c++
4046 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004047 deps:
4048 - interop_server_main
4049 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004050 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004051 - grpc++_test_util
4052 - grpc_test_util
4053 - grpc++
4054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004055 - gpr_test_util
4056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004057 - grpc++_test_config
4058 platforms:
4059 - mac
4060 - linux
4061 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004062- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004063 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004064 build: test
4065 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004066 src:
4067 - test/cpp/interop/interop_test.cc
4068 deps:
4069 - grpc_test_util
4070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004071 - gpr_test_util
4072 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004073 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004074 platforms:
4075 - mac
4076 - linux
4077 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004078- name: json_run_localhost
4079 build: test
4080 run: false
4081 language: c++
4082 src:
4083 - test/cpp/qps/json_run_localhost.cc
4084 deps:
4085 - grpc++_test_util
4086 - grpc_test_util
4087 - grpc++
4088 - grpc
4089 - gpr_test_util
4090 - gpr
4091 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004092 platforms:
4093 - mac
4094 - linux
4095 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004096- name: memory_test
4097 gtest: true
4098 build: test
4099 language: c++
4100 src:
4101 - test/core/support/memory_test.cc
4102 deps:
4103 - grpc_test_util
4104 - grpc++
4105 - grpc
4106 - gpr_test_util
4107 - gpr
4108 uses:
4109 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004110- name: metrics_client
4111 build: test
4112 run: false
4113 language: c++
4114 headers:
4115 - test/cpp/util/metrics_server.h
4116 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004117 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004118 - test/cpp/interop/metrics_client.cc
4119 deps:
4120 - grpc++
4121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004122 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004123 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004124- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004125 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004126 build: test
4127 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004128 headers:
4129 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004130 src:
4131 - test/cpp/end2end/mock_test.cc
4132 deps:
4133 - grpc++_test_util
4134 - grpc_test_util
4135 - grpc++
4136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004137 - gpr_test_util
4138 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004139- name: noop-benchmark
4140 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004141 language: c++
4142 src:
4143 - test/cpp/microbenchmarks/noop-benchmark.cc
4144 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004145 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004146 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004147- name: proto_server_reflection_test
4148 gtest: true
4149 build: test
4150 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004151 src:
4152 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004153 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004154 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004155 - grpc++_reflection
4156 - grpc++_test_util
4157 - grpc_test_util
4158 - grpc++
4159 - grpc
4160 - gpr_test_util
4161 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004162- name: proto_utils_test
4163 gtest: true
4164 build: test
4165 language: c++
4166 src:
4167 - test/cpp/codegen/proto_utils_test.cc
4168 deps:
4169 - grpc++
4170 - grpc
4171 filegroups:
4172 - grpc++_codegen_base
4173 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004174- name: qps_interarrival_test
4175 build: test
4176 run: false
4177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004178 src:
4179 - test/cpp/qps/qps_interarrival_test.cc
4180 deps:
4181 - qps
4182 - grpc++_test_util
4183 - grpc_test_util
4184 - grpc++
4185 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004186 - gpr_test_util
4187 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004188 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004189 platforms:
4190 - mac
4191 - linux
4192 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004193- name: qps_json_driver
4194 build: test
4195 run: false
4196 language: c++
4197 src:
4198 - test/cpp/qps/qps_json_driver.cc
4199 deps:
4200 - qps
4201 - grpc++_test_util
4202 - grpc_test_util
4203 - grpc++
4204 - grpc
4205 - gpr_test_util
4206 - gpr
4207 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004208- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004209 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004210 build: test
4211 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004212 src:
4213 - test/cpp/qps/qps_openloop_test.cc
4214 deps:
4215 - qps
4216 - grpc++_test_util
4217 - grpc_test_util
4218 - grpc++
4219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004220 - gpr_test_util
4221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004222 - grpc++_test_config
4223 platforms:
4224 - mac
4225 - linux
4226 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004227- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004228 build: test
4229 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004231 headers:
4232 - test/cpp/qps/client.h
4233 - test/cpp/qps/server.h
4234 src:
4235 - test/cpp/qps/worker.cc
4236 deps:
4237 - qps
4238 - grpc++_test_util
4239 - grpc_test_util
4240 - grpc++
4241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004242 - gpr_test_util
4243 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004244 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004245- name: reconnect_interop_client
4246 build: test
4247 run: false
4248 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004249 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004250 - src/proto/grpc/testing/empty.proto
4251 - src/proto/grpc/testing/messages.proto
4252 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004253 - test/cpp/interop/reconnect_interop_client.cc
4254 deps:
4255 - grpc++_test_util
4256 - grpc_test_util
4257 - grpc++
4258 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004259 - gpr_test_util
4260 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004261 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004262- name: reconnect_interop_server
4263 build: test
4264 run: false
4265 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004266 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004267 - src/proto/grpc/testing/empty.proto
4268 - src/proto/grpc/testing/messages.proto
4269 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004270 - test/cpp/interop/reconnect_interop_server.cc
4271 deps:
4272 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004273 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004274 - grpc++_test_util
4275 - grpc_test_util
4276 - grpc++
4277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004278 - gpr_test_util
4279 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004280 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004281- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004282 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004283 build: test
4284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004285 src:
4286 - test/cpp/common/secure_auth_context_test.cc
4287 deps:
4288 - grpc++_test_util
4289 - grpc_test_util
4290 - grpc++
4291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004292 - gpr_test_util
4293 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004294- name: secure_sync_unary_ping_pong_test
4295 build: test
4296 language: c++
4297 src:
4298 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4299 deps:
4300 - qps
4301 - grpc++_test_util
4302 - grpc_test_util
4303 - grpc++
4304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004305 - gpr_test_util
4306 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004307 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004308 platforms:
4309 - mac
4310 - linux
4311 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004312- name: server_builder_plugin_test
4313 gtest: true
4314 build: test
4315 language: c++
4316 src:
4317 - test/cpp/end2end/server_builder_plugin_test.cc
4318 deps:
4319 - grpc++_test_util
4320 - grpc_test_util
4321 - grpc++
4322 - grpc
4323 - gpr_test_util
4324 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004325- name: server_builder_test
4326 gtest: true
4327 build: test
4328 language: c++
4329 src:
4330 - src/proto/grpc/testing/echo_messages.proto
4331 - src/proto/grpc/testing/echo.proto
4332 - test/cpp/server/server_builder_test.cc
4333 deps:
4334 - grpc++_test_util
4335 - grpc_test_util
4336 - gpr_test_util
4337 - grpc++
4338 - grpc
4339 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004340- name: server_context_test_spouse_test
4341 gtest: true
4342 build: test
4343 language: c++
4344 src:
4345 - test/cpp/test/server_context_test_spouse_test.cc
4346 deps:
4347 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004348 - grpc++
4349 - grpc
4350 - gpr_test_util
4351 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004352 uses:
4353 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004354- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004355 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004356 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004357 build: test
4358 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004359 src:
4360 - test/cpp/end2end/server_crash_test.cc
4361 deps:
4362 - grpc++_test_util
4363 - grpc_test_util
4364 - grpc++
4365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004366 - gpr_test_util
4367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004368 platforms:
4369 - mac
4370 - linux
4371 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004372- name: server_crash_test_client
4373 build: test
4374 run: false
4375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004376 src:
4377 - test/cpp/end2end/server_crash_test_client.cc
4378 deps:
4379 - grpc++_test_util
4380 - grpc_test_util
4381 - grpc++
4382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004383 - gpr_test_util
4384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004385- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004386 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004387 build: test
4388 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004389 src:
4390 - test/cpp/end2end/shutdown_test.cc
4391 deps:
4392 - grpc++_test_util
4393 - grpc_test_util
4394 - grpc++
4395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004396 - gpr_test_util
4397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004398- name: status_test
4399 build: test
4400 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004401 src:
4402 - test/cpp/util/status_test.cc
4403 deps:
4404 - grpc_test_util
4405 - grpc++
4406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004407 - gpr_test_util
4408 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004409- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004410 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004411 build: test
4412 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004413 src:
4414 - test/cpp/end2end/streaming_throughput_test.cc
4415 deps:
4416 - grpc++_test_util
4417 - grpc_test_util
4418 - grpc++
4419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004420 - gpr_test_util
4421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004422 platforms:
4423 - mac
4424 - linux
4425 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004426- name: stress_test
4427 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004428 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004429 language: c++
4430 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004431 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004432 - test/cpp/interop/interop_client.h
4433 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004434 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004435 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004436 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004437 - src/proto/grpc/testing/empty.proto
4438 - src/proto/grpc/testing/messages.proto
4439 - src/proto/grpc/testing/metrics.proto
4440 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004441 - test/cpp/interop/interop_client.cc
4442 - test/cpp/interop/stress_interop_client.cc
4443 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004444 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004445 deps:
4446 - grpc++_test_util
4447 - grpc_test_util
4448 - grpc++
4449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004450 - gpr_test_util
4451 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004452 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004453- name: thread_manager_test
4454 build: test
4455 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004456 src:
4457 - test/cpp/thread_manager/thread_manager_test.cc
4458 deps:
4459 - grpc++
4460 - grpc
4461 - gpr
4462 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004463- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004464 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004465 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466 build: test
4467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004468 src:
4469 - test/cpp/end2end/thread_stress_test.cc
4470 deps:
4471 - grpc++_test_util
4472 - grpc_test_util
4473 - grpc++
4474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004475 - gpr_test_util
4476 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004477- name: writes_per_rpc_test
4478 gtest: true
4479 cpu_cost: 0.5
4480 build: test
4481 language: c++
4482 src:
4483 - test/cpp/performance/writes_per_rpc_test.cc
4484 deps:
4485 - grpc++_test_util
4486 - grpc_test_util
4487 - grpc++
4488 - grpc
4489 - gpr_test_util
4490 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004491 platforms:
4492 - mac
4493 - linux
4494 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004495- name: public_headers_must_be_c89
4496 build: test
4497 language: c89
4498 src:
4499 - test/core/surface/public_headers_must_be_c89.c
4500 deps:
4501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004502 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004503vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004504- linkage: static
4505 name: grpc.dependencies.zlib
4506 props: false
4507 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004508 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004509- linkage: static
4510 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004511 props: true
4512 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004513 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004514- name: gflags
4515 props: false
4516 redist: false
4517 version: 2.1.2.1
4518- name: gtest
4519 props: false
4520 redist: false
4521 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004522configs:
4523 asan:
4524 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004525 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4526 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004527 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004528 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004529 LDFLAGS: -fsanitize=address
4530 LDXX: clang++
4531 compile_the_world: true
4532 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004533 ASAN_OPTIONS: detect_leaks=1:color=always
4534 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004535 asan-noleaks:
4536 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004537 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4538 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004539 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004540 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004541 LDFLAGS: -fsanitize=address
4542 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004543 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004544 test_environ:
4545 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004546 asan-trace-cmp:
4547 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004548 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4549 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004550 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004551 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004552 LDFLAGS: -fsanitize=address
4553 LDXX: clang++
4554 compile_the_world: true
4555 test_environ:
4556 ASAN_OPTIONS: detect_leaks=1:color=always
4557 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004558 basicprof:
4559 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4560 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004561 c++-compat:
4562 CFLAGS: -Wc++-compat
4563 CPPFLAGS: -O0
4564 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004565 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004566 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004567 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004568 dbg:
4569 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004570 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004571 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004572 gcov:
4573 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004574 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004575 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004576 DEFINES: _DEBUG DEBUG GPR_GCOV
4577 LD: gcc
4578 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4579 LDXX: g++
4580 helgrind:
4581 CPPFLAGS: -O0
4582 DEFINES: _DEBUG DEBUG
4583 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004584 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004585 lto:
4586 CPPFLAGS: -O2
4587 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004588 memcheck:
4589 CPPFLAGS: -O0
4590 DEFINES: _DEBUG DEBUG
4591 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004592 valgrind: --tool=memcheck --leak-check=full
4593 msan:
4594 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004595 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4596 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4597 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004598 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004599 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004600 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004601 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4602 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4603 LDXX: clang++
4604 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004605 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004606 CPPFLAGS: -O3 -fno-omit-frame-pointer
4607 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004608 LDFLAGS: -rdynamic
4609 opt:
4610 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004611 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004612 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004613 stapprof:
4614 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4615 DEFINES: NDEBUG
4616 tsan:
4617 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004618 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004619 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004620 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004621 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004622 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004623 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004624 LDXX: clang++
4625 compile_the_world: true
4626 test_environ:
4627 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004628 ubsan:
4629 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004630 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4631 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004632 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004633 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004634 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004635 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004636 LDXX: clang++
4637 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004638 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004639 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004640defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004641 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004642 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004643 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4644 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004645 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4646 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004647 benchmark:
4648 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004649 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004650 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004651 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004652 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004653 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004654 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004655 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004656 LDFLAGS: -g
4657 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004658 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004659 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004660node_modules:
4661- deps:
4662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004663 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004664 - boringssl
4665 - z
murgatroid9994a75412015-11-19 14:04:53 -08004666 headers:
4667 - src/node/ext/byte_buffer.h
4668 - src/node/ext/call.h
4669 - src/node/ext/call_credentials.h
4670 - src/node/ext/channel.h
4671 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004672 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004673 - src/node/ext/server.h
4674 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004675 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004676 - src/node/ext/timeval.h
4677 js:
4678 - src/node/index.js
4679 - src/node/src/client.js
4680 - src/node/src/common.js
4681 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004682 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004683 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004684 - src/node/src/metadata.js
4685 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004686 name: grpc_node
4687 src:
4688 - src/node/ext/byte_buffer.cc
4689 - src/node/ext/call.cc
4690 - src/node/ext/call_credentials.cc
4691 - src/node/ext/channel.cc
4692 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004693 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004694 - src/node/ext/node_grpc.cc
4695 - src/node/ext/server.cc
4696 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004697 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004698 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004699openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004700 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004701 extraction_dir: openssl-1.0.2f
4702 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004703php_config_m4:
4704 deps:
4705 - grpc
4706 - gpr
4707 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004708 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004709 headers:
4710 - src/php/ext/grpc/byte_buffer.h
4711 - src/php/ext/grpc/call.h
4712 - src/php/ext/grpc/call_credentials.h
4713 - src/php/ext/grpc/channel.h
4714 - src/php/ext/grpc/channel_credentials.h
4715 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004716 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004717 - src/php/ext/grpc/php_grpc.h
4718 - src/php/ext/grpc/server.h
4719 - src/php/ext/grpc/server_credentials.h
4720 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004721 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004722 src:
4723 - src/php/ext/grpc/byte_buffer.c
4724 - src/php/ext/grpc/call.c
4725 - src/php/ext/grpc/call_credentials.c
4726 - src/php/ext/grpc/channel.c
4727 - src/php/ext/grpc/channel_credentials.c
4728 - src/php/ext/grpc/completion_queue.c
4729 - src/php/ext/grpc/php_grpc.c
4730 - src/php/ext/grpc/server.c
4731 - src/php/ext/grpc/server_credentials.c
4732 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004733python_dependencies:
4734 deps:
4735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004736 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004737 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004738 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004739 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004740ruby_gem:
4741 deps:
4742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004743 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004744 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004745 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004746 - z