blob: 9c2504af71fa56ba5b0975b24f1429b00657ac01 [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
murgatroid99b8e07ad2017-07-18 13:20:55 -0700217 - src/core/lib/iomgr/iomgr_uv.h
Craig Tiller819cd882017-04-25 13:18:22 -0700218 - src/core/lib/iomgr/is_epollexclusive_available.h
Craig Tiller85178862016-05-18 16:09:16 -0700219 - src/core/lib/iomgr/load_file.h
Craig Tiller376887d2017-04-06 08:27:03 -0700220 - src/core/lib/iomgr/lockfree_event.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700221 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700222 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700223 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700224 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700228 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700230 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700231 - src/core/lib/iomgr/sockaddr.h
232 - src/core/lib/iomgr/sockaddr_posix.h
233 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700234 - src/core/lib/iomgr/sockaddr_windows.h
Michael Warresc46b3eb2017-02-22 22:57:04 -0500235 - src/core/lib/iomgr/socket_factory_posix.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700236 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700237 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700238 - src/core/lib/iomgr/socket_utils_posix.h
239 - src/core/lib/iomgr/socket_windows.h
Craig Tiller819cd882017-04-25 13:18:22 -0700240 - src/core/lib/iomgr/sys_epoll_wrapper.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700242 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700243 - src/core/lib/iomgr/tcp_posix.h
244 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700245 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700246 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700247 - src/core/lib/iomgr/tcp_windows.h
248 - src/core/lib/iomgr/time_averaged_stats.h
249 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700250 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700251 - src/core/lib/iomgr/timer_heap.h
Craig Tillerc3571792017-05-02 12:33:38 -0700252 - src/core/lib/iomgr/timer_manager.h
murgatroid999030c812016-09-16 13:25:08 -0700253 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700254 - src/core/lib/iomgr/udp_server.h
255 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700256 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700257 - src/core/lib/iomgr/wakeup_fd_pipe.h
258 - src/core/lib/iomgr/wakeup_fd_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/json/json.h
260 - src/core/lib/json/json_common.h
261 - src/core/lib/json/json_reader.h
262 - src/core/lib/json/json_writer.h
Craig Tiller29b527f2017-03-30 10:27:20 -0700263 - src/core/lib/slice/b64.h
Craig Tillerc3350542016-10-26 16:19:01 -0700264 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800265 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800266 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700267 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/surface/api_trace.h
269 - src/core/lib/surface/call.h
270 - src/core/lib/surface/call_test_only.h
271 - src/core/lib/surface/channel.h
272 - src/core/lib/surface/channel_init.h
273 - src/core/lib/surface/channel_stack_type.h
274 - src/core/lib/surface/completion_queue.h
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700275 - src/core/lib/surface/completion_queue_factory.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/surface/event_string.h
277 - src/core/lib/surface/init.h
278 - src/core/lib/surface/lame_client.h
279 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800280 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700281 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800284 - src/core/lib/transport/error_utils.h
285 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700286 - src/core/lib/transport/metadata.h
287 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700288 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700289 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800291 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400292 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700293 - src/core/lib/transport/transport.h
294 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700295 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/channel/channel_args.c
297 - src/core/lib/channel/channel_stack.c
298 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700299 - src/core/lib/channel/connected_channel.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700300 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800301 - src/core/lib/channel/handshaker_factory.c
302 - src/core/lib/channel/handshaker_registry.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700303 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700304 - src/core/lib/compression/message_compress.c
Muxi Yane87a7e12017-06-29 16:53:24 -0700305 - src/core/lib/compression/stream_compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/http/format_request.c
307 - src/core/lib/http/httpcli.c
308 - src/core/lib/http/parser.c
309 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700310 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700311 - src/core/lib/iomgr/endpoint.c
312 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700313 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700314 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700315 - src/core/lib/iomgr/error.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700316 - src/core/lib/iomgr/ev_epoll1_linux.c
Sree Kuchibhotla5a1a3b42017-05-05 13:14:45 -0700317 - src/core/lib/iomgr/ev_epoll_limited_pollers_linux.c
Sree Kuchibhotlad4fc32e2017-05-02 14:15:12 -0700318 - src/core/lib/iomgr/ev_epoll_thread_pool_linux.c
Craig Tillerf4360d72017-04-07 08:51:00 -0700319 - src/core/lib/iomgr/ev_epollex_linux.c
Craig Tillerc67cc992017-04-27 10:15:51 -0700320 - src/core/lib/iomgr/ev_epollsig_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700321 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700322 - src/core/lib/iomgr/ev_posix.c
Jan Tattermusch9eef67d2017-05-12 09:43:32 +0200323 - src/core/lib/iomgr/ev_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/exec_ctx.c
325 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/iocp_windows.c
327 - src/core/lib/iomgr/iomgr.c
328 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700329 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller819cd882017-04-25 13:18:22 -0700331 - src/core/lib/iomgr/is_epollexclusive_available.c
Craig Tiller85178862016-05-18 16:09:16 -0700332 - src/core/lib/iomgr/load_file.c
Craig Tiller376887d2017-04-06 08:27:03 -0700333 - src/core/lib/iomgr/lockfree_event.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700334 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700335 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700336 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700337 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700338 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700339 - src/core/lib/iomgr/pollset_windows.c
340 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700343 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/sockaddr_utils.c
Michael Warresc46b3eb2017-02-22 22:57:04 -0500345 - src/core/lib/iomgr/socket_factory_posix.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700346 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/socket_utils_common_posix.c
348 - src/core/lib/iomgr/socket_utils_linux.c
349 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700350 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700351 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/socket_windows.c
353 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700354 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/iomgr/tcp_client_windows.c
356 - src/core/lib/iomgr/tcp_posix.c
357 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700358 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700359 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
360 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700361 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700362 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700363 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700364 - src/core/lib/iomgr/tcp_windows.c
365 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700366 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700367 - src/core/lib/iomgr/timer_heap.c
Craig Tillerc3571792017-05-02 12:33:38 -0700368 - src/core/lib/iomgr/timer_manager.c
murgatroid999030c812016-09-16 13:25:08 -0700369 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/iomgr/udp_server.c
371 - src/core/lib/iomgr/unix_sockets_posix.c
372 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700373 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/iomgr/wakeup_fd_eventfd.c
375 - src/core/lib/iomgr/wakeup_fd_nospecial.c
376 - src/core/lib/iomgr/wakeup_fd_pipe.c
377 - src/core/lib/iomgr/wakeup_fd_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700378 - src/core/lib/json/json.c
379 - src/core/lib/json/json_reader.c
380 - src/core/lib/json/json_string.c
381 - src/core/lib/json/json_writer.c
Craig Tiller29b527f2017-03-30 10:27:20 -0700382 - src/core/lib/slice/b64.c
Craig Tillerc3350542016-10-26 16:19:01 -0700383 - src/core/lib/slice/percent_encoding.c
384 - src/core/lib/slice/slice.c
385 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800386 - src/core/lib/slice/slice_hash_table.c
387 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700388 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/surface/alarm.c
390 - src/core/lib/surface/api_trace.c
391 - src/core/lib/surface/byte_buffer.c
392 - src/core/lib/surface/byte_buffer_reader.c
393 - src/core/lib/surface/call.c
394 - src/core/lib/surface/call_details.c
395 - src/core/lib/surface/call_log_batch.c
396 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700397 - src/core/lib/surface/channel_init.c
398 - src/core/lib/surface/channel_ping.c
399 - src/core/lib/surface/channel_stack_type.c
400 - src/core/lib/surface/completion_queue.c
Sree Kuchibhotlabf184282017-03-21 15:18:58 -0700401 - src/core/lib/surface/completion_queue_factory.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700402 - src/core/lib/surface/event_string.c
Craig Tiller8ebb5442017-04-07 16:01:55 -0700403 - src/core/lib/surface/lame_client.cc
Craig Tillerf23078c2016-03-25 17:07:29 -0700404 - src/core/lib/surface/metadata_array.c
405 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700406 - src/core/lib/surface/validate_metadata.c
407 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700408 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700409 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700410 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800411 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700412 - src/core/lib/transport/metadata.c
413 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700414 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700415 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700416 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800417 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400418 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700419 - src/core/lib/transport/transport.c
420 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700421 deps:
422 - gpr
423 uses:
424 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700425 - grpc_trace
Mark D. Roth2137cd82016-09-14 09:04:00 -0700426- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700428 - src/core/ext/filters/client_channel/client_channel.h
429 - src/core/ext/filters/client_channel/client_channel_factory.h
430 - src/core/ext/filters/client_channel/connector.h
431 - src/core/ext/filters/client_channel/http_connect_handshaker.h
432 - src/core/ext/filters/client_channel/http_proxy.h
433 - src/core/ext/filters/client_channel/lb_policy.h
434 - src/core/ext/filters/client_channel/lb_policy_factory.h
435 - src/core/ext/filters/client_channel/lb_policy_registry.h
436 - src/core/ext/filters/client_channel/parse_address.h
437 - src/core/ext/filters/client_channel/proxy_mapper.h
438 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
439 - src/core/ext/filters/client_channel/resolver.h
440 - src/core/ext/filters/client_channel/resolver_factory.h
441 - src/core/ext/filters/client_channel/resolver_registry.h
442 - src/core/ext/filters/client_channel/retry_throttle.h
443 - src/core/ext/filters/client_channel/subchannel.h
444 - src/core/ext/filters/client_channel/subchannel_index.h
445 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700446 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700447 - src/core/ext/filters/client_channel/channel_connectivity.c
448 - src/core/ext/filters/client_channel/client_channel.c
449 - src/core/ext/filters/client_channel/client_channel_factory.c
450 - src/core/ext/filters/client_channel/client_channel_plugin.c
451 - src/core/ext/filters/client_channel/connector.c
452 - src/core/ext/filters/client_channel/http_connect_handshaker.c
453 - src/core/ext/filters/client_channel/http_proxy.c
454 - src/core/ext/filters/client_channel/lb_policy.c
455 - src/core/ext/filters/client_channel/lb_policy_factory.c
456 - src/core/ext/filters/client_channel/lb_policy_registry.c
457 - src/core/ext/filters/client_channel/parse_address.c
458 - src/core/ext/filters/client_channel/proxy_mapper.c
459 - src/core/ext/filters/client_channel/proxy_mapper_registry.c
460 - src/core/ext/filters/client_channel/resolver.c
461 - src/core/ext/filters/client_channel/resolver_factory.c
462 - src/core/ext/filters/client_channel/resolver_registry.c
463 - src/core/ext/filters/client_channel/retry_throttle.c
464 - src/core/ext/filters/client_channel/subchannel.c
465 - src/core/ext/filters/client_channel/subchannel_index.c
466 - src/core/ext/filters/client_channel/uri_parser.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700467 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700468 uses:
469 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700470 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800471- name: grpc_codegen
472 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700473 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800474 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800475 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800476 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800477 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800478 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700479 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800480 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700481 uses:
482 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700483- name: grpc_deadline_filter
484 headers:
485 - src/core/ext/filters/deadline/deadline_filter.h
486 src:
487 - src/core/ext/filters/deadline/deadline_filter.c
488 plugin: grpc_deadline_filter
489 uses:
490 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700491- name: grpc_http_filters
492 headers:
493 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700494 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700495 - src/core/ext/filters/http/server/http_server_filter.h
496 src:
497 - src/core/ext/filters/http/client/http_client_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700498 - src/core/ext/filters/http/http_filters_plugin.c
Craig Tiller71d6ce62017-04-06 09:10:09 -0700499 - src/core/ext/filters/http/message_compress/message_compress_filter.c
Craig Tilleraf767432017-04-03 13:54:31 -0700500 - src/core/ext/filters/http/server/http_server_filter.c
501 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700502 uses:
503 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700504- name: grpc_lb_policy_grpclb
505 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700506 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700507 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
508 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700509 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700510 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
511 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700512 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700513 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700514 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
515 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700516 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700517 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
518 - 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 -0800519 plugin: grpc_lb_policy_grpclb
520 uses:
521 - grpc_base
522 - grpc_client_channel
523 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700524 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800525- name: grpc_lb_policy_grpclb_secure
526 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700530 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700531 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
532 - 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 -0800533 src:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700534 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700535 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.c
536 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.c
Mark D. Roth09e458c2017-05-02 08:13:26 -0700537 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.c
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700538 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.c
539 - 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 -0700540 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700541 uses:
542 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700543 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700544 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700545 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700546 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700547- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700548 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700550 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700551 uses:
552 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700553 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700554- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700555 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700556 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700557 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700558 uses:
559 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700560 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700561- name: grpc_load_reporting
562 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700563 - src/core/ext/filters/load_reporting/load_reporting.h
564 - src/core/ext/filters/load_reporting/load_reporting_filter.h
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700565 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700566 - src/core/ext/filters/load_reporting/load_reporting.c
567 - src/core/ext/filters/load_reporting/load_reporting_filter.c
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700568 plugin: grpc_load_reporting_plugin
569 uses:
570 - grpc_base
Craig Tiller6d4894e2017-03-31 17:22:06 -0700571- name: grpc_max_age_filter
572 headers:
573 - src/core/ext/filters/max_age/max_age_filter.h
574 src:
575 - src/core/ext/filters/max_age/max_age_filter.c
576 plugin: grpc_max_age_filter
577 uses:
578 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700579- name: grpc_message_size_filter
580 headers:
581 - src/core/ext/filters/message_size/message_size_filter.h
582 src:
583 - src/core/ext/filters/message_size/message_size_filter.c
584 plugin: grpc_message_size_filter
585 uses:
586 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700587- name: grpc_resolver_dns_ares
588 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700589 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
590 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700591 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700592 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.c
593 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.c
594 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.c
Yuchen Zeng4ebace72017-06-05 17:24:06 -0700595 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.c
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700596 plugin: grpc_resolver_dns_ares
597 uses:
598 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700599 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700600- name: grpc_resolver_dns_native
601 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700602 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700603 plugin: grpc_resolver_dns_native
604 uses:
605 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700606 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700607- name: grpc_resolver_fake
608 headers:
609 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
610 src:
611 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
612 plugin: grpc_resolver_fake
613 uses:
614 - grpc_base
615 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700616- name: grpc_resolver_sockaddr
617 src:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700618 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.c
Craig Tiller65938df2016-03-31 13:08:49 -0700619 plugin: grpc_resolver_sockaddr
620 uses:
621 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700622 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100623- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700624 public_headers:
625 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100626 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700627 - src/core/lib/security/context/security_context.h
628 - src/core/lib/security/credentials/composite/composite_credentials.h
629 - src/core/lib/security/credentials/credentials.h
630 - src/core/lib/security/credentials/fake/fake_credentials.h
631 - src/core/lib/security/credentials/google_default/google_default_credentials.h
632 - src/core/lib/security/credentials/iam/iam_credentials.h
633 - src/core/lib/security/credentials/jwt/json_token.h
634 - src/core/lib/security/credentials/jwt/jwt_credentials.h
635 - src/core/lib/security/credentials/jwt/jwt_verifier.h
636 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
637 - src/core/lib/security/credentials/plugin/plugin_credentials.h
638 - src/core/lib/security/credentials/ssl/ssl_credentials.h
639 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800640 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700641 - src/core/lib/security/transport/secure_endpoint.h
642 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800643 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700644 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700645 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100646 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700647 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700648 - src/core/lib/security/context/security_context.c
649 - src/core/lib/security/credentials/composite/composite_credentials.c
650 - src/core/lib/security/credentials/credentials.c
651 - src/core/lib/security/credentials/credentials_metadata.c
652 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700653 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/credentials/google_default/google_default_credentials.c
655 - src/core/lib/security/credentials/iam/iam_credentials.c
656 - src/core/lib/security/credentials/jwt/json_token.c
657 - src/core/lib/security/credentials/jwt/jwt_credentials.c
658 - src/core/lib/security/credentials/jwt/jwt_verifier.c
659 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
660 - src/core/lib/security/credentials/plugin/plugin_credentials.c
661 - src/core/lib/security/credentials/ssl/ssl_credentials.c
662 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800663 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700664 - src/core/lib/security/transport/secure_endpoint.c
665 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800666 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700667 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700668 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700669 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700670 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700671 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700672 uses:
673 - grpc_base
674 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700675 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700676- name: grpc_server_backward_compatibility
677 headers:
678 - src/core/ext/filters/workarounds/workaround_utils.h
679 src:
680 - src/core/ext/filters/workarounds/workaround_utils.c
681 uses:
682 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700683- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700684 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700685 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700686 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700687 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800688 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700689 - test/core/end2end/fixtures/proxy.h
690 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800691 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700692 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200693 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700694 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700695 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700696 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700697 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700698 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700699 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800700 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700701 src:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700702 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700703 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800704 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700705 - test/core/end2end/fixtures/proxy.c
706 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800707 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700708 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200709 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700710 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700712 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800713 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700714 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800716 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700717 deps:
718 - grpc
719 - gpr_test_util
Craig Tiller1f477302017-05-05 11:01:25 -0700720- name: grpc_trace
721 headers:
722 - src/core/lib/debug/trace.h
723 src:
724 - src/core/lib/debug/trace.c
725 deps:
726 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700727- name: grpc_transport_chttp2
728 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700729 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700730 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700731 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
732 - src/core/ext/transport/chttp2/transport/frame.h
733 - src/core/ext/transport/chttp2/transport/frame_data.h
734 - src/core/ext/transport/chttp2/transport/frame_goaway.h
735 - src/core/ext/transport/chttp2/transport/frame_ping.h
736 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
737 - src/core/ext/transport/chttp2/transport/frame_settings.h
738 - src/core/ext/transport/chttp2/transport/frame_window_update.h
739 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
740 - src/core/ext/transport/chttp2/transport/hpack_parser.h
741 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700742 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700743 - src/core/ext/transport/chttp2/transport/huffsyms.h
744 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
745 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700746 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700747 - src/core/ext/transport/chttp2/transport/varint.h
748 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700749 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700750 - src/core/ext/transport/chttp2/transport/bin_encoder.c
751 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700752 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
753 - src/core/ext/transport/chttp2/transport/frame_data.c
754 - src/core/ext/transport/chttp2/transport/frame_goaway.c
755 - src/core/ext/transport/chttp2/transport/frame_ping.c
756 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
757 - src/core/ext/transport/chttp2/transport/frame_settings.c
758 - src/core/ext/transport/chttp2/transport/frame_window_update.c
759 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
760 - src/core/ext/transport/chttp2/transport/hpack_parser.c
761 - src/core/ext/transport/chttp2/transport/hpack_table.c
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700762 - src/core/ext/transport/chttp2/transport/http2_settings.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700763 - src/core/ext/transport/chttp2/transport/huffsyms.c
764 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
765 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700766 - src/core/ext/transport/chttp2/transport/stream_lists.c
767 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700768 - src/core/ext/transport/chttp2/transport/varint.c
769 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700770 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700771 uses:
772 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700773 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700774 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700775- name: grpc_transport_chttp2_alpn
776 headers:
777 - src/core/ext/transport/chttp2/alpn/alpn.h
778 src:
779 - src/core/ext/transport/chttp2/alpn/alpn.c
780 deps:
781 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800782- name: grpc_transport_chttp2_client_connector
783 headers:
784 - src/core/ext/transport/chttp2/client/chttp2_connector.h
785 src:
786 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800787 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800788 - grpc_transport_chttp2
789 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700790 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700791- name: grpc_transport_chttp2_client_insecure
792 src:
793 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700794 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700795 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800796 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700797 - grpc_transport_chttp2
798 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700799 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700800- name: grpc_transport_chttp2_client_secure
801 src:
802 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700803 uses:
804 - grpc_transport_chttp2
805 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700806 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700807 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800808 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800809- name: grpc_transport_chttp2_server
810 headers:
811 - src/core/ext/transport/chttp2/server/chttp2_server.h
812 src:
813 - src/core/ext/transport/chttp2/server/chttp2_server.c
814 uses:
815 - grpc_transport_chttp2
816 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700817- name: grpc_transport_chttp2_server_insecure
818 src:
819 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700820 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700821 uses:
822 - grpc_transport_chttp2
823 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800824 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700825- name: grpc_transport_chttp2_server_secure
826 src:
827 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700828 uses:
829 - grpc_transport_chttp2
830 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700831 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800832 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700833- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700834 public_headers:
835 - include/grpc/grpc_cronet.h
836 - include/grpc/grpc_security.h
837 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700838 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800839 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800840 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700841 src:
842 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
843 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
844 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700845 filegroups:
846 - grpc_base
847 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700848 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700849- name: grpc_transport_inproc
850 headers:
851 - src/core/ext/transport/inproc/inproc_transport.h
852 src:
853 - src/core/ext/transport/inproc/inproc_plugin.c
854 - src/core/ext/transport/inproc/inproc_transport.c
855 plugin: grpc_inproc_plugin
856 uses:
857 - grpc_base
Muxi Yan29ff4662017-05-15 10:27:55 -0700858- name: grpc_workaround_cronet_compression_filter
859 headers:
860 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
861 src:
862 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c
863 plugin: grpc_workaround_cronet_compression_filter
864 uses:
865 - grpc_base
866 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800867- name: nanopb
868 headers:
869 - third_party/nanopb/pb.h
870 - third_party/nanopb/pb_common.h
871 - third_party/nanopb/pb_decode.h
872 - third_party/nanopb/pb_encode.h
873 src:
874 - third_party/nanopb/pb_common.c
875 - third_party/nanopb/pb_decode.c
876 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700877- name: tsi
878 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700879 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700880 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700881 - src/core/tsi/ssl_transport_security.h
882 - src/core/tsi/ssl_types.h
883 - src/core/tsi/transport_security.h
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700884 - src/core/tsi/transport_security_adapter.h
Craig Tiller134fed32017-03-28 14:27:18 -0700885 - src/core/tsi/transport_security_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 src:
Craig Tiller134fed32017-03-28 14:27:18 -0700887 - src/core/tsi/fake_transport_security.c
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700888 - src/core/tsi/gts_transport_security.c
Craig Tiller134fed32017-03-28 14:27:18 -0700889 - src/core/tsi/ssl_transport_security.c
890 - src/core/tsi/transport_security.c
jiangtaoli2016e69881d2017-04-10 14:29:43 -0700891 - src/core/tsi/transport_security_adapter.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700892 deps:
893 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700894 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700895 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700896 uses:
897 - grpc_trace
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700898 - grpc_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899- name: grpc++_base
900 language: c++
901 public_headers:
902 - include/grpc++/alarm.h
903 - include/grpc++/channel.h
904 - include/grpc++/client_context.h
905 - include/grpc++/completion_queue.h
906 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700907 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800908 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/generic/async_generic_service.h
910 - include/grpc++/generic/generic_stub.h
911 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800912 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700913 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800914 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700915 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700916 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700917 - include/grpc++/impl/grpc_library.h
918 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700919 - include/grpc++/impl/rpc_method.h
920 - include/grpc++/impl/rpc_service_method.h
921 - include/grpc++/impl/serialization_traits.h
922 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700923 - include/grpc++/impl/server_builder_plugin.h
924 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700925 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700926 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700927 - include/grpc++/security/auth_context.h
928 - include/grpc++/security/auth_metadata_processor.h
929 - include/grpc++/security/credentials.h
930 - include/grpc++/security/server_credentials.h
931 - include/grpc++/server.h
932 - include/grpc++/server_builder.h
933 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700934 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700935 - include/grpc++/support/async_stream.h
936 - include/grpc++/support/async_unary_call.h
937 - include/grpc++/support/byte_buffer.h
938 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700939 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940 - include/grpc++/support/slice.h
941 - include/grpc++/support/status.h
942 - include/grpc++/support/status_code_enum.h
943 - include/grpc++/support/string_ref.h
944 - include/grpc++/support/stub_options.h
945 - include/grpc++/support/sync_stream.h
946 - include/grpc++/support/time.h
947 headers:
948 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700949 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800951 - src/cpp/server/health/default_health_check_service.h
952 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700953 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700954 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700956 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700957 - src/cpp/client/client_context.cc
958 - src/cpp/client/create_channel.cc
959 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700960 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700961 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700962 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700963 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700964 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700965 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700966 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700967 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700968 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700969 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700970 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800971 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700972 - src/cpp/server/create_default_thread_pool.cc
973 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800974 - src/cpp/server/health/default_health_check_service.cc
975 - src/cpp/server/health/health.pb.c
976 - src/cpp/server/health/health_check_service.cc
977 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700978 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700979 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700980 - src/cpp/server/server_context.cc
981 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700982 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700983 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700984 - src/cpp/util/byte_buffer_cc.cc
985 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700986 - src/cpp/util/status.cc
987 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700988 - src/cpp/util/time_cc.cc
yang-gc97d0932017-05-19 13:04:34 -0700989 deps:
990 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700991 uses:
yang-g17487f92016-06-03 15:21:15 -0700992 - grpc++_codegen_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700993 - nanopb
yang-g17487f92016-06-03 15:21:15 -0700994- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700995 language: c++
996 public_headers:
997 - include/grpc++/impl/codegen/async_stream.h
998 - include/grpc++/impl/codegen/async_unary_call.h
999 - include/grpc++/impl/codegen/call.h
1000 - include/grpc++/impl/codegen/call_hook.h
1001 - include/grpc++/impl/codegen/channel_interface.h
1002 - include/grpc++/impl/codegen/client_context.h
1003 - include/grpc++/impl/codegen/client_unary_call.h
1004 - include/grpc++/impl/codegen/completion_queue.h
1005 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -07001006 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001007 - include/grpc++/impl/codegen/core_codegen_interface.h
1008 - include/grpc++/impl/codegen/create_auth_context.h
1009 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -08001010 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001011 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001012 - include/grpc++/impl/codegen/rpc_method.h
1013 - include/grpc++/impl/codegen/rpc_service_method.h
1014 - include/grpc++/impl/codegen/security/auth_context.h
1015 - include/grpc++/impl/codegen/serialization_traits.h
1016 - include/grpc++/impl/codegen/server_context.h
1017 - include/grpc++/impl/codegen/server_interface.h
1018 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08001019 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001020 - include/grpc++/impl/codegen/status.h
1021 - include/grpc++/impl/codegen/status_code_enum.h
1022 - include/grpc++/impl/codegen/string_ref.h
1023 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001024 - include/grpc++/impl/codegen/sync_stream.h
1025 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001026 uses:
1027 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -07001028- name: grpc++_codegen_base_src
1029 language: c++
1030 src:
1031 - src/cpp/codegen/codegen_init.cc
1032 uses:
1033 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -07001034- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 language: c++
1036 public_headers:
yang-g17487f92016-06-03 15:21:15 -07001037 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 uses:
yang-g17487f92016-06-03 15:21:15 -07001039 - grpc++_codegen_base
1040 - grpc++_config_proto
1041- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 language: c++
1043 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001045- name: grpc++_reflection_proto
1046 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001047 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001048 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001049- name: grpc++_test
1050 language: c++
1051 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001052 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001053 - include/grpc++/test/server_context_test_spouse.h
1054 deps:
1055 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001056 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001057libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001058- name: gpr
1059 build: all
1060 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001062 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 secure: false
1064 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1065- name: gpr_test_util
1066 build: private
1067 language: c
1068 headers:
1069 - test/core/util/test_config.h
1070 src:
1071 - test/core/util/test_config.c
1072 deps:
1073 - gpr
1074 secure: false
1075 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001076- name: grpc
1077 build: all
1078 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 src:
1080 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001082 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001084 filegroups:
1085 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001086 - grpc_transport_chttp2_server_secure
1087 - grpc_transport_chttp2_client_secure
1088 - grpc_transport_chttp2_server_insecure
1089 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001090 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001091 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001092 - grpc_lb_policy_pick_first
1093 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001094 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001095 - grpc_resolver_dns_native
1096 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001097 - grpc_resolver_fake
David Garcia Quintasb41363e2016-04-29 00:41:21 -07001098 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001099 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001100 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001101 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001102 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001103 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001104 - grpc_workaround_cronet_compression_filter
1105 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001106 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001107 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001108 vs_packages:
1109 - grpc.dependencies.openssl
1110 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001111 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001112- name: grpc_cronet
1113 build: all
1114 language: c
1115 src:
1116 - src/core/lib/surface/init.c
1117 baselib: true
1118 deps_linkage: static
1119 dll: true
1120 filegroups:
1121 - grpc_base
1122 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001123 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -08001124 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001125 generate_plugin_registry: true
1126 platforms:
1127 - linux
1128 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001129- name: grpc_dll
1130 build: private
1131 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001132 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001133 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001134 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001135 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001136 build_system:
1137 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001138 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001139 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001140 vs_config_type: DynamicLibrary
1141 vs_packages:
1142 - grpc.dependencies.openssl
1143 - grpc.dependencies.zlib
1144 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1145 vs_props:
1146 - zlib
1147 - openssl
1148 - winsock
1149 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: grpc_test_util
1151 build: private
1152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001153 headers:
1154 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001155 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001156 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001157 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001158 - test/core/end2end/data/server1_cert.c
1159 - test/core/end2end/data/server1_key.c
1160 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001161 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001162 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001163 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001165 - grpc
1166 filegroups:
1167 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001168 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1170- name: grpc_test_util_unsecure
1171 build: private
1172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001173 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr
1175 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001176 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001177 filegroups:
1178 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001179 secure: false
1180 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1181- name: grpc_unsecure
1182 build: all
1183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001185 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001186 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001188 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001190 filegroups:
1191 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001192 - grpc_transport_chttp2_server_insecure
1193 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001194 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001195 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001196 - grpc_resolver_dns_native
1197 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001198 - grpc_resolver_fake
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001199 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001200 - grpc_lb_policy_grpclb
1201 - grpc_lb_policy_pick_first
1202 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001203 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001204 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001205 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001206 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001207 - grpc_workaround_cronet_compression_filter
1208 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001209 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210 secure: false
1211 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212- name: reconnect_server
1213 build: private
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 headers:
1216 - test/core/util/reconnect_server.h
1217 src:
1218 - test/core/util/reconnect_server.c
1219 deps:
yang-gc9fca182015-11-06 16:41:33 -08001220 - test_tcp_server
1221 - grpc_test_util
1222 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 - gpr_test_util
1224 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001225- name: test_tcp_server
1226 build: private
1227 language: c
1228 headers:
1229 - test/core/util/test_tcp_server.h
1230 src:
1231 - test/core/util/test_tcp_server.c
1232 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001233 - grpc_test_util
1234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: grpc++
1238 build: all
1239 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001240 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001241 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001242 - src/cpp/client/secure_credentials.h
1243 - src/cpp/common/secure_auth_context.h
1244 - src/cpp/server/secure_server_credentials.h
1245 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001246 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001247 - src/cpp/client/secure_credentials.cc
1248 - src/cpp/common/auth_property_iterator.cc
1249 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001250 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001251 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001252 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001253 - src/cpp/server/secure_server_credentials.cc
1254 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001255 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256 baselib: true
1257 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001258 filegroups:
1259 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001260 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001261 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001262 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263 secure: check
1264 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001265- name: grpc++_cronet
1266 build: all
1267 language: c++
1268 src:
1269 - src/cpp/client/cronet_credentials.cc
1270 - src/cpp/client/insecure_credentials.cc
1271 - src/cpp/common/insecure_create_auth_context.cc
1272 - src/cpp/server/insecure_server_credentials.cc
1273 deps:
1274 - gpr
1275 - grpc_cronet
1276 baselib: true
1277 dll: true
1278 filegroups:
1279 - grpc++_base
1280 - grpc++_codegen_base
1281 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001282 - grpc_transport_chttp2_client_insecure
1283 - grpc_transport_chttp2_server_insecure
1284 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001285 platforms:
1286 - linux
1287 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001288- name: grpc++_error_details
1289 build: all
1290 language: c++
1291 public_headers:
1292 - include/grpc++/support/error_details.h
1293 src:
1294 - src/proto/grpc/status/status.proto
1295 - src/cpp/util/error_details.cc
1296 deps:
1297 - grpc++
1298 baselib: true
1299 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001300- name: grpc++_proto_reflection_desc_db
1301 build: private
1302 language: c++
1303 headers:
1304 - test/cpp/util/proto_reflection_descriptor_database.h
1305 src:
1306 - test/cpp/util/proto_reflection_descriptor_database.cc
1307 deps:
1308 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001309 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001310 filegroups:
1311 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001312 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001313- name: grpc++_reflection
1314 build: all
1315 language: c++
1316 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001317 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001318 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001319 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001320 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001321 - src/cpp/ext/proto_server_reflection.cc
1322 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001323 deps:
1324 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001325 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001326 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001327 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: grpc++_test_config
1329 build: private
1330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001331 headers:
1332 - test/cpp/util/test_config.h
1333 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001334 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: grpc++_test_util
1336 build: private
1337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001338 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001339 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001340 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001341 - test/cpp/util/create_test_channel.h
1342 - test/cpp/util/string_ref_helper.h
1343 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001344 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001345 src:
yang-gc8a49d22016-12-12 11:18:49 -08001346 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001347 - src/proto/grpc/testing/echo_messages.proto
1348 - src/proto/grpc/testing/echo.proto
1349 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001350 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001351 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001352 - test/cpp/util/create_test_channel.cc
1353 - test/cpp/util/string_ref_helper.cc
1354 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001355 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001356 deps:
1357 - grpc++
1358 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001359 - grpc
yang-g17487f92016-06-03 15:21:15 -07001360 filegroups:
1361 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001362 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001363 - grpc++_codegen_proto
1364 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: grpc++_unsecure
1366 build: all
1367 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001369 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001370 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001371 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001372 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001374 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375 baselib: true
1376 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001377 filegroups:
1378 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001379 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001380 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381 secure: false
1382 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001383- name: grpc_benchmark
1384 build: test
1385 language: c++
1386 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001387 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1388 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001389 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001390 src:
1391 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001392 deps:
1393 - benchmark
1394 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001395 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001396 - grpc
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001397 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001398- name: grpc_cli_libs
1399 build: private
1400 language: c++
1401 headers:
1402 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001403 - test/cpp/util/cli_credentials.h
1404 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001405 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001406 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001407 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001408 src:
1409 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001410 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001411 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001412 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001413 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001414 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001415 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001416 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001417 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001418 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001419 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001420 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: grpc_plugin_support
1422 build: protoc
1423 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001424 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001425 - src/compiler/config.h
1426 - src/compiler/cpp_generator.h
1427 - src/compiler/cpp_generator_helpers.h
1428 - src/compiler/csharp_generator.h
1429 - src/compiler/csharp_generator_helpers.h
1430 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001431 - src/compiler/node_generator.h
1432 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001433 - src/compiler/objective_c_generator.h
1434 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001435 - src/compiler/php_generator.h
1436 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301437 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001438 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301439 - src/compiler/python_generator_helpers.h
1440 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001441 - src/compiler/ruby_generator.h
1442 - src/compiler/ruby_generator_helpers-inl.h
1443 - src/compiler/ruby_generator_map-inl.h
1444 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301445 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001446 src:
1447 - src/compiler/cpp_generator.cc
1448 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001449 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001450 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001451 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001452 - src/compiler/python_generator.cc
1453 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001454 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001455 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456 secure: false
1457 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001458 vs_props:
1459 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001460- name: http2_client_main
1461 build: private
1462 language: c++
1463 headers:
1464 - test/cpp/interop/http2_client.h
1465 src:
1466 - src/proto/grpc/testing/empty.proto
1467 - src/proto/grpc/testing/messages.proto
1468 - src/proto/grpc/testing/test.proto
1469 - test/cpp/interop/http2_client.cc
1470 deps:
1471 - grpc++_test_util
1472 - grpc_test_util
1473 - grpc++
1474 - grpc
1475 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: interop_client_helper
1477 build: private
1478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001479 headers:
1480 - test/cpp/interop/client_helper.h
1481 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001482 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001483 - test/cpp/interop/client_helper.cc
1484 deps:
1485 - grpc++_test_util
1486 - grpc_test_util
1487 - grpc++
1488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: interop_client_main
1491 build: private
1492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001493 headers:
1494 - test/cpp/interop/interop_client.h
1495 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001496 - src/proto/grpc/testing/empty.proto
1497 - src/proto/grpc/testing/messages.proto
1498 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001499 - test/cpp/interop/client.cc
1500 - test/cpp/interop/interop_client.cc
1501 deps:
1502 - interop_client_helper
1503 - grpc++_test_util
1504 - grpc_test_util
1505 - grpc++
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001510- name: interop_server_helper
1511 build: private
1512 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001513 headers:
1514 - test/cpp/interop/server_helper.h
1515 src:
1516 - test/cpp/interop/server_helper.cc
1517 deps:
yang-gcc591022017-01-11 11:10:43 -08001518 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001519 - grpc_test_util
1520 - grpc++
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001523- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001524 build: private
1525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001526 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001527 - src/proto/grpc/testing/empty.proto
1528 - src/proto/grpc/testing/messages.proto
1529 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001530 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001531 deps:
1532 - interop_server_helper
1533 - grpc++_test_util
1534 - grpc_test_util
1535 - grpc++
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001539 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001540- name: interop_server_main
1541 build: private
1542 language: c++
1543 src:
1544 - test/cpp/interop/interop_server_bootstrap.cc
1545 deps:
1546 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: qps
1548 build: private
1549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001550 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001551 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 - test/cpp/qps/client.h
1553 - test/cpp/qps/driver.h
1554 - test/cpp/qps/histogram.h
1555 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001556 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001557 - test/cpp/qps/qps_worker.h
1558 - test/cpp/qps/report.h
1559 - test/cpp/qps/server.h
1560 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001561 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001562 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001563 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001564 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001565 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001566 - src/proto/grpc/testing/control.proto
1567 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001568 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001569 - test/cpp/qps/client_async.cc
1570 - test/cpp/qps/client_sync.cc
1571 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001572 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001573 - test/cpp/qps/qps_worker.cc
1574 - test/cpp/qps/report.cc
1575 - test/cpp/qps/server_async.cc
1576 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001577 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001578 deps:
1579 - grpc_test_util
1580 - grpc++_test_util
1581 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001582 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001583- name: grpc_csharp_ext
1584 build: all
1585 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001586 src:
1587 - src/csharp/ext/grpc_csharp_ext.c
1588 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001591 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001592 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001593 dll: only
1594 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001595 vs_packages:
1596 - grpc.dependencies.openssl
1597 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001599 vs_props:
1600 - zlib
1601 - openssl
1602 - winsock
1603 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001605- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001606 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001607 build: test
1608 language: c
1609 src:
1610 - test/core/surface/alarm_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001614 - gpr_test_util
1615 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001616- name: algorithm_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/compression/algorithm_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001626- name: alloc_test
1627 build: test
1628 language: c
1629 src:
1630 - test/core/support/alloc_test.c
1631 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: alpn_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/transport/chttp2/alpn_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001644- name: api_fuzzer
1645 build: fuzzer
1646 language: c
1647 src:
1648 - test/core/end2end/fuzzers/api_fuzzer.c
1649 deps:
1650 - grpc_test_util
1651 - grpc
1652 - gpr_test_util
1653 - gpr
1654 corpus_dirs:
1655 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001656 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001657 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001658- name: arena_test
1659 build: test
1660 language: c
1661 src:
1662 - test/core/support/arena_test.c
1663 deps:
1664 - gpr_test_util
1665 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001666- name: bad_server_response_test
1667 build: test
1668 language: c
1669 src:
1670 - test/core/end2end/bad_server_response_test.c
1671 deps:
1672 - test_tcp_server
1673 - grpc_test_util
1674 - grpc
1675 - gpr_test_util
1676 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001677 exclude_iomgrs:
1678 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001679- name: bdp_estimator_test
1680 build: test
1681 language: c
1682 src:
1683 - test/core/transport/bdp_estimator_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
1687 - gpr_test_util
1688 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001689- name: bin_decoder_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/transport/chttp2/bin_decoder_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001697- name: bin_encoder_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/transport/chttp2/bin_encoder_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001705- name: byte_stream_test
1706 build: test
1707 language: c
1708 src:
1709 - test/core/transport/byte_stream_test.c
1710 deps:
1711 - grpc_test_util
1712 - grpc
1713 - gpr_test_util
1714 - gpr
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001715- name: census_context_test
1716 build: test
1717 language: c
1718 src:
1719 - test/core/census/context_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Vizerai0359e122017-04-28 20:06:58 -07001725- name: census_intrusive_hash_map_test
1726 build: test
1727 language: c
1728 src:
1729 - test/core/census/intrusive_hash_map_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
1733 - gpr_test_util
1734 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001735- name: census_resource_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/census/resource_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
1743 - gpr_test_util
1744 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001745- name: census_trace_context_test
1746 build: test
1747 language: c
1748 src:
1749 - test/core/census/trace_context_test.c
1750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001755- name: channel_create_test
1756 build: test
1757 language: c
1758 src:
1759 - test/core/surface/channel_create_test.c
1760 deps:
1761 - grpc_test_util
1762 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001763 - gpr_test_util
1764 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001765- name: check_epollexclusive
1766 build: tool
1767 language: c
1768 src:
1769 - test/build/check_epollexclusive.c
1770 deps:
1771 - grpc
1772 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001773- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001777 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783- name: chttp2_stream_map_test
1784 build: test
1785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001786 src:
1787 - test/core/transport/chttp2/stream_map_test.c
1788 deps:
1789 - grpc_test_util
1790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001793- name: chttp2_varint_test
1794 build: test
1795 language: c
1796 src:
1797 - test/core/transport/chttp2/varint_test.c
1798 deps:
1799 - grpc_test_util
1800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001803- name: client_fuzzer
1804 build: fuzzer
1805 language: c
1806 src:
1807 - test/core/end2end/fuzzers/client_fuzzer.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
1811 - gpr_test_util
1812 - gpr
1813 corpus_dirs:
1814 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001815 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001816 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001817- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001818 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001819 build: test
1820 language: c
1821 src:
1822 - test/core/iomgr/combiner_test.c
1823 deps:
1824 - grpc_test_util
1825 - grpc
1826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: compression_test
1829 build: test
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
1832 - test/core/compression/compression_test.c
1833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001838- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001839 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001840 build: test
1841 language: c
1842 src:
1843 - test/core/surface/concurrent_connectivity_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
1847 - gpr_test_util
1848 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001849 exclude_iomgrs:
1850 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001851- name: connection_refused_test
1852 cpu_cost: 0.1
1853 build: test
1854 language: c
1855 src:
1856 - test/core/end2end/connection_refused_test.c
1857 deps:
1858 - grpc_test_util
1859 - grpc
1860 - gpr_test_util
1861 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001862- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001863 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001864 build: test
1865 language: c
1866 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001867 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001868 deps:
1869 - grpc_test_util
1870 - grpc
1871 - gpr_test_util
1872 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001873 exclude_iomgrs:
1874 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001875- name: dns_resolver_test
1876 build: test
1877 language: c
1878 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001879 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001885- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001886 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/end2end/dualstack_socket_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001896 exclude_iomgrs:
1897 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001898 platforms:
1899 - mac
1900 - linux
1901 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001902- name: endpoint_pair_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/iomgr/endpoint_pair_test.c
1907 deps:
1908 - grpc_test_util
1909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001910 - gpr_test_util
1911 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001912 exclude_iomgrs:
1913 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001914- name: error_test
1915 cpu_cost: 30
1916 build: test
1917 language: c
1918 src:
1919 - test/core/iomgr/error_test.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00001925- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07001926 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001927 build: test
1928 language: c
1929 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00001930 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001931 deps:
1932 - grpc_test_util
1933 - grpc
1934 - gpr_test_util
1935 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001936 exclude_iomgrs:
1937 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001938 platforms:
1939 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07001940- name: fake_resolver_test
1941 build: test
1942 language: c
1943 src:
1944 - test/core/client_channel/resolvers/fake_resolver_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: fd_conservation_posix_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/iomgr/fd_conservation_posix_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001960 exclude_iomgrs:
1961 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001962 platforms:
1963 - mac
1964 - linux
1965 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966- name: fd_posix_test
1967 build: test
1968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001969 src:
1970 - test/core/iomgr/fd_posix_test.c
1971 deps:
1972 - grpc_test_util
1973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001974 - gpr_test_util
1975 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001976 exclude_iomgrs:
1977 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001978 platforms:
1979 - mac
1980 - linux
1981 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: fling_client
1983 build: test
1984 run: false
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/fling/client.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001993- name: fling_server
1994 build: test
1995 run: false
1996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/core/fling/server.c
1999 deps:
2000 - grpc_test_util
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: fling_stream_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_stream_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: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002020 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021 build: test
2022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/core/fling/fling_test.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002028 - gpr_test_util
2029 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002030 platforms:
2031 - mac
2032 - linux
2033 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: gen_hpack_tables
2035 build: tool
2036 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - tools/codegen/core/gen_hpack_tables.c
2039 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002041 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: gen_legal_metadata_characters
2043 build: tool
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002048- name: gen_percent_encoding_tables
2049 build: tool
2050 language: c
2051 src:
2052 - tools/codegen/core/gen_percent_encoding_tables.c
2053 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002054- name: goaway_server_test
2055 cpu_cost: 0.1
2056 build: test
2057 language: c
2058 src:
2059 - test/core/end2end/goaway_server_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002065 exclude_iomgrs:
2066 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002067 platforms:
2068 - mac
2069 - linux
2070 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002071- name: gpr_avl_test
2072 build: test
2073 language: c
2074 src:
2075 - test/core/support/avl_test.c
2076 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08002079- name: gpr_backoff_test
2080 build: test
2081 language: c
2082 src:
2083 - test/core/support/backoff_test.c
2084 deps:
2085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: gpr_cmdline_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/support/cmdline_test.c
2092 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002093 - gpr_test_util
2094 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002095- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002096 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002097 build: test
2098 language: c
2099 src:
2100 - test/core/support/cpu_test.c
2101 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104- name: gpr_env_test
2105 build: test
2106 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002107 src:
2108 - test/core/support/env_test.c
2109 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: gpr_histogram_test
2113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/support/histogram_test.c
2117 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002118 - gpr_test_util
2119 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: gpr_host_port_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/support/host_port_test.c
2125 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: gpr_log_test
2129 build: test
2130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/core/support/log_test.c
2133 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002136- name: gpr_mpscq_test
2137 cpu_cost: 30
2138 build: test
2139 language: c
2140 src:
2141 - test/core/support/mpscq_test.c
2142 deps:
2143 - gpr_test_util
2144 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002145- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002146 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002147 build: test
2148 language: c
2149 src:
2150 - test/core/support/spinlock_test.c
2151 deps:
2152 - gpr_test_util
2153 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002154- name: gpr_stack_lockfree_test
2155 cpu_cost: 7
2156 build: test
2157 language: c
2158 src:
2159 - test/core/support/stack_lockfree_test.c
2160 deps:
2161 - gpr_test_util
2162 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002163- name: gpr_string_test
2164 build: test
2165 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - test/core/support/string_test.c
2168 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002169 - gpr_test_util
2170 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002172 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002173 build: test
2174 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002175 src:
2176 - test/core/support/sync_test.c
2177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002178 - gpr_test_util
2179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002181 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182 build: test
2183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - test/core/support/thd_test.c
2186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: gpr_time_test
2190 build: test
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - test/core/support/time_test.c
2194 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002195 - gpr_test_util
2196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002197- name: gpr_tls_test
2198 build: test
2199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002200 src:
2201 - test/core/support/tls_test.c
2202 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002203 - gpr_test_util
2204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205- name: gpr_useful_test
2206 build: test
2207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002208 src:
2209 - test/core/support/useful_test.c
2210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002211 - gpr_test_util
2212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213- name: grpc_auth_context_test
2214 build: test
2215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002216 src:
2217 - test/core/security/auth_context_test.c
2218 deps:
2219 - grpc_test_util
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002223- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002227 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: grpc_byte_buffer_reader_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/surface/byte_buffer_reader_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: grpc_channel_args_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/channel/channel_args_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: grpc_channel_stack_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/channel/channel_stack_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002263- name: grpc_completion_queue_test
2264 build: test
2265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002266 src:
2267 - test/core/surface/completion_queue_test.c
2268 deps:
2269 - grpc_test_util
2270 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002273- name: grpc_completion_queue_threading_test
2274 build: test
2275 language: c
2276 src:
2277 - test/core/surface/completion_queue_threading_test.c
2278 deps:
2279 - grpc_test_util
2280 - grpc
2281 - gpr_test_util
2282 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002283 exclude_iomgrs:
2284 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: grpc_create_jwt
2286 build: tool
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/security/create_jwt.c
2290 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002292 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002293 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: grpc_credentials_test
2295 build: test
2296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/core/security/credentials_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002304- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002305 build: test
2306 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
2309 - test/core/security/fetch_oauth2.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002315- name: grpc_invalid_channel_args_test
2316 build: test
2317 language: c
2318 src:
2319 - test/core/surface/invalid_channel_args_test.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: grpc_json_token_test
2326 build: test
2327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/core/security/json_token_test.c
2330 deps:
2331 - grpc_test_util
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr_test_util
2334 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002335 platforms:
2336 - linux
2337 - posix
2338 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002339- name: grpc_jwt_verifier_test
2340 build: test
2341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/core/security/jwt_verifier_test.c
2344 deps:
2345 - grpc_test_util
2346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002347 - gpr_test_util
2348 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: grpc_print_google_default_creds_token
2350 build: tool
2351 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/core/security/print_google_default_creds_token.c
2354 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: grpc_security_connector_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/core/security/security_connector_test.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: grpc_verify_jwt
2368 build: tool
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/security/verify_jwt.c
2372 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002375- name: handshake_client
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/client_ssl.c
2380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002385 exclude_iomgrs:
2386 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002387 platforms:
2388 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002389 secure: true
2390- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002391 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002392 language: c
2393 src:
2394 - test/core/handshake/server_ssl.c
2395 deps:
2396 - grpc_test_util
2397 - grpc
2398 - gpr_test_util
2399 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002400 exclude_iomgrs:
2401 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002402 platforms:
2403 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002404 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002405- name: hpack_parser_fuzzer_test
2406 build: fuzzer
2407 language: c
2408 src:
2409 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2410 deps:
2411 - grpc_test_util
2412 - grpc
2413 - gpr_test_util
2414 - gpr
2415 corpus_dirs:
2416 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002417 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002418 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: hpack_parser_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/core/transport/chttp2/hpack_parser_test.c
2424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: hpack_table_test
2430 build: test
2431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/core/transport/chttp2/hpack_table_test.c
2434 deps:
2435 - grpc_test_util
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr_test_util
2438 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002439- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002443 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002449- name: http_request_fuzzer_test
2450 build: fuzzer
2451 language: c
2452 src:
2453 - test/core/http/request_fuzzer.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
2457 - gpr_test_util
2458 - gpr
2459 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002460 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002461 maxlen: 2048
2462- name: http_response_fuzzer_test
2463 build: fuzzer
2464 language: c
2465 src:
2466 - test/core/http/response_fuzzer.c
2467 deps:
2468 - grpc_test_util
2469 - grpc
2470 - gpr_test_util
2471 - gpr
2472 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002473 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002474 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002475- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476 build: test
2477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002479 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002480 deps:
2481 - grpc_test_util
2482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002483 - gpr_test_util
2484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002486 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002487 build: test
2488 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002490 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002491 deps:
2492 - grpc_test_util
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002496 platforms:
2497 - mac
2498 - linux
2499 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002500- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002501 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002502 build: test
2503 language: c
2504 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002505 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002506 deps:
2507 - grpc_test_util
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002511 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002512 - linux
yang-gf1183302015-12-07 16:02:05 -08002513- name: init_test
2514 build: test
2515 language: c
2516 src:
2517 - test/core/surface/init_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002523- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002524 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002525 build: test
2526 language: c
2527 src:
2528 - test/core/end2end/invalid_call_argument_test.c
2529 deps:
2530 - grpc_test_util
2531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002532 - gpr_test_util
2533 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002534- name: json_fuzzer_test
2535 build: fuzzer
2536 language: c
2537 src:
2538 - test/core/json/fuzzer.c
2539 deps:
2540 - grpc_test_util
2541 - grpc
2542 - gpr_test_util
2543 - gpr
2544 corpus_dirs:
2545 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002546 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: json_rewrite
2548 build: test
2549 run: false
2550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002551 src:
2552 - test/core/json/json_rewrite.c
2553 deps:
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: json_rewrite_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/json/json_rewrite_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002566- name: json_stream_error_test
2567 build: test
2568 language: c
2569 src:
2570 - test/core/json/json_stream_error_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002576- name: json_test
2577 build: test
2578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
2580 - test/core/json/json_test.c
2581 deps:
2582 - grpc_test_util
2583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002584 - gpr_test_util
2585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586- name: lame_client_test
2587 build: test
2588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/core/surface/lame_client_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002594 - gpr_test_util
2595 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002596- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002597 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002598 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002599 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002601 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002602 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002603 deps:
2604 - grpc_test_util
2605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002606 - gpr_test_util
2607 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002608- name: load_file_test
2609 build: test
2610 language: c
2611 src:
2612 - test/core/iomgr/load_file_test.c
2613 deps:
2614 - grpc_test_util
2615 - grpc
2616 - gpr_test_util
2617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618- name: low_level_ping_pong_benchmark
2619 build: benchmark
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - test/core/network_benchmarks/low_level_ping_pong.c
2623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002628 platforms:
2629 - mac
2630 - linux
2631 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002632- name: memory_profile_client
2633 build: test
2634 run: false
2635 language: c
2636 src:
2637 - test/core/memory_usage/client.c
2638 deps:
2639 - grpc_test_util
2640 - grpc
2641 - gpr_test_util
2642 - gpr
2643- name: memory_profile_server
2644 build: test
2645 run: false
2646 language: c
2647 src:
2648 - test/core/memory_usage/server.c
2649 deps:
2650 - grpc_test_util
2651 - grpc
2652 - gpr_test_util
2653 - gpr
2654- name: memory_profile_test
2655 cpu_cost: 1.5
2656 build: test
2657 language: c
2658 src:
2659 - test/core/memory_usage/memory_usage_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
2663 - gpr_test_util
2664 - gpr
2665 platforms:
2666 - mac
2667 - linux
2668 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002669- name: message_compress_test
2670 build: test
2671 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002672 src:
2673 - test/core/compression/message_compress_test.c
2674 deps:
2675 - grpc_test_util
2676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002677 - gpr_test_util
2678 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002679- name: minimal_stack_is_minimal_test
2680 build: test
2681 language: c
2682 src:
2683 - test/core/channel/minimal_stack_is_minimal_test.c
2684 deps:
2685 - grpc_test_util
2686 - grpc
2687 - gpr_test_util
2688 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002689- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002690 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002691 build: test
2692 language: c
2693 src:
2694 - test/core/census/mlog_test.c
2695 deps:
2696 - grpc_test_util
2697 - grpc
2698 - gpr_test_util
2699 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002700- name: multiple_server_queues_test
2701 build: test
2702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002703 src:
2704 - test/core/end2end/multiple_server_queues_test.c
2705 deps:
2706 - grpc_test_util
2707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002708 - gpr_test_util
2709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002710- name: murmur_hash_test
2711 build: test
2712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/core/support/murmur_hash_test.c
2715 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002716 - gpr_test_util
2717 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002718- name: nanopb_fuzzer_response_test
2719 build: fuzzer
2720 language: c
2721 src:
2722 - test/core/nanopb/fuzzer_response.c
2723 deps:
2724 - grpc_test_util
2725 - grpc
2726 - gpr_test_util
2727 - gpr
2728 corpus_dirs:
2729 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002730 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002731- name: nanopb_fuzzer_serverlist_test
2732 build: fuzzer
2733 language: c
2734 src:
2735 - test/core/nanopb/fuzzer_serverlist.c
2736 deps:
2737 - grpc_test_util
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741 corpus_dirs:
2742 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002743 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002745 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002746 build: test
2747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002748 src:
2749 - test/core/end2end/no_server_test.c
2750 deps:
2751 - grpc_test_util
2752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002753 - gpr_test_util
2754 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002755- name: num_external_connectivity_watchers_test
2756 build: test
2757 language: c
2758 src:
2759 - test/core/surface/num_external_connectivity_watchers_test.c
2760 deps:
2761 - grpc_test_util
2762 - grpc
2763 - gpr_test_util
2764 - gpr
2765 exclude_iomgrs:
2766 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002767- name: parse_address_test
2768 build: test
2769 language: c
2770 src:
2771 - test/core/client_channel/parse_address_test.c
2772 deps:
2773 - grpc_test_util
2774 - grpc
2775 - gpr_test_util
2776 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002777- name: percent_decode_fuzzer
2778 build: fuzzer
2779 language: c
2780 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002781 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002782 deps:
2783 - grpc_test_util
2784 - grpc
2785 - gpr_test_util
2786 - gpr
2787 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002788 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002789 maxlen: 32
2790- name: percent_encode_fuzzer
2791 build: fuzzer
2792 language: c
2793 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002794 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002795 deps:
2796 - grpc_test_util
2797 - grpc
2798 - gpr_test_util
2799 - gpr
2800 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002801 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002802 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002803- name: percent_encoding_test
2804 build: test
2805 language: c
2806 src:
2807 - test/core/slice/percent_encoding_test.c
2808 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002809 - grpc_test_util
2810 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002811 - gpr_test_util
2812 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002813- name: pollset_set_test
2814 build: test
2815 language: c
2816 src:
2817 - test/core/iomgr/pollset_set_test.c
2818 deps:
2819 - grpc_test_util
2820 - grpc
2821 - gpr_test_util
2822 - gpr
2823 exclude_iomgrs:
2824 - uv
2825 platforms:
2826 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002827- name: resolve_address_posix_test
2828 build: test
2829 language: c
2830 src:
2831 - test/core/iomgr/resolve_address_posix_test.c
2832 deps:
2833 - grpc_test_util
2834 - grpc
2835 - gpr_test_util
2836 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002837 exclude_iomgrs:
2838 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002839 platforms:
2840 - mac
2841 - linux
2842 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002843- name: resolve_address_test
2844 build: test
2845 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002846 src:
2847 - test/core/iomgr/resolve_address_test.c
2848 deps:
2849 - grpc_test_util
2850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002851 - gpr_test_util
2852 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002853- name: resource_quota_test
2854 cpu_cost: 30
2855 build: test
2856 language: c
2857 src:
2858 - test/core/iomgr/resource_quota_test.c
2859 deps:
2860 - grpc_test_util
2861 - grpc
2862 - gpr_test_util
2863 - gpr
yang-gd482e592015-12-10 14:04:00 -08002864- name: secure_channel_create_test
2865 build: test
2866 language: c
2867 src:
2868 - test/core/surface/secure_channel_create_test.c
2869 deps:
2870 - grpc_test_util
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874- name: secure_endpoint_test
2875 build: test
2876 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002877 src:
2878 - test/core/security/secure_endpoint_test.c
2879 deps:
2880 - grpc_test_util
2881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002882 - gpr_test_util
2883 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002884 exclude_iomgrs:
2885 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002886- name: sequential_connectivity_test
2887 build: test
2888 language: c
2889 src:
2890 - test/core/surface/sequential_connectivity_test.c
2891 deps:
2892 - grpc_test_util
2893 - grpc
2894 - gpr_test_util
2895 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002896 exclude_iomgrs:
2897 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002898- name: server_chttp2_test
2899 build: test
2900 language: c
2901 src:
2902 - test/core/surface/server_chttp2_test.c
2903 deps:
2904 - grpc_test_util
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002908- name: server_fuzzer
2909 build: fuzzer
2910 language: c
2911 src:
2912 - test/core/end2end/fuzzers/server_fuzzer.c
2913 deps:
2914 - grpc_test_util
2915 - grpc
2916 - gpr_test_util
2917 - gpr
2918 corpus_dirs:
2919 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002920 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002921 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002922- name: server_test
2923 build: test
2924 language: c
2925 src:
2926 - test/core/surface/server_test.c
2927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002932- name: slice_buffer_test
2933 build: test
2934 language: c
2935 src:
2936 - test/core/slice/slice_buffer_test.c
2937 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002938 - grpc_test_util
2939 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002940 - gpr_test_util
2941 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07002942- name: slice_hash_table_test
2943 build: test
2944 language: c
2945 src:
2946 - test/core/slice/slice_hash_table_test.c
2947 deps:
2948 - grpc_test_util
2949 - grpc
2950 - gpr_test_util
2951 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07002952- name: slice_string_helpers_test
2953 build: test
2954 language: c
2955 src:
2956 - test/core/slice/slice_string_helpers_test.c
2957 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002958 - grpc_test_util
2959 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002960 - gpr_test_util
2961 - gpr
2962- name: slice_test
2963 build: test
2964 language: c
2965 src:
2966 - test/core/slice/slice_test.c
2967 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002968 - grpc_test_util
2969 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002970 - gpr_test_util
2971 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002972- name: sockaddr_resolver_test
2973 build: test
2974 language: c
2975 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002976 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002977 deps:
2978 - grpc_test_util
2979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002980 - gpr_test_util
2981 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002982- name: sockaddr_utils_test
2983 build: test
2984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/core/iomgr/sockaddr_utils_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002992- name: socket_utils_test
2993 build: test
2994 language: c
2995 src:
2996 - test/core/iomgr/socket_utils_test.c
2997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003002 exclude_iomgrs:
3003 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003004 platforms:
3005 - mac
3006 - linux
3007 - posix
yang-g31e21282016-11-04 15:10:03 -07003008- name: ssl_server_fuzzer
3009 build: fuzzer
3010 language: c
3011 src:
3012 - test/core/security/ssl_server_fuzzer.c
3013 deps:
3014 - grpc_test_util
3015 - grpc
3016 - gpr_test_util
3017 - gpr
3018 corpus_dirs:
3019 - test/core/security/corpus/ssl_server_corpus
3020 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003021- name: status_conversion_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/transport/status_conversion_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003031- name: stream_compression_test
3032 build: test
3033 language: c
3034 src:
3035 - test/core/compression/stream_compression_test.c
3036 deps:
3037 - grpc_test_util
3038 - grpc
3039 - gpr_test_util
3040 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003041- name: stream_owned_slice_test
3042 build: test
3043 language: c
3044 src:
3045 - test/core/transport/stream_owned_slice_test.c
3046 deps:
3047 - grpc_test_util
3048 - grpc
3049 - gpr_test_util
3050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003051- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003052 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003053 build: test
3054 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003055 src:
3056 - test/core/iomgr/tcp_client_posix_test.c
3057 deps:
3058 - grpc_test_util
3059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003060 - gpr_test_util
3061 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003062 exclude_iomgrs:
3063 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003064 platforms:
3065 - mac
3066 - linux
3067 - posix
murgatroid991191b722017-02-08 11:56:52 -08003068- name: tcp_client_uv_test
3069 cpu_cost: 0.5
3070 build: test
3071 language: c
3072 src:
3073 - test/core/iomgr/tcp_client_uv_test.c
3074 deps:
3075 - grpc_test_util
3076 - grpc
3077 - gpr_test_util
3078 - gpr
3079 exclude_iomgrs:
3080 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003081- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003082 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083 build: test
3084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003085 src:
3086 - test/core/iomgr/tcp_posix_test.c
3087 deps:
3088 - grpc_test_util
3089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003090 - gpr_test_util
3091 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003092 exclude_iomgrs:
3093 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003094 platforms:
3095 - mac
3096 - linux
3097 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003098- name: tcp_server_posix_test
3099 build: test
3100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003101 src:
3102 - test/core/iomgr/tcp_server_posix_test.c
3103 deps:
3104 - grpc_test_util
3105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003106 - gpr_test_util
3107 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003108 exclude_iomgrs:
3109 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003110 platforms:
3111 - mac
3112 - linux
3113 - posix
murgatroid991191b722017-02-08 11:56:52 -08003114- name: tcp_server_uv_test
3115 build: test
3116 language: c
3117 src:
3118 - test/core/iomgr/tcp_server_uv_test.c
3119 deps:
3120 - grpc_test_util
3121 - grpc
3122 - gpr_test_util
3123 - gpr
3124 exclude_iomgrs:
3125 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003126- name: time_averaged_stats_test
3127 build: test
3128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003129 src:
3130 - test/core/iomgr/time_averaged_stats_test.c
3131 deps:
3132 - grpc_test_util
3133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003134 - gpr_test_util
3135 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003136- name: timeout_encoding_test
3137 build: test
3138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003139 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003140 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003141 deps:
3142 - grpc_test_util
3143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003144 - gpr_test_util
3145 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003146- name: timer_heap_test
3147 build: test
3148 language: c
3149 src:
3150 - test/core/iomgr/timer_heap_test.c
3151 deps:
3152 - grpc_test_util
3153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003154 - gpr_test_util
3155 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003156 exclude_iomgrs:
3157 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003158- name: timer_list_test
3159 build: test
3160 language: c
3161 src:
3162 - test/core/iomgr/timer_list_test.c
3163 deps:
3164 - grpc_test_util
3165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003166 - gpr_test_util
3167 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003168 exclude_iomgrs:
3169 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003170- name: transport_connectivity_state_test
3171 build: test
3172 language: c
3173 src:
3174 - test/core/transport/connectivity_state_test.c
3175 deps:
3176 - grpc_test_util
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr_test_util
3179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: transport_metadata_test
3181 build: test
3182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/core/transport/metadata_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003190- name: transport_pid_controller_test
3191 build: test
3192 language: c
3193 src:
3194 - test/core/transport/pid_controller_test.c
3195 deps:
3196 - grpc_test_util
3197 - grpc
3198 - gpr_test_util
3199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200- name: transport_security_test
3201 build: test
3202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
3204 - test/core/tsi/transport_security_test.c
3205 deps:
3206 - grpc_test_util
3207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 - gpr_test_util
3209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003210 platforms:
3211 - linux
3212 - posix
3213 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003214- name: udp_server_test
3215 build: test
3216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003217 src:
3218 - test/core/iomgr/udp_server_test.c
3219 deps:
3220 - grpc_test_util
3221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003222 - gpr_test_util
3223 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003224 exclude_iomgrs:
3225 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003226 platforms:
3227 - mac
3228 - linux
3229 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003230- name: uri_fuzzer_test
3231 build: fuzzer
3232 language: c
3233 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003234 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003235 deps:
3236 - grpc_test_util
3237 - grpc
3238 - gpr_test_util
3239 - gpr
3240 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003241 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003242 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003243- name: uri_parser_test
3244 build: test
3245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003246 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003247 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003248 deps:
3249 - grpc_test_util
3250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003251 - gpr_test_util
3252 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003253- name: wakeup_fd_cv_test
3254 build: test
3255 language: c
3256 src:
3257 - test/core/iomgr/wakeup_fd_cv_test.c
3258 deps:
3259 - grpc_test_util
3260 - grpc
3261 - gpr_test_util
3262 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003263 exclude_iomgrs:
3264 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003265 platforms:
3266 - mac
3267 - linux
3268 - posix
vjpai04e992a2016-02-10 16:58:38 -08003269- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003270 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003271 build: test
3272 language: c++
3273 src:
3274 - test/cpp/common/alarm_cpp_test.cc
3275 deps:
3276 - grpc++_test_util
3277 - grpc_test_util
3278 - grpc++
3279 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003280 - gpr_test_util
3281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003282- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003283 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 build: test
3285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003286 src:
3287 - test/cpp/end2end/async_end2end_test.cc
3288 deps:
3289 - grpc++_test_util
3290 - grpc_test_util
3291 - grpc++
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003295- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003296 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003297 build: test
3298 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003299 src:
3300 - test/cpp/common/auth_property_iterator_test.cc
3301 deps:
3302 - grpc++_test_util
3303 - grpc_test_util
3304 - grpc++
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr_test_util
3307 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003308- name: bm_arena
3309 build: test
3310 language: c++
3311 src:
3312 - test/cpp/microbenchmarks/bm_arena.cc
3313 deps:
3314 - grpc_benchmark
3315 - benchmark
3316 - grpc++_test_util
3317 - grpc_test_util
3318 - grpc++
3319 - grpc
3320 - gpr_test_util
3321 - gpr
3322 args:
3323 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003324 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003325 platforms:
3326 - mac
3327 - linux
3328 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003329- name: bm_call_create
3330 build: test
3331 language: c++
3332 src:
3333 - test/cpp/microbenchmarks/bm_call_create.cc
3334 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003335 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003336 - benchmark
3337 - grpc++_test_util
3338 - grpc_test_util
3339 - grpc++
3340 - grpc
3341 - gpr_test_util
3342 - gpr
3343 args:
3344 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003345 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003346 platforms:
3347 - mac
3348 - linux
3349 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003350- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003351 build: test
3352 language: c++
3353 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003354 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003355 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003356 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003357 - benchmark
3358 - grpc++_test_util
3359 - grpc_test_util
3360 - grpc++
3361 - grpc
3362 - gpr_test_util
3363 - gpr
3364 args:
3365 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003366 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003367 platforms:
3368 - mac
3369 - linux
3370 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003371- name: bm_chttp2_transport
3372 build: test
3373 language: c++
3374 src:
3375 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3376 deps:
3377 - grpc_benchmark
3378 - benchmark
3379 - grpc++_test_util
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
3383 - gpr_test_util
3384 - gpr
3385 args:
3386 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003387 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003388 platforms:
3389 - mac
3390 - linux
3391 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003392- name: bm_closure
3393 build: test
3394 language: c++
3395 src:
3396 - test/cpp/microbenchmarks/bm_closure.cc
3397 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003398 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003399 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003400 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003401 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003402 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003403 - grpc
3404 - gpr_test_util
3405 - gpr
3406 args:
3407 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003408 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003409 platforms:
3410 - mac
3411 - linux
3412 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003413- name: bm_cq
3414 build: test
3415 language: c++
3416 src:
3417 - test/cpp/microbenchmarks/bm_cq.cc
3418 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003419 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003420 - benchmark
3421 - grpc++_test_util
3422 - grpc_test_util
3423 - grpc++
3424 - grpc
3425 - gpr_test_util
3426 - gpr
3427 args:
3428 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003429 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003430 platforms:
3431 - mac
3432 - linux
3433 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003434- name: bm_cq_multiple_threads
3435 build: test
3436 language: c++
3437 src:
3438 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3439 deps:
3440 - grpc_benchmark
3441 - benchmark
3442 - grpc++_test_util
3443 - grpc_test_util
3444 - grpc++
3445 - grpc
3446 - gpr_test_util
3447 - gpr
3448 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003449 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003450 defaults: benchmark
3451 platforms:
3452 - mac
3453 - linux
3454 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003455- name: bm_error
3456 build: test
3457 language: c++
3458 src:
3459 - test/cpp/microbenchmarks/bm_error.cc
3460 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003461 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003462 - benchmark
3463 - grpc++_test_util
3464 - grpc_test_util
3465 - grpc++
3466 - grpc
3467 - gpr_test_util
3468 - gpr
3469 args:
3470 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003471 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003472 platforms:
3473 - mac
3474 - linux
3475 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003476- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003477 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003478 language: c++
3479 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003480 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003481 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003482 - grpc_benchmark
3483 - benchmark
3484 - grpc++_test_util
3485 - grpc_test_util
3486 - grpc++
3487 - grpc
3488 - gpr_test_util
3489 - gpr
3490 args:
3491 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003492 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003493 excluded_poll_engines:
3494 - poll
3495 - poll-cv
3496 platforms:
3497 - mac
3498 - linux
3499 - posix
3500 timeout_seconds: 1200
3501- name: bm_fullstack_streaming_pump
3502 build: test
3503 language: c++
3504 src:
3505 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003506 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003507 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003508 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003509 - grpc++_test_util
3510 - grpc_test_util
3511 - grpc++
3512 - grpc
3513 - gpr_test_util
3514 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003515 args:
3516 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003517 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003518 excluded_poll_engines:
3519 - poll
3520 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003521 platforms:
3522 - mac
3523 - linux
3524 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003525 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003526- name: bm_fullstack_trickle
3527 build: test
3528 language: c++
3529 src:
3530 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3531 deps:
3532 - grpc_benchmark
3533 - benchmark
3534 - grpc++_test_util
3535 - grpc_test_util
3536 - grpc++
3537 - grpc
3538 - gpr_test_util
3539 - gpr
3540 args:
3541 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003542 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003543 excluded_poll_engines:
3544 - poll
3545 - poll-cv
3546 platforms:
3547 - mac
3548 - linux
3549 - posix
3550 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003551- name: bm_fullstack_unary_ping_pong
3552 build: test
3553 language: c++
3554 src:
3555 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3556 deps:
3557 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003558 - benchmark
3559 - grpc++_test_util
3560 - grpc_test_util
3561 - grpc++
3562 - grpc
3563 - gpr_test_util
3564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003565 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003566 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003567 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003568 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003569 - poll
3570 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003571 platforms:
3572 - mac
3573 - linux
3574 - posix
3575 timeout_seconds: 1200
3576- name: bm_metadata
3577 build: test
3578 language: c++
3579 src:
3580 - test/cpp/microbenchmarks/bm_metadata.cc
3581 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003582 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003583 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003584 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003585 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003586 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003587 - grpc
3588 - gpr_test_util
3589 - gpr
3590 args:
3591 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003592 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003593 platforms:
3594 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003595 - linux
3596 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003597- name: bm_pollset
3598 build: test
3599 language: c++
3600 src:
3601 - test/cpp/microbenchmarks/bm_pollset.cc
3602 deps:
3603 - grpc_benchmark
3604 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003605 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003606 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003607 - grpc++
Craig Tiller1128d462017-03-03 16:46:54 -08003608 - grpc
3609 - gpr_test_util
3610 - gpr
3611 args:
3612 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003613 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003614 platforms:
3615 - mac
3616 - linux
3617 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003618- name: channel_arguments_test
3619 gtest: true
3620 build: test
3621 language: c++
3622 src:
3623 - test/cpp/common/channel_arguments_test.cc
3624 deps:
3625 - grpc++
3626 - grpc
3627 - gpr
3628- name: channel_filter_test
3629 gtest: true
3630 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003631 language: c++
3632 src:
3633 - test/cpp/common/channel_filter_test.cc
3634 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003635 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003636 - grpc
3637 - gpr
3638- name: cli_call_test
3639 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003640 build: test
3641 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003642 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003643 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003644 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003645 - grpc_cli_libs
3646 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003647 - grpc_test_util
3648 - grpc++
3649 - grpc
3650 - gpr_test_util
3651 - gpr
3652- name: client_crash_test
3653 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003654 cpu_cost: 0.1
3655 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003656 language: c++
3657 src:
3658 - test/cpp/end2end/client_crash_test.cc
3659 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003660 - grpc++_test_util
3661 - grpc_test_util
3662 - grpc++
3663 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003664 - gpr_test_util
3665 - gpr
3666 platforms:
3667 - mac
3668 - linux
3669 - posix
3670- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003671 build: test
3672 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003673 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003674 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003675 - test/cpp/end2end/client_crash_test_server.cc
3676 deps:
3677 - grpc++_test_util
3678 - grpc_test_util
3679 - grpc++
3680 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003681 - gpr_test_util
3682 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003683- name: client_lb_end2end_test
3684 gtest: true
3685 build: test
3686 language: c++
3687 src:
3688 - test/cpp/end2end/client_lb_end2end_test.cc
3689 deps:
3690 - grpc++_test_util
3691 - grpc_test_util
3692 - grpc++
3693 - grpc
3694 - gpr_test_util
3695 - gpr
3696 excluded_poll_engines:
3697 - poll
3698 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003699- name: codegen_test_full
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
3707 - src/proto/grpc/testing/services.proto
3708 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003709 - test/cpp/codegen/codegen_test_full.cc
3710 deps:
3711 - grpc++
3712 - grpc
3713 - gpr
3714 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003715 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003716- name: codegen_test_minimal
3717 gtest: true
3718 build: test
3719 language: c++
3720 src:
3721 - src/proto/grpc/testing/control.proto
3722 - src/proto/grpc/testing/messages.proto
3723 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003724 - src/proto/grpc/testing/services.proto
3725 - src/proto/grpc/testing/stats.proto
3726 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003727 deps:
3728 - grpc
3729 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003730 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003731 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003732 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003733- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003734 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003735 build: test
3736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003737 src:
3738 - test/cpp/client/credentials_test.cc
3739 deps:
3740 - grpc++
3741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003743- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003744 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003745 build: test
3746 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003747 src:
3748 - test/cpp/util/byte_buffer_test.cc
3749 deps:
3750 - grpc_test_util
3751 - grpc++
3752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 - gpr_test_util
3754 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003755- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003756 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757 build: test
3758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003759 src:
3760 - test/cpp/util/slice_test.cc
3761 deps:
3762 - grpc_test_util
3763 - grpc++
3764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003765 - gpr_test_util
3766 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003767- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003768 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003769 build: test
3770 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003771 src:
3772 - test/cpp/util/string_ref_test.cc
3773 deps:
3774 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003775 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003776- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003777 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003778 build: test
3779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003780 src:
3781 - test/cpp/util/time_test.cc
3782 deps:
3783 - grpc_test_util
3784 - grpc++
3785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003786 - gpr_test_util
3787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003788- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003789 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003790 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003791 build: test
3792 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003793 src:
3794 - test/cpp/end2end/end2end_test.cc
3795 deps:
3796 - grpc++_test_util
3797 - grpc_test_util
3798 - grpc++
3799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003800 - gpr_test_util
3801 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003802- name: error_details_test
3803 gtest: true
3804 build: test
3805 language: c++
3806 src:
3807 - src/proto/grpc/testing/echo_messages.proto
3808 - test/cpp/util/error_details_test.cc
3809 deps:
3810 - grpc++_error_details
3811 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003812- name: filter_end2end_test
3813 gtest: true
3814 build: test
3815 language: c++
3816 src:
3817 - test/cpp/end2end/filter_end2end_test.cc
3818 deps:
3819 - grpc++_test_util
3820 - grpc_test_util
3821 - grpc++
3822 - grpc
3823 - gpr_test_util
3824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003825- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003826 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003827 build: test
3828 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003829 src:
3830 - test/cpp/end2end/generic_end2end_test.cc
3831 deps:
3832 - grpc++_test_util
3833 - grpc_test_util
3834 - grpc++
3835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003836 - gpr_test_util
3837 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003838- name: golden_file_test
3839 gtest: true
3840 build: test
3841 language: c++
3842 src:
3843 - src/proto/grpc/testing/compiler_test.proto
3844 - test/cpp/codegen/golden_file_test.cc
3845 deps:
3846 - grpc++
3847 - grpc
3848 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003849 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07003850 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851- name: grpc_cli
3852 build: test
3853 run: false
3854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003855 src:
3856 - test/cpp/util/grpc_cli.cc
3857 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003858 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003859 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003860 - grpc++
3861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003863 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003864- name: grpc_cpp_plugin
3865 build: protoc
3866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003867 src:
3868 - src/compiler/cpp_plugin.cc
3869 deps:
3870 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003871 secure: false
3872 vs_config_type: Application
3873 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3874- name: grpc_csharp_plugin
3875 build: protoc
3876 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003877 src:
3878 - src/compiler/csharp_plugin.cc
3879 deps:
3880 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003881 secure: false
3882 vs_config_type: Application
3883 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003884- name: grpc_node_plugin
3885 build: protoc
3886 language: c++
3887 src:
3888 - src/compiler/node_plugin.cc
3889 deps:
3890 - grpc_plugin_support
3891 secure: false
3892 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003893- name: grpc_objective_c_plugin
3894 build: protoc
3895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003896 src:
3897 - src/compiler/objective_c_plugin.cc
3898 deps:
3899 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003900 secure: false
3901 vs_config_type: Application
3902 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003903- name: grpc_php_plugin
3904 build: protoc
3905 language: c++
3906 src:
3907 - src/compiler/php_plugin.cc
3908 deps:
3909 - grpc_plugin_support
3910 secure: false
3911 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003912- name: grpc_python_plugin
3913 build: protoc
3914 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003915 src:
3916 - src/compiler/python_plugin.cc
3917 deps:
3918 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003919 secure: false
3920 vs_config_type: Application
3921 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3922- name: grpc_ruby_plugin
3923 build: protoc
3924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003925 src:
3926 - src/compiler/ruby_plugin.cc
3927 deps:
3928 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003929 secure: false
3930 vs_config_type: Application
3931 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003932- name: grpc_tool_test
3933 gtest: true
3934 build: test
3935 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003936 src:
3937 - src/proto/grpc/testing/echo.proto
3938 - src/proto/grpc/testing/echo_messages.proto
3939 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003940 deps:
3941 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003942 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003943 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003944 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003945 - grpc_test_util
3946 - grpc++
3947 - grpc
3948 - gpr_test_util
3949 - gpr
3950 filegroups:
3951 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003952- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003953 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003954 build: test
3955 language: c++
3956 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003957 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003958 - test/cpp/grpclb/grpclb_api_test.cc
3959 deps:
3960 - grpc++_test_util
3961 - grpc_test_util
3962 - grpc++
3963 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07003964- name: grpclb_end2end_test
3965 gtest: true
3966 build: test
3967 language: c++
3968 src:
3969 - src/proto/grpc/lb/v1/load_balancer.proto
3970 - test/cpp/end2end/grpclb_end2end_test.cc
3971 deps:
3972 - grpc++_test_util
3973 - grpc_test_util
3974 - 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
David Garcia Quintas55145c02016-06-21 14:51:54 -07003981- name: grpclb_test
3982 gtest: false
3983 build: test
3984 language: c++
3985 src:
3986 - src/proto/grpc/lb/v1/load_balancer.proto
3987 - test/cpp/grpclb/grpclb_test.cc
3988 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003989 - grpc++_test_util
3990 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003991 - grpc++
3992 - grpc
3993 - gpr_test_util
3994 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003995 excluded_poll_engines:
3996 - poll
3997 - poll-cv
yang-gad327642016-12-12 14:32:09 -08003998- name: health_service_end2end_test
3999 gtest: true
4000 build: test
4001 language: c++
4002 src:
4003 - test/cpp/end2end/health_service_end2end_test.cc
4004 deps:
4005 - grpc++_test_util
4006 - grpc_test_util
4007 - grpc++
4008 - grpc
4009 - gpr_test_util
4010 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004011- name: http2_client
4012 build: test
4013 run: false
4014 language: c++
4015 src: []
4016 deps:
4017 - http2_client_main
4018 - grpc++_test_util
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
4022 - grpc++_test_config
4023 platforms:
4024 - mac
4025 - linux
4026 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004027- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004028 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004029 build: test
4030 language: c++
4031 src:
4032 - test/cpp/end2end/hybrid_end2end_test.cc
4033 deps:
4034 - grpc++_test_util
4035 - grpc_test_util
4036 - grpc++
4037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004038 - gpr_test_util
4039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004040- name: interop_client
4041 build: test
4042 run: false
4043 language: c++
4044 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004045 deps:
4046 - interop_client_main
4047 - interop_client_helper
4048 - grpc++_test_util
4049 - grpc_test_util
4050 - grpc++
4051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004052 - gpr_test_util
4053 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004054 - grpc++_test_config
4055 platforms:
4056 - mac
4057 - linux
4058 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004059- name: interop_server
4060 build: test
4061 run: false
4062 language: c++
4063 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004064 deps:
4065 - interop_server_main
4066 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004067 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004068 - grpc++_test_util
4069 - grpc_test_util
4070 - grpc++
4071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004072 - gpr_test_util
4073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004074 - grpc++_test_config
4075 platforms:
4076 - mac
4077 - linux
4078 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004079- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004080 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004081 build: test
4082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004083 src:
4084 - test/cpp/interop/interop_test.cc
4085 deps:
4086 - grpc_test_util
4087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004088 - gpr_test_util
4089 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004090 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004091 platforms:
4092 - mac
4093 - linux
4094 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004095- name: json_run_localhost
4096 build: test
4097 run: false
4098 language: c++
4099 src:
4100 - test/cpp/qps/json_run_localhost.cc
4101 deps:
4102 - grpc++_test_util
4103 - grpc_test_util
4104 - grpc++
4105 - grpc
4106 - gpr_test_util
4107 - gpr
4108 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004109 platforms:
4110 - mac
4111 - linux
4112 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004113- name: memory_test
4114 gtest: true
4115 build: test
4116 language: c++
4117 src:
4118 - test/core/support/memory_test.cc
4119 deps:
4120 - grpc_test_util
4121 - grpc++
4122 - grpc
4123 - gpr_test_util
4124 - gpr
4125 uses:
4126 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004127- name: metrics_client
4128 build: test
4129 run: false
4130 language: c++
4131 headers:
4132 - test/cpp/util/metrics_server.h
4133 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004134 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004135 - test/cpp/interop/metrics_client.cc
4136 deps:
4137 - grpc++
4138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004139 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004140 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004141- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004142 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143 build: test
4144 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004145 headers:
4146 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004147 src:
4148 - test/cpp/end2end/mock_test.cc
4149 deps:
4150 - grpc++_test_util
4151 - grpc_test_util
4152 - grpc++
4153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004154 - gpr_test_util
4155 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004156- name: noop-benchmark
4157 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004158 language: c++
4159 src:
4160 - test/cpp/microbenchmarks/noop-benchmark.cc
4161 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004162 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004163 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004164- name: proto_server_reflection_test
4165 gtest: true
4166 build: test
4167 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004168 src:
4169 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004170 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004171 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004172 - grpc++_reflection
4173 - grpc++_test_util
4174 - grpc_test_util
4175 - grpc++
4176 - grpc
4177 - gpr_test_util
4178 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004179- name: proto_utils_test
4180 gtest: true
4181 build: test
4182 language: c++
4183 src:
4184 - test/cpp/codegen/proto_utils_test.cc
4185 deps:
4186 - grpc++
4187 - grpc
4188 filegroups:
4189 - grpc++_codegen_base
4190 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004191- name: qps_interarrival_test
4192 build: test
4193 run: false
4194 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004195 src:
4196 - test/cpp/qps/qps_interarrival_test.cc
4197 deps:
4198 - qps
4199 - grpc++_test_util
4200 - grpc_test_util
4201 - grpc++
4202 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004203 - gpr_test_util
4204 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004205 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004206 platforms:
4207 - mac
4208 - linux
4209 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004210- name: qps_json_driver
4211 build: test
4212 run: false
4213 language: c++
4214 src:
4215 - test/cpp/qps/qps_json_driver.cc
4216 deps:
4217 - qps
4218 - grpc++_test_util
4219 - grpc_test_util
4220 - grpc++
4221 - grpc
4222 - gpr_test_util
4223 - gpr
4224 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004225- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004226 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004227 build: test
4228 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004229 src:
4230 - test/cpp/qps/qps_openloop_test.cc
4231 deps:
4232 - qps
4233 - grpc++_test_util
4234 - grpc_test_util
4235 - grpc++
4236 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004237 - gpr_test_util
4238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004239 - grpc++_test_config
4240 platforms:
4241 - mac
4242 - linux
4243 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004244- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004245 build: test
4246 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004247 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004248 headers:
4249 - test/cpp/qps/client.h
4250 - test/cpp/qps/server.h
4251 src:
4252 - test/cpp/qps/worker.cc
4253 deps:
4254 - qps
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_client
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_client.cc
4271 deps:
4272 - grpc++_test_util
4273 - grpc_test_util
4274 - grpc++
4275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004276 - gpr_test_util
4277 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004278 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004279- name: reconnect_interop_server
4280 build: test
4281 run: false
4282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004283 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004284 - src/proto/grpc/testing/empty.proto
4285 - src/proto/grpc/testing/messages.proto
4286 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004287 - test/cpp/interop/reconnect_interop_server.cc
4288 deps:
4289 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004290 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004291 - grpc++_test_util
4292 - grpc_test_util
4293 - grpc++
4294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004295 - gpr_test_util
4296 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004297 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004298- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004299 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004300 build: test
4301 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004302 src:
4303 - test/cpp/common/secure_auth_context_test.cc
4304 deps:
4305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004311- name: secure_sync_unary_ping_pong_test
4312 build: test
4313 language: c++
4314 src:
4315 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4316 deps:
4317 - qps
4318 - grpc++_test_util
4319 - grpc_test_util
4320 - grpc++
4321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004322 - gpr_test_util
4323 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004324 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004325 platforms:
4326 - mac
4327 - linux
4328 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004329- name: server_builder_plugin_test
4330 gtest: true
4331 build: test
4332 language: c++
4333 src:
4334 - test/cpp/end2end/server_builder_plugin_test.cc
4335 deps:
4336 - grpc++_test_util
4337 - grpc_test_util
4338 - grpc++
4339 - grpc
4340 - gpr_test_util
4341 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004342- name: server_builder_test
4343 gtest: true
4344 build: test
4345 language: c++
4346 src:
4347 - src/proto/grpc/testing/echo_messages.proto
4348 - src/proto/grpc/testing/echo.proto
4349 - test/cpp/server/server_builder_test.cc
4350 deps:
4351 - grpc++_test_util
4352 - grpc_test_util
4353 - gpr_test_util
4354 - grpc++
4355 - grpc
4356 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004357- name: server_context_test_spouse_test
4358 gtest: true
4359 build: test
4360 language: c++
4361 src:
4362 - test/cpp/test/server_context_test_spouse_test.cc
4363 deps:
4364 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004365 - grpc++
4366 - grpc
4367 - gpr_test_util
4368 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004369 uses:
4370 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004371- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004372 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004373 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004374 build: test
4375 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004376 src:
4377 - test/cpp/end2end/server_crash_test.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 Tiller25834342015-09-25 08:08:24 -07004385 platforms:
4386 - mac
4387 - linux
4388 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004389- name: server_crash_test_client
4390 build: test
4391 run: false
4392 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004393 src:
4394 - test/cpp/end2end/server_crash_test_client.cc
4395 deps:
4396 - grpc++_test_util
4397 - grpc_test_util
4398 - grpc++
4399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004400 - gpr_test_util
4401 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004402- name: server_request_call_test
4403 gtest: true
4404 build: test
4405 language: c++
4406 src:
4407 - src/proto/grpc/testing/echo_messages.proto
4408 - src/proto/grpc/testing/echo.proto
4409 - test/cpp/server/server_request_call_test.cc
4410 deps:
4411 - grpc++_test_util
4412 - grpc_test_util
4413 - gpr_test_util
4414 - grpc++
4415 - grpc
4416 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004417- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004418 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004419 build: test
4420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004421 src:
4422 - test/cpp/end2end/shutdown_test.cc
4423 deps:
4424 - grpc++_test_util
4425 - grpc_test_util
4426 - grpc++
4427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004428 - gpr_test_util
4429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004430- name: status_test
4431 build: test
4432 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004433 src:
4434 - test/cpp/util/status_test.cc
4435 deps:
4436 - grpc_test_util
4437 - grpc++
4438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004439 - gpr_test_util
4440 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004441- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004442 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004443 build: test
4444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004445 src:
4446 - test/cpp/end2end/streaming_throughput_test.cc
4447 deps:
4448 - grpc++_test_util
4449 - grpc_test_util
4450 - grpc++
4451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004452 - gpr_test_util
4453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004454 platforms:
4455 - mac
4456 - linux
4457 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004458- name: stress_test
4459 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004460 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004461 language: c++
4462 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004463 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004464 - test/cpp/interop/interop_client.h
4465 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004466 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004467 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004468 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004469 - src/proto/grpc/testing/empty.proto
4470 - src/proto/grpc/testing/messages.proto
4471 - src/proto/grpc/testing/metrics.proto
4472 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004473 - test/cpp/interop/interop_client.cc
4474 - test/cpp/interop/stress_interop_client.cc
4475 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004476 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004477 deps:
4478 - grpc++_test_util
4479 - grpc_test_util
4480 - grpc++
4481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004482 - gpr_test_util
4483 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004484 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004485- name: thread_manager_test
4486 build: test
4487 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004488 src:
4489 - test/cpp/thread_manager/thread_manager_test.cc
4490 deps:
4491 - grpc++
4492 - grpc
4493 - gpr
4494 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004495- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004496 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004497 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004498 build: test
4499 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004500 src:
4501 - test/cpp/end2end/thread_stress_test.cc
4502 deps:
4503 - grpc++_test_util
4504 - grpc_test_util
4505 - grpc++
4506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004507 - gpr_test_util
4508 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004509 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004510- name: writes_per_rpc_test
4511 gtest: true
4512 cpu_cost: 0.5
4513 build: test
4514 language: c++
4515 src:
4516 - test/cpp/performance/writes_per_rpc_test.cc
4517 deps:
4518 - grpc++_test_util
4519 - grpc_test_util
4520 - grpc++
4521 - grpc
4522 - gpr_test_util
4523 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004524 platforms:
4525 - mac
4526 - linux
4527 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004528- name: public_headers_must_be_c89
4529 build: test
4530 language: c89
4531 src:
4532 - test/core/surface/public_headers_must_be_c89.c
4533 deps:
4534 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004535 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004536vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004537- linkage: static
4538 name: grpc.dependencies.zlib
4539 props: false
4540 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004541 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004542- linkage: static
4543 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004544 props: true
4545 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004546 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004547- name: gflags
4548 props: false
4549 redist: false
4550 version: 2.1.2.1
4551- name: gtest
4552 props: false
4553 redist: false
4554 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004555configs:
4556 asan:
4557 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004558 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4559 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004560 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004561 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004562 LDFLAGS: -fsanitize=address
4563 LDXX: clang++
4564 compile_the_world: true
4565 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004566 ASAN_OPTIONS: detect_leaks=1:color=always
4567 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004568 asan-noleaks:
4569 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004570 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4571 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004572 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004573 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004574 LDFLAGS: -fsanitize=address
4575 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004576 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004577 test_environ:
4578 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004579 asan-trace-cmp:
4580 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004581 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4582 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004583 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004584 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004585 LDFLAGS: -fsanitize=address
4586 LDXX: clang++
4587 compile_the_world: true
4588 test_environ:
4589 ASAN_OPTIONS: detect_leaks=1:color=always
4590 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004591 basicprof:
4592 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4593 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004594 c++-compat:
4595 CFLAGS: -Wc++-compat
4596 CPPFLAGS: -O0
4597 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004598 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004599 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004600 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004601 dbg:
4602 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004603 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004604 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004605 gcov:
4606 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004607 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004608 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004609 DEFINES: _DEBUG DEBUG GPR_GCOV
4610 LD: gcc
4611 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4612 LDXX: g++
4613 helgrind:
4614 CPPFLAGS: -O0
4615 DEFINES: _DEBUG DEBUG
4616 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004617 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004618 lto:
4619 CPPFLAGS: -O2
4620 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004621 memcheck:
4622 CPPFLAGS: -O0
4623 DEFINES: _DEBUG DEBUG
4624 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004625 valgrind: --tool=memcheck --leak-check=full
4626 msan:
4627 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004628 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4629 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4630 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004631 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004632 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004633 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004634 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4635 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4636 LDXX: clang++
4637 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004638 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004639 CPPFLAGS: -O3 -fno-omit-frame-pointer
4640 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004641 LDFLAGS: -rdynamic
4642 opt:
4643 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004644 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004645 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004646 stapprof:
4647 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4648 DEFINES: NDEBUG
4649 tsan:
4650 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004651 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004652 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004653 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004654 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004655 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004656 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004657 LDXX: clang++
4658 compile_the_world: true
4659 test_environ:
4660 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004661 ubsan:
4662 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004663 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4664 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004665 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004666 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004667 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004668 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004669 LDXX: clang++
4670 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004671 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004672 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004673defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004674 ares:
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004675 CFLAGS: -Wno-sign-conversion $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004676 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4677 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004678 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4679 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004680 benchmark:
4681 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004682 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004683 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004684 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004685 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004686 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004687 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004688 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004689 LDFLAGS: -g
4690 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004691 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004692 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004693node_modules:
4694- deps:
4695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004696 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004697 - boringssl
4698 - z
murgatroid9994a75412015-11-19 14:04:53 -08004699 headers:
4700 - src/node/ext/byte_buffer.h
4701 - src/node/ext/call.h
4702 - src/node/ext/call_credentials.h
4703 - src/node/ext/channel.h
4704 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004705 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004706 - src/node/ext/server.h
4707 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004708 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004709 - src/node/ext/timeval.h
4710 js:
4711 - src/node/index.js
4712 - src/node/src/client.js
4713 - src/node/src/common.js
4714 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004715 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004716 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004717 - src/node/src/metadata.js
4718 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004719 name: grpc_node
4720 src:
4721 - src/node/ext/byte_buffer.cc
4722 - src/node/ext/call.cc
4723 - src/node/ext/call_credentials.cc
4724 - src/node/ext/channel.cc
4725 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004726 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004727 - src/node/ext/node_grpc.cc
4728 - src/node/ext/server.cc
4729 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004730 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004731 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004732openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004733 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004734 extraction_dir: openssl-1.0.2f
4735 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004736php_config_m4:
4737 deps:
4738 - grpc
4739 - gpr
4740 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004741 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004742 headers:
4743 - src/php/ext/grpc/byte_buffer.h
4744 - src/php/ext/grpc/call.h
4745 - src/php/ext/grpc/call_credentials.h
4746 - src/php/ext/grpc/channel.h
4747 - src/php/ext/grpc/channel_credentials.h
4748 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004749 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004750 - src/php/ext/grpc/php_grpc.h
4751 - src/php/ext/grpc/server.h
4752 - src/php/ext/grpc/server_credentials.h
4753 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004754 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004755 src:
4756 - src/php/ext/grpc/byte_buffer.c
4757 - src/php/ext/grpc/call.c
4758 - src/php/ext/grpc/call_credentials.c
4759 - src/php/ext/grpc/channel.c
4760 - src/php/ext/grpc/channel_credentials.c
4761 - src/php/ext/grpc/completion_queue.c
4762 - src/php/ext/grpc/php_grpc.c
4763 - src/php/ext/grpc/server.c
4764 - src/php/ext/grpc/server_credentials.c
4765 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004766python_dependencies:
4767 deps:
4768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004769 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004770 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004771 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004772 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004773ruby_gem:
4774 deps:
4775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004776 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004777 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004778 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004779 - z